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
.testing { /* background-color: #e9e9e9; */ /* background-color: chartreuse; */ background-color: #f0f2f5; } .testing:hover { background-color: #f0f2f5; } .grayBack { background-color: #f0f2f5; } .grayBack:hover { background-color: #e6f7ff; } .whiteBack { background-color: white; /*border-bottom: 0px;*/ } .whiteBack:hover { background-color: #e6f7ff; } .ant-table-tbody > tr > td { /*border-bottom: 0px !important;*/ } .ant-table-thead > tr > th { /*border-bottom: 0px;*/ background-color: white; } .ant-table-small { border: 0px !important; } .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { background-color: inherit; } .ant-table { } .testing a:link { color: white; } .testing a { /*color: chartreuse;*/ } .ant-pagination-options { position: absolute; left: 0; margin-left: 0; } .ant-pagination-total-text { position: absolute; left: 120px; } .ant-pagination-item { position: relative !important; left: 0; } .ant-table-thead > tr > th.ant-table-column-sort { background-color: rgba(0, 0, 0, 0); } .ant-table-tbody > tr > td.ant-table-column-sort { background-color: rgba(0, 0, 0, 0); } .ant-pagination-item-active { border-color: transparent; } .ant-pagination-item-active:hover { border-color: transparent; } .ant-pagination-item-active:focus { border-color: transparent; } .ant-pagination-item:hover { border-color: transparent; background-color: #f0f2f5; } .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active):hover { background-color: #f0f2f5; } .ant-pagination-next:not(.ant-pagination-disabled):hover { background-color: #f0f2f5; } .ant-pagination-prev:not(.ant-pagination-disabled):hover { background-color: #f0f2f5; } .ant-pagination-item:focus { border-color: transparent; } .ant-pagination-item-active a { color: black; text-decoration: underline; } .ant-pagination-item-active:focus a { color: black; text-decoration: underline; } .ant-table-expanded-row > td > div > .ant-table-wrapper > .ant-spin-nested-loading > .ant-spin-container > .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td { border-bottom: 0px !important; } .ant-table-expanded-row > td > .ant-table-wrapper > .ant-spin-nested-loading > .ant-spin-container > .ant-table-small { border: 0px !important; } .page-overflow-box { overflow-x: auto; } .page-overflow-box:hover { overflow-x: auto; }
client/src/containers/home/components/Projects.css
.testing { /* background-color: #e9e9e9; */ /* background-color: chartreuse; */ background-color: #f0f2f5; } .testing:hover { background-color: #f0f2f5; } .grayBack { background-color: #f0f2f5; } .grayBack:hover { background-color: #e6f7ff; } .whiteBack { background-color: white; /*border-bottom: 0px;*/ } .whiteBack:hover { background-color: #e6f7ff; } .ant-table-tbody > tr > td { /*border-bottom: 0px !important;*/ } .ant-table-thead > tr > th { /*border-bottom: 0px;*/ background-color: white; } .ant-table-small { border: 0px !important; } .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td { background-color: inherit; } .ant-table { } .testing a:link { color: white; } .testing a { /*color: chartreuse;*/ } .ant-pagination-options { position: absolute; left: 0; margin-left: 0; } .ant-pagination-total-text { position: absolute; left: 120px; } .ant-pagination-item { position: relative !important; left: 0; } .ant-table-thead > tr > th.ant-table-column-sort { background-color: rgba(0, 0, 0, 0); } .ant-table-tbody > tr > td.ant-table-column-sort { background-color: rgba(0, 0, 0, 0); } .ant-pagination-item-active { border-color: transparent; } .ant-pagination-item-active:hover { border-color: transparent; } .ant-pagination-item-active:focus { border-color: transparent; } .ant-pagination-item:hover { border-color: transparent; background-color: #f0f2f5; } .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active):hover { background-color: #f0f2f5; } .ant-pagination-next:not(.ant-pagination-disabled):hover { background-color: #f0f2f5; } .ant-pagination-prev:not(.ant-pagination-disabled):hover { background-color: #f0f2f5; } .ant-pagination-item:focus { border-color: transparent; } .ant-pagination-item-active a { color: black; text-decoration: underline; } .ant-pagination-item-active:focus a { color: black; text-decoration: underline; } .ant-table-expanded-row > td > div > .ant-table-wrapper > .ant-spin-nested-loading > .ant-spin-container > .ant-table > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td { border-bottom: 0px !important; } .ant-table-expanded-row > td > .ant-table-wrapper > .ant-spin-nested-loading > .ant-spin-container > .ant-table-small { border: 0px !important; } .page-overflow-box { overflow-x: auto; } .page-overflow-box:hover { overflow-x: auto; }
0.520496
0.166879
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); body { /* Typography Declarations */ color: #222222; font-size: 1em; font-family: 'Open Sans', sans-serif; } .content-footer, .masthead-heading, .masthead-intro { text-align: center; } .masthead { padding: 6em 0; background-image: url("https://i.imgur.com/yGmrlyg.jpg"); background-size: cover; background-repeat: no-repeat; border-top: solid 1em #ffcf33; } .masthead-intro { /* Layout Declarations */ margin-bottom: 0.1em; /* Typography Declarations */ font-family: "Gentium Book Basic", Georgia, serif; font-size: 2em; } .masthead-heading { /* Layout Declarations */ color: #f1c863; margin-top: -0.2em; /* Typography Declarations */ font-family: "Open Sans", "Helvetica Neue", sans-serif; font-weight: bold; font-size: 6em; letter-spacing: -0.02em; text-transform: uppercase; } .introduction-section, .questions-section { max-width: 38em; margin-left: auto; margin-right: auto; margin-top: 2em; } .introduction-section > p, .questions-section, .content-footer > p { /* Typography Declarations */ font-weight: 300; letter-spacing: 0.05em; } .questions-section > h2 { font-family: "Gentium Book Basic", Georgia, serif; font-size: 1.2em; font-weight: bold; /* Layout */ margin: 2em 0 1em 0; } section > h1 { margin-top: 2em; } .content-footer, .masthead-heading, .masthead-intro { text-align: center; } .masthead { padding: 6em 0; background-image: url("https://i.imgur.com/yGmrlyg.jpg"); background-size: cover; background-repeat: no-repeat; border-top: solid 1em #ffcf33; } .masthead-intro { margin-bottom: 0.1em; font-family: "Gentium Book Basic", Georgia, serif; font-size: 2em; } .masthead-heading { margin-top: -0.2em; font-family: "Open Sans", "Helvetica Neue", sans-serif; font-weight: bold; font-size: 6em; letter-spacing: -0.02em; text-transform: uppercase; } .introduction > p, .location > p, .content-footer > p { /* Typography Declarations */ font-weight: 300; letter-spacing: 0.05em; } h2 { /* Typography Declarations */ font-family: "Gentium Book Basic", Georgia, serif; font-size: 1.2em; font-weight: bold; } .introduction-section, .questions-section { max-width: 38em; margin-left: auto; margin-right: auto; margin-top: 2em; } .content-footer { margin: 50px 0; padding: 20px 0; text-align: center; background-color: #73a8c2; text-decoration: none; } .social > li { display: inline-block; margin: 0 5px; } .content-footer > p { color: #f7ede1; } a { font-weight: bold; text-decoration: none; color: #f1c863; }
assets/css/aboutme.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); body { /* Typography Declarations */ color: #222222; font-size: 1em; font-family: 'Open Sans', sans-serif; } .content-footer, .masthead-heading, .masthead-intro { text-align: center; } .masthead { padding: 6em 0; background-image: url("https://i.imgur.com/yGmrlyg.jpg"); background-size: cover; background-repeat: no-repeat; border-top: solid 1em #ffcf33; } .masthead-intro { /* Layout Declarations */ margin-bottom: 0.1em; /* Typography Declarations */ font-family: "Gentium Book Basic", Georgia, serif; font-size: 2em; } .masthead-heading { /* Layout Declarations */ color: #f1c863; margin-top: -0.2em; /* Typography Declarations */ font-family: "Open Sans", "Helvetica Neue", sans-serif; font-weight: bold; font-size: 6em; letter-spacing: -0.02em; text-transform: uppercase; } .introduction-section, .questions-section { max-width: 38em; margin-left: auto; margin-right: auto; margin-top: 2em; } .introduction-section > p, .questions-section, .content-footer > p { /* Typography Declarations */ font-weight: 300; letter-spacing: 0.05em; } .questions-section > h2 { font-family: "Gentium Book Basic", Georgia, serif; font-size: 1.2em; font-weight: bold; /* Layout */ margin: 2em 0 1em 0; } section > h1 { margin-top: 2em; } .content-footer, .masthead-heading, .masthead-intro { text-align: center; } .masthead { padding: 6em 0; background-image: url("https://i.imgur.com/yGmrlyg.jpg"); background-size: cover; background-repeat: no-repeat; border-top: solid 1em #ffcf33; } .masthead-intro { margin-bottom: 0.1em; font-family: "Gentium Book Basic", Georgia, serif; font-size: 2em; } .masthead-heading { margin-top: -0.2em; font-family: "Open Sans", "Helvetica Neue", sans-serif; font-weight: bold; font-size: 6em; letter-spacing: -0.02em; text-transform: uppercase; } .introduction > p, .location > p, .content-footer > p { /* Typography Declarations */ font-weight: 300; letter-spacing: 0.05em; } h2 { /* Typography Declarations */ font-family: "Gentium Book Basic", Georgia, serif; font-size: 1.2em; font-weight: bold; } .introduction-section, .questions-section { max-width: 38em; margin-left: auto; margin-right: auto; margin-top: 2em; } .content-footer { margin: 50px 0; padding: 20px 0; text-align: center; background-color: #73a8c2; text-decoration: none; } .social > li { display: inline-block; margin: 0 5px; } .content-footer > p { color: #f7ede1; } a { font-weight: bold; text-decoration: none; color: #f1c863; }
0.318379
0.095771
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif, Helvetica, Arial, serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } * { box-sizing: border-box; } html, body, button, input, select, textarea { font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 18px; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #fafafa; } #root { width: 100%; height: 100%; } #root > div { display: flex; flex-direction: column; width: 100%; height: 100%; } header { flex: 0 0 auto; padding: 0 20px; border-bottom: 1px solid #e5e5e5; } footer { position: absolute; height: 40; left: 0; flex: 1; width: 100%; } .main { flex: 1 1 auto; display: flex; } .navigation-bar { flex: 0 0 auto; width: 224px; background-color: #fcfcfc; border-right: 1px solid #e7e8e6; } ul.navigation { list-style: none; padding: 0 20px; } ul.navigation li { margin-bottom: 8px; } .child-content { flex: 1 1 auto; position: relative; overflow: hidden; background-color: #ffffff; } a { color: #000000; text-decoration: initial; } a:hover, a:active, a.active { color: #000000; } pre { white-space: pre; } .my-iframe { width: 100%; height: 100%; } .my-iframe .my-iframe-overlay { position: absolute; width: 100%; height: 100%; } .my-iframe iframe { width: 100%; height: 100%; border: none; } .not-found { margin: 20px; } .volatile { transition: background-color 1s, border-color 1s; transition-delay: 500ms; margin: 0 2px; border: 1px solid white; border-radius: 4px; } .volatile.highlight { transition: none; background: #fff176; border-color: #ff8f00; } .MuiGridListTileBar-root { background: white !important; } .MuiGridListTileBar-root:hover { background: #dcdcdc !important; } .MuiGridListTileBar-titleWrap { height: 100% !important; } .MuiGridListTileBar-subtitle { height: 43px !important; } .MuiGridListTileBar-rootSubtitle { height: 100% !important; } .MuiGridListTile-root { border-bottom: solid #e7e8e6; border-width: 1px; }
ui/src/index.css
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif, Helvetica, Arial, serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; } * { box-sizing: border-box; } html, body, button, input, select, textarea { font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 18px; } html, body { height: 100%; width: 100%; margin: 0; padding: 0; background-color: #fafafa; } #root { width: 100%; height: 100%; } #root > div { display: flex; flex-direction: column; width: 100%; height: 100%; } header { flex: 0 0 auto; padding: 0 20px; border-bottom: 1px solid #e5e5e5; } footer { position: absolute; height: 40; left: 0; flex: 1; width: 100%; } .main { flex: 1 1 auto; display: flex; } .navigation-bar { flex: 0 0 auto; width: 224px; background-color: #fcfcfc; border-right: 1px solid #e7e8e6; } ul.navigation { list-style: none; padding: 0 20px; } ul.navigation li { margin-bottom: 8px; } .child-content { flex: 1 1 auto; position: relative; overflow: hidden; background-color: #ffffff; } a { color: #000000; text-decoration: initial; } a:hover, a:active, a.active { color: #000000; } pre { white-space: pre; } .my-iframe { width: 100%; height: 100%; } .my-iframe .my-iframe-overlay { position: absolute; width: 100%; height: 100%; } .my-iframe iframe { width: 100%; height: 100%; border: none; } .not-found { margin: 20px; } .volatile { transition: background-color 1s, border-color 1s; transition-delay: 500ms; margin: 0 2px; border: 1px solid white; border-radius: 4px; } .volatile.highlight { transition: none; background: #fff176; border-color: #ff8f00; } .MuiGridListTileBar-root { background: white !important; } .MuiGridListTileBar-root:hover { background: #dcdcdc !important; } .MuiGridListTileBar-titleWrap { height: 100% !important; } .MuiGridListTileBar-subtitle { height: 43px !important; } .MuiGridListTileBar-rootSubtitle { height: 100% !important; } .MuiGridListTile-root { border-bottom: solid #e7e8e6; border-width: 1px; }
0.41834
0.095434
*{ color: aliceblue; /*font-family: 'Shippori Antique B1', sans-serif;*/ font-family: 'Ubuntu', sans-serif; } body{ background-color: #2c2c54; } /*t*/ .profile_image{ border: 2px solid; transition: 1s; margin-top: 5px; margin-left: 28%; width: 100px; border-radius: 50px; } .profile_image:hover{ border-color: crimson; transition: 1s; opacity: 0.7; } .defould_img_lnks{ margin-left: 5%; border-color: #bbbbbb00; transition: 0.5s; border-radius: 50px; border: 2px solid; margin-top: 10px; margin-bottom: 10px; height: 40px; border-radius: 50px; /*display: inline-block;*/ } .defould_img_lnks_2{ border-color: #40407a00; transition: 0.5s; border: 2px solid; border-radius: 50px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; height: 40px; border-radius: 50px; /*display: inline-block;*/ } .defould_img_lnks:hover{ transition: 0.5s; border-color: #40407a; } .defould_img_lnks_2:hover{ transition: 0.5s; border-color: #40407a; } .main_box{ transition: 1s; border: 1px solid; border-color: rgba(0, 0, 0, 0.425); width: 250px; height: 300px; background-color: rgba(0, 0, 0, 0.658); border-radius: 50px; padding: 30px; margin: auto; } .main_box:hover{ transition: 1s; border: 1px solid; border-color: #40407a; background-color: rgba(0, 0, 0, 0.808); } .profile_text{ display: inline-block; margin-top: 3px; margin-left: 35%; } a{ text-decoration: none; color: lightblue; } .description{ margin-left: 15%; } .mail_1{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; margin-left: 1%; } .mail_2{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; display: inline-block; margin-top: 5px; margin-left: 4%; } .mail_3{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; display: inline-block; margin-top: 1%; margin-left: 16%; } .mail_1:hover{ transition: 0.5s; border-color: darkslateblue; } .mail_2:hover{ transition: 0.5s; border-color: darkslateblue; } .mail_3:hover{ transition: 0.5s; border-color: darkslateblue; }
style.css
*{ color: aliceblue; /*font-family: 'Shippori Antique B1', sans-serif;*/ font-family: 'Ubuntu', sans-serif; } body{ background-color: #2c2c54; } /*t*/ .profile_image{ border: 2px solid; transition: 1s; margin-top: 5px; margin-left: 28%; width: 100px; border-radius: 50px; } .profile_image:hover{ border-color: crimson; transition: 1s; opacity: 0.7; } .defould_img_lnks{ margin-left: 5%; border-color: #bbbbbb00; transition: 0.5s; border-radius: 50px; border: 2px solid; margin-top: 10px; margin-bottom: 10px; height: 40px; border-radius: 50px; /*display: inline-block;*/ } .defould_img_lnks_2{ border-color: #40407a00; transition: 0.5s; border: 2px solid; border-radius: 50px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; height: 40px; border-radius: 50px; /*display: inline-block;*/ } .defould_img_lnks:hover{ transition: 0.5s; border-color: #40407a; } .defould_img_lnks_2:hover{ transition: 0.5s; border-color: #40407a; } .main_box{ transition: 1s; border: 1px solid; border-color: rgba(0, 0, 0, 0.425); width: 250px; height: 300px; background-color: rgba(0, 0, 0, 0.658); border-radius: 50px; padding: 30px; margin: auto; } .main_box:hover{ transition: 1s; border: 1px solid; border-color: #40407a; background-color: rgba(0, 0, 0, 0.808); } .profile_text{ display: inline-block; margin-top: 3px; margin-left: 35%; } a{ text-decoration: none; color: lightblue; } .description{ margin-left: 15%; } .mail_1{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; margin-left: 1%; } .mail_2{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; display: inline-block; margin-top: 5px; margin-left: 4%; } .mail_3{ transition: 0.5s; border: 1px solid; border-color: #40407a00; border-radius: 4px; display: inline-block; margin-top: 1%; margin-left: 16%; } .mail_1:hover{ transition: 0.5s; border-color: darkslateblue; } .mail_2:hover{ transition: 0.5s; border-color: darkslateblue; } .mail_3:hover{ transition: 0.5s; border-color: darkslateblue; }
0.338952
0.073165
.head-section{ background-color: transparent; position: absolute; top: 0px; left: 0px; width: 100%; max-width: none; z-index: 5; display: flex; height: 88px; padding: 20px 0px; } .head-logo{ width: 94%; display: flex; justify-content: space-between; align-items: center; position: relative; margin: 0px auto; } .body-background{ position: relative; height: 800px; background : url(hero-banner-zakat.png) center center / cover no-repeat; background-repeat: no-repeat; background-position: center center; } .body-section{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0) 39%); } .text-content{ display: block; flex: 1 1 0%; } .container{ width: 94%; max-width: 1020px; margin: 0 auto; display: flex; align-items: center; height: 100%; } .text-24{ font-size: 24px; } .text-16{ font-size: 16px; } .text-18{ font-size: 18px; } .text-14{ font-size: 14px; } .text-48{ font-size: 48px; } .text-semibold { font-weight: 600; } .text-normal { font-weight: 400; } .no-mg-bottom{ margin-bottom: 0!important; } .no-mg-top{ margin-top: 0!important; } .text-slim{ font-weight: 400; } .hero-title{ margin-bottom: 0.6em; text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px; } .hero__green{ padding: 1em 4.5em; margin: auto; } .btn--green{ background:#6bd34a; color:#fff; } body{ background: #f2f3f4; } section{ padding: 50px 0; } .calculator-content { margin-top: 120px; flex: 1 1 0%; } .flex-center { display: flex; justify-content: center; align-items: center; } .cal-content{ background-color: white; right: 0px; bottom: -85px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 1px; border-radius: 5px; width: 400px; height: 407px; } .tab-content { width: 100%; } .img-green{ margin-left: 90px; } .align-center { text-align: center; } .container-section{ width: 94%; max-width: 1020px; margin: 0 auto; } .list-lembaga { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; } .list-lembaga li { height: 97px; display: flex; position: relative; max-width: 97px; object-fit: contain; flex-basis: calc(10%); cursor: pointer; margin: 7px; flex-flow: row wrap; border-radius: 2px; } li .img{ height: 100%; width: 100%; object-fit: contain; border-width: 1px; border-style: solid; border-color: rgb(222, 222, 222); border-image: initial; border-radius: 4px; padding: 7px; } .show{ display: block!important; } .campaign-container{ display: flex; flex-wrap: wrap; } .campaign-container .flex-con{ width: 30.3333%; padding: 15px 0 15px 10px; display: flex; } .card-text-style{ display: inline-block; width: 100%; vertical-align: middle; margin-left: 2px; margin-bottom: 6px; } .card-imgs{ position: relative; margin-left: 9px; top: 0; height: 16px; } .count-item{ display: inline-block; font-size: 14px; width: 50%; } .card-bar{ background: #da336b; position: relative; height: 3px; width: 100%; border-radius: 2px; } .count-stat{ position: relative; padding: 10px 0; font-size: 14px; } .nav-tabs { border-bottom: 2px solid #33b40c; } .nav .nav-item a { border: 0; line-height: 60px; padding: 0; color: #000; } .nav .nav-item a.active { border-bottom: 2px solid #33b40c !important; color: #36b50f; background-color: rgba(51,180,12,.12); } .nav .nav-item a i { color: #36b50f; padding-right: 10px; } .zakat-bg{ position: relative; height: 400px; margin-top: -2px; background: url(bg-zakat.jpg) center center / cover no-repeat; background-repeat: no-repeat; background-position: center center; } .zakat-video{ position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; } #top-footer { background-color: white; padding-top: 20px; padding-bottom: 20px; } .sosialmedia { padding-left: 10px; padding-right: 10px; } .footer-list-title { color: deepskyblue; font-size: 20px; font-weight: bold; font-family: sans-serif; } .footer-list { list-style-type: none; margin-left: -39px; padding-bottom: 20px; }
css/zakatstyle.css
.head-section{ background-color: transparent; position: absolute; top: 0px; left: 0px; width: 100%; max-width: none; z-index: 5; display: flex; height: 88px; padding: 20px 0px; } .head-logo{ width: 94%; display: flex; justify-content: space-between; align-items: center; position: relative; margin: 0px auto; } .body-background{ position: relative; height: 800px; background : url(hero-banner-zakat.png) center center / cover no-repeat; background-repeat: no-repeat; background-position: center center; } .body-section{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 100%, rgba(0, 0, 0, 0) 39%); } .text-content{ display: block; flex: 1 1 0%; } .container{ width: 94%; max-width: 1020px; margin: 0 auto; display: flex; align-items: center; height: 100%; } .text-24{ font-size: 24px; } .text-16{ font-size: 16px; } .text-18{ font-size: 18px; } .text-14{ font-size: 14px; } .text-48{ font-size: 48px; } .text-semibold { font-weight: 600; } .text-normal { font-weight: 400; } .no-mg-bottom{ margin-bottom: 0!important; } .no-mg-top{ margin-top: 0!important; } .text-slim{ font-weight: 400; } .hero-title{ margin-bottom: 0.6em; text-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px; } .hero__green{ padding: 1em 4.5em; margin: auto; } .btn--green{ background:#6bd34a; color:#fff; } body{ background: #f2f3f4; } section{ padding: 50px 0; } .calculator-content { margin-top: 120px; flex: 1 1 0%; } .flex-center { display: flex; justify-content: center; align-items: center; } .cal-content{ background-color: white; right: 0px; bottom: -85px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 1px; border-radius: 5px; width: 400px; height: 407px; } .tab-content { width: 100%; } .img-green{ margin-left: 90px; } .align-center { text-align: center; } .container-section{ width: 94%; max-width: 1020px; margin: 0 auto; } .list-lembaga { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; } .list-lembaga li { height: 97px; display: flex; position: relative; max-width: 97px; object-fit: contain; flex-basis: calc(10%); cursor: pointer; margin: 7px; flex-flow: row wrap; border-radius: 2px; } li .img{ height: 100%; width: 100%; object-fit: contain; border-width: 1px; border-style: solid; border-color: rgb(222, 222, 222); border-image: initial; border-radius: 4px; padding: 7px; } .show{ display: block!important; } .campaign-container{ display: flex; flex-wrap: wrap; } .campaign-container .flex-con{ width: 30.3333%; padding: 15px 0 15px 10px; display: flex; } .card-text-style{ display: inline-block; width: 100%; vertical-align: middle; margin-left: 2px; margin-bottom: 6px; } .card-imgs{ position: relative; margin-left: 9px; top: 0; height: 16px; } .count-item{ display: inline-block; font-size: 14px; width: 50%; } .card-bar{ background: #da336b; position: relative; height: 3px; width: 100%; border-radius: 2px; } .count-stat{ position: relative; padding: 10px 0; font-size: 14px; } .nav-tabs { border-bottom: 2px solid #33b40c; } .nav .nav-item a { border: 0; line-height: 60px; padding: 0; color: #000; } .nav .nav-item a.active { border-bottom: 2px solid #33b40c !important; color: #36b50f; background-color: rgba(51,180,12,.12); } .nav .nav-item a i { color: #36b50f; padding-right: 10px; } .zakat-bg{ position: relative; height: 400px; margin-top: -2px; background: url(bg-zakat.jpg) center center / cover no-repeat; background-repeat: no-repeat; background-position: center center; } .zakat-video{ position: relative; padding-bottom: 56.25%; padding-top: 35px; height: 0; overflow: hidden; } #top-footer { background-color: white; padding-top: 20px; padding-bottom: 20px; } .sosialmedia { padding-left: 10px; padding-right: 10px; } .footer-list-title { color: deepskyblue; font-size: 20px; font-weight: bold; font-family: sans-serif; } .footer-list { list-style-type: none; margin-left: -39px; padding-bottom: 20px; }
0.413122
0.072308
body{ max-width: 100%; clear: both; } #header{ background-color: #23282d; margin-bottom: 34px; clear: both; } #container{ background-color: #23282d; height: 121px; clear: both; } #logo{ background-color: #23282d; width: 1170px; margin: 0px auto; height: 78px; position: relative; clear: both; } #flex-direction{ display: flex; flex-direction: row; height: 78px; clear: both; } #container img{ margin-left: 165px; margin-top: 30px; clear: both; } #container a{ margin: 12px; text-decoration: none; color: #eeeeee; font-weight: bold; font-size: 16px; margin-top: 23px; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; clear: both; } #container a:hover.color-bl{ color: #4db2ec; } #menu{ width: 1170px; margin: 0px auto; height: 36px; margin-top: 6px; clear: both; } #form:hover.color-black{ background: black; } .color-black{ border: 1px solid #23282d; background-color: #131619; height: 38px; width: 247px; padding: 10px; margin-right: 286px; margin-top: 34px; color: #909090; position: relative; outline: none; border: none; clear: both; } #images{ /* width: 1170px; */ margin: 0px auto; height: 49px; margin-top: -61px; margin-left: 849px; clear: both; } #form{ position: relative; clear: both; } .ps-abulute{ position: absolute; top: 46px; right: 294px; color: #949494; clear: both; } #menu a.color-blue{ color: #4db2ec; clear: both; } #heightlight a.text-grey{ color: #5f5f5f; clear: both; } #heightlight a img{ margin-left: -10px; margin-top: 3px; margin-right: 67px; padding: 0px; display: flex; flex-wrap: wrap; clear: both; } .box{ list-style: none; display: flex; flex-direction: row; width: 1176px; padding: 0px; margin-left: 152px; justify-content: space-between; clear: both; } #article{ display: flex; flex-direction: column; width: 405px; height: 359px; clear: both; } #article a.text{ margin-left: 11px; margin-right: 39px; color: #5f5f5f; text-transform: uppercase; padding: 1px; margin-top: 6px; clear: both; } #heightlight h3{ background-color: #23282d; color: #eeeeee; text-transform: uppercase; padding: 2px; width: 98px; margin-left: 163px; margin-top: -16px; position: relative; text-align: center; clear: both; } .heightlight-1{ position: absolute; top: 10px; clear: both; } #hr{ width: 1167px; margin-left: 163px; margin-top: 20px; clear: both; } #form a.ps-abulute{ color: #a2a1a1; clear: both; } #article a img{ border: 1px solid #ffff; clear: both; } #article a:hover.text{ text-decoration: underline; clear: both; } #article a img:hover{ transform: scale(1.1); transition: all 0.7s; } #article a{ overflow: hidden; } #new-post p{ background-color: #4db2ec; width: 127px; height: 30px; margin: 10px; text-align: center; padding: 2px; font-size: 16px; text-transform: uppercase; color: #fcfcfc; margin-top: 462px; margin-left: 162px; clear: both; } #hr-blue{ background-color: #4db2ec; height: 2px; width: 762px; margin-left: 163px; margin-top: -12px; } #fl-row{ display: flex; flex-direction: row; margin-left: 122px; margin-top: 29px; } .newspaper{ list-style: none; } #fl-column{ display: flex; flex-direction: column; margin-left: 39px; } .fl-dr-row{ display: flex; flex-direction: row; margin-top: 8px; } .mg-right{ margin-right: 10px; font-size: 11px; color: #111111; font-weight: bold; } .cl-gray{ color: #aaaaaa; font-size: 11px; } .cl-gr{ color: #777777; font-size: 13px; margin-top: -10px; } .black{ color: #111111; margin-top: 5px; margin-bottom: -1px; font-size: 21px; font-weight: 500; } .black:hover{ color: #4db2ec; } #fl-column a{ text-decoration: none; } #html-css-21{ margin-left: 969px; margin-top: -1339px; } #theme p{ background-color: #ff2d2d; width: 177px; height: 27px; font-size: 16px; color: #fcfcfc; text-transform: uppercase; text-align: center; padding: 1px; margin-left: 969px; margin-top: 30px; } #bg-red{ background-color: #ff2d2d; width: 361px; height: 1px; margin-left: 971px; margin-top: -16px; } #list{ margin-left: 968px; margin-top: 27px; text-transform: capitalize; color: #212121; font-size: 16px } .detail{ margin-bottom: 8px; margin-right: 238px; color: #212121; } .detail:hover{ color: #ff2d2d; } #dr-row{ display: flex; flex-direction: row; margin-bottom: -8px; } .right-1{ margin-right: 247px; } .right-2{ margin-right: 265px; } .right-3{ margin-right: 250px; } .right-4{ margin-right: 245px; } .right-5{ margin-right: 256px; } .right-6{ margin-right: 256px; } .right-7{ margin-right: 256px; } #dr-row a{ text-decoration: none; } .red{ color: #212121; } .red:hover{ color: #ff2d2d; } .container{ background-color: #2e2f30; margin-top: 849px; width: 100%; height: 282px; } .us{ margin-left: 467px; color: #f6f6f6; padding-top: 31px; font-size: 18px; text-transform: uppercase; font-weight: 500; } .follow{ margin-left: 1214px; color: #f6f6f6; font-size: 18px; text-transform: uppercase; font-weight: 500; margin-top: -41px; } #unitop{ margin-left: 160px; } #row{ display: flex; flex-direction: row; } #text p{ margin-left: 95px; margin-top: 48px; color: #f6f6f6; font-size: 14px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } #text a{ margin-left: -1px; color: #4db2ec; } #fb{ background-color: #434648; width: 34px; height: 35px; margin-left: 278px; margin-top: 54px; } .pd{ padding: 12px; padding-top: 10px; color: #eeeeee; } #instagram{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-1{ padding: 10px; padding-top: 10px; color: #477897; } #youtube{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-2{ padding: 8px; padding-top: 10px; color: #eeeeee; } #print{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-3{ padding: 10px; padding-top: 10px; color: #eeeeee; } #copyright{ background-color: #222527; width: 100%; height: 46px; } #flow-dr{ display: flex; flex-direction: row; margin-left: 167px; padding: 13px; } #flow-dr p{ color: #ffffff; text-transform: capitalize; font-size: 14px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .mg-l{ margin-left: 751px; } .advertisement{ margin-left: 27px; } .contact{ margin-left: 21px; } #copyright p.advertisement{ color: #ffffff; } #copyright p.advertisement:hover{ color: #4db2ec; } #copyright p.mg-l{ color: #ffffff; } #copyright p.mg-l:hover{ color: #4db2ec; } #copyright p.contact{ color: #ffffff; } #copyright p.contact:hover{ color: #4db2ec; }
public/fonts/fontawesome/css/project.css
body{ max-width: 100%; clear: both; } #header{ background-color: #23282d; margin-bottom: 34px; clear: both; } #container{ background-color: #23282d; height: 121px; clear: both; } #logo{ background-color: #23282d; width: 1170px; margin: 0px auto; height: 78px; position: relative; clear: both; } #flex-direction{ display: flex; flex-direction: row; height: 78px; clear: both; } #container img{ margin-left: 165px; margin-top: 30px; clear: both; } #container a{ margin: 12px; text-decoration: none; color: #eeeeee; font-weight: bold; font-size: 16px; margin-top: 23px; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; clear: both; } #container a:hover.color-bl{ color: #4db2ec; } #menu{ width: 1170px; margin: 0px auto; height: 36px; margin-top: 6px; clear: both; } #form:hover.color-black{ background: black; } .color-black{ border: 1px solid #23282d; background-color: #131619; height: 38px; width: 247px; padding: 10px; margin-right: 286px; margin-top: 34px; color: #909090; position: relative; outline: none; border: none; clear: both; } #images{ /* width: 1170px; */ margin: 0px auto; height: 49px; margin-top: -61px; margin-left: 849px; clear: both; } #form{ position: relative; clear: both; } .ps-abulute{ position: absolute; top: 46px; right: 294px; color: #949494; clear: both; } #menu a.color-blue{ color: #4db2ec; clear: both; } #heightlight a.text-grey{ color: #5f5f5f; clear: both; } #heightlight a img{ margin-left: -10px; margin-top: 3px; margin-right: 67px; padding: 0px; display: flex; flex-wrap: wrap; clear: both; } .box{ list-style: none; display: flex; flex-direction: row; width: 1176px; padding: 0px; margin-left: 152px; justify-content: space-between; clear: both; } #article{ display: flex; flex-direction: column; width: 405px; height: 359px; clear: both; } #article a.text{ margin-left: 11px; margin-right: 39px; color: #5f5f5f; text-transform: uppercase; padding: 1px; margin-top: 6px; clear: both; } #heightlight h3{ background-color: #23282d; color: #eeeeee; text-transform: uppercase; padding: 2px; width: 98px; margin-left: 163px; margin-top: -16px; position: relative; text-align: center; clear: both; } .heightlight-1{ position: absolute; top: 10px; clear: both; } #hr{ width: 1167px; margin-left: 163px; margin-top: 20px; clear: both; } #form a.ps-abulute{ color: #a2a1a1; clear: both; } #article a img{ border: 1px solid #ffff; clear: both; } #article a:hover.text{ text-decoration: underline; clear: both; } #article a img:hover{ transform: scale(1.1); transition: all 0.7s; } #article a{ overflow: hidden; } #new-post p{ background-color: #4db2ec; width: 127px; height: 30px; margin: 10px; text-align: center; padding: 2px; font-size: 16px; text-transform: uppercase; color: #fcfcfc; margin-top: 462px; margin-left: 162px; clear: both; } #hr-blue{ background-color: #4db2ec; height: 2px; width: 762px; margin-left: 163px; margin-top: -12px; } #fl-row{ display: flex; flex-direction: row; margin-left: 122px; margin-top: 29px; } .newspaper{ list-style: none; } #fl-column{ display: flex; flex-direction: column; margin-left: 39px; } .fl-dr-row{ display: flex; flex-direction: row; margin-top: 8px; } .mg-right{ margin-right: 10px; font-size: 11px; color: #111111; font-weight: bold; } .cl-gray{ color: #aaaaaa; font-size: 11px; } .cl-gr{ color: #777777; font-size: 13px; margin-top: -10px; } .black{ color: #111111; margin-top: 5px; margin-bottom: -1px; font-size: 21px; font-weight: 500; } .black:hover{ color: #4db2ec; } #fl-column a{ text-decoration: none; } #html-css-21{ margin-left: 969px; margin-top: -1339px; } #theme p{ background-color: #ff2d2d; width: 177px; height: 27px; font-size: 16px; color: #fcfcfc; text-transform: uppercase; text-align: center; padding: 1px; margin-left: 969px; margin-top: 30px; } #bg-red{ background-color: #ff2d2d; width: 361px; height: 1px; margin-left: 971px; margin-top: -16px; } #list{ margin-left: 968px; margin-top: 27px; text-transform: capitalize; color: #212121; font-size: 16px } .detail{ margin-bottom: 8px; margin-right: 238px; color: #212121; } .detail:hover{ color: #ff2d2d; } #dr-row{ display: flex; flex-direction: row; margin-bottom: -8px; } .right-1{ margin-right: 247px; } .right-2{ margin-right: 265px; } .right-3{ margin-right: 250px; } .right-4{ margin-right: 245px; } .right-5{ margin-right: 256px; } .right-6{ margin-right: 256px; } .right-7{ margin-right: 256px; } #dr-row a{ text-decoration: none; } .red{ color: #212121; } .red:hover{ color: #ff2d2d; } .container{ background-color: #2e2f30; margin-top: 849px; width: 100%; height: 282px; } .us{ margin-left: 467px; color: #f6f6f6; padding-top: 31px; font-size: 18px; text-transform: uppercase; font-weight: 500; } .follow{ margin-left: 1214px; color: #f6f6f6; font-size: 18px; text-transform: uppercase; font-weight: 500; margin-top: -41px; } #unitop{ margin-left: 160px; } #row{ display: flex; flex-direction: row; } #text p{ margin-left: 95px; margin-top: 48px; color: #f6f6f6; font-size: 14px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } #text a{ margin-left: -1px; color: #4db2ec; } #fb{ background-color: #434648; width: 34px; height: 35px; margin-left: 278px; margin-top: 54px; } .pd{ padding: 12px; padding-top: 10px; color: #eeeeee; } #instagram{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-1{ padding: 10px; padding-top: 10px; color: #477897; } #youtube{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-2{ padding: 8px; padding-top: 10px; color: #eeeeee; } #print{ background-color: #434648; width: 34px; height: 35px; margin-left: 10px; margin-top: 54px; } .pd-3{ padding: 10px; padding-top: 10px; color: #eeeeee; } #copyright{ background-color: #222527; width: 100%; height: 46px; } #flow-dr{ display: flex; flex-direction: row; margin-left: 167px; padding: 13px; } #flow-dr p{ color: #ffffff; text-transform: capitalize; font-size: 14px; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .mg-l{ margin-left: 751px; } .advertisement{ margin-left: 27px; } .contact{ margin-left: 21px; } #copyright p.advertisement{ color: #ffffff; } #copyright p.advertisement:hover{ color: #4db2ec; } #copyright p.mg-l{ color: #ffffff; } #copyright p.mg-l:hover{ color: #4db2ec; } #copyright p.contact{ color: #ffffff; } #copyright p.contact:hover{ color: #4db2ec; }
0.352313
0.079782
* { padding: 0; margin: 0; box-sizing: border-box; border: none; } body { background-color: hsl(257, 40%, 49%); background-image: url('images/bg-desktop.svg'); background-repeat:no-repeat; font-family: 'Open Sans', sans-serif; color: white; } a, i { cursor: pointer; } body { height: 100vh; } .wrapper { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100%; } header { padding: 20px; width: 100%; } main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; width: 90%; } main > img { width: 100%; } main > div { margin-top: 35px; display: flex; flex-direction: column; gap: 20px; align-self: flex-start; } .register { display: block; width: 170px; padding: 12px 55px; background-color: white; color: hsl(257, 40%, 49%); text-align: center; border-radius: 25px; box-shadow: 2px 4px 10px rgba(0, 0, 0, .4); transition: 250ms; } .register:hover { background-color: hsl(300, 69%, 71%); color: white; } h1 { display: block; font-family: 'Poppins', sans-serif; width: 80%; } footer { padding: 40px 0; width: 100%; display: flex; flex-direction: column; gap: 50px; justify-self: end; } .social { margin-right: 5%; display: flex; gap: 10px; align-self: flex-end; } .social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid white; border-radius: 50%; } .social-icon:hover { color:hsl(300, 69%, 71%); border-color: hsl(300, 69%, 71%); } .attribution a { color:hsl(300, 69%, 71%); } @media screen and (max-width: 800px) { body { background-image: url("images/bg-mobile.svg"); } header { padding: 10px; margin: 20px; margin-bottom: 50px; } header .logo { height: 32px; } main { display: flex; flex-direction: column; gap: 10px; } main > div { margin-bottom: 80px; align-items: center; text-align: center; } main > div h1 { font-size: 26px; width: 100%; } main > div > p { width: 90%; line-height: 28px; } footer .social { align-self: center; margin: 0; } }
huddle-landing-page/style.css
* { padding: 0; margin: 0; box-sizing: border-box; border: none; } body { background-color: hsl(257, 40%, 49%); background-image: url('images/bg-desktop.svg'); background-repeat:no-repeat; font-family: 'Open Sans', sans-serif; color: white; } a, i { cursor: pointer; } body { height: 100vh; } .wrapper { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100%; } header { padding: 20px; width: 100%; } main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 50px; align-items: center; width: 90%; } main > img { width: 100%; } main > div { margin-top: 35px; display: flex; flex-direction: column; gap: 20px; align-self: flex-start; } .register { display: block; width: 170px; padding: 12px 55px; background-color: white; color: hsl(257, 40%, 49%); text-align: center; border-radius: 25px; box-shadow: 2px 4px 10px rgba(0, 0, 0, .4); transition: 250ms; } .register:hover { background-color: hsl(300, 69%, 71%); color: white; } h1 { display: block; font-family: 'Poppins', sans-serif; width: 80%; } footer { padding: 40px 0; width: 100%; display: flex; flex-direction: column; gap: 50px; justify-self: end; } .social { margin-right: 5%; display: flex; gap: 10px; align-self: flex-end; } .social-icon { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid white; border-radius: 50%; } .social-icon:hover { color:hsl(300, 69%, 71%); border-color: hsl(300, 69%, 71%); } .attribution a { color:hsl(300, 69%, 71%); } @media screen and (max-width: 800px) { body { background-image: url("images/bg-mobile.svg"); } header { padding: 10px; margin: 20px; margin-bottom: 50px; } header .logo { height: 32px; } main { display: flex; flex-direction: column; gap: 10px; } main > div { margin-bottom: 80px; align-items: center; text-align: center; } main > div h1 { font-size: 26px; width: 100%; } main > div > p { width: 90%; line-height: 28px; } footer .social { align-self: center; margin: 0; } }
0.464902
0.135118
.home-page .btn-new-item{ position: fixed; right: 30px; bottom: 30px; z-index: 10; font-size: 70px; } .home-page .btn-new-item i{ color: #fff; transition: 0.25s; } .home-page .btn-new-item i:hover{ color: #03DAC6; } .home-page ul{ max-width: 800px; margin: auto; padding: 10px; } .home-page ul li{ background-color: rgb(30,30,30); margin: 20px; border-radius: 2px; } .home-page ul li .card-body{ display: flex; padding: 20px 20px 0 20px; } .home-page ul li .card-body img{ width: 200px; height: 200px; margin-right: 20px; } .home-page ul li .card-body{ display: flex; padding: 20px 20px 0 20px; } .home-page ul li .card-body .description .upvote-container{ display: flex; border:0; margin: 20px auto; text-align: center; border: 2px solid #03DAC6; outline: none; color: white; border-radius: 2px; cursor: pointer; justify-content: space-between; } .home-page ul li .card-body .description .upvote-container button{ border:0; background: none; margin-left: 10px; margin-right: 10px; transition: 0.25s; color: white; } .home-page ul li .card-body .description .upvote-container button{ border:0; background: none; transition: 0.25s; color: white; outline: none; } .home-page ul li .card-body .description .upvote-container button i #iconminus{ margin-right: 10px; } .home-page ul li .card-body .description .upvote-container button i #iconplus{ margin-left: 10px; } .home-page ul li .card-body .description .upvote-container .total-upvotes{ border:0; background: none; transition: 0.25s; margin: 5px; color: #03DAC6; } .home-page ul li .card-body .description .upvote-container button:hover{ background: #03DAC6; outline: none; } .home-page ul li .card-body .description h1{ color: #fff; font-size: 25px; margin: 0; } .home-page ul li .card-body .description p{ color: #cfcfcf; font-size: 20px; font-weight: bold; margin-top: 5px; } .home-page ul li .card-footer{ padding: 10px; display: flex; justify-content: flex-end; } .home-page ul li .card-footer .icons{ display: flex; align-items: center; transition: 0.25s; } .home-page ul li .card-footer .icons:hover{ border-color: #03DAC6; } .home-page ul li .card-footer .icons a{ color: #fff; margin-left: 20px; text-decoration: none; } .home-page ul li .card-footer .icons a label{ cursor: pointer; } .home-page ul li .card-footer .icons a i{ margin-left: 5px; margin-right: 5px; }
frontend/src/page/Home.css
.home-page .btn-new-item{ position: fixed; right: 30px; bottom: 30px; z-index: 10; font-size: 70px; } .home-page .btn-new-item i{ color: #fff; transition: 0.25s; } .home-page .btn-new-item i:hover{ color: #03DAC6; } .home-page ul{ max-width: 800px; margin: auto; padding: 10px; } .home-page ul li{ background-color: rgb(30,30,30); margin: 20px; border-radius: 2px; } .home-page ul li .card-body{ display: flex; padding: 20px 20px 0 20px; } .home-page ul li .card-body img{ width: 200px; height: 200px; margin-right: 20px; } .home-page ul li .card-body{ display: flex; padding: 20px 20px 0 20px; } .home-page ul li .card-body .description .upvote-container{ display: flex; border:0; margin: 20px auto; text-align: center; border: 2px solid #03DAC6; outline: none; color: white; border-radius: 2px; cursor: pointer; justify-content: space-between; } .home-page ul li .card-body .description .upvote-container button{ border:0; background: none; margin-left: 10px; margin-right: 10px; transition: 0.25s; color: white; } .home-page ul li .card-body .description .upvote-container button{ border:0; background: none; transition: 0.25s; color: white; outline: none; } .home-page ul li .card-body .description .upvote-container button i #iconminus{ margin-right: 10px; } .home-page ul li .card-body .description .upvote-container button i #iconplus{ margin-left: 10px; } .home-page ul li .card-body .description .upvote-container .total-upvotes{ border:0; background: none; transition: 0.25s; margin: 5px; color: #03DAC6; } .home-page ul li .card-body .description .upvote-container button:hover{ background: #03DAC6; outline: none; } .home-page ul li .card-body .description h1{ color: #fff; font-size: 25px; margin: 0; } .home-page ul li .card-body .description p{ color: #cfcfcf; font-size: 20px; font-weight: bold; margin-top: 5px; } .home-page ul li .card-footer{ padding: 10px; display: flex; justify-content: flex-end; } .home-page ul li .card-footer .icons{ display: flex; align-items: center; transition: 0.25s; } .home-page ul li .card-footer .icons:hover{ border-color: #03DAC6; } .home-page ul li .card-footer .icons a{ color: #fff; margin-left: 20px; text-decoration: none; } .home-page ul li .card-footer .icons a label{ cursor: pointer; } .home-page ul li .card-footer .icons a i{ margin-left: 5px; margin-right: 5px; }
0.341034
0.047647
*{ margin: 0px; padding: 0px; } #error { font-size:18px; } /* Page content */ #content { padding: 25px; } /******** Contact Bar ********/ /* Style the contact bar */ .contact-bar { overflow: hidden; background-color: #000000; z-index: 2; } /* contact bar links */ .contact-bar a { float: left; display: block; color: #f2f2f2; text-align: center; text-decoration: none; font-size: 14px; } .contact-bar img { width:25px; } /* The sticky class is added to the navbar with JS when it reaches its scroll position */ .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .flag-icon{ width:25px; } .contact-bar .contact-burger { display: none; } /****** NavBar ******/ .navbar { background-color: #ff0000; } .navbar a { float: left; display: block; text-align: center; text-decoration: none; font-size: 14px; } .navbar-item{ color: #FFF0F0; } .navbar .navbar-burger { display: none; } /******** Carousel ********/ /* restrict the logos's size*/ #carousel-logo { height: auto; width: 25%; margin: 25px; } /* stretch out images in the carousel */ .stretch { min-width:100%; min-height:100%; width:auto; height:auto; } /*** Experience **/ #summary{ font-size:16px } #details{ font-size:16px } /********** iShow Card Grid *********/ .card-button { font-size: 12px; } .card-modal-text { font-size: 14px; } .card-modal-link { font-size: 12px; } /*********** RESPONSIVE STUFF **************/ @media screen and (max-width: 700px) { /* CONTACT-BAR*/ .contact-bar a:not(.show-me) { display: none; } .contact-bar button.contact-burger { float: right; display: block; } .contact-bar.responsive { position: relative; } .contact-bar.responsive button.contact-burger { position: absolute; right: 0; top: 0; float: none; display: block; text-align: left; } .contact-bar.responsive a { float: none; display: block; text-align: left; } /* NAVBAR*/ .navbar a:not(.show-me) { display: none; } .navbar .navbar-item:not(.show-me) { display: none; } .navbar button.navbar-burger { float: right; display: block; } .navbar.responsive { position: relative; } .navbar.responsive button.navbar-burger { position: absolute; right: 0; top: 0; float: none; display: block; text-align: left; } .navbar.responsive a { float: none; display: block; text-align: left; } .navbar.responsive .navbar-item { float: none; display: block; text-align: left; } }
my_site/static/my_site/css/style.css
*{ margin: 0px; padding: 0px; } #error { font-size:18px; } /* Page content */ #content { padding: 25px; } /******** Contact Bar ********/ /* Style the contact bar */ .contact-bar { overflow: hidden; background-color: #000000; z-index: 2; } /* contact bar links */ .contact-bar a { float: left; display: block; color: #f2f2f2; text-align: center; text-decoration: none; font-size: 14px; } .contact-bar img { width:25px; } /* The sticky class is added to the navbar with JS when it reaches its scroll position */ .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .flag-icon{ width:25px; } .contact-bar .contact-burger { display: none; } /****** NavBar ******/ .navbar { background-color: #ff0000; } .navbar a { float: left; display: block; text-align: center; text-decoration: none; font-size: 14px; } .navbar-item{ color: #FFF0F0; } .navbar .navbar-burger { display: none; } /******** Carousel ********/ /* restrict the logos's size*/ #carousel-logo { height: auto; width: 25%; margin: 25px; } /* stretch out images in the carousel */ .stretch { min-width:100%; min-height:100%; width:auto; height:auto; } /*** Experience **/ #summary{ font-size:16px } #details{ font-size:16px } /********** iShow Card Grid *********/ .card-button { font-size: 12px; } .card-modal-text { font-size: 14px; } .card-modal-link { font-size: 12px; } /*********** RESPONSIVE STUFF **************/ @media screen and (max-width: 700px) { /* CONTACT-BAR*/ .contact-bar a:not(.show-me) { display: none; } .contact-bar button.contact-burger { float: right; display: block; } .contact-bar.responsive { position: relative; } .contact-bar.responsive button.contact-burger { position: absolute; right: 0; top: 0; float: none; display: block; text-align: left; } .contact-bar.responsive a { float: none; display: block; text-align: left; } /* NAVBAR*/ .navbar a:not(.show-me) { display: none; } .navbar .navbar-item:not(.show-me) { display: none; } .navbar button.navbar-burger { float: right; display: block; } .navbar.responsive { position: relative; } .navbar.responsive button.navbar-burger { position: absolute; right: 0; top: 0; float: none; display: block; text-align: left; } .navbar.responsive a { float: none; display: block; text-align: left; } .navbar.responsive .navbar-item { float: none; display: block; text-align: left; } }
0.37605
0.076857
padding-top: 10px; padding-bottom: 10px; margin-bottom: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #F7F9FE; background-position: 20px center; background-repeat: no-repeat; border: 1px solid #e1e1e8; } #infobar .ultima-senha { font-size: 1.5em; font-weight: bold; text-align: center; padding-top: 5px; } #triagem-servicos .triagem-servico { padding: 5px; } #triagem-servicos .triagem-servico div { padding: 8px 10px; overflow: hidden; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#f8f8f8)); background-image: -webkit-linear-gradient(top,#fff,0%,#f8f8f8,100%); background-image: -moz-linear-gradient(top,#fff 0,#f8f8f8 100%); background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); background-repeat: repeat-x; border-radius: 4px; border-color: #ddd; border-width: 1px; border-style: solid; } #triagem-servicos .text { float: left; } #triagem-servicos .buttons { position: absolute; top: 16px; right: 10px; } #triagem-servicos .buttons .ui-button { margin-left: 5px; } #triagem-servicos .text .servico { padding-bottom: 5px; font-weight: bold; white-space: nowrap; display: block; } #triagem-servicos .text .fila { padding-left: 25px; background-image: url(../images/client-16.png); background-repeat: no-repeat; background-position: left center; } #dialog-prioridade ul { list-style: none; } #dialog-prioridade ul li { padding: 5px 0; } #dialog-prioridade ul li input { margin: 5px 10px 0 0; float: left; } #dialog-servico div { padding-bottom: 10px; } #dialog-servico div h3 { padding: 10px 0 5px 5px; } #dialog-servico div .subservicos.empty { color: #999; font-style: italic; } p.links { padding-top: 20px; text-align: center; clear: both; } p.links a { margin: 0 5px; } #dialog-busca .modal-dialog { width: 90%; } #dialog-busca .result { overflow: auto; }
modules/sga/triagem/public/css/style.css
padding-top: 10px; padding-bottom: 10px; margin-bottom: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #F7F9FE; background-position: 20px center; background-repeat: no-repeat; border: 1px solid #e1e1e8; } #infobar .ultima-senha { font-size: 1.5em; font-weight: bold; text-align: center; padding-top: 5px; } #triagem-servicos .triagem-servico { padding: 5px; } #triagem-servicos .triagem-servico div { padding: 8px 10px; overflow: hidden; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#f8f8f8)); background-image: -webkit-linear-gradient(top,#fff,0%,#f8f8f8,100%); background-image: -moz-linear-gradient(top,#fff 0,#f8f8f8 100%); background-image: linear-gradient(to bottom,#fff 0,#f8f8f8 100%); background-repeat: repeat-x; border-radius: 4px; border-color: #ddd; border-width: 1px; border-style: solid; } #triagem-servicos .text { float: left; } #triagem-servicos .buttons { position: absolute; top: 16px; right: 10px; } #triagem-servicos .buttons .ui-button { margin-left: 5px; } #triagem-servicos .text .servico { padding-bottom: 5px; font-weight: bold; white-space: nowrap; display: block; } #triagem-servicos .text .fila { padding-left: 25px; background-image: url(../images/client-16.png); background-repeat: no-repeat; background-position: left center; } #dialog-prioridade ul { list-style: none; } #dialog-prioridade ul li { padding: 5px 0; } #dialog-prioridade ul li input { margin: 5px 10px 0 0; float: left; } #dialog-servico div { padding-bottom: 10px; } #dialog-servico div h3 { padding: 10px 0 5px 5px; } #dialog-servico div .subservicos.empty { color: #999; font-style: italic; } p.links { padding-top: 20px; text-align: center; clear: both; } p.links a { margin: 0 5px; } #dialog-busca .modal-dialog { width: 90%; } #dialog-busca .result { overflow: auto; }
0.351645
0.108001
.browserupgrade { padding: 15px; text-align: center; color: #fff; background: #333; } .browserupgrade a { text-decoration: none; color: #1e90ff; font-weight: bold; } .browserupgrade a:hover { text-decoration: underline; } /* # ================================================================= # Global selectors # ================================================================= */ html { box-sizing: border-box; overflow-y: scroll; /* All browsers without overlaying scrollbars */ -webkit-text-size-adjust: 100%; /* iOS 8+ */ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } *, ::before, ::after { box-sizing: inherit; } ::before, ::after { text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */ vertical-align: inherit; } /* Remove margin, padding of all elements and set background-no-repeat as default */ * { background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */ padding: 0; /* Reset `padding` and `margin` of all elements */ margin: 0; } /* # ================================================================= # General elements # ================================================================= */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; /* For some Androids */ } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html, body { height: 100%; width: 100%; } ul { list-style-type: none; } a { text-decoration: none; } /* Add the correct display in iOS 4-7.*/ audio:not([controls]) { display: none; height: 0; } hr { overflow: visible; /* Show the overflow in Edge and IE */ border: none; border-bottom: solid 1px grey; } ol, ul { list-style: none; } /* * Correct `block` display not defined for any HTML5 element in IE 8/9 * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox * Correct `block` display not defined for `main` in IE 11 */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } small { font-size: 80%; /* Set font-size to 80% in `small` elements */ } [hidden], template { display: none; /* Add the correct display in IE */ } abbr[title] { border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */ text-decoration: none; /* Remove text decoration in Firefox 40+ */ } a { background-color: transparent; /* Remove the gray background on active links in IE 10 */ -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ } a:active, a:hover { outline-width: 0; /* Remove the outline when hovering in all browsers */ } code, kbd, pre, samp { font-family: monospace, monospace; /* Specify the font family of code elements */ } b, strong { font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ } dfn { font-style: italic; /* Address styling not present in Safari and Chrome */ } /* Address styling not present in IE 8/9 */ mark { background-color: #ff0; color: #000; } /* https://gist.github.com/unruthless/413930 */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* # ================================================================= # Forms # ================================================================= */ input { border-radius: 0; outline: none; } [type="number"] { width: auto; /* Firefox 36+ */ } [type="search"] { -webkit-appearance: textfield; /* Safari 8+ */ } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; /* Safari 8 */ } textarea { overflow: auto; /* Internet Explorer 11+ */ resize: vertical; /* Specify textarea resizability */ border-radius: 0; outline: none; } button, input, optgroup, select, textarea { font: inherit; /* Specify font inheritance of form elements */ } optgroup { font-weight: bold; /* Restore the font weight unset by the previous rule. */ } button { overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ } /* Remove inner padding and border in Firefox 4+ */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: 0; padding: 0; } /* Replace focus style removed in the border reset above */ button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { outline: 1px dotted ButtonText; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */ } button, select { text-transform: none; /* Firefox 40+, Internet Explorer 11- */ } /* Remove the default button styling in all browsers */ button, input, select, textarea { background-color: transparent; border-style: none; color: inherit; border: solid 1px #666; } /* Style select like a standard input */ select { -moz-appearance: none; /* Firefox 36+ */ -webkit-appearance: none; /* Chrome 41+ */ } select::-ms-expand { display: none; /* Internet Explorer 11+ */ } select::-ms-value { color: currentColor; /* Internet Explorer 11+ */ } legend { border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */ color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */ display: table; /* Correct the text wrapping in Edge and IE */ max-width: 100%; /* Correct the text wrapping in Edge and IE */ white-space: normal; /* Correct the text wrapping in Edge and IE */ } ::-webkit-file-upload-button { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */ font: inherit; /* Change font properties to `inherit` in Chrome and Safari */ } /* Correct the text style of placeholders in Chrome, Edge, and Safari */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } [type="search"] { -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */ outline-offset: -2px; /* Correct the outline style in Safari */ } /* # ================================================================= # Specify media element style # ================================================================= */ img { border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */ } /* Add the correct vertical alignment in Chrome, Firefox, and Opera */ progress { vertical-align: baseline; } svg:not(:root) { overflow: hidden; /* Internet Explorer 11- */ } audio, canvas, progress, video { display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */ } /* # ================================================================= # Acessibility # ================================================================= */ /* Hide content from screens but not screenreaders */ @media screen { [hidden~="screen"] { display: inherit; } [hidden~="screen"]:not(:active):not(:focus):not(:target) { position: absolute !important; clip: rect(0 0 0 0) !important; } } /* Specify the progress cursor of updating elements */ [aria-busy="true"] { cursor: progress; } /* Specify the pointer cursor of trigger elements */ [aria-controls] { cursor: pointer; } /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */ [aria-disabled] { cursor: default; } /* # ================================================================= # Selection # ================================================================= */ /* Specify text selection background color and omit drop shadow */ ::-moz-selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #fff; text-shadow: none; } ::selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #fff; text-shadow: none; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Light.eot"); src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN.eot"); src: url("../fonts/DIN.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN.woff") format("woff"), url("../fonts/DIN.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Medium.eot"); src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DINBold.eot"); src: url("../fonts/DINBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINBold.woff") format("woff"), url("../fonts/DINBold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Black.eot"); src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Light.eot"); src: url("../fonts/AvenirNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff"), url("../fonts/AvenirNextLTPro-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Regular.eot"); src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Bold.eot"); src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Heavy.eot"); src: url("../fonts/AvenirNextLTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Heavy.woff") format("woff"), url("../fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Book.eot"); src: url("CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("CircularStd-Book.woff") format("woff"), url("CircularStd-Book.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Medium.eot"); src: url("CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("CircularStd-Medium.woff") format("woff"), url("CircularStd-Medium.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Bold.eot"); src: url("CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("CircularStd-Bold.woff") format("woff"), url("CircularStd-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Black.eot"); src: url("CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("CircularStd-Black.woff") format("woff"), url("CircularStd-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } html { font-size: 18px; font-family: "Avenir"; color: #666666; vertical-align: middle; } h1, h2, h3, h4, h5, h6 { font-family: "Circular Std"; letter-spacing: .15rem; color: #666666; font-weight: 900; } a { font-family: "Circular Std"; color: #666666; } body { line-height: 1.6; } body { font-size: 0.889rem; } @media screen and (min-width: 30rem) { body { font-size: calc(0.889rem + 0.111 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { body { font-size: 1rem; } } p { margin-bottom: 28.8px; } h1 { margin-bottom: 46.08px; } h1 { font-size: 2.986rem; } @media screen and (min-width: 30rem) { h1 { font-size: calc(2.986rem + 0.597 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h1 { font-size: 3.583rem; } } h2 { margin-bottom: 43.2px; } h2 { font-size: 2.488rem; } @media screen and (min-width: 30rem) { h2 { font-size: calc(2.488rem + 0.498 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h2 { font-size: 2.986rem; } } h3 { margin-bottom: 40.32px; } h3 { font-size: 2.074rem; } @media screen and (min-width: 30rem) { h3 { font-size: calc(2.074rem + 0.414 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h3 { font-size: 2.488rem; } } h4 { margin-bottom: 37.44px; } h4 { font-size: 1.728rem; } @media screen and (min-width: 30rem) { h4 { font-size: calc(1.728rem + 0.346 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h4 { font-size: 2.074rem; } } h4 { margin-bottom: 34.56px; } h4 { font-size: 1.44rem; } @media screen and (min-width: 30rem) { h4 { font-size: calc(1.44rem + 0.288 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h4 { font-size: 1.728rem; } } h5 { margin-bottom: 31.68px; } h5 { font-size: 1.2rem; } @media screen and (min-width: 30rem) { h5 { font-size: calc(1.2rem + 0.24 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h5 { font-size: 1.44rem; } } h6 { margin-bottom: 28.8px; } h6 { font-size: 1rem; } @media screen and (min-width: 30rem) { h6 { font-size: calc(1rem + 0.2 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h6 { font-size: 1.2rem; } } hr { border-bottom: solid 3px #766DCC; max-width: 40%; margin-bottom: 43.2px; } .button { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #50E3C2; box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .button:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); background: #66e7ca; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08); } .menu { display: none; } .nav { position: relative; width: 100%; z-index: 50; background: #343A40; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.14); } .nav__content { max-width: 1200px; margin: 0 auto; -js-display: flex; 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; } @media only screen and (max-width: 768px) { .nav__content { display: block; padding: 0 1rem; } } .nav__brand { display: block; width: 150px; } .nav__navbar { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: auto; } @media only screen and (max-width: 768px) { .nav__navbar { display: none; } } .nav li { position: relative; } .nav li a { color: #8c8c8c; } .nav li:hover .dropdown { opacity: 1; visibility: visible; pointer-events: all; -webkit-transform: translateY(0); transform: translateY(0); } .nav li a { display: block; padding: 2rem 1rem; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); } .nav li a:hover { color: #fff; } .nav .dropdown { position: absolute; background: #ffffff; z-index: 20; opacity: 0; visibility: hidden; pointer-events: none; white-space: nowrap; min-width: 300px; -webkit-transform: translateY(10px); transform: translateY(10px); -webkit-transform-origin: top center; transform-origin: top center; box-shadow: 0 25px 80px 0 rgba(50, 50, 93, 0.05), 0 10px 25px 0 rgba(50, 50, 93, 0.01), 0 5px 10px 0 rgba(0, 0, 0, 0.1), 3px 0 5px 0 rgba(82, 95, 127, 0.2); -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); } .nav .dropdown:after { content: ''; position: absolute; top: -7px; left: 15px; height: 20px; width: 20px; background: #ffffff; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 5px; box-shadow: -3px -3px 5px 0 rgba(82, 95, 127, 0.05); } .nav .dropdown li:last-of-type { border-bottom: solid 2px #766DCC; } .nav .dropdown a { font-size: .8rem; text-transform: uppercase; padding: 1rem 2rem; font-weight: normal; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); position: relative; z-index: 20; } .nav .dropdown a:hover { background: #F5F5F5; color: #666666; padding-left: 2.5rem; } .hero { background: #766DCC; background-image: url("/assets/img/hero.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh; width: 100vw; -js-display: flex; 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; } .hero__content { max-width: 1200px; width: 1200px; margin-top: -5rem; } @media only screen and (max-width: 768px) { .hero__content { padding: 0 1rem; } } .hero__content h1, .hero__content h4 { text-transform: uppercase; color: #fff; margin-bottom: 0; } .hero__content h4 { margin-bottom: 28.8px; } .hero__content .button { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #50E3C2; box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; color: #ffffff; text-transform: uppercase; } .hero__content .button:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); background: #66e7ca; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08); } .breadcrumbs { padding: .5rem 0; background: #212529; } .breadcrumbs ul { max-width: 1200px; margin: 0 auto; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -js-display: flex; display: flex; } @media only screen and (max-width: 768px) { .breadcrumbs ul { display: block; padding: 0 1rem; } } .breadcrumbs ul li:after { content: '/'; margin: 0.5rem; } .breadcrumbs ul li:last-of-type:after { display: none; } .breadcrumbs ul a { color: #b3b3b3; } .breadcrumbs ul .active a { color: #766DCC; } .page__title { background: #766DCC; padding: 1rem 0; } .page__title--content { max-width: 1200px; margin: 0 auto; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media only screen and (max-width: 768px) { .page__title--content { display: block; padding: 0 1rem; } } .page__title--content h1 { color: #fff; margin: 0; } .accordion__title { display: block; background: #F5F5F5; border: solid 1px #F5F5F5; padding: 1rem 2rem; font-family: "Circular Std"; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); cursor: pointer; } .accordion .active { background: #ffffff; } .accordion__content { padding: 2rem; border: solid 1px #F5F5F5; border-top: none; } .tabs__nav { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #DDDDDD; } @media only screen and (max-width: 768px) { .tabs__nav { display: none; } } .tabs__nav li { padding: .5rem 1rem; border: solid 1px #DDDDDD; border-right: none; border-bottom: none; cursor: pointer; position: relative; } .tabs__nav li:after { content: ''; position: absolute; bottom: -1px; left: -1px; height: 1px; width: calc(100% + 2px); background: #766DCC; opacity: 0; } .tabs__nav li.active:after { opacity: 1; } .tabs__nav li:last-of-type { border-right: solid 1px #DDDDDD; } .tabs__container { border: solid 1px #DDDDDD; border-top: none; } @media only screen and (max-width: 768px) { .tabs__container { border: none; } } .tab__content { padding: 2rem; } @media only screen and (max-width: 768px) { .tab__content { border-left: solid 1px #DDDDDD; border-right: solid 1px #DDDDDD; } } .tab__drawer { display: none; cursor: pointer; background: #F5F5F5; border: solid 1px #F5F5F5; padding: 1rem 2rem; font-family: "Circular Std"; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); margin: 0; } .tab__drawer { font-size: 0.889rem; } @media screen and (min-width: 30rem) { .tab__drawer { font-size: calc(0.889rem + 0.111 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { .tab__drawer { font-size: 1rem; } } .tab__drawer.active { background: #ffffff; } @media only screen and (max-width: 768px) { .tab__drawer { display: block; } } .overlay { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); } .modal { position: fixed; z-index: 70; top: 50%; left: 50%; width: 60vw; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); } .modal__content { position: relative; background: #fff; padding: 2rem; border-radius: 5px; box-shadow: 0 10px 18px 0 rgba(50, 50, 93, 0.2), 0 6px 9px 0 rgba(0, 0, 0, 0.14); } .modal__close { position: absolute; top: 0; right: 0; cursor: pointer; } .modal__trigger { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #766DCC; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .modal__trigger:hover { background: #8880d3; } .modal.is--open, .overlay.is--open { opacity: 1; visibility: visible; pointer-events: all; }
assets/css/scss/style.css
.browserupgrade { padding: 15px; text-align: center; color: #fff; background: #333; } .browserupgrade a { text-decoration: none; color: #1e90ff; font-weight: bold; } .browserupgrade a:hover { text-decoration: underline; } /* # ================================================================= # Global selectors # ================================================================= */ html { box-sizing: border-box; overflow-y: scroll; /* All browsers without overlaying scrollbars */ -webkit-text-size-adjust: 100%; /* iOS 8+ */ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } *, ::before, ::after { box-sizing: inherit; } ::before, ::after { text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */ vertical-align: inherit; } /* Remove margin, padding of all elements and set background-no-repeat as default */ * { background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */ padding: 0; /* Reset `padding` and `margin` of all elements */ margin: 0; } /* # ================================================================= # General elements # ================================================================= */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; /* For some Androids */ } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html, body { height: 100%; width: 100%; } ul { list-style-type: none; } a { text-decoration: none; } /* Add the correct display in iOS 4-7.*/ audio:not([controls]) { display: none; height: 0; } hr { overflow: visible; /* Show the overflow in Edge and IE */ border: none; border-bottom: solid 1px grey; } ol, ul { list-style: none; } /* * Correct `block` display not defined for any HTML5 element in IE 8/9 * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox * Correct `block` display not defined for `main` in IE 11 */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } small { font-size: 80%; /* Set font-size to 80% in `small` elements */ } [hidden], template { display: none; /* Add the correct display in IE */ } abbr[title] { border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */ text-decoration: none; /* Remove text decoration in Firefox 40+ */ } a { background-color: transparent; /* Remove the gray background on active links in IE 10 */ -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ } a:active, a:hover { outline-width: 0; /* Remove the outline when hovering in all browsers */ } code, kbd, pre, samp { font-family: monospace, monospace; /* Specify the font family of code elements */ } b, strong { font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ } dfn { font-style: italic; /* Address styling not present in Safari and Chrome */ } /* Address styling not present in IE 8/9 */ mark { background-color: #ff0; color: #000; } /* https://gist.github.com/unruthless/413930 */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* # ================================================================= # Forms # ================================================================= */ input { border-radius: 0; outline: none; } [type="number"] { width: auto; /* Firefox 36+ */ } [type="search"] { -webkit-appearance: textfield; /* Safari 8+ */ } [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; /* Safari 8 */ } textarea { overflow: auto; /* Internet Explorer 11+ */ resize: vertical; /* Specify textarea resizability */ border-radius: 0; outline: none; } button, input, optgroup, select, textarea { font: inherit; /* Specify font inheritance of form elements */ } optgroup { font-weight: bold; /* Restore the font weight unset by the previous rule. */ } button { overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ } /* Remove inner padding and border in Firefox 4+ */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: 0; padding: 0; } /* Replace focus style removed in the border reset above */ button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { outline: 1px dotted ButtonText; } button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */ } button, select { text-transform: none; /* Firefox 40+, Internet Explorer 11- */ } /* Remove the default button styling in all browsers */ button, input, select, textarea { background-color: transparent; border-style: none; color: inherit; border: solid 1px #666; } /* Style select like a standard input */ select { -moz-appearance: none; /* Firefox 36+ */ -webkit-appearance: none; /* Chrome 41+ */ } select::-ms-expand { display: none; /* Internet Explorer 11+ */ } select::-ms-value { color: currentColor; /* Internet Explorer 11+ */ } legend { border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */ color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */ display: table; /* Correct the text wrapping in Edge and IE */ max-width: 100%; /* Correct the text wrapping in Edge and IE */ white-space: normal; /* Correct the text wrapping in Edge and IE */ } ::-webkit-file-upload-button { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */ font: inherit; /* Change font properties to `inherit` in Chrome and Safari */ } /* Correct the text style of placeholders in Chrome, Edge, and Safari */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } [type="search"] { -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */ outline-offset: -2px; /* Correct the outline style in Safari */ } /* # ================================================================= # Specify media element style # ================================================================= */ img { border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */ } /* Add the correct vertical alignment in Chrome, Firefox, and Opera */ progress { vertical-align: baseline; } svg:not(:root) { overflow: hidden; /* Internet Explorer 11- */ } audio, canvas, progress, video { display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */ } /* # ================================================================= # Acessibility # ================================================================= */ /* Hide content from screens but not screenreaders */ @media screen { [hidden~="screen"] { display: inherit; } [hidden~="screen"]:not(:active):not(:focus):not(:target) { position: absolute !important; clip: rect(0 0 0 0) !important; } } /* Specify the progress cursor of updating elements */ [aria-busy="true"] { cursor: progress; } /* Specify the pointer cursor of trigger elements */ [aria-controls] { cursor: pointer; } /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */ [aria-disabled] { cursor: default; } /* # ================================================================= # Selection # ================================================================= */ /* Specify text selection background color and omit drop shadow */ ::-moz-selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #fff; text-shadow: none; } ::selection { background-color: #b3d4fc; /* Required when declaring ::selection */ color: #fff; text-shadow: none; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Light.eot"); src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN.eot"); src: url("../fonts/DIN.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN.woff") format("woff"), url("../fonts/DIN.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Medium.eot"); src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DINBold.eot"); src: url("../fonts/DINBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINBold.woff") format("woff"), url("../fonts/DINBold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'DIN'; src: url("../fonts/DIN-Black.eot"); src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Light.eot"); src: url("../fonts/AvenirNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff"), url("../fonts/AvenirNextLTPro-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Regular.eot"); src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Bold.eot"); src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: 'Avenir'; src: url("../fonts/AvenirNextLTPro-Heavy.eot"); src: url("../fonts/AvenirNextLTPro-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Heavy.woff") format("woff"), url("../fonts/AvenirNextLTPro-Heavy.ttf") format("truetype"); font-weight: 900; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Book.eot"); src: url("CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("CircularStd-Book.woff") format("woff"), url("CircularStd-Book.ttf") format("truetype"); font-weight: 400; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Medium.eot"); src: url("CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("CircularStd-Medium.woff") format("woff"), url("CircularStd-Medium.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Bold.eot"); src: url("CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("CircularStd-Bold.woff") format("woff"), url("CircularStd-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; } @font-face { font-family: '../fonts/Circular Std'; src: url("CircularStd-Black.eot"); src: url("CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("CircularStd-Black.woff") format("woff"), url("CircularStd-Black.ttf") format("truetype"); font-weight: 900; font-style: normal; } html { font-size: 18px; font-family: "Avenir"; color: #666666; vertical-align: middle; } h1, h2, h3, h4, h5, h6 { font-family: "Circular Std"; letter-spacing: .15rem; color: #666666; font-weight: 900; } a { font-family: "Circular Std"; color: #666666; } body { line-height: 1.6; } body { font-size: 0.889rem; } @media screen and (min-width: 30rem) { body { font-size: calc(0.889rem + 0.111 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { body { font-size: 1rem; } } p { margin-bottom: 28.8px; } h1 { margin-bottom: 46.08px; } h1 { font-size: 2.986rem; } @media screen and (min-width: 30rem) { h1 { font-size: calc(2.986rem + 0.597 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h1 { font-size: 3.583rem; } } h2 { margin-bottom: 43.2px; } h2 { font-size: 2.488rem; } @media screen and (min-width: 30rem) { h2 { font-size: calc(2.488rem + 0.498 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h2 { font-size: 2.986rem; } } h3 { margin-bottom: 40.32px; } h3 { font-size: 2.074rem; } @media screen and (min-width: 30rem) { h3 { font-size: calc(2.074rem + 0.414 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h3 { font-size: 2.488rem; } } h4 { margin-bottom: 37.44px; } h4 { font-size: 1.728rem; } @media screen and (min-width: 30rem) { h4 { font-size: calc(1.728rem + 0.346 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h4 { font-size: 2.074rem; } } h4 { margin-bottom: 34.56px; } h4 { font-size: 1.44rem; } @media screen and (min-width: 30rem) { h4 { font-size: calc(1.44rem + 0.288 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h4 { font-size: 1.728rem; } } h5 { margin-bottom: 31.68px; } h5 { font-size: 1.2rem; } @media screen and (min-width: 30rem) { h5 { font-size: calc(1.2rem + 0.24 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h5 { font-size: 1.44rem; } } h6 { margin-bottom: 28.8px; } h6 { font-size: 1rem; } @media screen and (min-width: 30rem) { h6 { font-size: calc(1rem + 0.2 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { h6 { font-size: 1.2rem; } } hr { border-bottom: solid 3px #766DCC; max-width: 40%; margin-bottom: 43.2px; } .button { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #50E3C2; box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .button:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); background: #66e7ca; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08); } .menu { display: none; } .nav { position: relative; width: 100%; z-index: 50; background: #343A40; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.14); } .nav__content { max-width: 1200px; margin: 0 auto; -js-display: flex; 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; } @media only screen and (max-width: 768px) { .nav__content { display: block; padding: 0 1rem; } } .nav__brand { display: block; width: 150px; } .nav__navbar { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: auto; } @media only screen and (max-width: 768px) { .nav__navbar { display: none; } } .nav li { position: relative; } .nav li a { color: #8c8c8c; } .nav li:hover .dropdown { opacity: 1; visibility: visible; pointer-events: all; -webkit-transform: translateY(0); transform: translateY(0); } .nav li a { display: block; padding: 2rem 1rem; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); } .nav li a:hover { color: #fff; } .nav .dropdown { position: absolute; background: #ffffff; z-index: 20; opacity: 0; visibility: hidden; pointer-events: none; white-space: nowrap; min-width: 300px; -webkit-transform: translateY(10px); transform: translateY(10px); -webkit-transform-origin: top center; transform-origin: top center; box-shadow: 0 25px 80px 0 rgba(50, 50, 93, 0.05), 0 10px 25px 0 rgba(50, 50, 93, 0.01), 0 5px 10px 0 rgba(0, 0, 0, 0.1), 3px 0 5px 0 rgba(82, 95, 127, 0.2); -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1); } .nav .dropdown:after { content: ''; position: absolute; top: -7px; left: 15px; height: 20px; width: 20px; background: #ffffff; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 5px; box-shadow: -3px -3px 5px 0 rgba(82, 95, 127, 0.05); } .nav .dropdown li:last-of-type { border-bottom: solid 2px #766DCC; } .nav .dropdown a { font-size: .8rem; text-transform: uppercase; padding: 1rem 2rem; font-weight: normal; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); position: relative; z-index: 20; } .nav .dropdown a:hover { background: #F5F5F5; color: #666666; padding-left: 2.5rem; } .hero { background: #766DCC; background-image: url("/assets/img/hero.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100vh; width: 100vw; -js-display: flex; 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; } .hero__content { max-width: 1200px; width: 1200px; margin-top: -5rem; } @media only screen and (max-width: 768px) { .hero__content { padding: 0 1rem; } } .hero__content h1, .hero__content h4 { text-transform: uppercase; color: #fff; margin-bottom: 0; } .hero__content h4 { margin-bottom: 28.8px; } .hero__content .button { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #50E3C2; box-shadow: 0 4px 6px 0 rgba(50, 50, 93, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08); border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; color: #ffffff; text-transform: uppercase; } .hero__content .button:hover { -webkit-transform: translateY(-2px); transform: translateY(-2px); background: #66e7ca; box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08); } .breadcrumbs { padding: .5rem 0; background: #212529; } .breadcrumbs ul { max-width: 1200px; margin: 0 auto; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -js-display: flex; display: flex; } @media only screen and (max-width: 768px) { .breadcrumbs ul { display: block; padding: 0 1rem; } } .breadcrumbs ul li:after { content: '/'; margin: 0.5rem; } .breadcrumbs ul li:last-of-type:after { display: none; } .breadcrumbs ul a { color: #b3b3b3; } .breadcrumbs ul .active a { color: #766DCC; } .page__title { background: #766DCC; padding: 1rem 0; } .page__title--content { max-width: 1200px; margin: 0 auto; -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } @media only screen and (max-width: 768px) { .page__title--content { display: block; padding: 0 1rem; } } .page__title--content h1 { color: #fff; margin: 0; } .accordion__title { display: block; background: #F5F5F5; border: solid 1px #F5F5F5; padding: 1rem 2rem; font-family: "Circular Std"; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); cursor: pointer; } .accordion .active { background: #ffffff; } .accordion__content { padding: 2rem; border: solid 1px #F5F5F5; border-top: none; } .tabs__nav { -js-display: flex; display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: solid 1px #DDDDDD; } @media only screen and (max-width: 768px) { .tabs__nav { display: none; } } .tabs__nav li { padding: .5rem 1rem; border: solid 1px #DDDDDD; border-right: none; border-bottom: none; cursor: pointer; position: relative; } .tabs__nav li:after { content: ''; position: absolute; bottom: -1px; left: -1px; height: 1px; width: calc(100% + 2px); background: #766DCC; opacity: 0; } .tabs__nav li.active:after { opacity: 1; } .tabs__nav li:last-of-type { border-right: solid 1px #DDDDDD; } .tabs__container { border: solid 1px #DDDDDD; border-top: none; } @media only screen and (max-width: 768px) { .tabs__container { border: none; } } .tab__content { padding: 2rem; } @media only screen and (max-width: 768px) { .tab__content { border-left: solid 1px #DDDDDD; border-right: solid 1px #DDDDDD; } } .tab__drawer { display: none; cursor: pointer; background: #F5F5F5; border: solid 1px #F5F5F5; padding: 1rem 2rem; font-family: "Circular Std"; font-weight: bold; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); margin: 0; } .tab__drawer { font-size: 0.889rem; } @media screen and (min-width: 30rem) { .tab__drawer { font-size: calc(0.889rem + 0.111 * (100vw - 30rem) / 45); } } @media screen and (min-width: 75rem) { .tab__drawer { font-size: 1rem; } } .tab__drawer.active { background: #ffffff; } @media only screen and (max-width: 768px) { .tab__drawer { display: block; } } .overlay { position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); } .modal { position: fixed; z-index: 70; top: 50%; left: 50%; width: 60vw; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955); } .modal__content { position: relative; background: #fff; padding: 2rem; border-radius: 5px; box-shadow: 0 10px 18px 0 rgba(50, 50, 93, 0.2), 0 6px 9px 0 rgba(0, 0, 0, 0.14); } .modal__close { position: absolute; top: 0; right: 0; cursor: pointer; } .modal__trigger { display: inline-block; padding: .5rem 1.5rem; color: #fff; font-weight: bold; background: #766DCC; border-radius: 3px; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .modal__trigger:hover { background: #8880d3; } .modal.is--open, .overlay.is--open { opacity: 1; visibility: visible; pointer-events: all; }
0.422266
0.052961
.preview_container { font-family: 'Open Sans', sans-serif; font-weight: 400; margin-left: 30px; margin-right: 50px; } .preview_title { margin-left: 10px; background-color: #FFFFFF; color: #000000; font-size: 1.5em; font-weight: bold; padding: 5px; height: auto; display: inline-block; } .preview_icons { display: inline-block; } .preview_icons img { height: 20px; width: 20px; } .preview_icons object { height: 20px; width: 20px; } .preview_icons ul { margin-left: 30px; columns: 5; column-rule: 1px solid #ebebeb; } .preview_icons ul li { list-style-type: none; margin-left: 10px; margin-right: 10px; cursor: pointer; } .preview_status_container { margin-left: 10px; margin-top: 20px; padding: 10px; background-color: #f5faff; } .preview_status_title { display: inline-block !important; margin-left: 10px; margin-right: 5px; } .preview_status_detail { display: inline-block !important; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-right: 20px; } .status_title_class { } .status_group_class { } .preview_categories { margin-top: 20px; margin-left: 15px; border-bottom: 1px solid #ebebeb; } .preview_categories ul { columns: 5; column-rule: 1px solid #ebebeb; line-height: 150%; } .preview_categories ul li { list-style-type: none; font-size: 0.9em; font-weight: bold; color: #778293; margin-left: 20px; padding-left: 4px; cursor: pointer; } .preview_categories ul li:hover { color: #1d2531; background-color: #f8f8f8; position: relative; } .preview_categories ul li:hover:after { /* content: url('../../../assets/images/arrow.svg'); */ height: 14px; width: 14px; display: block; position: absolute; left: -13px; top: 2px; } .preview_category_selected { color: #1d2531; /* background-color: #f8f8f8; */ position: relative; } .preview_category_selected:after { /* content: url('../../../assets/images/arrow.svg'); */ height: 14px; width: 14px; display: block; position: absolute; left: -13px; top: 2px; } .preview_content { vertical-align: top; } .preview_summary { width: 300px; } .summary_container { margin-top: 30px; padding-right: 20px; } .summary_section_title { background-color: #3a84b3; color: #FFFFFF; font-size: 1.3em; margin-bottom: 15px; margin-top: 30px; padding-top: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: block; } .summary_section_group { background-color: #f5faff; margin-top: 15px; padding-bottom: 10px; padding-top: 10px; } .summary_field_name { padding-left: 15px; } .summary_field_value { padding-left: 15px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 15px; } .main_group_container { margin-top: 30px; } .section_title_class { font-size: 1.3em; font-weight: bold; margin-bottom: 15px; margin-top: 30px; } .section_group_class { margin-right: 10px; margin-bottom: 20px; } .section_subtitle_class { font-size: 1.1em; font-weight: bold; padding-bottom: 15px; padding-top: 15px; width: 100%; } .section_field_name { font-size: 0.85em; color: #767676; font-weight: bold; margin-bottom: 5px; } .section_field_value { font-weight: bold; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; padding-bottom: 10px; padding-left: 15px; } .box_container { border: 1px solid #ebebeb; } .box_table { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; border-collapse: collapse; width: 100%; } .box_table td { width: 33%; padding-left: 20px; border-bottom: 1px solid #ebebeb; padding-top: 10px; } .box_table tr td:nth-child(2) { border: 1px solid #ebebeb; } .table-borders tr td{ border: 1px solid #ebebeb !important; } .two_box_table { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; width: 100%; } .two_box_table td { width: 50%; padding-left: 20px; } .two_box_table tr td:first-child { border-right: 1px solid #ebebeb; } .box_field_name { font-size: 0.85em; color: #767676; font-weight: bold; padding-top: 10px; padding-bottom: 5px; } .box_field_value { font-weight: bold; padding-bottom: 10px; word-wrap: break-word; } .box_field_value_tight { font-weight: bold; } .percent_field_name { display: inline-block; font-weight: bold; padding-top: 10px; padding-bottom: 5px; margin-left: 10px; width: 70%; } .percent_field_value { display: inline-block; color: #3a84b3; font-weight: bold; width: 15%; padding-left: 5%; padding-top: 10px; vertical-align: top; } .project_cost_left { display: inline-block; width: 55%; background-color: #f8fff5; margin-left: 10px; padding-left: 20px; padding-top: 10px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; border-right: 1px solid #ebebeb; } .project_cost_right { display: inline-block; width: 43%; padding-left: 20px; padding-top: 10px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } .project_cost_title { display: block; font-size: 0.85em; color: #767676; font-weight: bold; margin-bottom: 5px } .project_cost_currency { display: block; width: 100%; font-size: 2em; text-align: right; padding-bottom: 10px; padding-right: 10px; } .project_cost_date { display: block; width: 100%; padding-bottom: 10px; padding-top: 10px; font-weight: bold; line-height: 30px; } .sector_title { background-color: #f4f4f4; color: #9d9d9d; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 8px; margin-bottom: 15px; font-size: 0.85em; font-weight: bold; } .inline { display: inline; } .block { display: block; } .flex { display: flex; } .hidden { display: none; } .table_raw { display: table-row; } .alignRight { text-align: right; } .tableCell { padding-left: 10px; } .tableValue { width: 100%; float: left; font-weight: bold; } .paddingBottom { padding-bottom: 10px; } .paddingBottomLarge { padding-bottom: 20px; } .box_table2 { width: 100%; } .box_table2 td { width: 33%; padding-left: 20px; } .box_table2 tr td:nth-child(2) { border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; } .tablify_inner_cell { display: inline-block; padding-bottom: 5px; border-left: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } .tablify_outer_cell { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #ebebeb; } .nodata { padding-left: 10px; padding-bottom: 10px; vertical-align: top; font-weight: bold; } .noborder { border: 0; } .top_warning_text { color: red; margin-left: 10px; padding: 5px; display: inline-block; width: 100%; } .structure_title { background-color: #f4f4f4; color: #3a84b3; border: 1px solid #ebebeb; padding: 8px; margin-bottom: 15px; font-size: 1.2em; font-weight: bold; border-radius: 5px; margin-top: 10px; } .structures_coordinates_table { width: 50%; } .structures_coordinates_value { border: none; font-weight: bold; } #projectPreview .modal-dialog, .modal-content { height: 90% !important; } #projectPreview .modal-body { max-height: calc(100% - 120px); overflow-y: scroll !important; }
import-core/import-ui/src/main/webapp/client/styles/activity-preview.css
.preview_container { font-family: 'Open Sans', sans-serif; font-weight: 400; margin-left: 30px; margin-right: 50px; } .preview_title { margin-left: 10px; background-color: #FFFFFF; color: #000000; font-size: 1.5em; font-weight: bold; padding: 5px; height: auto; display: inline-block; } .preview_icons { display: inline-block; } .preview_icons img { height: 20px; width: 20px; } .preview_icons object { height: 20px; width: 20px; } .preview_icons ul { margin-left: 30px; columns: 5; column-rule: 1px solid #ebebeb; } .preview_icons ul li { list-style-type: none; margin-left: 10px; margin-right: 10px; cursor: pointer; } .preview_status_container { margin-left: 10px; margin-top: 20px; padding: 10px; background-color: #f5faff; } .preview_status_title { display: inline-block !important; margin-left: 10px; margin-right: 5px; } .preview_status_detail { display: inline-block !important; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-right: 20px; } .status_title_class { } .status_group_class { } .preview_categories { margin-top: 20px; margin-left: 15px; border-bottom: 1px solid #ebebeb; } .preview_categories ul { columns: 5; column-rule: 1px solid #ebebeb; line-height: 150%; } .preview_categories ul li { list-style-type: none; font-size: 0.9em; font-weight: bold; color: #778293; margin-left: 20px; padding-left: 4px; cursor: pointer; } .preview_categories ul li:hover { color: #1d2531; background-color: #f8f8f8; position: relative; } .preview_categories ul li:hover:after { /* content: url('../../../assets/images/arrow.svg'); */ height: 14px; width: 14px; display: block; position: absolute; left: -13px; top: 2px; } .preview_category_selected { color: #1d2531; /* background-color: #f8f8f8; */ position: relative; } .preview_category_selected:after { /* content: url('../../../assets/images/arrow.svg'); */ height: 14px; width: 14px; display: block; position: absolute; left: -13px; top: 2px; } .preview_content { vertical-align: top; } .preview_summary { width: 300px; } .summary_container { margin-top: 30px; padding-right: 20px; } .summary_section_title { background-color: #3a84b3; color: #FFFFFF; font-size: 1.3em; margin-bottom: 15px; margin-top: 30px; padding-top: 15px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: block; } .summary_section_group { background-color: #f5faff; margin-top: 15px; padding-bottom: 10px; padding-top: 10px; } .summary_field_name { padding-left: 15px; } .summary_field_value { padding-left: 15px; font-family: 'Open Sans', sans-serif; font-weight: 700; margin-bottom: 15px; } .main_group_container { margin-top: 30px; } .section_title_class { font-size: 1.3em; font-weight: bold; margin-bottom: 15px; margin-top: 30px; } .section_group_class { margin-right: 10px; margin-bottom: 20px; } .section_subtitle_class { font-size: 1.1em; font-weight: bold; padding-bottom: 15px; padding-top: 15px; width: 100%; } .section_field_name { font-size: 0.85em; color: #767676; font-weight: bold; margin-bottom: 5px; } .section_field_value { font-weight: bold; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; padding-bottom: 10px; padding-left: 15px; } .box_container { border: 1px solid #ebebeb; } .box_table { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; border-collapse: collapse; width: 100%; } .box_table td { width: 33%; padding-left: 20px; border-bottom: 1px solid #ebebeb; padding-top: 10px; } .box_table tr td:nth-child(2) { border: 1px solid #ebebeb; } .table-borders tr td{ border: 1px solid #ebebeb !important; } .two_box_table { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; width: 100%; } .two_box_table td { width: 50%; padding-left: 20px; } .two_box_table tr td:first-child { border-right: 1px solid #ebebeb; } .box_field_name { font-size: 0.85em; color: #767676; font-weight: bold; padding-top: 10px; padding-bottom: 5px; } .box_field_value { font-weight: bold; padding-bottom: 10px; word-wrap: break-word; } .box_field_value_tight { font-weight: bold; } .percent_field_name { display: inline-block; font-weight: bold; padding-top: 10px; padding-bottom: 5px; margin-left: 10px; width: 70%; } .percent_field_value { display: inline-block; color: #3a84b3; font-weight: bold; width: 15%; padding-left: 5%; padding-top: 10px; vertical-align: top; } .project_cost_left { display: inline-block; width: 55%; background-color: #f8fff5; margin-left: 10px; padding-left: 20px; padding-top: 10px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; border-right: 1px solid #ebebeb; } .project_cost_right { display: inline-block; width: 43%; padding-left: 20px; padding-top: 10px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } .project_cost_title { display: block; font-size: 0.85em; color: #767676; font-weight: bold; margin-bottom: 5px } .project_cost_currency { display: block; width: 100%; font-size: 2em; text-align: right; padding-bottom: 10px; padding-right: 10px; } .project_cost_date { display: block; width: 100%; padding-bottom: 10px; padding-top: 10px; font-weight: bold; line-height: 30px; } .sector_title { background-color: #f4f4f4; color: #9d9d9d; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 8px; margin-bottom: 15px; font-size: 0.85em; font-weight: bold; } .inline { display: inline; } .block { display: block; } .flex { display: flex; } .hidden { display: none; } .table_raw { display: table-row; } .alignRight { text-align: right; } .tableCell { padding-left: 10px; } .tableValue { width: 100%; float: left; font-weight: bold; } .paddingBottom { padding-bottom: 10px; } .paddingBottomLarge { padding-bottom: 20px; } .box_table2 { width: 100%; } .box_table2 td { width: 33%; padding-left: 20px; } .box_table2 tr td:nth-child(2) { border-left: 1px solid #ebebeb; border-right: 1px solid #ebebeb; } .tablify_inner_cell { display: inline-block; padding-bottom: 5px; border-left: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; } .tablify_outer_cell { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #ebebeb; } .nodata { padding-left: 10px; padding-bottom: 10px; vertical-align: top; font-weight: bold; } .noborder { border: 0; } .top_warning_text { color: red; margin-left: 10px; padding: 5px; display: inline-block; width: 100%; } .structure_title { background-color: #f4f4f4; color: #3a84b3; border: 1px solid #ebebeb; padding: 8px; margin-bottom: 15px; font-size: 1.2em; font-weight: bold; border-radius: 5px; margin-top: 10px; } .structures_coordinates_table { width: 50%; } .structures_coordinates_value { border: none; font-weight: bold; } #projectPreview .modal-dialog, .modal-content { height: 90% !important; } #projectPreview .modal-body { max-height: calc(100% - 120px); overflow-y: scroll !important; }
0.453262
0.073763
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Raleway'); @import url('https://fonts.googleapis.com/css?family=Merriweather'); body { font-size: 16px; font-family: 'Raleway', sans-serif; background-color: #f5f5f5; overflow-x: hidden; } h2 { font-family: 'Josefin Sans', sans-serif; font-weight: 700; } html, body, .container-fluid { height: 100%; margin: 0; padding: 0; } .left-side { border-right: 2px solid #263238; background-color: #263238; color: #cfd4d7; height: 100%; position: fixed; text-align: center; box-shadow: 0 2px 2px 2px rgba(0,0,0,.14), 0 3px 1px 2px rgba(0,0,0,.2), 0 1px 5px 2px rgba(0,0,0,.12); } .right-side { margin-left: 33%; margin-top: 20px; padding: 20px; text-align: center; } @media (max-width: 768px) { .right-side { margin-left: 0; } } .dati { font-family: 'Merriweather', serif; } #logo { width: 75%; margin: 0 auto; } .logoAWS { width: 75%; margin: 0 auto; } #tagline { text-align: center; margin-top: -20px; font-size: 1.25em; } .links { background-color: #009ee3; color: #ffffff; padding: 5px 10px 5px 10px; border: 1px solid #00933e; border-radius: 25px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; margin-right: 10px; text-decoration: none; } .links:hover { background-color: white; color: #00bcd4; text-decoration: none; } .links:active { background-color: white; color: #00bcd4;; } .socials a { display: inline-block; margin-right: 5px; background-color: #009ee3; color: #ffffff; /* padding: 20px; */ font-size: 20px; line-height: 45px; width: 45px; height: 45px; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border:1px solid #00bcd4; } .socials a:hover { background-color: #ffffff; color:#00bcd4; } .socials a:active { background-color: #ffffff; color:#00bcd4; } .blog-title { text-align: center; font-family: 'Raleway', sans-serif; color: #00bcd4; } .blog-title a { text-decoration: none; webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; color: #00bcd4; } .blog-title a:hover { text-decoration: none; color: #e6e6e6; } .blog-post { padding-bottom: 20px; } .blog-body { text-align: justify; } .blog-footer { text-align: right; } .blog-footer a { display: inline-block; padding: 12px 40px; border: 1px solid #e6e6e6; border-radius: 10px; background-color: #F3F3F3; font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 600; font-size: 12px; letter-spacing: 1.7px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #00bcd4; } .blog-footer a:hover { background-color: #00bcd4; border-color: #00bcd4; color: #fff; } footer { border-top: 1px solid #373a3c; text-align: center; margin-left: -20px; margin-right: -20px; padding-top: 20px; padding-bottom: inherit; margin-bottom: -20px; } .back-to-top { cursor: pointer; position: fixed; bottom: 20px; right: 20px; display:none; background-color: #00bcd4; z-index: 1; } .back-to-top:hover, .back-to-top:active, .back-to-top:focus{ background-color: white; color: #00bcd4; border-color: #00bcd4; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .code { box-shadow: 0 2px 2px 2px rgba(0,0,0,.14), 0 3px 1px 2px rgba(0,0,0,.2), 0 1px 5px 2px rgba(0,0,0,.12); } #title { width: 40%; float: right; } .navbar-dark { background-color: #263238 !important; } .navbar-nav { list-style: none; } blockquote { font-style: italic; padding-left: 20px; } img { width:100%; } @media(min-width:768px) { .right-side { padding-left: 70px !important; padding-right: 70px !important; } } .div { height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .gatsby-highlight-code-line { background-color: hsla(207, 95%, 15%, 1); display: block; margin-right: -1.3125rem; margin-left: -1.3125rem; padding-right: 1em; padding-left: 1.25em; border-left: 0.25em solid #ffa7c4; } .gatsby-highlight { margin-bottom: 1.75rem; margin-left: -1.3125rem; margin-right: -1.3125rem; border-radius: 10px; background: #011627; -webkit-overflow-scrolling: touch; overflow: auto; } @media (max-width: 672px) { .gatsby-highlight { border-radius: 0; } } .gatsby-highlight pre[class*='language-'] { float: left; min-width: 100%; } p > code { padding: .2rem .4rem !important; font-size: 90% !important; color: #bd4147 !important; background-color: #f7f7f9 !important; border-radius: .25rem !important; }
assets/css/main.css
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Raleway'); @import url('https://fonts.googleapis.com/css?family=Merriweather'); body { font-size: 16px; font-family: 'Raleway', sans-serif; background-color: #f5f5f5; overflow-x: hidden; } h2 { font-family: 'Josefin Sans', sans-serif; font-weight: 700; } html, body, .container-fluid { height: 100%; margin: 0; padding: 0; } .left-side { border-right: 2px solid #263238; background-color: #263238; color: #cfd4d7; height: 100%; position: fixed; text-align: center; box-shadow: 0 2px 2px 2px rgba(0,0,0,.14), 0 3px 1px 2px rgba(0,0,0,.2), 0 1px 5px 2px rgba(0,0,0,.12); } .right-side { margin-left: 33%; margin-top: 20px; padding: 20px; text-align: center; } @media (max-width: 768px) { .right-side { margin-left: 0; } } .dati { font-family: 'Merriweather', serif; } #logo { width: 75%; margin: 0 auto; } .logoAWS { width: 75%; margin: 0 auto; } #tagline { text-align: center; margin-top: -20px; font-size: 1.25em; } .links { background-color: #009ee3; color: #ffffff; padding: 5px 10px 5px 10px; border: 1px solid #00933e; border-radius: 25px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; margin-right: 10px; text-decoration: none; } .links:hover { background-color: white; color: #00bcd4; text-decoration: none; } .links:active { background-color: white; color: #00bcd4;; } .socials a { display: inline-block; margin-right: 5px; background-color: #009ee3; color: #ffffff; /* padding: 20px; */ font-size: 20px; line-height: 45px; width: 45px; height: 45px; border-radius: 50%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border:1px solid #00bcd4; } .socials a:hover { background-color: #ffffff; color:#00bcd4; } .socials a:active { background-color: #ffffff; color:#00bcd4; } .blog-title { text-align: center; font-family: 'Raleway', sans-serif; color: #00bcd4; } .blog-title a { text-decoration: none; webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; color: #00bcd4; } .blog-title a:hover { text-decoration: none; color: #e6e6e6; } .blog-post { padding-bottom: 20px; } .blog-body { text-align: justify; } .blog-footer { text-align: right; } .blog-footer a { display: inline-block; padding: 12px 40px; border: 1px solid #e6e6e6; border-radius: 10px; background-color: #F3F3F3; font-family: "Open Sans", sans-serif; text-transform: uppercase; font-weight: 600; font-size: 12px; letter-spacing: 1.7px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; color: #00bcd4; } .blog-footer a:hover { background-color: #00bcd4; border-color: #00bcd4; color: #fff; } footer { border-top: 1px solid #373a3c; text-align: center; margin-left: -20px; margin-right: -20px; padding-top: 20px; padding-bottom: inherit; margin-bottom: -20px; } .back-to-top { cursor: pointer; position: fixed; bottom: 20px; right: 20px; display:none; background-color: #00bcd4; z-index: 1; } .back-to-top:hover, .back-to-top:active, .back-to-top:focus{ background-color: white; color: #00bcd4; border-color: #00bcd4; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; } .code { box-shadow: 0 2px 2px 2px rgba(0,0,0,.14), 0 3px 1px 2px rgba(0,0,0,.2), 0 1px 5px 2px rgba(0,0,0,.12); } #title { width: 40%; float: right; } .navbar-dark { background-color: #263238 !important; } .navbar-nav { list-style: none; } blockquote { font-style: italic; padding-left: 20px; } img { width:100%; } @media(min-width:768px) { .right-side { padding-left: 70px !important; padding-right: 70px !important; } } .div { height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; } .gatsby-highlight-code-line { background-color: hsla(207, 95%, 15%, 1); display: block; margin-right: -1.3125rem; margin-left: -1.3125rem; padding-right: 1em; padding-left: 1.25em; border-left: 0.25em solid #ffa7c4; } .gatsby-highlight { margin-bottom: 1.75rem; margin-left: -1.3125rem; margin-right: -1.3125rem; border-radius: 10px; background: #011627; -webkit-overflow-scrolling: touch; overflow: auto; } @media (max-width: 672px) { .gatsby-highlight { border-radius: 0; } } .gatsby-highlight pre[class*='language-'] { float: left; min-width: 100%; } p > code { padding: .2rem .4rem !important; font-size: 90% !important; color: #bd4147 !important; background-color: #f7f7f9 !important; border-radius: .25rem !important; }
0.371251
0.109897
div { display: inline-block; } body { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family:Arial, Helvetica, serif; color:black; font-size: 14px; height:100%; margin:0; background-color: #e4ece5; cursor:default; } .showthis:hover { display: none !important; } .showthatO { position:relative; } .showthatH:hover .showthisH { display: block; } .showthat:hover .showthis, .showthatO:hover .showthis, .showthatO:hover .showthisH, .showthat:hover .showthisname, .showthat:hover .showthisstory { display: block; } .showthat2:hover .showthis2 { display: flex; } .showthis, .showthis2, .showthisH { display:none; position:absolute; color: black; background-color: #c0e4c7; border:1px solid; padding:3px 5px; border-radius:4px; margin-top:5px; z-index: 999999; text-align:left; } .showthat2 { width: 76px; } .showthis2 { margin-top: -20px; margin-left: 76px; z-index: 1000; min-width: 450px; max-height: 600px; overflow: auto; flex-direction: column; align-items: center; } .showthisname { display:none; position:absolute; color: black; background-color: #c0e4c7; border:1px solid; padding:3px 5px; border-radius:4px; margin-top: -43px; z-index: 999999; text-align: left; margin-left: -5px; white-space: nowrap; } .showthisstory { display:none; position:absolute; color: black; background: url(img/misc/texture.png); border:1px solid #b89651; padding:3px 5px; margin-top:-2px; margin-left:-1px; z-index: 999999; text-align:left; } .thickProgressBar .showthis { margin-top: 15px; } .title { font-size:16px; font-weight:bold; display:block; text-align:center; } .large { font-size:16px; } .medium { font-size:14px; } .small { font-size:12px; } .bold { font-weight:bold; } .superLargeIcon { width: 34px; height: 34px; } .largeIcon { width:20px; height:20px; } .smallIcon { width: 16px; height: 16px; } .buffIcon { height: 12px; width:12px; top: 2px; left: 4px; position: absolute; } .notification { position: absolute; font-weight: bold; border-radius: 50%; display: none; } .notification::before { content: "!"; } .storyNotification { right: -32px; bottom: 4px; width: 15px; height: 15px; border: 1px solid #b89651; } .storyContainer .superLargeIcon, .storyContainer .smallIcon { filter: drop-shadow(-1px 1px 1px #444); mix-blend-mode: overlay; } input, label { cursor:pointer; } input { margin-right:0; top: 2px; position: relative; font-family: Arial, Helvetica, serif; } .buffmaxinput { top: 0px; left: -3px; width: 24px; height: 12px; border: none; background: none; font-size: 14px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; } /*.button {*/ /*border:2px white solid;*/ /*background-color: #bde0b7;*/ /*padding:3px 5px;*/ /*cursor:pointer;*/ /*border-radius:10px;*/ /*min-width:9px;*/ /*text-align:center;*/ /*vertical-align:center;*/ /*}*/ /*.button:hover {*/ /*border:2px blue solid;*/ /*}*/ .button { padding: 1px 5px; text-align: center; vertical-align:center; min-width:9px; cursor: pointer; outline: none; color: #e1e1e1; background-color: #4CAF50; border: none; border-radius: 6px; box-shadow: 0 3px #999; transform: translateY(-2px); z-index: 999; margin-bottom:2px; } .button:hover {background-color: #3e8e41} .button:active { background-color: #3e8e41; box-shadow: 0 1px #666; transform: translateY(0px); } .unused { background-color: #99c193; } .container { border:1px solid black; margin:10px; padding:3px 8px; position:absolute; border-radius:5px; text-align:center; min-width:100px; opacity:.7; background-color: #c3d2ff; } .container:hover { opacity:1; } .skillContainer { width:100%; position:relative; text-align:left; } .buffContainer { display: none; width:100%; position:relative; justify-content: flex-start; align-items: center; } .buffNameContainer { align-items: center; } .buffNumContainer { flex-direction: row; text-align: right; font-size: 14px; justify-content: flex-end; flex: 1; margin-right: 7px; } .statRadarContainer { width:40px; padding-top:20px; position:absolute; } .statRegularContainer { width:100%; } .statRegularContainer:hover { background-color: #ccded1; } .statLabelContainer { width:100%; position:relative; text-align:left; } .statNum { width:40px; text-align:right; margin:5px 10px 0; float:right; } .skillLabel { margin-left:18px; } .thinProgressBarUpper, .thinProgressBarLower { width:90%; background-color:white; display:block; margin:0 auto 2px auto; } .thinProgressBarUpper { height:4px; } .thinProgressBarLower { height:3px; } .thickProgressBar { background-color:white; display:inline-block; margin:0 2px 2px 2px; height:8px; } .statBar { height:100%; width:0; display:block; } .statLevelBar, .townExpBar, .skillExpBar { background-color: #9d67cd; } .statTalentBar { background-color: #ffb45b; } .townBar { background-color: #95afff; } .segmentBar { height:100%; display:block; width:100%; float:right; } .townStatContainer { width:100%; height:23px; text-align:left; padding:0 10px 0; margin-bottom:5px; margin-top:10px; } .townInfoContainer { width:100%; height:15px; text-align:left; padding:0 10px 0; } .townInfo { display:block; text-align:left; } .actionOptions { text-align:center; min-height:470px; } .actionStories { text-align:center; min-height:470px; } .actionContainer { cursor:pointer; width:102px; height:50px; vertical-align:top; margin:0 2px; font-size: 13px; } .actionContainer:hover, .travelContainer:hover { background-color: #bef8ff; } .storyContainer { width: 102px; height: 50px; vertical-align: top; font-size: 13px; color: #b89651; border: 1px solid #b89651; background: url(img/misc/texture.png); box-shadow: -2px 2px 1px #bbb; border-radius: 5px; margin: 3px; fill: white; } .storyContainer:hover { border-radius: 0px; box-shadow: none; } .travelContainer { cursor:pointer; display:block; width:205px; height:50px; margin:2px auto; font-size: 13px; } #curActionsListContainer { width: 34.9%; height: 100%; background-color: #c2e6cc; position: relative; } #nextActionsListContainer { width: 65%; height: 100%; background-color: #cdded2; vertical-align: top; margin-left: -4px; position: relative; } .nextActionContainer, .curActionContainer { margin-left:3px; display:block; padding-top:1px; padding-bottom:1px; border-bottom:1px solid #b9b9b9; position:relative; } .nextActionContainer { width:205px; } .curActionContainer { width:102px; } #curActionsList, #nextActionsList { overflow-x: hidden !important; } #curActionsList { margin-top: 10px; text-align: left; max-height: 457px; overflow: auto; width: 100%; } #nextActionsList { margin-top: 10px; width: 100%; text-align: left; max-height: 457px; overflow: auto; } #nextActionsList::-webkit-scrollbar, #curActionsList::-webkit-scrollbar, .showthis2::-webkit-scrollbar { background: #cdded2; } #nextActionsList::-webkit-scrollbar-track, #curActionsList::-webkit-scrollbar-track, .showthis2::-webkit-scrollbar-track { background: #99c193; } #nextActionsList::-webkit-scrollbar-thumb, #curActionsList::-webkit-scrollbar-thumb, .showthis2::-webkit-scrollbar-thumb { background: #4caf50; } #nextActionsList::-webkit-scrollbar-thumb:hover, #curActionsList::-webkit-scrollbar-thumb:hover, .showthis2::-webkit-scrollbar-thumb:hover { background: #3e8e41; } #nextActionsList::-webkit-scrollbar-button, #curActionsList::-webkit-scrollbar-button, .showthis2::-webkit-scrollbar-button { color: black; background-color: #4caf50; } #nextActionsList::-webkit-scrollbar-button:vertical:decrement, #curActionsList::-webkit-scrollbar-button:vertical:decrement, .showthis2::-webkit-scrollbar-button:vertical:decrement { background-image: url("img/misc/arrowUpLight.svg"); background-size: 17px 17px; border-top-left-radius: 6px; border-top-right-radius: 6px; } #nextActionsList::-webkit-scrollbar-button:vertical:increment, #curActionsList::-webkit-scrollbar-button:vertical:increment, .showthis2::-webkit-scrollbar-button:vertical:increment { background-image: url("img/misc/arrowDownLight.svg"); background-size: 17px 17px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .showthis2::-webkit-scrollbar-button:vertical:decrement:end, .showthis2::-webkit-scrollbar-button:vertical:increment:start { display: none; } #nextActionsList::-webkit-scrollbar-button:hover, #curActionsList::-webkit-scrollbar-button:hover, .showthis2::-webkit-scrollbar-button:hover { background-color: #3e8e41; } /*styled scrollbar for firefox ( why can't there just be one browser that everybody uses :( )*/ #nextActionsList, #curActionsList, .showthis2 { scrollbar-color: #4caf50 #99c193; } .actionIcon { text-align:center; width:12px; } .actionIcon:hover { color:red; cursor:pointer; background-color:rgba(0, 0, 0, 0.2); } .curActionBar { height:100%; width:0; background-color: #ff907d; position:absolute; opacity:.5; } .actionSelectedIndicator { position: absolute; opacity: 0; background-color: #4caf50; width: 3px; height: 100%; left: -3px; } .townLabel { margin-left:25px; } .completedInfo { margin-right:25px; float:right; } .hidden { display:none !important; } .locked { background-color: #d2acac; cursor:default; border-radius:10px; } .locked:hover { background-color: #c28e8e; } .capped { background-color: #bfbfbf; cursor:default; border-radius:10px; } .capped:hover { background-color: #a8a8a8; } .statTooltipPerc { float: right; margin-left: 3px; } .ssContainer { display:none; } #expandableList { position:relative; height:500px; width:100%; /*border:1px solid black;*/ } .resizable { width: 10px; height: 10px; background: blue; position:absolute; right: 0; bottom: 0; cursor: se-resize; } .draggedOverAction { background:#bef8ff !important; } .draggedAction{ opacity:0.4; } .disabled .actionIcon { display: none; } .imageDragFix { pointer-events:none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } #trackedResources .resource, #timeControls .control { margin-right : 5px; } #trackedResources { display: flex; justify-content: center; margin-bottom: -15px; height: 16px; } #talentTree { height: 700px; width: 500px; background: #e4ece5; } /* dark theme */ .t-dark { filter: invert(1); background: #111; color: #222; } .t-dark .buffmaxinput { color: #222; } .t-dark .storyContainer { box-shadow: -2px 2px 1px #fff; } .t-dark .button { box-shadow: 0 3px #99d98c; } .t-dark img { filter: invert(0.2); } /* cubic theme */ .t-cubic .thickProgressBar { border: 1px solid black; margin: 0 0 2px 2px; } .t-cubic .thinProgressBarUpper, .t-cubic .thinProgressBarLower { border: 1px solid black; } .t-cubic .thinProgressBarLower { margin-top: -3px; } .t-cubic .statLevelBar, .t-cubic .townExpBar, .t-cubic .skillExpBar { background-color: #ba68c8; } .t-cubic .statTalentBar { background-color: #ffb74d; } .t-cubic .townBar { background-color: #64b5f6; } .t-cubic #timeBarContainer { border: 1px solid black; border-left: none; border-right: none; } .t-cubic .button { border-radius: 0; box-shadow: 0 3px #3d8a3f; } .t-cubic .button:hover, .t-cubic .button:active { box-shadow: 0 3px #2f6a31; } .t-cubic .unused { box-shadow: 0 3px #7caf74; } .t-cubic .showthis, .t-cubic .showthis2, .t-cubic .showthisH, .t-cubic .showthisname { border: 1px solid black; border-radius: 0; } .t-cubic #nextActionsList::-webkit-scrollbar-button:vertical:decrement, .t-cubic #curActionsList::-webkit-scrollbar-button:vertical:decrement, .t-cubic .showthis2::-webkit-scrollbar-button:vertical:decrement { border-top-left-radius: 0; border-top-right-radius: 0; } .t-cubic #nextActionsList::-webkit-scrollbar-button:vertical:increment, .t-cubic #curActionsList::-webkit-scrollbar-button:vertical:increment, .t-cubic .showthis2::-webkit-scrollbar-button:vertical:increment { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .t-cubic .actionContainer { background: #c0e4c7; margin: -0.5px -0.5px; border: 1px solid black; } .t-cubic .travelContainer { background: #c0e4c7; margin-top: -0.5px; border: 1px solid black; } .t-cubic .actionContainer:hover, .t-cubic .travelContainer:hover { background-color: #e2f3e6; } .t-cubic .storyContainer { border-radius: 0; margin: -0.5px -0.5px; box-shadow: none; text-shadow: none; } .t-cubic .locked { background-color: #d2acac; border-radius: 0; } .t-cubic .locked:hover { background-color: #c28e8e; } .t-cubic .capped { background-color: #bdbdbd; border-radius: 0; } .t-cubic .capped:hover { background-color: #9e9e9e; }
loops/stylesheet.css
div { display: inline-block; } body { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family:Arial, Helvetica, serif; color:black; font-size: 14px; height:100%; margin:0; background-color: #e4ece5; cursor:default; } .showthis:hover { display: none !important; } .showthatO { position:relative; } .showthatH:hover .showthisH { display: block; } .showthat:hover .showthis, .showthatO:hover .showthis, .showthatO:hover .showthisH, .showthat:hover .showthisname, .showthat:hover .showthisstory { display: block; } .showthat2:hover .showthis2 { display: flex; } .showthis, .showthis2, .showthisH { display:none; position:absolute; color: black; background-color: #c0e4c7; border:1px solid; padding:3px 5px; border-radius:4px; margin-top:5px; z-index: 999999; text-align:left; } .showthat2 { width: 76px; } .showthis2 { margin-top: -20px; margin-left: 76px; z-index: 1000; min-width: 450px; max-height: 600px; overflow: auto; flex-direction: column; align-items: center; } .showthisname { display:none; position:absolute; color: black; background-color: #c0e4c7; border:1px solid; padding:3px 5px; border-radius:4px; margin-top: -43px; z-index: 999999; text-align: left; margin-left: -5px; white-space: nowrap; } .showthisstory { display:none; position:absolute; color: black; background: url(img/misc/texture.png); border:1px solid #b89651; padding:3px 5px; margin-top:-2px; margin-left:-1px; z-index: 999999; text-align:left; } .thickProgressBar .showthis { margin-top: 15px; } .title { font-size:16px; font-weight:bold; display:block; text-align:center; } .large { font-size:16px; } .medium { font-size:14px; } .small { font-size:12px; } .bold { font-weight:bold; } .superLargeIcon { width: 34px; height: 34px; } .largeIcon { width:20px; height:20px; } .smallIcon { width: 16px; height: 16px; } .buffIcon { height: 12px; width:12px; top: 2px; left: 4px; position: absolute; } .notification { position: absolute; font-weight: bold; border-radius: 50%; display: none; } .notification::before { content: "!"; } .storyNotification { right: -32px; bottom: 4px; width: 15px; height: 15px; border: 1px solid #b89651; } .storyContainer .superLargeIcon, .storyContainer .smallIcon { filter: drop-shadow(-1px 1px 1px #444); mix-blend-mode: overlay; } input, label { cursor:pointer; } input { margin-right:0; top: 2px; position: relative; font-family: Arial, Helvetica, serif; } .buffmaxinput { top: 0px; left: -3px; width: 24px; height: 12px; border: none; background: none; font-size: 14px; } input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type="number"] { -moz-appearance: textfield; } /*.button {*/ /*border:2px white solid;*/ /*background-color: #bde0b7;*/ /*padding:3px 5px;*/ /*cursor:pointer;*/ /*border-radius:10px;*/ /*min-width:9px;*/ /*text-align:center;*/ /*vertical-align:center;*/ /*}*/ /*.button:hover {*/ /*border:2px blue solid;*/ /*}*/ .button { padding: 1px 5px; text-align: center; vertical-align:center; min-width:9px; cursor: pointer; outline: none; color: #e1e1e1; background-color: #4CAF50; border: none; border-radius: 6px; box-shadow: 0 3px #999; transform: translateY(-2px); z-index: 999; margin-bottom:2px; } .button:hover {background-color: #3e8e41} .button:active { background-color: #3e8e41; box-shadow: 0 1px #666; transform: translateY(0px); } .unused { background-color: #99c193; } .container { border:1px solid black; margin:10px; padding:3px 8px; position:absolute; border-radius:5px; text-align:center; min-width:100px; opacity:.7; background-color: #c3d2ff; } .container:hover { opacity:1; } .skillContainer { width:100%; position:relative; text-align:left; } .buffContainer { display: none; width:100%; position:relative; justify-content: flex-start; align-items: center; } .buffNameContainer { align-items: center; } .buffNumContainer { flex-direction: row; text-align: right; font-size: 14px; justify-content: flex-end; flex: 1; margin-right: 7px; } .statRadarContainer { width:40px; padding-top:20px; position:absolute; } .statRegularContainer { width:100%; } .statRegularContainer:hover { background-color: #ccded1; } .statLabelContainer { width:100%; position:relative; text-align:left; } .statNum { width:40px; text-align:right; margin:5px 10px 0; float:right; } .skillLabel { margin-left:18px; } .thinProgressBarUpper, .thinProgressBarLower { width:90%; background-color:white; display:block; margin:0 auto 2px auto; } .thinProgressBarUpper { height:4px; } .thinProgressBarLower { height:3px; } .thickProgressBar { background-color:white; display:inline-block; margin:0 2px 2px 2px; height:8px; } .statBar { height:100%; width:0; display:block; } .statLevelBar, .townExpBar, .skillExpBar { background-color: #9d67cd; } .statTalentBar { background-color: #ffb45b; } .townBar { background-color: #95afff; } .segmentBar { height:100%; display:block; width:100%; float:right; } .townStatContainer { width:100%; height:23px; text-align:left; padding:0 10px 0; margin-bottom:5px; margin-top:10px; } .townInfoContainer { width:100%; height:15px; text-align:left; padding:0 10px 0; } .townInfo { display:block; text-align:left; } .actionOptions { text-align:center; min-height:470px; } .actionStories { text-align:center; min-height:470px; } .actionContainer { cursor:pointer; width:102px; height:50px; vertical-align:top; margin:0 2px; font-size: 13px; } .actionContainer:hover, .travelContainer:hover { background-color: #bef8ff; } .storyContainer { width: 102px; height: 50px; vertical-align: top; font-size: 13px; color: #b89651; border: 1px solid #b89651; background: url(img/misc/texture.png); box-shadow: -2px 2px 1px #bbb; border-radius: 5px; margin: 3px; fill: white; } .storyContainer:hover { border-radius: 0px; box-shadow: none; } .travelContainer { cursor:pointer; display:block; width:205px; height:50px; margin:2px auto; font-size: 13px; } #curActionsListContainer { width: 34.9%; height: 100%; background-color: #c2e6cc; position: relative; } #nextActionsListContainer { width: 65%; height: 100%; background-color: #cdded2; vertical-align: top; margin-left: -4px; position: relative; } .nextActionContainer, .curActionContainer { margin-left:3px; display:block; padding-top:1px; padding-bottom:1px; border-bottom:1px solid #b9b9b9; position:relative; } .nextActionContainer { width:205px; } .curActionContainer { width:102px; } #curActionsList, #nextActionsList { overflow-x: hidden !important; } #curActionsList { margin-top: 10px; text-align: left; max-height: 457px; overflow: auto; width: 100%; } #nextActionsList { margin-top: 10px; width: 100%; text-align: left; max-height: 457px; overflow: auto; } #nextActionsList::-webkit-scrollbar, #curActionsList::-webkit-scrollbar, .showthis2::-webkit-scrollbar { background: #cdded2; } #nextActionsList::-webkit-scrollbar-track, #curActionsList::-webkit-scrollbar-track, .showthis2::-webkit-scrollbar-track { background: #99c193; } #nextActionsList::-webkit-scrollbar-thumb, #curActionsList::-webkit-scrollbar-thumb, .showthis2::-webkit-scrollbar-thumb { background: #4caf50; } #nextActionsList::-webkit-scrollbar-thumb:hover, #curActionsList::-webkit-scrollbar-thumb:hover, .showthis2::-webkit-scrollbar-thumb:hover { background: #3e8e41; } #nextActionsList::-webkit-scrollbar-button, #curActionsList::-webkit-scrollbar-button, .showthis2::-webkit-scrollbar-button { color: black; background-color: #4caf50; } #nextActionsList::-webkit-scrollbar-button:vertical:decrement, #curActionsList::-webkit-scrollbar-button:vertical:decrement, .showthis2::-webkit-scrollbar-button:vertical:decrement { background-image: url("img/misc/arrowUpLight.svg"); background-size: 17px 17px; border-top-left-radius: 6px; border-top-right-radius: 6px; } #nextActionsList::-webkit-scrollbar-button:vertical:increment, #curActionsList::-webkit-scrollbar-button:vertical:increment, .showthis2::-webkit-scrollbar-button:vertical:increment { background-image: url("img/misc/arrowDownLight.svg"); background-size: 17px 17px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .showthis2::-webkit-scrollbar-button:vertical:decrement:end, .showthis2::-webkit-scrollbar-button:vertical:increment:start { display: none; } #nextActionsList::-webkit-scrollbar-button:hover, #curActionsList::-webkit-scrollbar-button:hover, .showthis2::-webkit-scrollbar-button:hover { background-color: #3e8e41; } /*styled scrollbar for firefox ( why can't there just be one browser that everybody uses :( )*/ #nextActionsList, #curActionsList, .showthis2 { scrollbar-color: #4caf50 #99c193; } .actionIcon { text-align:center; width:12px; } .actionIcon:hover { color:red; cursor:pointer; background-color:rgba(0, 0, 0, 0.2); } .curActionBar { height:100%; width:0; background-color: #ff907d; position:absolute; opacity:.5; } .actionSelectedIndicator { position: absolute; opacity: 0; background-color: #4caf50; width: 3px; height: 100%; left: -3px; } .townLabel { margin-left:25px; } .completedInfo { margin-right:25px; float:right; } .hidden { display:none !important; } .locked { background-color: #d2acac; cursor:default; border-radius:10px; } .locked:hover { background-color: #c28e8e; } .capped { background-color: #bfbfbf; cursor:default; border-radius:10px; } .capped:hover { background-color: #a8a8a8; } .statTooltipPerc { float: right; margin-left: 3px; } .ssContainer { display:none; } #expandableList { position:relative; height:500px; width:100%; /*border:1px solid black;*/ } .resizable { width: 10px; height: 10px; background: blue; position:absolute; right: 0; bottom: 0; cursor: se-resize; } .draggedOverAction { background:#bef8ff !important; } .draggedAction{ opacity:0.4; } .disabled .actionIcon { display: none; } .imageDragFix { pointer-events:none; user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } #trackedResources .resource, #timeControls .control { margin-right : 5px; } #trackedResources { display: flex; justify-content: center; margin-bottom: -15px; height: 16px; } #talentTree { height: 700px; width: 500px; background: #e4ece5; } /* dark theme */ .t-dark { filter: invert(1); background: #111; color: #222; } .t-dark .buffmaxinput { color: #222; } .t-dark .storyContainer { box-shadow: -2px 2px 1px #fff; } .t-dark .button { box-shadow: 0 3px #99d98c; } .t-dark img { filter: invert(0.2); } /* cubic theme */ .t-cubic .thickProgressBar { border: 1px solid black; margin: 0 0 2px 2px; } .t-cubic .thinProgressBarUpper, .t-cubic .thinProgressBarLower { border: 1px solid black; } .t-cubic .thinProgressBarLower { margin-top: -3px; } .t-cubic .statLevelBar, .t-cubic .townExpBar, .t-cubic .skillExpBar { background-color: #ba68c8; } .t-cubic .statTalentBar { background-color: #ffb74d; } .t-cubic .townBar { background-color: #64b5f6; } .t-cubic #timeBarContainer { border: 1px solid black; border-left: none; border-right: none; } .t-cubic .button { border-radius: 0; box-shadow: 0 3px #3d8a3f; } .t-cubic .button:hover, .t-cubic .button:active { box-shadow: 0 3px #2f6a31; } .t-cubic .unused { box-shadow: 0 3px #7caf74; } .t-cubic .showthis, .t-cubic .showthis2, .t-cubic .showthisH, .t-cubic .showthisname { border: 1px solid black; border-radius: 0; } .t-cubic #nextActionsList::-webkit-scrollbar-button:vertical:decrement, .t-cubic #curActionsList::-webkit-scrollbar-button:vertical:decrement, .t-cubic .showthis2::-webkit-scrollbar-button:vertical:decrement { border-top-left-radius: 0; border-top-right-radius: 0; } .t-cubic #nextActionsList::-webkit-scrollbar-button:vertical:increment, .t-cubic #curActionsList::-webkit-scrollbar-button:vertical:increment, .t-cubic .showthis2::-webkit-scrollbar-button:vertical:increment { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .t-cubic .actionContainer { background: #c0e4c7; margin: -0.5px -0.5px; border: 1px solid black; } .t-cubic .travelContainer { background: #c0e4c7; margin-top: -0.5px; border: 1px solid black; } .t-cubic .actionContainer:hover, .t-cubic .travelContainer:hover { background-color: #e2f3e6; } .t-cubic .storyContainer { border-radius: 0; margin: -0.5px -0.5px; box-shadow: none; text-shadow: none; } .t-cubic .locked { background-color: #d2acac; border-radius: 0; } .t-cubic .locked:hover { background-color: #c28e8e; } .t-cubic .capped { background-color: #bdbdbd; border-radius: 0; } .t-cubic .capped:hover { background-color: #9e9e9e; }
0.388734
0.100746
mg-form-editor .text-nowrap { white-space: nowrap; } mg-form-editor .text-ellipsis { overflow: hidden; text-overflow: ellipsis; } /* }}} */ /* Add widget modal {{{ */ /* Tidy up the left hand size widget filter pills {{{ */ mg-form-editor #modal-mgFormEditor-add .nav.nav-pills li:not(.active) a { color: #333; } mg-form-editor #modal-mgFormEditor-add .nav.nav-pills li.active i> a { color: #FFF; } mg-form-editor #modal-mgFormEditor-add .nav.nav-pills > a > i { margin-right: 5px; } /* }}} */ /* Tidy up the main widget selection boxes {{{ */ mg-form-editor #modal-mgFormEditor-add .widget-item { margin-bottom: 5px; } /* }}} /* }}} */ /* Hover mask {{{ */ @keyframes mgFormMoveMaskEditor { from { background-position: 0; } to { background-position: 140px; } } mg-form-editor .mgFormEditor-mask { position: fixed; z-index: 100; border-radius: 5px; /* Start offscreen */ left: -10000px; top: -10000px; width: 0px; height: 0px; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-editor { border: 3px solid #5662a8; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-inserter { border: 3px solid #56a628; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-editor > .mgFormEditor-mask-background { cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; animation: mgFormMoveMaskEditor 5s linear 0s infinite; opacity: 0.3; background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #5662a8 10px, #5662a8 20px ); background-size: 140px 140px; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-inserter > .mgFormEditor-mask-background { cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.3; background: repeating-radial-gradient( circle, #60bc6d, #60bc6d 40px, #56a862 40px, #56a862 80px ); } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons > .mgFormEditor-mask-buttons-left { position: absolute; top: calc(50% - 16px); left: 10px; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons > .mgFormEditor-mask-buttons-right { position: absolute; top: calc(50% - 16px); right: 10px; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons a { padding: 8px 12px !important; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons .mgFormEditor-mask-handle { cursor: move; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons .dropdown-menu a { padding: 3px 10px; } /* }}} */
src/components/mgFormEditor/mgFormEditor.css
mg-form-editor .text-nowrap { white-space: nowrap; } mg-form-editor .text-ellipsis { overflow: hidden; text-overflow: ellipsis; } /* }}} */ /* Add widget modal {{{ */ /* Tidy up the left hand size widget filter pills {{{ */ mg-form-editor #modal-mgFormEditor-add .nav.nav-pills li:not(.active) a { color: #333; } mg-form-editor #modal-mgFormEditor-add .nav.nav-pills li.active i> a { color: #FFF; } mg-form-editor #modal-mgFormEditor-add .nav.nav-pills > a > i { margin-right: 5px; } /* }}} */ /* Tidy up the main widget selection boxes {{{ */ mg-form-editor #modal-mgFormEditor-add .widget-item { margin-bottom: 5px; } /* }}} /* }}} */ /* Hover mask {{{ */ @keyframes mgFormMoveMaskEditor { from { background-position: 0; } to { background-position: 140px; } } mg-form-editor .mgFormEditor-mask { position: fixed; z-index: 100; border-radius: 5px; /* Start offscreen */ left: -10000px; top: -10000px; width: 0px; height: 0px; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-editor { border: 3px solid #5662a8; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-inserter { border: 3px solid #56a628; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-editor > .mgFormEditor-mask-background { cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; animation: mgFormMoveMaskEditor 5s linear 0s infinite; opacity: 0.3; background: repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #5662a8 10px, #5662a8 20px ); background-size: 140px 140px; } mg-form-editor .mgFormEditor-mask.mgFormEditor-mask-inserter > .mgFormEditor-mask-background { cursor: pointer; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.3; background: repeating-radial-gradient( circle, #60bc6d, #60bc6d 40px, #56a862 40px, #56a862 80px ); } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons > .mgFormEditor-mask-buttons-left { position: absolute; top: calc(50% - 16px); left: 10px; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons > .mgFormEditor-mask-buttons-right { position: absolute; top: calc(50% - 16px); right: 10px; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons a { padding: 8px 12px !important; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons .mgFormEditor-mask-handle { cursor: move; } mg-form-editor .mgFormEditor-mask .mgFormEditor-mask-buttons .dropdown-menu a { padding: 3px 10px; } /* }}} */
0.301568
0.040788
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Muli:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap%22"); @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css'); *{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } @font-face { font-family: cormorantBold; src: url('Cormorant-Bold.ttf') format('truetype'); } @font-face { font-family: cormorantLight; src: url('Cormorant-Light.ttf') format('truetype'); } :root{ --fontTitulo: "cormorantBold", serif; --fontSubtitulo: "Baloo Da 2", serif; --fontConteudo: "Josefin Slab", serif; --fontExtra: "Muli", serif; --corPrimaria: #b28959; --corSecundaria: #7e665f; --corTerciaria: #a4a996; --corQuartenaria: #e8eae5; --corTexto: #130902; } html{ scroll-behavior: smooth; } .lc { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-around; } .coluna2 { flex-basis: 50%; min-width: 300px; } .coluna2 img { max-width: 100%; justify-content: center; } .coluna2 h1 { font-size: 50px; line-height: 60px; margin: 25px 0; font-family: var(--fontTitulo); } .coluna21 { flex-basis: 50%; min-width: 300px; } .coluna21 img { max-width: 100%; justify-content: center; } .coluna21 h1 { font-size: 50px; line-height: 60px; margin: 25px 0; font-family: var(--fontTitulo); } .botao { display: inline-block; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 30px; margin: 30px 0; border-bottom: 4px solid black; transition: background 0.8s; } .botao:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; } .botao2 { display: inline-block; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 30px; margin: 30px 0; border-bottom: 4px solid black; transition: background 0.8s; } .botao2:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; cursor: pointer; } .popup { position: relative; display: inline-block; cursor: pointer; } .popup .popuptext { visibility: hidden; width: 160px; background-color: var(--corPrimaria); color: var(--corTexto); text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; } .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--corPrimaria) transparent transparent transparent; } .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s } @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } .conteudo1 { background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .conteudo11 { background: linear-gradient(rgb(255, 255, 255),#a89f94); } .catalogo { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .catalogo1 { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } small { color:#130902; font-family: var(--fontConteudo); font-size: 50px; } .coluna2 .catalogoimg { padding: 50px; } .categoria { margin: px 0; background: linear-gradient(rgb(255, 255, 255),#a89f94); } .coluna3 { flex-basis: 30%; min-width: 250px; margin-bottom: 30px; } .coluna3{ transition: transform 1s; } .coluna3:hover{ filter: grayscale(100%); } .coluna3 img { width: 100%; filter: grayscale(0); } .categoriapequena{ max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .coluna3:hover{ transform: translateY(-15px); } .coluna3 img:hover { opacity: 0.6; } .destaque { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .destaqueh2 { text-align: center; margin: 0 auto 80px; position: relative; line-height: 60px; color: #130902; font-family: var(--fontSubtitulo); font-size: 30px; letter-spacing: 8px; } .destaqueh2::after{ content: ''; background-color: #503019; width: 800px; height: 5px; border-radius: 5px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .coluna4{ flex-basis: 25%; padding: 10px; min-width: 200px; margin-bottom: 50px; transition: transform 1s; position: relative; } .coluna4 img{ width: 100%; } .estrela { color: gold; } .coluna4:hover{ transform: translateY(-15px); } .destaque .lc .coluna4 .tnt { position: absolute; top: 1rem; left: 4.2rem; background-color: #7e665f; color: aliceblue; padding: 0.5rem 1rem; border-radius: 0.6rem; } .destaque .lc .coluna4 .tnt2 { position: absolute; top: 1rem; left: 3.7rem; background-color: #7e665f; color: aliceblue; padding: 0.5rem 1rem; border-radius: 0.6rem; } .comentarios { padding-top: 250px; background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .conteudocomentarios { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; margin-top: -120px; } .comentarios .coluna3 { text-align: center; padding: 40px 20px; box-shadow: 0 0 10px 0 black; background-color: white; } .comentarios .coluna3 img { width: 70px; margin-top: 20px; border-radius: 50%; } .pcategorias { background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .pcategorias-conteudo { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; margin-top: -50px; margin-bottom: 20px; } .botao1 { align-items: center; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 10px; margin-left: 40%; border-bottom: 4px solid black; transition: background 0.8s; } .botao1:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; } .conteudo{ margin-bottom: 6rem; } .linhas3{ width: 2rem; height: 2rem; position: fixed; z-index: 100; right: 2rem; top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; transition: all 1s; } .linhas3 i:hover{ color: var(--corTexto); } .linhas3 span{ position: absolute; left: 3rem; background-color: var(--corTexto); height: 2rem; width: 6rem; display: flex; align-items: center; justify-content: center; color: var(--corQuartenaria); font-family: var(--fontConteudo); opacity: 0; transition: all 1s; } .linhas3 span::before{ content: ""; position: absolute; border-right: .5rem solid var(--corTexto); border-top: .5rem solid transparent; border-left: .5rem solid transparent; border-bottom: .5rem solid transparent; left: -1rem; } .show-menu .linhas3:hover span{ opacity: 1; } .show-menu .linhas3{ right: 16rem; transition: all 900ms; transition-delay: 100ms; } .show-menu .sidebar{ right: 0; } .linha{ width: 100%; height: 0.1rem; background-color: var(--corSecundaria); /*box-shadow: 0.1rem 0.1rem var(--corTexto);*/ transition: transformar 1s; } .menu-lateral{ width: 20rem; height: 100vh; background-color: var(--corQuartenaria); position: fixed; top: 0; right: -20rem; transition: all 1s; z-index: 80; } .show-menu .menu-lateral{ right: 0; } .menu{ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item{ text-align: center; margin-bottom: 0.5rem; } .menu-link{ font-family: var(--fontSubtitulo); font-size: 2rem; color: var(--corTerciaria); transition: color 1s; } .menu-link:hover{ color: var(--corSecundaria); } .sociais{ position: absolute; bottom: 2rem; width: 100%; display: flex; justify-content: space-evenly; } .sociais i{ background-color: var(--corTexto); color: var(--corQuartenaria); height: 2.5rem; width: 2.5rem; font-size: 2rem; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: background-color 1s; } .sociais i:hover{ background-color: var(--corSecundaria); } .barra-superior{ width: 100%; height: 1rem; background-color: #b28959; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 1); } .barra-central{ background-color: #130902; width: 100%; height: 8rem; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7); } .barra-central img{ width: 8rem; height: 8rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central img:hover{ animation: zoom 10s; } @keyframes zoom{ 0%{ transform: scale(1); } 100%{ transform: scale(1.3); } } .barra-central h2{ font-family: var(--fontTitulo); margin-right: 4.8rem; display: inline-block; position: relative; bottom: 45%; left: 10%; color: var(--corPrimaria); font-size: 2rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central h2:hover{ color: var(--corQuartenaria); cursor: pointer; } .barra-central .carrinho{ font-family: var(--fontTitulo); margin-right: 4.8rem; display: inline-block; position: relative; justify-content: center; bottom: 30%; left: 15%; text-align: center; color: var(--corPrimaria); font-size: 1.5rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central .carrinho:hover{ color: var(--corQuartenaria); cursor: pointer; } .fieldsetCar{ border-radius: 5px; background-color: var(--corTexto); border-width: 0px; border-color: var(--corPrimaria); box-shadow: #130902, 0, 0, 0.8; } .footer1{ background-color: var(--corTexto); border-width: 0px; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7); display: inline-block; position: relative; width: 100%; } .pag{ font-family: var(--fontExtra); color: var(--corPrimaria); display: inline-block; margin-top: 1rem; } .fpagamento{ font-size: 1.5rem; text-align: center; justify-content: center; } #copyright{ justify-content: right; float: right; margin-right: 0.5rem; text-align: right; margin-top: 2.5rem; } #contato1 h2{ text-align: left; font-family: var(--fontExtra); color: var(--corPrimaria); margin-left: 0.5rem; margin-top: 1rem; margin-bottom: 1rem; } #contato1 a{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: 1rem; text-align: center; margin-left: 0.5rem; margin-bottom: 1rem; } #copyright h2{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: .5rem; text-align: right; display: inline-block; justify-content: right; } #copyright h3{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: 0.8rem; text-align: right; justify-content: right; } /*=======================> Exemplo como usar as variáveis em CSS .conteudo2 h2{ color: var(--corPrimaria); font-family: var(--fontSubtitulo); } */ #topo{ position: fixed; right: 1rem; bottom: 1rem; width: 3rem; height: 3rem; background-color: var(--corTexto); display: flex; border-radius: -3rem; color: var(--corQuartenaria); justify-content: center; align-items: center; box-shadow: 0 0.1rem 0.6rem var(--corTexto); }
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&family=Josefin+Slab:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Muli:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400&display=swap%22"); @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css'); *{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box; } @font-face { font-family: cormorantBold; src: url('Cormorant-Bold.ttf') format('truetype'); } @font-face { font-family: cormorantLight; src: url('Cormorant-Light.ttf') format('truetype'); } :root{ --fontTitulo: "cormorantBold", serif; --fontSubtitulo: "Baloo Da 2", serif; --fontConteudo: "Josefin Slab", serif; --fontExtra: "Muli", serif; --corPrimaria: #b28959; --corSecundaria: #7e665f; --corTerciaria: #a4a996; --corQuartenaria: #e8eae5; --corTexto: #130902; } html{ scroll-behavior: smooth; } .lc { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-around; } .coluna2 { flex-basis: 50%; min-width: 300px; } .coluna2 img { max-width: 100%; justify-content: center; } .coluna2 h1 { font-size: 50px; line-height: 60px; margin: 25px 0; font-family: var(--fontTitulo); } .coluna21 { flex-basis: 50%; min-width: 300px; } .coluna21 img { max-width: 100%; justify-content: center; } .coluna21 h1 { font-size: 50px; line-height: 60px; margin: 25px 0; font-family: var(--fontTitulo); } .botao { display: inline-block; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 30px; margin: 30px 0; border-bottom: 4px solid black; transition: background 0.8s; } .botao:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; } .botao2 { display: inline-block; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 30px; margin: 30px 0; border-bottom: 4px solid black; transition: background 0.8s; } .botao2:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; cursor: pointer; } .popup { position: relative; display: inline-block; cursor: pointer; } .popup .popuptext { visibility: hidden; width: 160px; background-color: var(--corPrimaria); color: var(--corTexto); text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; } .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: var(--corPrimaria) transparent transparent transparent; } .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s } @-webkit-keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} } @keyframes fadeIn { from {opacity: 0;} to {opacity:1 ;} } .conteudo1 { background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .conteudo11 { background: linear-gradient(rgb(255, 255, 255),#a89f94); } .catalogo { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .catalogo1 { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } small { color:#130902; font-family: var(--fontConteudo); font-size: 50px; } .coluna2 .catalogoimg { padding: 50px; } .categoria { margin: px 0; background: linear-gradient(rgb(255, 255, 255),#a89f94); } .coluna3 { flex-basis: 30%; min-width: 250px; margin-bottom: 30px; } .coluna3{ transition: transform 1s; } .coluna3:hover{ filter: grayscale(100%); } .coluna3 img { width: 100%; filter: grayscale(0); } .categoriapequena{ max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .coluna3:hover{ transform: translateY(-15px); } .coluna3 img:hover { opacity: 0.6; } .destaque { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; } .destaqueh2 { text-align: center; margin: 0 auto 80px; position: relative; line-height: 60px; color: #130902; font-family: var(--fontSubtitulo); font-size: 30px; letter-spacing: 8px; } .destaqueh2::after{ content: ''; background-color: #503019; width: 800px; height: 5px; border-radius: 5px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .coluna4{ flex-basis: 25%; padding: 10px; min-width: 200px; margin-bottom: 50px; transition: transform 1s; position: relative; } .coluna4 img{ width: 100%; } .estrela { color: gold; } .coluna4:hover{ transform: translateY(-15px); } .destaque .lc .coluna4 .tnt { position: absolute; top: 1rem; left: 4.2rem; background-color: #7e665f; color: aliceblue; padding: 0.5rem 1rem; border-radius: 0.6rem; } .destaque .lc .coluna4 .tnt2 { position: absolute; top: 1rem; left: 3.7rem; background-color: #7e665f; color: aliceblue; padding: 0.5rem 1rem; border-radius: 0.6rem; } .comentarios { padding-top: 250px; background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .conteudocomentarios { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; margin-top: -120px; } .comentarios .coluna3 { text-align: center; padding: 40px 20px; box-shadow: 0 0 10px 0 black; background-color: white; } .comentarios .coluna3 img { width: 70px; margin-top: 20px; border-radius: 50%; } .pcategorias { background: linear-gradient(#a89f94,rgb(255, 255, 255)); } .pcategorias-conteudo { max-width: 100%; margin: auto; padding-left: 25px; padding-right: 25px; margin-top: -50px; margin-bottom: 20px; } .botao1 { align-items: center; background-color: var(--corPrimaria); color: var(--corTexto); padding: 10px 30px; font-family: var(--fontExtra); border-radius: 10px; margin-left: 40%; border-bottom: 4px solid black; transition: background 0.8s; } .botao1:hover { background-color: #7e665f; color: var(--corQuartenaria); border-bottom: 4px solid #7e665f; } .conteudo{ margin-bottom: 6rem; } .linhas3{ width: 2rem; height: 2rem; position: fixed; z-index: 100; right: 2rem; top: 2rem; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; transition: all 1s; } .linhas3 i:hover{ color: var(--corTexto); } .linhas3 span{ position: absolute; left: 3rem; background-color: var(--corTexto); height: 2rem; width: 6rem; display: flex; align-items: center; justify-content: center; color: var(--corQuartenaria); font-family: var(--fontConteudo); opacity: 0; transition: all 1s; } .linhas3 span::before{ content: ""; position: absolute; border-right: .5rem solid var(--corTexto); border-top: .5rem solid transparent; border-left: .5rem solid transparent; border-bottom: .5rem solid transparent; left: -1rem; } .show-menu .linhas3:hover span{ opacity: 1; } .show-menu .linhas3{ right: 16rem; transition: all 900ms; transition-delay: 100ms; } .show-menu .sidebar{ right: 0; } .linha{ width: 100%; height: 0.1rem; background-color: var(--corSecundaria); /*box-shadow: 0.1rem 0.1rem var(--corTexto);*/ transition: transformar 1s; } .menu-lateral{ width: 20rem; height: 100vh; background-color: var(--corQuartenaria); position: fixed; top: 0; right: -20rem; transition: all 1s; z-index: 80; } .show-menu .menu-lateral{ right: 0; } .menu{ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item{ text-align: center; margin-bottom: 0.5rem; } .menu-link{ font-family: var(--fontSubtitulo); font-size: 2rem; color: var(--corTerciaria); transition: color 1s; } .menu-link:hover{ color: var(--corSecundaria); } .sociais{ position: absolute; bottom: 2rem; width: 100%; display: flex; justify-content: space-evenly; } .sociais i{ background-color: var(--corTexto); color: var(--corQuartenaria); height: 2.5rem; width: 2.5rem; font-size: 2rem; display: flex; justify-content: center; align-items: center; border-radius: 5px; transition: background-color 1s; } .sociais i:hover{ background-color: var(--corSecundaria); } .barra-superior{ width: 100%; height: 1rem; background-color: #b28959; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 1); } .barra-central{ background-color: #130902; width: 100%; height: 8rem; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7); } .barra-central img{ width: 8rem; height: 8rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central img:hover{ animation: zoom 10s; } @keyframes zoom{ 0%{ transform: scale(1); } 100%{ transform: scale(1.3); } } .barra-central h2{ font-family: var(--fontTitulo); margin-right: 4.8rem; display: inline-block; position: relative; bottom: 45%; left: 10%; color: var(--corPrimaria); font-size: 2rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central h2:hover{ color: var(--corQuartenaria); cursor: pointer; } .barra-central .carrinho{ font-family: var(--fontTitulo); margin-right: 4.8rem; display: inline-block; position: relative; justify-content: center; bottom: 30%; left: 15%; text-align: center; color: var(--corPrimaria); font-size: 1.5rem; text-shadow: 0 0.1rem 0.1rem black; } .barra-central .carrinho:hover{ color: var(--corQuartenaria); cursor: pointer; } .fieldsetCar{ border-radius: 5px; background-color: var(--corTexto); border-width: 0px; border-color: var(--corPrimaria); box-shadow: #130902, 0, 0, 0.8; } .footer1{ background-color: var(--corTexto); border-width: 0px; box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.7); display: inline-block; position: relative; width: 100%; } .pag{ font-family: var(--fontExtra); color: var(--corPrimaria); display: inline-block; margin-top: 1rem; } .fpagamento{ font-size: 1.5rem; text-align: center; justify-content: center; } #copyright{ justify-content: right; float: right; margin-right: 0.5rem; text-align: right; margin-top: 2.5rem; } #contato1 h2{ text-align: left; font-family: var(--fontExtra); color: var(--corPrimaria); margin-left: 0.5rem; margin-top: 1rem; margin-bottom: 1rem; } #contato1 a{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: 1rem; text-align: center; margin-left: 0.5rem; margin-bottom: 1rem; } #copyright h2{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: .5rem; text-align: right; display: inline-block; justify-content: right; } #copyright h3{ font-family: var(--fontExtra); color: var(--corPrimaria); font-size: 0.8rem; text-align: right; justify-content: right; } /*=======================> Exemplo como usar as variáveis em CSS .conteudo2 h2{ color: var(--corPrimaria); font-family: var(--fontSubtitulo); } */ #topo{ position: fixed; right: 1rem; bottom: 1rem; width: 3rem; height: 3rem; background-color: var(--corTexto); display: flex; border-radius: -3rem; color: var(--corQuartenaria); justify-content: center; align-items: center; box-shadow: 0 0.1rem 0.6rem var(--corTexto); }
0.315947
0.075927
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;} article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;} mark, rp, rt, ruby, summary, time {display:inline;} input, textarea {border:0; padding:0; margin:0; outline: 0;} iframe {border:0; margin:0; padding:0;} input, textarea, select {margin:0; padding:0px;} /* -------------------------------------------- */ /* ------------------Style---------------------- */ /* -------------------------------------------- */ html, body {width:100%; padding:0; margin:0;} body {background: #42520E url(../images/shine.png) no-repeat center top;color: #292929;font: 14px/25px Arial, Helvetica, sans-serif;} /*-------------------------*/ a{color: #B2B914;text-decoration: none;} a:hover {text-decoration: none;} a.button, input.button { cursor: pointer; color: #808080; line-height: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background: #E4E4E4; border:1px solid #DFDFDF;} a.button { display: inline-block; text-decoration: none; padding: 6px 12px 6px 12px;} input.button { margin: 0; border: 0; height: 24px; padding: 0px 12px 0px 12px;} a.button:hover, input.button:hover {background: #B2B914;color:#ffffff;} /*-------------header */ header {width:960px;margin: 80px auto 0px auto; height: 130px; background: #000000 url(../images/box1-bg.jpg) repeat-x;-webkit-border-radius: 20px 20px 0px 0px;-moz-border-radius: 20px 20px 0px 0px;-khtml-border-radius: 20px 20px 0px 0px;border-radius: 20px 20px 0px 0px;} header #logo {margin-top:20px;margin-left:20px;} header #searchbox{margin-top: 30px;} /*------------menu */ nav {width:960px;height: 43px;margin: 0 auto 15px auto;background:url(../images/menu-bg.jpg) repeat-x;} nav ul {list-style: none;margin: 0;padding: 0;} nav ul li {position: relative;float: left;padding: 5px;} nav ul li:hover {background: url('../images/menu-bg-act.jpg') repeat-x;} nav ul li a {font-size: 15px; color: #ffffff;display: block;padding: 6px 10px 6px 10px;margin-bottom: 5px;z-index: 6;position: relative;font-weight:bold; text-transform:uppercase;} nav ul li:hover a {color:#000;} nav ul li.active a {text-decoration: underline;} /*-------------content */ #content {} .block {padding: 10px 0px;background:#ffffff;border-top:5px solid #000000;} .main-content{} .main-content .article{margin: 20px 0;overflow:hidden; position:relative;} .main-content .heading { font-size:20px; line-height:25px; letter-spacing:-1px; font-weight:bold; text-align: center; margin-bottom: 24px;} .main-content .heading .info{font-size:12px; font-style:italic;} .main-content .content{} .main-content .content figure{float:left; margin:0px 0px 0px 0px; padding: 6px; white-space: nowrap} .main-content .center {text-align: center;} .main-content .footer{} .main-content .footer .more{float:right;} .main-content .footer .more a{ text-decoration:none;} .sidebar .block1{margin-bottom: 20px; background: #000000 url(../images/box-bg.jpg) repeat-x;-webkit-border-radius: 15px;-moz-border-radius: 15px;-khtml-border-radius: 15px;border-radius: 15px;color:#ffffff;} .sidebar .heading{font-size:22px; font-weight:normal; padding: 10px ;border-bottom:3px solid #BFCE12;} .sidebar .content{padding:15px;border-top:3px solid #272727;} .sidebar .content img{float:left; margin:5px; border:#BDBDBD 5px solid;} .sidebar .content a{color:#BFCE12;} .featured{background:#000000;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;} ul {margin:0; padding:0;list-style-image:none;} ul.list li {padding-bottom: 5px; line-height:25px; list-style:circle;margin-left:15px;} ul.list li a { font-size:14px; color:#292929; line-height:25px;} ul.list li a:hover {color:#006699; text-decoration:none;} /*------- Contact form */ form label { font-size: 1.2em; font-weight: bold; display: block; padding: 10px 0; } form input#name, form input#email, form input#subject { width: 400px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; padding: 5px; font-size: 1.1em; } form input#test { width: 20px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; padding: 5px; margin-bottom: 20px; font-size: 1.1em; } form textarea#message { width: 400px; height: 100px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; margin-bottom: 10px; padding: 5px; font-size: 1.1em; } form input#submit { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px solid #d8d8d8; padding: 10px; font-weight:bold; text-align: center; color: #000000; background-color: #f4f4f4; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5)); background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -moz-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -ms-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -o-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: linear-gradient(to top, #f4f4f4, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f4f4, endColorstr=#e5e5e5); } form input#submit:hover{ cursor: pointer; border:1px solid #c1c1c1; background-color: #dbdbdb; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%, #cccccc)); background-image: -webkit-linear-gradient(top, #dbdbdb, #cccccc); background-image: -moz-linear-gradient(top, #dbdbdb, #cccccc); background-image: -ms-linear-gradient(top, #dbdbdb, #cccccc); background-image: -o-linear-gradient(top, #dbdbdb, #cccccc); background-image: linear-gradient(to top, #dbdbdb, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dbdbdb, endColorstr=#cccccc); } /*------------ message flashing */ .flash { background-color: #FBB0B0; padding: 10px; width: 400px; } /*------------footer */ footer {} footer .block2{padding: 20px 0px; background:#272727;-webkit-border-radius: 0px 0px 20px 20px;-moz-border-radius: 0px 0px 20px 20px;-khtml-border-radius: 0px 0px 20px 20px;border-radius: 0px 0px 20px 20px;} footer .heading{ color:#ffffff; padding-bottom:5px; padding-left:10px;font-size:20px; font-weight:normal; text-transform:uppercase;} footer .content{color:#ffffff; padding-left:10px;} footer .content img{float:left; margin:5px; border:#ffffff 5px solid;} footer ul {margin:0; padding:0;list-style-image:none;} footer ul li { list-style:circle;margin-left:20px;} footer ul li a { font-size:14px; color:#ffffff;} footer ul li a:hover {color:#B2B914; text-decoration:none; cursor:pointer;} /*-------------copyright*/ #copyright{ width:100%; display:inline-block; text-align:center; padding:8px 0px;color:#ffffff;}
static/css/style.css
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;} article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;} mark, rp, rt, ruby, summary, time {display:inline;} input, textarea {border:0; padding:0; margin:0; outline: 0;} iframe {border:0; margin:0; padding:0;} input, textarea, select {margin:0; padding:0px;} /* -------------------------------------------- */ /* ------------------Style---------------------- */ /* -------------------------------------------- */ html, body {width:100%; padding:0; margin:0;} body {background: #42520E url(../images/shine.png) no-repeat center top;color: #292929;font: 14px/25px Arial, Helvetica, sans-serif;} /*-------------------------*/ a{color: #B2B914;text-decoration: none;} a:hover {text-decoration: none;} a.button, input.button { cursor: pointer; color: #808080; line-height: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background: #E4E4E4; border:1px solid #DFDFDF;} a.button { display: inline-block; text-decoration: none; padding: 6px 12px 6px 12px;} input.button { margin: 0; border: 0; height: 24px; padding: 0px 12px 0px 12px;} a.button:hover, input.button:hover {background: #B2B914;color:#ffffff;} /*-------------header */ header {width:960px;margin: 80px auto 0px auto; height: 130px; background: #000000 url(../images/box1-bg.jpg) repeat-x;-webkit-border-radius: 20px 20px 0px 0px;-moz-border-radius: 20px 20px 0px 0px;-khtml-border-radius: 20px 20px 0px 0px;border-radius: 20px 20px 0px 0px;} header #logo {margin-top:20px;margin-left:20px;} header #searchbox{margin-top: 30px;} /*------------menu */ nav {width:960px;height: 43px;margin: 0 auto 15px auto;background:url(../images/menu-bg.jpg) repeat-x;} nav ul {list-style: none;margin: 0;padding: 0;} nav ul li {position: relative;float: left;padding: 5px;} nav ul li:hover {background: url('../images/menu-bg-act.jpg') repeat-x;} nav ul li a {font-size: 15px; color: #ffffff;display: block;padding: 6px 10px 6px 10px;margin-bottom: 5px;z-index: 6;position: relative;font-weight:bold; text-transform:uppercase;} nav ul li:hover a {color:#000;} nav ul li.active a {text-decoration: underline;} /*-------------content */ #content {} .block {padding: 10px 0px;background:#ffffff;border-top:5px solid #000000;} .main-content{} .main-content .article{margin: 20px 0;overflow:hidden; position:relative;} .main-content .heading { font-size:20px; line-height:25px; letter-spacing:-1px; font-weight:bold; text-align: center; margin-bottom: 24px;} .main-content .heading .info{font-size:12px; font-style:italic;} .main-content .content{} .main-content .content figure{float:left; margin:0px 0px 0px 0px; padding: 6px; white-space: nowrap} .main-content .center {text-align: center;} .main-content .footer{} .main-content .footer .more{float:right;} .main-content .footer .more a{ text-decoration:none;} .sidebar .block1{margin-bottom: 20px; background: #000000 url(../images/box-bg.jpg) repeat-x;-webkit-border-radius: 15px;-moz-border-radius: 15px;-khtml-border-radius: 15px;border-radius: 15px;color:#ffffff;} .sidebar .heading{font-size:22px; font-weight:normal; padding: 10px ;border-bottom:3px solid #BFCE12;} .sidebar .content{padding:15px;border-top:3px solid #272727;} .sidebar .content img{float:left; margin:5px; border:#BDBDBD 5px solid;} .sidebar .content a{color:#BFCE12;} .featured{background:#000000;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;} ul {margin:0; padding:0;list-style-image:none;} ul.list li {padding-bottom: 5px; line-height:25px; list-style:circle;margin-left:15px;} ul.list li a { font-size:14px; color:#292929; line-height:25px;} ul.list li a:hover {color:#006699; text-decoration:none;} /*------- Contact form */ form label { font-size: 1.2em; font-weight: bold; display: block; padding: 10px 0; } form input#name, form input#email, form input#subject { width: 400px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; padding: 5px; font-size: 1.1em; } form input#test { width: 20px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; padding: 5px; margin-bottom: 20px; font-size: 1.1em; } form textarea#message { width: 400px; height: 100px; background-color: #fafafa; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #cccccc; margin-bottom: 10px; padding: 5px; font-size: 1.1em; } form input#submit { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border:1px solid #d8d8d8; padding: 10px; font-weight:bold; text-align: center; color: #000000; background-color: #f4f4f4; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5)); background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -moz-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -ms-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: -o-linear-gradient(top, #f4f4f4, #e5e5e5); background-image: linear-gradient(to top, #f4f4f4, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f4f4, endColorstr=#e5e5e5); } form input#submit:hover{ cursor: pointer; border:1px solid #c1c1c1; background-color: #dbdbdb; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%, #cccccc)); background-image: -webkit-linear-gradient(top, #dbdbdb, #cccccc); background-image: -moz-linear-gradient(top, #dbdbdb, #cccccc); background-image: -ms-linear-gradient(top, #dbdbdb, #cccccc); background-image: -o-linear-gradient(top, #dbdbdb, #cccccc); background-image: linear-gradient(to top, #dbdbdb, #cccccc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dbdbdb, endColorstr=#cccccc); } /*------------ message flashing */ .flash { background-color: #FBB0B0; padding: 10px; width: 400px; } /*------------footer */ footer {} footer .block2{padding: 20px 0px; background:#272727;-webkit-border-radius: 0px 0px 20px 20px;-moz-border-radius: 0px 0px 20px 20px;-khtml-border-radius: 0px 0px 20px 20px;border-radius: 0px 0px 20px 20px;} footer .heading{ color:#ffffff; padding-bottom:5px; padding-left:10px;font-size:20px; font-weight:normal; text-transform:uppercase;} footer .content{color:#ffffff; padding-left:10px;} footer .content img{float:left; margin:5px; border:#ffffff 5px solid;} footer ul {margin:0; padding:0;list-style-image:none;} footer ul li { list-style:circle;margin-left:20px;} footer ul li a { font-size:14px; color:#ffffff;} footer ul li a:hover {color:#B2B914; text-decoration:none; cursor:pointer;} /*-------------copyright*/ #copyright{ width:100%; display:inline-block; text-align:center; padding:8px 0px;color:#ffffff;}
0.127273
0.092934
* { font-family: Roboto, serif; } .wcr-text-primary { color: #1c9b0e; } .wcr-text-bolder { font-weight: 900; } .wcr-bg-primary { background-color: #1c9b0e; } .wcr-logo { font-weight: 900; } .wcr-logo > small { font-weight: 300; display: block; clear: both; font-size: .6em; } /** Hedaer Styles **/ body > header { background-size: cover; background-position: right center; background-image: url(../../img/header-bg.jpg); background-repeat: no-repeat; } @media (min-width: 767px) { body > header { background-size: cover; background-position: center center; } } body .wcr-intro-text { margin-bottom: 4rem; } @media (min-width: 767px) { body .wcr-intro-text { margin-top: 6rem; margin-bottom: 0; } } @media (min-width: 1023px) { body .wcr-intro-text { margin-top: 10rem; } } body .wcr-products { position: relative; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } body .wcr-products > img { position: absolute; } /** Sections Styles **/ @media (min-width: 1023px) { body > main .wcr-logo-border { border-right: 4px solid white; } } body > main .wcr-guides { padding: 3rem 0; background-color: #f1f2f2; } @media (min-width: 767px) { body > main .wcr-guides { padding: 8rem 0; } } body > main .wcr-meals { padding: 8rem 0; background-image: url(../../img/bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; } body > main .wcr-meals .wcr-info-card { width: 100%; background-color: rgba(28, 155, 14, 0.9); } @media (min-width: 767px) { body > main .wcr-signup { background-image: url(../../img/banner.jpg); background-repeat: no-repeat; background-position: left center; background-size: 60% 100%; } } @media (min-width: 1999px) { body > main .wcr-signup { background-size: 50% 100%; } } @media (min-width: 767px) { body > main .wcr-signup .wcr-signup-action { min-height: 672px; } } @media (min-width: 1999px) { body > main .wcr-signup .wcr-signup-action { min-height: 800px; } } body > main .wcr-contact { padding: 8rem 0; background-image: url(../../img/bg-1.jpg); background-repeat: no-repeat; background-size: cover; } body > main .wcr-contact .container { background-color: rgba(65, 64, 66, 0.9); } /** Footer Styles **/ footer h5 { font-size: .8rem; } /*# sourceMappingURL=style.css.map */
fitness/css/style.css
* { font-family: Roboto, serif; } .wcr-text-primary { color: #1c9b0e; } .wcr-text-bolder { font-weight: 900; } .wcr-bg-primary { background-color: #1c9b0e; } .wcr-logo { font-weight: 900; } .wcr-logo > small { font-weight: 300; display: block; clear: both; font-size: .6em; } /** Hedaer Styles **/ body > header { background-size: cover; background-position: right center; background-image: url(../../img/header-bg.jpg); background-repeat: no-repeat; } @media (min-width: 767px) { body > header { background-size: cover; background-position: center center; } } body .wcr-intro-text { margin-bottom: 4rem; } @media (min-width: 767px) { body .wcr-intro-text { margin-top: 6rem; margin-bottom: 0; } } @media (min-width: 1023px) { body .wcr-intro-text { margin-top: 10rem; } } body .wcr-products { position: relative; 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } body .wcr-products > img { position: absolute; } /** Sections Styles **/ @media (min-width: 1023px) { body > main .wcr-logo-border { border-right: 4px solid white; } } body > main .wcr-guides { padding: 3rem 0; background-color: #f1f2f2; } @media (min-width: 767px) { body > main .wcr-guides { padding: 8rem 0; } } body > main .wcr-meals { padding: 8rem 0; background-image: url(../../img/bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; } body > main .wcr-meals .wcr-info-card { width: 100%; background-color: rgba(28, 155, 14, 0.9); } @media (min-width: 767px) { body > main .wcr-signup { background-image: url(../../img/banner.jpg); background-repeat: no-repeat; background-position: left center; background-size: 60% 100%; } } @media (min-width: 1999px) { body > main .wcr-signup { background-size: 50% 100%; } } @media (min-width: 767px) { body > main .wcr-signup .wcr-signup-action { min-height: 672px; } } @media (min-width: 1999px) { body > main .wcr-signup .wcr-signup-action { min-height: 800px; } } body > main .wcr-contact { padding: 8rem 0; background-image: url(../../img/bg-1.jpg); background-repeat: no-repeat; background-size: cover; } body > main .wcr-contact .container { background-color: rgba(65, 64, 66, 0.9); } /** Footer Styles **/ footer h5 { font-size: .8rem; } /*# sourceMappingURL=style.css.map */
0.434941
0.079603
@font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Light-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Light-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Light-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Light-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 300; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Semibold-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Semibold-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Semibold-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Semibold-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 600; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-LightItalic-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-LightItalic-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-LightItalic-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-LightItalic-webfont.svg?2013#opensans') format('svg'); font-style: italic; font-weight: 300; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Regular-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Regular-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Regular-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Regular-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 400; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Bold-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Bold-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Bold-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Bold-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 700; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Italic-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Italic-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Italic-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Italic-webfont.svg?2013#opensans') format('svg'); font-style: italic; font-weight: 400; }
css/opensans.css
@font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Light-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Light-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Light-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Light-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 300; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Semibold-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Semibold-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Semibold-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Semibold-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 600; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-LightItalic-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-LightItalic-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-LightItalic-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-LightItalic-webfont.svg?2013#opensans') format('svg'); font-style: italic; font-weight: 300; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Regular-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Regular-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Regular-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Regular-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 400; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Bold-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Bold-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Bold-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Bold-webfont.svg?2013#opensans') format('svg'); font-style: normal; font-weight: 700; } @font-face { font-family: 'Open Sans'; src: url('../font/opensans/OpenSans-Italic-webfont.eot?2013#iefix') format('embedded-opentype'), url('../font/opensans/OpenSans-Italic-webfont.woff?2013') format('woff'), url('../font/opensans/OpenSans-Italic-webfont.ttf?2013') format('truetype'), url('../font/opensans/OpenSans-Italic-webfont.svg?2013#opensans') format('svg'); font-style: italic; font-weight: 400; }
0.240418
0.048092
@import url('http://fonts.cdnfonts.com/css/century-schoolbook'); body { margin: 0; line-height: unset; } * { box-sizing: border-box; } nav { width: 100vw; height: 100px; position: fixed; z-index: 30; background-color: white; } .container2 { width: 90%; margin: auto; } .container3 { width: 85%; margin: auto; } nav .col-2 img { width: 250px; height: 70px; } #burger { line-height: 70px; width: 50px; height: 50px; position: absolute; right: 0px; padding: unset; } #burger-btn { font-size: 2rem; color: royalblue; padding: unset; } .rowjustify { justify-content: space-between; } .discriptforservice { height: 1150px; width: 600px; } .rowhight { height: 550px; position: relative; justify-content: center; } .textforservice { font-size: 72px; color: rgb(138, 185, 223); font-family: 微軟正黑體; writing-mode: vertical-lr; text-decoration: overline; } .textforservice:nth-child(1) { position: absolute; bottom: 13%; left: 27%; } .textforservice:nth-child(2) { position: absolute; bottom: 40%; } .textforservice:nth-child(3) { position: absolute; bottom: 55%; left: 57%; } .textforservice2 { font-size: 26px; font-family: 微軟正黑體; } .picforsevice { height: 1150px; width: 1000px; /* background-color: blue; */ justify-content: flex-end; position: relative; } .pic1 img { width: 80%; height: 550px; position: absolute; top: 0; right: 0; } .pic2 img { width: 40%; height: 650px; position: absolute; left: 0; top: calc(50% - 250px); } .pic3 img { width: 42%; height: 420px; position: absolute; bottom: 0; right: 0; } .detailforservice { margin-top: 180px; position: relative; width: 100%; } .pic4 img { width: 73%; height: 720px; } .detailforservice .pictable { width: 1420px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .posi { width: 100%; height: 100%; position: relative; } #wehave { width: 620px; height: 185px; font-size: 121px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 310px); top: calc(50% - 92.5px); } #servicebox { width: 1104px; height: 540px; position: absolute; right: 0px; top: 70px; } .formargin { padding: 30px 50px 0 0; } .formargin .row:hover { box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .25); transform: translate(0, -5px); transition-delay: 0s !important; /* transition: all .2s ease-in-out; */ } .textimg { display: flex; justify-content: center; } .textimg img { width: 150px; height: 150px; } .sertext { font-size: 30px; text-align: center; } .detailforservice .piactableblue { width: 1420px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } .textimg img { width: 130px; height: 130px; } .pic5 img { width: 100%; height: 720px; opacity: 0.3; } @media(max-width:1435px) { .detailforservice .pictable { width: 1220px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 1220px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } #servicebox { width: 904px; height: 540px; position: absolute; right: 0px; top: 130px; } } @media(max-width:1170px) { #wehave { width: 600px; height: 160px; font-size: 100px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 100px); top: calc(50% - 92.5px); } .detailforservice .pictable { width: 900px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 900px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } .sertext { font-size: 18px; text-align: center; } #servicebox { width: 704px; height: 540px; position: absolute; right: 0px; top: 150px; } .textimg img { width: 100px; height: 100px; } } @media(max-width:962px) { #wehave { width: 580px; height: 140px; font-size: 90px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 80px); top: calc(50% - 92.5px); } .detailforservice .pictable { width: 700px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 700px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } #servicebox { width: 504px; height: 540px; position: absolute; right: 0px; top: 180px; } .textimg img { width: 70px; height: 70px; } } @media(max-width:768px) { .textforservice { font-size: 36px; color: rgb(138, 185, 223); font-family: 微軟正黑體; writing-mode: vertical-lr; text-decoration: overline; } .rowhight { height: 150px; } .textforservice:nth-child(1) { position: absolute; top: 20px; left: 27%; bottom: unset; } .textforservice:nth-child(2) { position: absolute; top: 37px; bottom: unset; } .textforservice:nth-child(3) { position: absolute; top: 20px; left: 57%; bottom: unset; } .textforservice2 { font-size: 24px; font-family: 微軟正黑體; } .rowjustify { flex-wrap: wrap; } .discriptforservice { height: 440px; width: 100%; } .picforsevice { height: 450px; width: 100%; /* background-color: blue; */ justify-content: flex-end; position: relative; } .pic1 img { width: 80%; height: 206px; position: absolute; top: 0; right: 0; } .pic2 img { width: 38.4%; height: 250px; position: absolute; left: 0; top: calc(50% - 130px); } .pic3 img { width: 42.66%; height: 160px; position: absolute; bottom: 0; right: 0; } .detailforservice { margin-top: 50px; position: relative; width: 100%; } .pic4 img { width: 74%; height: 262px; } #wehave { width: 500px; height: 60px; font-size: 35px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 3px solid rgb(138, 185, 223); left: calc(-37% - 0px); top: 35%; } .detailforservice .pictable { width: 82.6%; height: 930px; z-index: 3; background-color: white; position: absolute; right: 0; top: 15.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 82.6%; height: 930px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 25px; top: calc(15.5% + 25px); } #servicebox { width: 80%; height: 540px; position: absolute; right: 0px; top: 50px; } .textimg img { width: 70px; height: 70px; } .sertext { font-size: 18px; text-align: center; } .formargin { padding: 11px 9px 0 0; } } .pic5 img { width: 100%; height: 868px; opacity: 0.3; } @media(max-width:540px) { #wehave { left: calc(-37% - 50px); } }
public/css/service.css
@import url('http://fonts.cdnfonts.com/css/century-schoolbook'); body { margin: 0; line-height: unset; } * { box-sizing: border-box; } nav { width: 100vw; height: 100px; position: fixed; z-index: 30; background-color: white; } .container2 { width: 90%; margin: auto; } .container3 { width: 85%; margin: auto; } nav .col-2 img { width: 250px; height: 70px; } #burger { line-height: 70px; width: 50px; height: 50px; position: absolute; right: 0px; padding: unset; } #burger-btn { font-size: 2rem; color: royalblue; padding: unset; } .rowjustify { justify-content: space-between; } .discriptforservice { height: 1150px; width: 600px; } .rowhight { height: 550px; position: relative; justify-content: center; } .textforservice { font-size: 72px; color: rgb(138, 185, 223); font-family: 微軟正黑體; writing-mode: vertical-lr; text-decoration: overline; } .textforservice:nth-child(1) { position: absolute; bottom: 13%; left: 27%; } .textforservice:nth-child(2) { position: absolute; bottom: 40%; } .textforservice:nth-child(3) { position: absolute; bottom: 55%; left: 57%; } .textforservice2 { font-size: 26px; font-family: 微軟正黑體; } .picforsevice { height: 1150px; width: 1000px; /* background-color: blue; */ justify-content: flex-end; position: relative; } .pic1 img { width: 80%; height: 550px; position: absolute; top: 0; right: 0; } .pic2 img { width: 40%; height: 650px; position: absolute; left: 0; top: calc(50% - 250px); } .pic3 img { width: 42%; height: 420px; position: absolute; bottom: 0; right: 0; } .detailforservice { margin-top: 180px; position: relative; width: 100%; } .pic4 img { width: 73%; height: 720px; } .detailforservice .pictable { width: 1420px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .posi { width: 100%; height: 100%; position: relative; } #wehave { width: 620px; height: 185px; font-size: 121px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 310px); top: calc(50% - 92.5px); } #servicebox { width: 1104px; height: 540px; position: absolute; right: 0px; top: 70px; } .formargin { padding: 30px 50px 0 0; } .formargin .row:hover { box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .25); transform: translate(0, -5px); transition-delay: 0s !important; /* transition: all .2s ease-in-out; */ } .textimg { display: flex; justify-content: center; } .textimg img { width: 150px; height: 150px; } .sertext { font-size: 30px; text-align: center; } .detailforservice .piactableblue { width: 1420px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } .textimg img { width: 130px; height: 130px; } .pic5 img { width: 100%; height: 720px; opacity: 0.3; } @media(max-width:1435px) { .detailforservice .pictable { width: 1220px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 1220px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } #servicebox { width: 904px; height: 540px; position: absolute; right: 0px; top: 130px; } } @media(max-width:1170px) { #wehave { width: 600px; height: 160px; font-size: 100px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 100px); top: calc(50% - 92.5px); } .detailforservice .pictable { width: 900px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 900px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } .sertext { font-size: 18px; text-align: center; } #servicebox { width: 704px; height: 540px; position: absolute; right: 0px; top: 150px; } .textimg img { width: 100px; height: 100px; } } @media(max-width:962px) { #wehave { width: 580px; height: 140px; font-size: 90px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 5px solid rgb(138, 185, 223); left: calc(-37% + 80px); top: calc(50% - 92.5px); } .detailforservice .pictable { width: 700px; height: 850px; z-index: 3; background-color: white; position: absolute; right: 0; top: 30.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 700px; height: 850px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 50px; top: calc(30.5% + 50px); } #servicebox { width: 504px; height: 540px; position: absolute; right: 0px; top: 180px; } .textimg img { width: 70px; height: 70px; } } @media(max-width:768px) { .textforservice { font-size: 36px; color: rgb(138, 185, 223); font-family: 微軟正黑體; writing-mode: vertical-lr; text-decoration: overline; } .rowhight { height: 150px; } .textforservice:nth-child(1) { position: absolute; top: 20px; left: 27%; bottom: unset; } .textforservice:nth-child(2) { position: absolute; top: 37px; bottom: unset; } .textforservice:nth-child(3) { position: absolute; top: 20px; left: 57%; bottom: unset; } .textforservice2 { font-size: 24px; font-family: 微軟正黑體; } .rowjustify { flex-wrap: wrap; } .discriptforservice { height: 440px; width: 100%; } .picforsevice { height: 450px; width: 100%; /* background-color: blue; */ justify-content: flex-end; position: relative; } .pic1 img { width: 80%; height: 206px; position: absolute; top: 0; right: 0; } .pic2 img { width: 38.4%; height: 250px; position: absolute; left: 0; top: calc(50% - 130px); } .pic3 img { width: 42.66%; height: 160px; position: absolute; bottom: 0; right: 0; } .detailforservice { margin-top: 50px; position: relative; width: 100%; } .pic4 img { width: 74%; height: 262px; } #wehave { width: 500px; height: 60px; font-size: 35px; color: rgb(138, 185, 223); text-align: center; /* text-decoration: underline; */ font-family: 'Century Schoolbook', sans-serif; transform: rotate(270deg); position: absolute; border-bottom: 3px solid rgb(138, 185, 223); left: calc(-37% - 0px); top: 35%; } .detailforservice .pictable { width: 82.6%; height: 930px; z-index: 3; background-color: white; position: absolute; right: 0; top: 15.5%; display: flex; justify-content: space-between; } .detailforservice .piactableblue { width: 82.6%; height: 930px; z-index: 1; background-color: rgb(138, 185, 223); position: absolute; right: 25px; top: calc(15.5% + 25px); } #servicebox { width: 80%; height: 540px; position: absolute; right: 0px; top: 50px; } .textimg img { width: 70px; height: 70px; } .sertext { font-size: 18px; text-align: center; } .formargin { padding: 11px 9px 0 0; } } .pic5 img { width: 100%; height: 868px; opacity: 0.3; } @media(max-width:540px) { #wehave { left: calc(-37% - 50px); } }
0.297368
0.092115
@charset "utf-8"; /* CSS Document */ .replace-2x { font-size: 1px; } @media all and (-webkit-min-device-pixel-ratio:2) { .page-sidebar{ background-image:url(../images/misc/menu-bg.png); -webkit-background-size:75px 75px;} .hide-sidebar{ background-image:url(../images/misc/menu-item/deploy-menu@2x.png); -webkit-background-size:18px 12px;} .show-sidebar{ background-image:url(../images/misc/menu-item/deploy-menu@2x.png); -webkit-background-size:18px 12px;} .header-mail{ background-image:url(../images/misc/menu-item/mail@2x.png); -webkit-background-size:18px 12px;} .icon-heading{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px;} .menu-item{ background-image:url(../images/misc/menu-item/menu-item-strip@2x.png); -webkit-background-size:20px 51px;} .menu-item:hover{ background-image:url(../images/misc/menu-item/menu-item-strip-hover@2x.png); -webkit-background-size:20px 51px;} .menu-disabled{ background-image:url(../images/misc/menu-item/menu_off@2x.png); -webkit-background-size:14px 14px;} .menu-enabled{ background-image:url(../images/misc/menu-item/menu_on@2x.png); -webkit-background-size:14px 14px;} .update-blog{ background-image:url(../images/misc/menu-icons/update-blog@2x.png); -webkit-background-size:17px 16px;} .update-folio{ background-image:url(../images/misc/menu-icons/update-folio@2x.png); -webkit-background-size:17px 16px;} .update-news{ background-image:url(../images/misc/menu-icons/update-news@2x.png); -webkit-background-size:17px 16px;} .submenu a{ background-image:url(../images/misc/menu-arrows/arrow@2x.png); -webkit-background-size:6px 8px;} .nav-home{ background-image:url(../images/navigation/home@2x.png); -webkit-background-size: 51px 51px;} .nav-about{ background-image:url(../images/navigation/about@2x.png); -webkit-background-size: 51px 51px;} .nav-features{ background-image:url(../images/navigation/features@2x.png); -webkit-background-size: 51px 51px;} .nav-portfolio{ background-image:url(../images/navigation/folio@2x.png); -webkit-background-size: 51px 51px;} .nav-videos{ background-image:url(../images/navigation/video@2x.png); -webkit-background-size: 51px 51px;} .nav-blog{ background-image:url(../images/navigation/blog@2x.png); -webkit-background-size: 51px 51px;} .nav-mobile{ background-image:url(../images/navigation/phone@2x.png); -webkit-background-size: 51px 51px;} .nav-sms{ background-image:url(../images/navigation/chat@2x.png); -webkit-background-size: 51px 51px;} .nav-mail{ background-image:url(../images/navigation/mail@2x.png); -webkit-background-size: 51px 51px;} .icon-heading{ background-image:url(../images/navigation/heading@2x.png); -webkit-background-size: 20px 20px;} .deploy-share{ background-image:url(../images/navigation/go-home@2x.png); -webkit-background-size:16px 16px;} .deploy-menu{ background-image:url(../images/navigation/nav-deploy@2x.png); -webkit-background-size:16px 16px;} .swipe-null-box{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .swipe-check-box{ background-image:url(../images/ui/cross@2x.png); -webkit-background-size:16px 16px;} .swipe-tick-box{ background-image:url(../images/ui/tick@2x.png); -webkit-background-size:16px 16px;} .list-address{ background-image:url(../images/lists/address_32.png); -webkit-background-size:16px 16px; } .list-block{ background-image:url(../images/lists/block_32.png); -webkit-background-size:16px 16px; } .list-bookmark{ background-image:url(../images/lists/bookmark_32.png); -webkit-background-size:16px 16px; } .list-briefcase{ background-image:url(../images/lists/briefcase_32.png); -webkit-background-size:16px 16px; } .list-bubble{ background-image:url(../images/lists/bubble_32.png); -webkit-background-size:16px 16px; } .list-buy{ background-image:url(../images/lists/buy_32.png); -webkit-background-size:16px 16px; } .list-calendar{ background-image:url(../images/lists/calendar_32.png); -webkit-background-size:16px 16px; } .list-clipboard{ background-image:url(../images/lists/clipboard_32.png); -webkit-background-size:16px 16px; } .list-delete{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .list-clock{ background-image:url(../images/lists/clock_32.png); -webkit-background-size:16px 16px; } .list-diagram{ background-image:url(../images/lists/diagram_32.png); -webkit-background-size:16px 16px; } .list-document{ background-image:url(../images/lists/document_32.png); -webkit-background-size:16px 16px; } .list-down{ background-image:url(../images/lists/down_32.png); -webkit-background-size:16px 16px; } .list-flag{ background-image:url(../images/lists/flag_32.png); -webkit-background-size:16px 16px; } .list-folder{ background-image:url(../images/lists/folder_32.png); -webkit-background-size:16px 16px; } .list-gear{ background-image:url(../images/lists/gear_32.png); -webkit-background-size:16px 16px; } .list-globe{ background-image:url(../images/lists/globe_32.png); -webkit-background-size:16px 16px; } .list-heart{ background-image:url(../images/lists/heart_32.png); -webkit-background-size:16px 16px; } .list-help{ background-image:url(../images/lists/help_32.png); -webkit-background-size:16px 16px; } .list-home{ background-image:url(../images/lists/home_32.png); -webkit-background-size:16px 16px; } .list-key{ background-image:url(../images/lists/key_32.png); -webkit-background-size:16px 16px; } .list-label{ background-image:url(../images/lists/label_32.png); -webkit-background-size:16px 16px; } .list-left{ background-image:url(../images/lists/left_32.png); -webkit-background-size:16px 16px; } .list-letter{ background-image:url(../images/lists/letter_32.png); -webkit-background-size:16px 16px; } .list-monitor{ background-image:url(../images/lists/monitor_32.png); -webkit-background-size:16px 16px; } .list-pencil{ background-image:url(../images/lists/pencil_32.png); -webkit-background-size:16px 16px; } .list-plus{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .list-present{ background-image:url(../images/lists/present_32.png); -webkit-background-size:16px 16px; } .list-print{ background-image:url(../images/lists/print_32.png); -webkit-background-size:16px 16px; } .list-right{ background-image:url(../images/lists/right_32.png); -webkit-background-size:16px 16px; } .list-save{ background-image:url(../images/lists/save_32.png); -webkit-background-size:16px 16px; } .list-shield{ background-image:url(../images/lists/shield_32.png); -webkit-background-size:16px 16px; } .list-statistics{ background-image:url(../images/lists/statistics_32.png); -webkit-background-size:16px 16px; } .list-stop{ background-image:url(../images/lists/stop_32.png); -webkit-background-size:16px 16px; } .list-tick{ background-image:url(../images/lists/tick_32.png); -webkit-background-size:16px 16px; } .list-trash{ background-image:url(../images/lists/trash_32.png); -webkit-background-size:16px 16px; } .list-up{ background-image:url(../images/lists/up_32.png); -webkit-background-size:16px 16px; } .list-user{ background-image:url(../images/lists/user_32.png); -webkit-background-size:16px 16px; } .list-walet{ background-image:url(../images/lists/wallet_32.png); -webkit-background-size:16px 16px; } .list-warning{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px; } .show-toggle-v5{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px; } .hide-toggle-v5{ background-image:url(../images/ui/plus@2x.png); -webkit-background-size:12px 12px; } .show-toggle-v4{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .hide-toggle-v4{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .show-toggle-v3{ background-image:url(../images/ui/switch-on@2x.png); -webkit-background-size:61px 27px; } .hide-toggle-v3{ background-image:url(../images/ui/switch-off@2x.png); -webkit-background-size:61px 27px; } .show-toggle-v2{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .hide-toggle-v2{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .show-toggle-v1{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px; } .hide-toggle-v1{ background-image:url(../images/ui/plus@2x.png); -webkit-background-size:12px 12px; } /*Checkboxes*/ /*//////////*/ .checkbox-v1{ background-image:url(../images/ui/checkbox@2x.png); -webkit-background-size:16px 18px;} .checked-v1{ background-image:url(../images/ui/checkbox-selected@2x.png)!important; -webkit-background-size:16px 18px;} .checkbox-v2{ background-image:url(../images/ui/checkbox2@2x.png); -webkit-background-size:16px 18px;} .checked-v2{ background-image:url(../images/ui/checkbox2-selected@2x.png)!important; -webkit-background-size:16px 18px;} .checkbox-v3{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .checked-v3{ background-image:url(../images/ui/cross@2x.png)!important; -webkit-background-size:16px 16px;} .checkbox-v4{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .checked-v4{ background-image:url(../images/ui/tick@2x.png)!important; -webkit-background-size:16px 16px;} .radio-v1{ background-image:url(../images/ui/radio@2x.png); -webkit-background-size:16px 18px;} .balled-v1{ background-image:url(../images/ui/radio-selected@2x.png)!important; -webkit-background-size:16px 18px;} .radio-v2{ background-image:url(../images/ui/radio2@2x.png); -webkit-background-size:16px 18px;} .balled-v2{ background-image:url(../images/ui/radio2-selected@2x.png)!important; -webkit-background-size:16px 18px;} /*//////////////////////////////////////////////////////////////*/ /*------------------Classic Notifications-----------------------*/ /*//////////////////////////////////////////////////////////////*/ .green-notification p{ background-image:url(../images/lists/tick_32.png); -webkit-background-size:16px 16px;} .red-notification p{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px;} .blue-notification p{ background-image:url(../images/lists/info_32.png); -webkit-background-size:16px 16px;} .yellow-notification p{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px;} /*//////////////////////////////////////////////////////////////////////////////////////*/ /*-------------------------Header Notification------------------------------------------*/ /*//////////////////////////////////////////////////////////////////////////////////////*/ .header-notification strong{ color:#666;} .warning-notification em{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px;} .close-notification em{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px;} .heart-notification em{ background-image:url(../images/lists/heart_32.png); -webkit-background-size:16px 16px;} .calendar-notification em{ background-image:url(../images/lists/calendar_32.png); -webkit-background-size:16px 16px;} .info-notification em{ background-image:url(../images/lists/info_32.png); -webkit-background-size:16px 16px;} /*Blog*/ .posted-by{ background-image:url(../images/blog/user@2x.png); -webkit-background-size:12px 12px;} .posted-at{ background-image:url(../images/blog/time@2x.png); -webkit-background-size:13px 12px;} .posted-cat{ background-image:url(../images/blog/cat@2x.png); -webkit-background-size:16px 11px;} .posted-tag{ background-image:url(../images/blog/tag@2x.png); -webkit-background-size:12px 12px;} .posted-more{ background-image:url(../images/blog/more@2x.png); -webkit-background-size:17px 12px;} };
styles/retina.css
@charset "utf-8"; /* CSS Document */ .replace-2x { font-size: 1px; } @media all and (-webkit-min-device-pixel-ratio:2) { .page-sidebar{ background-image:url(../images/misc/menu-bg.png); -webkit-background-size:75px 75px;} .hide-sidebar{ background-image:url(../images/misc/menu-item/deploy-menu@2x.png); -webkit-background-size:18px 12px;} .show-sidebar{ background-image:url(../images/misc/menu-item/deploy-menu@2x.png); -webkit-background-size:18px 12px;} .header-mail{ background-image:url(../images/misc/menu-item/mail@2x.png); -webkit-background-size:18px 12px;} .icon-heading{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px;} .menu-item{ background-image:url(../images/misc/menu-item/menu-item-strip@2x.png); -webkit-background-size:20px 51px;} .menu-item:hover{ background-image:url(../images/misc/menu-item/menu-item-strip-hover@2x.png); -webkit-background-size:20px 51px;} .menu-disabled{ background-image:url(../images/misc/menu-item/menu_off@2x.png); -webkit-background-size:14px 14px;} .menu-enabled{ background-image:url(../images/misc/menu-item/menu_on@2x.png); -webkit-background-size:14px 14px;} .update-blog{ background-image:url(../images/misc/menu-icons/update-blog@2x.png); -webkit-background-size:17px 16px;} .update-folio{ background-image:url(../images/misc/menu-icons/update-folio@2x.png); -webkit-background-size:17px 16px;} .update-news{ background-image:url(../images/misc/menu-icons/update-news@2x.png); -webkit-background-size:17px 16px;} .submenu a{ background-image:url(../images/misc/menu-arrows/arrow@2x.png); -webkit-background-size:6px 8px;} .nav-home{ background-image:url(../images/navigation/home@2x.png); -webkit-background-size: 51px 51px;} .nav-about{ background-image:url(../images/navigation/about@2x.png); -webkit-background-size: 51px 51px;} .nav-features{ background-image:url(../images/navigation/features@2x.png); -webkit-background-size: 51px 51px;} .nav-portfolio{ background-image:url(../images/navigation/folio@2x.png); -webkit-background-size: 51px 51px;} .nav-videos{ background-image:url(../images/navigation/video@2x.png); -webkit-background-size: 51px 51px;} .nav-blog{ background-image:url(../images/navigation/blog@2x.png); -webkit-background-size: 51px 51px;} .nav-mobile{ background-image:url(../images/navigation/phone@2x.png); -webkit-background-size: 51px 51px;} .nav-sms{ background-image:url(../images/navigation/chat@2x.png); -webkit-background-size: 51px 51px;} .nav-mail{ background-image:url(../images/navigation/mail@2x.png); -webkit-background-size: 51px 51px;} .icon-heading{ background-image:url(../images/navigation/heading@2x.png); -webkit-background-size: 20px 20px;} .deploy-share{ background-image:url(../images/navigation/go-home@2x.png); -webkit-background-size:16px 16px;} .deploy-menu{ background-image:url(../images/navigation/nav-deploy@2x.png); -webkit-background-size:16px 16px;} .swipe-null-box{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .swipe-check-box{ background-image:url(../images/ui/cross@2x.png); -webkit-background-size:16px 16px;} .swipe-tick-box{ background-image:url(../images/ui/tick@2x.png); -webkit-background-size:16px 16px;} .list-address{ background-image:url(../images/lists/address_32.png); -webkit-background-size:16px 16px; } .list-block{ background-image:url(../images/lists/block_32.png); -webkit-background-size:16px 16px; } .list-bookmark{ background-image:url(../images/lists/bookmark_32.png); -webkit-background-size:16px 16px; } .list-briefcase{ background-image:url(../images/lists/briefcase_32.png); -webkit-background-size:16px 16px; } .list-bubble{ background-image:url(../images/lists/bubble_32.png); -webkit-background-size:16px 16px; } .list-buy{ background-image:url(../images/lists/buy_32.png); -webkit-background-size:16px 16px; } .list-calendar{ background-image:url(../images/lists/calendar_32.png); -webkit-background-size:16px 16px; } .list-clipboard{ background-image:url(../images/lists/clipboard_32.png); -webkit-background-size:16px 16px; } .list-delete{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .list-clock{ background-image:url(../images/lists/clock_32.png); -webkit-background-size:16px 16px; } .list-diagram{ background-image:url(../images/lists/diagram_32.png); -webkit-background-size:16px 16px; } .list-document{ background-image:url(../images/lists/document_32.png); -webkit-background-size:16px 16px; } .list-down{ background-image:url(../images/lists/down_32.png); -webkit-background-size:16px 16px; } .list-flag{ background-image:url(../images/lists/flag_32.png); -webkit-background-size:16px 16px; } .list-folder{ background-image:url(../images/lists/folder_32.png); -webkit-background-size:16px 16px; } .list-gear{ background-image:url(../images/lists/gear_32.png); -webkit-background-size:16px 16px; } .list-globe{ background-image:url(../images/lists/globe_32.png); -webkit-background-size:16px 16px; } .list-heart{ background-image:url(../images/lists/heart_32.png); -webkit-background-size:16px 16px; } .list-help{ background-image:url(../images/lists/help_32.png); -webkit-background-size:16px 16px; } .list-home{ background-image:url(../images/lists/home_32.png); -webkit-background-size:16px 16px; } .list-key{ background-image:url(../images/lists/key_32.png); -webkit-background-size:16px 16px; } .list-label{ background-image:url(../images/lists/label_32.png); -webkit-background-size:16px 16px; } .list-left{ background-image:url(../images/lists/left_32.png); -webkit-background-size:16px 16px; } .list-letter{ background-image:url(../images/lists/letter_32.png); -webkit-background-size:16px 16px; } .list-monitor{ background-image:url(../images/lists/monitor_32.png); -webkit-background-size:16px 16px; } .list-pencil{ background-image:url(../images/lists/pencil_32.png); -webkit-background-size:16px 16px; } .list-plus{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .list-present{ background-image:url(../images/lists/present_32.png); -webkit-background-size:16px 16px; } .list-print{ background-image:url(../images/lists/print_32.png); -webkit-background-size:16px 16px; } .list-right{ background-image:url(../images/lists/right_32.png); -webkit-background-size:16px 16px; } .list-save{ background-image:url(../images/lists/save_32.png); -webkit-background-size:16px 16px; } .list-shield{ background-image:url(../images/lists/shield_32.png); -webkit-background-size:16px 16px; } .list-statistics{ background-image:url(../images/lists/statistics_32.png); -webkit-background-size:16px 16px; } .list-stop{ background-image:url(../images/lists/stop_32.png); -webkit-background-size:16px 16px; } .list-tick{ background-image:url(../images/lists/tick_32.png); -webkit-background-size:16px 16px; } .list-trash{ background-image:url(../images/lists/trash_32.png); -webkit-background-size:16px 16px; } .list-up{ background-image:url(../images/lists/up_32.png); -webkit-background-size:16px 16px; } .list-user{ background-image:url(../images/lists/user_32.png); -webkit-background-size:16px 16px; } .list-walet{ background-image:url(../images/lists/wallet_32.png); -webkit-background-size:16px 16px; } .list-warning{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px; } .show-toggle-v5{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px; } .hide-toggle-v5{ background-image:url(../images/ui/plus@2x.png); -webkit-background-size:12px 12px; } .show-toggle-v4{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .hide-toggle-v4{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .show-toggle-v3{ background-image:url(../images/ui/switch-on@2x.png); -webkit-background-size:61px 27px; } .hide-toggle-v3{ background-image:url(../images/ui/switch-off@2x.png); -webkit-background-size:61px 27px; } .show-toggle-v2{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px; } .hide-toggle-v2{ background-image:url(../images/lists/plus_32.png); -webkit-background-size:16px 16px; } .show-toggle-v1{ background-image:url(../images/ui/minus@2x.png); -webkit-background-size:12px 12px; } .hide-toggle-v1{ background-image:url(../images/ui/plus@2x.png); -webkit-background-size:12px 12px; } /*Checkboxes*/ /*//////////*/ .checkbox-v1{ background-image:url(../images/ui/checkbox@2x.png); -webkit-background-size:16px 18px;} .checked-v1{ background-image:url(../images/ui/checkbox-selected@2x.png)!important; -webkit-background-size:16px 18px;} .checkbox-v2{ background-image:url(../images/ui/checkbox2@2x.png); -webkit-background-size:16px 18px;} .checked-v2{ background-image:url(../images/ui/checkbox2-selected@2x.png)!important; -webkit-background-size:16px 18px;} .checkbox-v3{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .checked-v3{ background-image:url(../images/ui/cross@2x.png)!important; -webkit-background-size:16px 16px;} .checkbox-v4{ background-image:url(../images/ui/empty@2x.png); -webkit-background-size:16px 16px;} .checked-v4{ background-image:url(../images/ui/tick@2x.png)!important; -webkit-background-size:16px 16px;} .radio-v1{ background-image:url(../images/ui/radio@2x.png); -webkit-background-size:16px 18px;} .balled-v1{ background-image:url(../images/ui/radio-selected@2x.png)!important; -webkit-background-size:16px 18px;} .radio-v2{ background-image:url(../images/ui/radio2@2x.png); -webkit-background-size:16px 18px;} .balled-v2{ background-image:url(../images/ui/radio2-selected@2x.png)!important; -webkit-background-size:16px 18px;} /*//////////////////////////////////////////////////////////////*/ /*------------------Classic Notifications-----------------------*/ /*//////////////////////////////////////////////////////////////*/ .green-notification p{ background-image:url(../images/lists/tick_32.png); -webkit-background-size:16px 16px;} .red-notification p{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px;} .blue-notification p{ background-image:url(../images/lists/info_32.png); -webkit-background-size:16px 16px;} .yellow-notification p{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px;} /*//////////////////////////////////////////////////////////////////////////////////////*/ /*-------------------------Header Notification------------------------------------------*/ /*//////////////////////////////////////////////////////////////////////////////////////*/ .header-notification strong{ color:#666;} .warning-notification em{ background-image:url(../images/lists/warning_32.png); -webkit-background-size:16px 16px;} .close-notification em{ background-image:url(../images/lists/delete_32.png); -webkit-background-size:16px 16px;} .heart-notification em{ background-image:url(../images/lists/heart_32.png); -webkit-background-size:16px 16px;} .calendar-notification em{ background-image:url(../images/lists/calendar_32.png); -webkit-background-size:16px 16px;} .info-notification em{ background-image:url(../images/lists/info_32.png); -webkit-background-size:16px 16px;} /*Blog*/ .posted-by{ background-image:url(../images/blog/user@2x.png); -webkit-background-size:12px 12px;} .posted-at{ background-image:url(../images/blog/time@2x.png); -webkit-background-size:13px 12px;} .posted-cat{ background-image:url(../images/blog/cat@2x.png); -webkit-background-size:16px 11px;} .posted-tag{ background-image:url(../images/blog/tag@2x.png); -webkit-background-size:12px 12px;} .posted-more{ background-image:url(../images/blog/more@2x.png); -webkit-background-size:17px 12px;} };
0.067075
0.046703
body { margin:0px; font-family: Helvetica, sans-serif; } h3 { margin-top:0px; margin-bottom:0px; } .section { text-align:center; margin-top:10px; padding-left:10%; padding-right:10%; padding-top:20px; padding-bottom:20px; } .section > h3 { color:#16243C; font-size:50px; font-weight:400; } .section > p { font-size:25px; font-weight:100; margin-top:37px; line-height:40px; } .section > p:nth-child(3) { font-weight:normal; } .lightblue { background-color:#A5B9DF; } .bg-image{ background: url("/assets/img/chemistrypattern.jpg") no-repeat; height: 200px; background-position: center; background-size: cover; position: relative; background-attachment:fixed; z-index:1; margin-top:106px; } .bg-image::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #151C4Dcb; } .bg-text { color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:90%; z-index: 2; padding: 20px; text-align: center; } .bg-text h1 { font-size:90px; font-weight: 500; text-shadow: 4px 4px 4px black; } .nav { list-style-type:none; top:0px; left:0px; right:0px; background-color:#151C4D; position:fixed; z-index:300; margin:0px; padding-right:10px; } .nav li { float:right; } .nav li a { display:block; color:white; font-size:16px; text-align:center; padding:45px 18px; text-decoration:none; } button.orange { border-radius:25px; border:none; padding:15px 40px; margin:0px 15px; font-size:20px; background-color:#E59527; color:white; letter-spacing:1px; } .flextable { display: flex; flex-wrap: wrap; } .flexelement { width:33.333333333333333333333%; background-color:blue; margin-top:20px; position:relative; } .profilepic { width:100%; height:auto; display:block; margin:auto; } .hoverimage { position:relative; width:80%; margin:auto; } .description { background-color:grey; width:80%; margin:auto; } .description > p { font-size:20px; line-height:25px; padding:2px 0px; margin-top:0px; margin-bottom:0px; } .description > p:nth-child(1) { font-weight:bold; } .hoverimage:hover .aboutperson { display:block; } .aboutperson{ top:0; left:0; right:0; bottom:0; position:absolute; background:rgb(0,128,0,0.8); height:100%; display:none; } .footer { height:100px; background-color:#151C4D; }
assets/style.css
body { margin:0px; font-family: Helvetica, sans-serif; } h3 { margin-top:0px; margin-bottom:0px; } .section { text-align:center; margin-top:10px; padding-left:10%; padding-right:10%; padding-top:20px; padding-bottom:20px; } .section > h3 { color:#16243C; font-size:50px; font-weight:400; } .section > p { font-size:25px; font-weight:100; margin-top:37px; line-height:40px; } .section > p:nth-child(3) { font-weight:normal; } .lightblue { background-color:#A5B9DF; } .bg-image{ background: url("/assets/img/chemistrypattern.jpg") no-repeat; height: 200px; background-position: center; background-size: cover; position: relative; background-attachment:fixed; z-index:1; margin-top:106px; } .bg-image::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #151C4Dcb; } .bg-text { color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:90%; z-index: 2; padding: 20px; text-align: center; } .bg-text h1 { font-size:90px; font-weight: 500; text-shadow: 4px 4px 4px black; } .nav { list-style-type:none; top:0px; left:0px; right:0px; background-color:#151C4D; position:fixed; z-index:300; margin:0px; padding-right:10px; } .nav li { float:right; } .nav li a { display:block; color:white; font-size:16px; text-align:center; padding:45px 18px; text-decoration:none; } button.orange { border-radius:25px; border:none; padding:15px 40px; margin:0px 15px; font-size:20px; background-color:#E59527; color:white; letter-spacing:1px; } .flextable { display: flex; flex-wrap: wrap; } .flexelement { width:33.333333333333333333333%; background-color:blue; margin-top:20px; position:relative; } .profilepic { width:100%; height:auto; display:block; margin:auto; } .hoverimage { position:relative; width:80%; margin:auto; } .description { background-color:grey; width:80%; margin:auto; } .description > p { font-size:20px; line-height:25px; padding:2px 0px; margin-top:0px; margin-bottom:0px; } .description > p:nth-child(1) { font-weight:bold; } .hoverimage:hover .aboutperson { display:block; } .aboutperson{ top:0; left:0; right:0; bottom:0; position:absolute; background:rgb(0,128,0,0.8); height:100%; display:none; } .footer { height:100px; background-color:#151C4D; }
0.460289
0.082291
.center-block { display: block; margin-left: auto; margin-right: auto; } .progresss { width: 1000px; margin: 20px auto; text-align: center; } .progresss .circle, .progresss .bar { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; } .progresss .bar { position: relative; width: 80px; height: 6px; top: -33px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; } .progresss .circle .label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; } .progresss .circle .title { color: #b5b5ba; font-size: 13px; line-height: 30px; margin-left: -5px; } /* Done / Active */ .progresss .bar.done, .progresss .circle.done { background: #eee; } .progresss .bar.active { background: linear-gradient(to right, #EEE 40%, #FFF 60%); } .progresss .circle.done .label { color: #FFF; background: #81CE97; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.done .title { color: #444; } .progresss .circle.active .label { color: #FFF; background: #0c95be; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.active .title { color: #0c95be; }.progress { width: 1000px; margin: 20px auto; text-align: center; } .progresss .circle, .progresss .bar { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; } .progresss .bar { position: relative; width: 80px; height: 6px; top: -33px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; } .progresss .circle .label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; } .progresss .circle .title { color: #b5b5ba; font-size: 13px; line-height: 30px; margin-left: -5px; } /* Done / Active */ .progresss .bar.done, .progresss .circle.done { background: #eee; } .progresss .bar.active { background: linear-gradient(to right, #EEE 40%, #FFF 60%); } .progresss .circle.done .label { color: #FFF; background: #81CE97; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.done .title { color: #444; } .progresss .circle.active .label { color: #FFF; background: #0c95be; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.active .title { color: #0c95be; } #sidebar { overflow: hidden; z-index: 3; } #sidebar .list-group { min-width: 400px; background-color: #333; min-height: 100vh; } #sidebar i { margin-right: 6px; } #sidebar .list-group-item { border-radius: 0; background-color: #333; color: #ccc; border-left: 0; border-right: 0; border-color: #2c2c2c; white-space: nowrap; } /* highlight active menu */ #sidebar .list-group-item:not(.collapsed) { background-color: #222; } /* closed state */ #sidebar .list-group .list-group-item[aria-expanded="false"]::after { content: " \f0d7"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; } /* open state */ #sidebar .list-group .list-group-item[aria-expanded="true"] { background-color: #222; } #sidebar .list-group .list-group-item[aria-expanded="true"]::after { content: " \f0da"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; } /* level 1*/ #sidebar .list-group .collapse .list-group-item, #sidebar .list-group .collapsing .list-group-item { padding-left: 20px; } /* level 2*/ #sidebar .list-group .collapse > .collapse .list-group-item, #sidebar .list-group .collapse > .collapsing .list-group-item { padding-left: 30px; } /* level 3*/ #sidebar .list-group .collapse > .collapse > .collapse .list-group-item { padding-left: 40px; } @media (max-width:768px) { #sidebar { min-width: 100px; max-width: 150px; overflow-y: auto; overflow-x: visible; transition: all 0.25s ease; transform: translateX(-45px); position: fixed; } #sidebar.show { transform: translateX(0); } #sidebar::-webkit-scrollbar{ width: 0px; } #sidebar, #sidebar .list-group { min-width: 35px; overflow: visible; } /* overlay sub levels on small screens */ #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing { position: relative; z-index: 1; width: 190px; top: 0; } #sidebar .list-group > .list-group-item { text-align: center; padding: .75rem .5rem; } /* hide caret icons of top level when collapsed */ #sidebar .list-group > .list-group-item[aria-expanded="true"]::after, #sidebar .list-group > .list-group-item[aria-expanded="false"]::after { display:none; } } .collapse.show { visibility: visible; } @media (min-width: 992px) { } .collapsing { visibility: visible; height: 0; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .collapsing.width { -webkit-transition-property: width, visibility; transition-property: width, visibility; width: 0; height: 100%; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } html { position: relative; min-height: 100%; } body { overflow-x: hidden; } body.sticky-footer { margin-bottom: 56px; } body.sticky-footer .content-wrapper { min-height: calc(100vh - 56px - 56px); } body.fixed-nav { padding-top: 56px; } .content-wrapper { min-height: calc(100vh - 56px); padding-top: 1rem; } .scroll-to-top { position: fixed; right: 15px; bottom: 3px; display: none; width: 50px; height: 50px; text-align: center; color: white; background: rgba(52, 58, 64, 0.5); line-height: 45px; } .scroll-to-top:focus, .scroll-to-top:hover { color: white; } .scroll-to-top:hover { background: #343a40; } .scroll-to-top i { font-weight: 800; } .smaller { font-size: 0.7rem; } .o-hidden { overflow: hidden !important; } .z-0 { z-index: 0; } .z-1 { z-index: 1; } #mainNav .navbar-collapse { overflow: auto; max-height: 75vh; } #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link { cursor: pointer; } #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after { float: right; content: '\f107'; font-family: 'FontAwesome'; } #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after { content: '\f105'; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level { padding-left: 0; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a { display: block; padding: 0.5em 0; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover { text-decoration: none; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a { padding-left: 1em; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a { padding-left: 2em; } #mainNav .navbar-collapse .sidenav-toggler { display: none; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link { position: relative; min-width: 45px; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { float: right; width: auto; content: '\f105'; border: none; font-family: 'FontAwesome'; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator { position: absolute; top: 5px; left: 21px; font-size: 10px; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after { content: '\f107'; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message { overflow: hidden; max-width: none; text-overflow: ellipsis; } @media (min-width: 992px) { #mainNav .navbar-brand { width: 250px; } #mainNav .navbar-collapse { overflow: visible; max-height: none; } #mainNav .navbar-collapse .navbar-sidenav { position: absolute; top: 0; left: 0; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 56px; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item { width: 250px; padding: 0; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { padding: 1em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { padding-left: 0; list-style: none; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li { width: 250px; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { padding: 1em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a { padding-left: 2.75em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { padding-left: 3.75em; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link { min-width: 0; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { width: 24px; text-align: center; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message { max-width: 300px; } } #mainNav.fixed-top .sidenav-toggler { display: none; } @media (min-width: 992px) { #mainNav.fixed-top .navbar-sidenav { height: calc(100vh - 112px); } #mainNav.fixed-top .sidenav-toggler { position: absolute; top: 0; left: 0; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: calc(100vh - 56px); } #mainNav.fixed-top .sidenav-toggler > .nav-item { width: 250px; padding: 0; } #mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link { padding: 1em; } } #mainNav.fixed-top.navbar-dark .sidenav-toggler { background-color: #212529; } #mainNav.fixed-top.navbar-dark .sidenav-toggler a i { color: #adb5bd; } #mainNav.fixed-top.navbar-light .sidenav-toggler { background-color: #dee2e6; } #mainNav.fixed-top.navbar-light .sidenav-toggler a i { color: rgba(0, 0, 0, 0.5); } body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler { overflow-x: hidden; width: 55px; } body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-item, body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-link { width: 55px !important; } body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i { -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } #mainNav.static-top .sidenav-toggler { display: none; } @media (min-width: 992px) { #mainNav.static-top .sidenav-toggler { display: flex; } } body.sidenav-toggled #mainNav.static-top #sidenavToggler i { -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } .content-wrapper { overflow-x: hidden; background: white; } @media (min-width: 992px) { .content-wrapper { margin-left: 250px; } } #sidenavToggler i { font-weight: 800; } .navbar-sidenav-tooltip.show { display: none; } @media (min-width: 992px) { body.sidenav-toggled .content-wrapper { margin-left: 55px; } } body.sidenav-toggled .navbar-sidenav { width: 55px; } body.sidenav-toggled .navbar-sidenav .nav-link-text { display: none; } body.sidenav-toggled .navbar-sidenav .nav-item, body.sidenav-toggled .navbar-sidenav .nav-link { width: 55px !important; } body.sidenav-toggled .navbar-sidenav .nav-item:after, body.sidenav-toggled .navbar-sidenav .nav-link:after { display: none; } body.sidenav-toggled .navbar-sidenav .nav-item { white-space: nowrap; } body.sidenav-toggled .navbar-sidenav-tooltip.show { display: flex; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover { color: #adb5bd; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover { color: #adb5bd; } #mainNav.navbar-dark .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { color: #adb5bd; } @media (min-width: 992px) { #mainNav.navbar-dark .navbar-collapse .navbar-sidenav { background: #343a40; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a { color: white !important; background-color: #495057; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover { color: white; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { background: #343a40; } } #mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse:after { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover { color: rgba(0, 0, 0, 0.7); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover { color: rgba(0, 0, 0, 0.7); } #mainNav.navbar-light .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { color: rgba(0, 0, 0, 0.5); } @media (min-width: 992px) { #mainNav.navbar-light .navbar-collapse .navbar-sidenav { background: #f8f9fa; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a { color: #000 !important; background-color: #e9ecef; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover { color: #000; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { background: #f8f9fa; } } .card-body-icon { position: absolute; z-index: 0; top: -25px; right: -25px; font-size: 5rem; -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); } @media (min-width: 576px) { .card-columns { column-count: 1; } } @media (min-width: 768px) { .card-columns { column-count: 2; } } @media (min-width: 1200px) { .card-columns { column-count: 2; } } .card-login { max-width: 25rem; } .card-register { max-width: 40rem; } footer.sticky-footer { position: absolute; right: 0; bottom: 0; width: 100%; height: 56px; background-color: #e9ecef; line-height: 55px; } @media (min-width: 992px) { footer.sticky-footer { width: calc(100% - 250px); } } @media (min-width: 992px) { body.sidenav-toggled footer.sticky-footer { width: calc(100% - 55px); } }
src/FF/FastBundle/Resources/public/css/style.css
.center-block { display: block; margin-left: auto; margin-right: auto; } .progresss { width: 1000px; margin: 20px auto; text-align: center; } .progresss .circle, .progresss .bar { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; } .progresss .bar { position: relative; width: 80px; height: 6px; top: -33px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; } .progresss .circle .label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; } .progresss .circle .title { color: #b5b5ba; font-size: 13px; line-height: 30px; margin-left: -5px; } /* Done / Active */ .progresss .bar.done, .progresss .circle.done { background: #eee; } .progresss .bar.active { background: linear-gradient(to right, #EEE 40%, #FFF 60%); } .progresss .circle.done .label { color: #FFF; background: #81CE97; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.done .title { color: #444; } .progresss .circle.active .label { color: #FFF; background: #0c95be; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.active .title { color: #0c95be; }.progress { width: 1000px; margin: 20px auto; text-align: center; } .progresss .circle, .progresss .bar { display: inline-block; background: #fff; width: 40px; height: 40px; border-radius: 40px; border: 1px solid #d5d5da; } .progresss .bar { position: relative; width: 80px; height: 6px; top: -33px; margin-left: -5px; margin-right: -5px; border-left: none; border-right: none; border-radius: 0; } .progresss .circle .label { display: inline-block; width: 32px; height: 32px; line-height: 32px; border-radius: 32px; margin-top: 3px; color: #b5b5ba; font-size: 17px; } .progresss .circle .title { color: #b5b5ba; font-size: 13px; line-height: 30px; margin-left: -5px; } /* Done / Active */ .progresss .bar.done, .progresss .circle.done { background: #eee; } .progresss .bar.active { background: linear-gradient(to right, #EEE 40%, #FFF 60%); } .progresss .circle.done .label { color: #FFF; background: #81CE97; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.done .title { color: #444; } .progresss .circle.active .label { color: #FFF; background: #0c95be; box-shadow: inset 0 0 2px rgba(0,0,0,.2); } .progresss .circle.active .title { color: #0c95be; } #sidebar { overflow: hidden; z-index: 3; } #sidebar .list-group { min-width: 400px; background-color: #333; min-height: 100vh; } #sidebar i { margin-right: 6px; } #sidebar .list-group-item { border-radius: 0; background-color: #333; color: #ccc; border-left: 0; border-right: 0; border-color: #2c2c2c; white-space: nowrap; } /* highlight active menu */ #sidebar .list-group-item:not(.collapsed) { background-color: #222; } /* closed state */ #sidebar .list-group .list-group-item[aria-expanded="false"]::after { content: " \f0d7"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; } /* open state */ #sidebar .list-group .list-group-item[aria-expanded="true"] { background-color: #222; } #sidebar .list-group .list-group-item[aria-expanded="true"]::after { content: " \f0da"; font-family: FontAwesome; display: inline; text-align: right; padding-left: 5px; } /* level 1*/ #sidebar .list-group .collapse .list-group-item, #sidebar .list-group .collapsing .list-group-item { padding-left: 20px; } /* level 2*/ #sidebar .list-group .collapse > .collapse .list-group-item, #sidebar .list-group .collapse > .collapsing .list-group-item { padding-left: 30px; } /* level 3*/ #sidebar .list-group .collapse > .collapse > .collapse .list-group-item { padding-left: 40px; } @media (max-width:768px) { #sidebar { min-width: 100px; max-width: 150px; overflow-y: auto; overflow-x: visible; transition: all 0.25s ease; transform: translateX(-45px); position: fixed; } #sidebar.show { transform: translateX(0); } #sidebar::-webkit-scrollbar{ width: 0px; } #sidebar, #sidebar .list-group { min-width: 35px; overflow: visible; } /* overlay sub levels on small screens */ #sidebar .list-group .collapse.show, #sidebar .list-group .collapsing { position: relative; z-index: 1; width: 190px; top: 0; } #sidebar .list-group > .list-group-item { text-align: center; padding: .75rem .5rem; } /* hide caret icons of top level when collapsed */ #sidebar .list-group > .list-group-item[aria-expanded="true"]::after, #sidebar .list-group > .list-group-item[aria-expanded="false"]::after { display:none; } } .collapse.show { visibility: visible; } @media (min-width: 992px) { } .collapsing { visibility: visible; height: 0; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } .collapsing.width { -webkit-transition-property: width, visibility; transition-property: width, visibility; width: 0; height: 100%; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; } html { position: relative; min-height: 100%; } body { overflow-x: hidden; } body.sticky-footer { margin-bottom: 56px; } body.sticky-footer .content-wrapper { min-height: calc(100vh - 56px - 56px); } body.fixed-nav { padding-top: 56px; } .content-wrapper { min-height: calc(100vh - 56px); padding-top: 1rem; } .scroll-to-top { position: fixed; right: 15px; bottom: 3px; display: none; width: 50px; height: 50px; text-align: center; color: white; background: rgba(52, 58, 64, 0.5); line-height: 45px; } .scroll-to-top:focus, .scroll-to-top:hover { color: white; } .scroll-to-top:hover { background: #343a40; } .scroll-to-top i { font-weight: 800; } .smaller { font-size: 0.7rem; } .o-hidden { overflow: hidden !important; } .z-0 { z-index: 0; } .z-1 { z-index: 1; } #mainNav .navbar-collapse { overflow: auto; max-height: 75vh; } #mainNav .navbar-collapse .navbar-nav .nav-item .nav-link { cursor: pointer; } #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse:after { float: right; content: '\f107'; font-family: 'FontAwesome'; } #mainNav .navbar-collapse .navbar-sidenav .nav-link-collapse.collapsed:after { content: '\f105'; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level { padding-left: 0; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a { display: block; padding: 0.5em 0; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a:hover, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:focus, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a:hover { text-decoration: none; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a { padding-left: 1em; } #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a { padding-left: 2em; } #mainNav .navbar-collapse .sidenav-toggler { display: none; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link { position: relative; min-width: 45px; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { float: right; width: auto; content: '\f105'; border: none; font-family: 'FontAwesome'; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link .indicator { position: absolute; top: 5px; left: 21px; font-size: 10px; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown.show > .nav-link:after { content: '\f107'; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message { overflow: hidden; max-width: none; text-overflow: ellipsis; } @media (min-width: 992px) { #mainNav .navbar-brand { width: 250px; } #mainNav .navbar-collapse { overflow: visible; max-height: none; } #mainNav .navbar-collapse .navbar-sidenav { position: absolute; top: 0; left: 0; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 56px; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item { width: 250px; padding: 0; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { padding: 1em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { padding-left: 0; list-style: none; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li { width: 250px; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { padding: 1em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a { padding-left: 2.75em; } #mainNav .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { padding-left: 3.75em; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link { min-width: 0; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { width: 24px; text-align: center; } #mainNav .navbar-collapse .navbar-nav > .nav-item.dropdown .dropdown-menu > .dropdown-item > .dropdown-message { max-width: 300px; } } #mainNav.fixed-top .sidenav-toggler { display: none; } @media (min-width: 992px) { #mainNav.fixed-top .navbar-sidenav { height: calc(100vh - 112px); } #mainNav.fixed-top .sidenav-toggler { position: absolute; top: 0; left: 0; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: calc(100vh - 56px); } #mainNav.fixed-top .sidenav-toggler > .nav-item { width: 250px; padding: 0; } #mainNav.fixed-top .sidenav-toggler > .nav-item > .nav-link { padding: 1em; } } #mainNav.fixed-top.navbar-dark .sidenav-toggler { background-color: #212529; } #mainNav.fixed-top.navbar-dark .sidenav-toggler a i { color: #adb5bd; } #mainNav.fixed-top.navbar-light .sidenav-toggler { background-color: #dee2e6; } #mainNav.fixed-top.navbar-light .sidenav-toggler a i { color: rgba(0, 0, 0, 0.5); } body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler { overflow-x: hidden; width: 55px; } body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-item, body.sidenav-toggled #mainNav.fixed-top .sidenav-toggler .nav-link { width: 55px !important; } body.sidenav-toggled #mainNav.fixed-top #sidenavToggler i { -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } #mainNav.static-top .sidenav-toggler { display: none; } @media (min-width: 992px) { #mainNav.static-top .sidenav-toggler { display: flex; } } body.sidenav-toggled #mainNav.static-top #sidenavToggler i { -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: 'FlipH'; } .content-wrapper { overflow-x: hidden; background: white; } @media (min-width: 992px) { .content-wrapper { margin-left: 250px; } } #sidenavToggler i { font-weight: 800; } .navbar-sidenav-tooltip.show { display: none; } @media (min-width: 992px) { body.sidenav-toggled .content-wrapper { margin-left: 55px; } } body.sidenav-toggled .navbar-sidenav { width: 55px; } body.sidenav-toggled .navbar-sidenav .nav-link-text { display: none; } body.sidenav-toggled .navbar-sidenav .nav-item, body.sidenav-toggled .navbar-sidenav .nav-link { width: 55px !important; } body.sidenav-toggled .navbar-sidenav .nav-item:after, body.sidenav-toggled .navbar-sidenav .nav-link:after { display: none; } body.sidenav-toggled .navbar-sidenav .nav-item { white-space: nowrap; } body.sidenav-toggled .navbar-sidenav-tooltip.show { display: flex; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav .nav-link-collapse:after { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover { color: #adb5bd; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { color: #868e96; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover { color: #adb5bd; } #mainNav.navbar-dark .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { color: #adb5bd; } @media (min-width: 992px) { #mainNav.navbar-dark .navbar-collapse .navbar-sidenav { background: #343a40; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a { color: white !important; background-color: #495057; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav li.active a:hover { color: white; } #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav.navbar-dark .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { background: #343a40; } } #mainNav.navbar-light .navbar-collapse .navbar-sidenav .nav-link-collapse:after { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item > .nav-link:hover { color: rgba(0, 0, 0, 0.7); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a { color: rgba(0, 0, 0, 0.5); } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level > li > a:hover, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level > li > a:hover { color: rgba(0, 0, 0, 0.7); } #mainNav.navbar-light .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link:after { color: rgba(0, 0, 0, 0.5); } @media (min-width: 992px) { #mainNav.navbar-light .navbar-collapse .navbar-sidenav { background: #f8f9fa; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a { color: #000 !important; background-color: #e9ecef; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:focus, #mainNav.navbar-light .navbar-collapse .navbar-sidenav li.active a:hover { color: #000; } #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-second-level, #mainNav.navbar-light .navbar-collapse .navbar-sidenav > .nav-item .sidenav-third-level { background: #f8f9fa; } } .card-body-icon { position: absolute; z-index: 0; top: -25px; right: -25px; font-size: 5rem; -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); } @media (min-width: 576px) { .card-columns { column-count: 1; } } @media (min-width: 768px) { .card-columns { column-count: 2; } } @media (min-width: 1200px) { .card-columns { column-count: 2; } } .card-login { max-width: 25rem; } .card-register { max-width: 40rem; } footer.sticky-footer { position: absolute; right: 0; bottom: 0; width: 100%; height: 56px; background-color: #e9ecef; line-height: 55px; } @media (min-width: 992px) { footer.sticky-footer { width: calc(100% - 250px); } } @media (min-width: 992px) { body.sidenav-toggled footer.sticky-footer { width: calc(100% - 55px); } }
0.429071
0.094845
@charset "UTF-8"; @font-face { font-family: og-emoji; src: url(/fonts/og-dcm-emoji.ttf); } .og { font-family: og-emoji, sans-serif; } html, body { margin: 0; } body { font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: antialiased; background: white; } p { font-size: 18px; line-height: 1.5; } .top-line { border-top: 8px solid #7BE4D5; position:fixed; top: 0; left: 0; width: 100%; z-index: 100; } .container { padding-top: 50px; } ::selection { background: #E0F7FA; } iframe { max-width: 100%; } /********************** * Copy **********************/ h1, h2, h3, h4 { font-weight: 700; color: black; margin: 20px 0; } h1 a, h2 a, h3 a, h4 a, .sidebar a, .sidebar .sections button { text-decoration: none; color: #333; } h1 { font-size: 36px; font-weight: 900; margin-top: 0; margin-bottom: 40px; } h2, h3 { font-size: 20px; color: black; font-weight: 900; } /* Thank you GitHub Universe site for this innovation */ h1, .rainbow { display: inline-block; background-image: linear-gradient(90deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%); background-size: cover; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } ul.listing > h3 { color: black; font-weight: 900; border-left: 8px solid #ff487a; padding-left: 10px; } /* h4 { font-weight: 400; }*/ h2 { font-size: 26px; margin-top: 40px; margin-bottom: 20px; xborder-left: 8px solid #ff487a; xpadding-left: 10px; } ul { margin: 0; padding: 0; } /********************** * Footer **********************/ .footer { padding: 50px 0; color: #ff487a; text-align: center; text-transform: uppercase; font-size: 13px; line-height: 20px; } .footer > .thanks { letter-spacing: 2px; float: left; } .footer > span { vertical-align: middle; } .footer > .thanks .heart { text-decoration: none; font-size: 20px; } .footer > .twitter { float: right; } /********************** * Sidebar **********************/ .sidebar { position: fixed; margin-left: 50px; width: 150px; } .sidebar .avatar { border-radius: 50%; } .sidebar .avatar:hover { -webkit-animation: avatarzomg 0.9s infinite; -moz-animation: avatarzomg 0.9s infinite; animation: avatarzomg 0.9s infinite; } .sidebar a { color: black; border-bottom: none; } .sidebar .meta { margin-left: 24px; margin-top: 10px; height: 20px; min-width:130px; } .sidebar .meta .icon { margin-left: 2px; margin-right: 2px; font-size: 20px; } .sidebar .sections { margin: 10px 0 0 54px; } .sidebar .sections li { list-style: none; margin-bottom: 10px; } .sidebar .sections a { font-size: 14px; font-weight: bold; } .sidebar .sections button { background: none; border: none; box-shadow: none; outline:none; cursor: pointer; padding-left: 10px; font-size:20px; text-align: center; } /********************** * Posts **********************/ .content { max-width: 600px; margin: 0 20px 50px 250px; } .content .byline { margin-top: 5px; margin-bottom: 5px; font-weight: 900; font-size: 10px; color: #777; text-transform: uppercase; } .content p { margin-top: 0; margin-bottom: 1.2em; line-height: 25px; } .content ul { margin-left: 20px; padding: 10px 0; } .content ul, .content ol { font-size: 18px; } .content li { margin-bottom: 10px; margin-left: 10px; } .content img:not(.emoji) { padding: 3px; max-width: 100%; display: block; margin-left: auto; margin-right: auto; border-radius: 5px; } .content hr { background-color: #7BE4D5; border: 0px; margin: 50px auto; width: 50%; height: 5px; border-radius: 5px; max-width: 430px; color: #7ccdea; clear: both; } p.chunk { display: block; border-left: 8px solid #f4f3f3; padding: 10px 20px; } blockquote { background: #E0F7FA; margin: 30px 40px; padding: 14px 10px; } blockquote:before { color: #ff487a; content: "\201C"; font-family: Georgia; font-size: 80px; line-height: 0; vertical-align: -0.5em; } blockquote:after { content: ""; } blockquote p { display: inline; } /*.content blockquote cite:before { content: '— '; } .content blockquote cite { display: block; margin-top: .5em; text-align: right; color: #111; font-style: normal; }*/ /********************** * Posts lists *********************/ .content .listing { margin: 10px 0 0 0; padding: 0; } .content .listing li { font-size: 15px; list-style: none; padding: 5px 3px; margin: 0; color: #777777; } .content .listing a { color: black; padding-bottom: 2px; border-bottom: 1px dotted #ddd; text-decoration: none; font-weight: normal; } .content .listing li span.talk-title { color: black; } .content .listing li span:not(.talk-title) { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; float: right; } /********************** * Links *********************/ a { color: #ff487a; transition: color .3s ease-in-out; -moz-transition: color .3s ease-in-out; text-decoration: underline; -webkit-text-decoration-skip: ink; text-decoration-skip: ink; font-weight: bold; } a:hover { -webkit-animation: zomg 3s infinite; -moz-animation: zomg 3s infinite; animation: zomg 3s infinite; } @-webkit-keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @-moz-keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @-webkit-keyframes avatarzomg { 0%, 100% { -webkit-filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(180deg); } 50% { -webkit-filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(90deg); } } @-moz-keyframes avatarzomg { 0%, 100% { filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { filter: invert(10%) saturate(500%) hue-rotate(180deg); } 50% { filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { filter: invert(10%) saturate(500%) hue-rotate(90deg); } } @keyframes avatarzomg { 0%, 100% { -webkit-filter: invert(0) saturate(100%) hue-rotate(0deg); filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(180deg); filter: invert(10%) saturate(500%) hue-rotate(180deg);} 50% { -webkit-filter: invert(10%) saturate(300%) hue-rotate(300deg); filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(90deg); filter: invert(10%) saturate(500%) hue-rotate(90deg);} } /********************** * Code *********************/ code { /*background: #b0efe6; outline: 1px solid #7fe5d7;*/ font-family: SourceCodePro,Consolas,Menlo,Monaco,Courier New,monospace; color: #336699; font-size: 90%; font-weight: bold; } pre { background: #fafafa; outline: 1px solid #eeeeee; border-left: 5px solid #7BE4D5; } pre code { background: transparent !important; outline: none; color: black; font-weight: normal; } /* just the code blocks */ pre { padding: 13px; overflow-x: auto; overflow-y: hidden; } /* inline code */ code { font-size: 14px; line-height: 1.5; padding: 2px 3px; } h2 code { font-size: 30px; } /********************** * Table of contents *********************/ #markdown-toc { list-style-type: none; margin: 0; border-left: 8px solid #ff487a; padding-left: 10px; } #markdown-toc li { line-height: 1; } #markdown-toc a:link, #markdown-toc a:visited { color: black; text-decoration: none; font-weight: normal; border-bottom: 1px dotted #ff487a; }
css/base.css
@charset "UTF-8"; @font-face { font-family: og-emoji; src: url(/fonts/og-dcm-emoji.ttf); } .og { font-family: og-emoji, sans-serif; } html, body { margin: 0; } body { font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; -webkit-font-smoothing: antialiased; background: white; } p { font-size: 18px; line-height: 1.5; } .top-line { border-top: 8px solid #7BE4D5; position:fixed; top: 0; left: 0; width: 100%; z-index: 100; } .container { padding-top: 50px; } ::selection { background: #E0F7FA; } iframe { max-width: 100%; } /********************** * Copy **********************/ h1, h2, h3, h4 { font-weight: 700; color: black; margin: 20px 0; } h1 a, h2 a, h3 a, h4 a, .sidebar a, .sidebar .sections button { text-decoration: none; color: #333; } h1 { font-size: 36px; font-weight: 900; margin-top: 0; margin-bottom: 40px; } h2, h3 { font-size: 20px; color: black; font-weight: 900; } /* Thank you GitHub Universe site for this innovation */ h1, .rainbow { display: inline-block; background-image: linear-gradient(90deg, #F79533 0%, #F37055 15%, #EF4E7B 30%, #A166AB 44%, #5073B8 58%, #1098AD 72%, #07B39B 86%, #6DBA82 100%); background-size: cover; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; } ul.listing > h3 { color: black; font-weight: 900; border-left: 8px solid #ff487a; padding-left: 10px; } /* h4 { font-weight: 400; }*/ h2 { font-size: 26px; margin-top: 40px; margin-bottom: 20px; xborder-left: 8px solid #ff487a; xpadding-left: 10px; } ul { margin: 0; padding: 0; } /********************** * Footer **********************/ .footer { padding: 50px 0; color: #ff487a; text-align: center; text-transform: uppercase; font-size: 13px; line-height: 20px; } .footer > .thanks { letter-spacing: 2px; float: left; } .footer > span { vertical-align: middle; } .footer > .thanks .heart { text-decoration: none; font-size: 20px; } .footer > .twitter { float: right; } /********************** * Sidebar **********************/ .sidebar { position: fixed; margin-left: 50px; width: 150px; } .sidebar .avatar { border-radius: 50%; } .sidebar .avatar:hover { -webkit-animation: avatarzomg 0.9s infinite; -moz-animation: avatarzomg 0.9s infinite; animation: avatarzomg 0.9s infinite; } .sidebar a { color: black; border-bottom: none; } .sidebar .meta { margin-left: 24px; margin-top: 10px; height: 20px; min-width:130px; } .sidebar .meta .icon { margin-left: 2px; margin-right: 2px; font-size: 20px; } .sidebar .sections { margin: 10px 0 0 54px; } .sidebar .sections li { list-style: none; margin-bottom: 10px; } .sidebar .sections a { font-size: 14px; font-weight: bold; } .sidebar .sections button { background: none; border: none; box-shadow: none; outline:none; cursor: pointer; padding-left: 10px; font-size:20px; text-align: center; } /********************** * Posts **********************/ .content { max-width: 600px; margin: 0 20px 50px 250px; } .content .byline { margin-top: 5px; margin-bottom: 5px; font-weight: 900; font-size: 10px; color: #777; text-transform: uppercase; } .content p { margin-top: 0; margin-bottom: 1.2em; line-height: 25px; } .content ul { margin-left: 20px; padding: 10px 0; } .content ul, .content ol { font-size: 18px; } .content li { margin-bottom: 10px; margin-left: 10px; } .content img:not(.emoji) { padding: 3px; max-width: 100%; display: block; margin-left: auto; margin-right: auto; border-radius: 5px; } .content hr { background-color: #7BE4D5; border: 0px; margin: 50px auto; width: 50%; height: 5px; border-radius: 5px; max-width: 430px; color: #7ccdea; clear: both; } p.chunk { display: block; border-left: 8px solid #f4f3f3; padding: 10px 20px; } blockquote { background: #E0F7FA; margin: 30px 40px; padding: 14px 10px; } blockquote:before { color: #ff487a; content: "\201C"; font-family: Georgia; font-size: 80px; line-height: 0; vertical-align: -0.5em; } blockquote:after { content: ""; } blockquote p { display: inline; } /*.content blockquote cite:before { content: '— '; } .content blockquote cite { display: block; margin-top: .5em; text-align: right; color: #111; font-style: normal; }*/ /********************** * Posts lists *********************/ .content .listing { margin: 10px 0 0 0; padding: 0; } .content .listing li { font-size: 15px; list-style: none; padding: 5px 3px; margin: 0; color: #777777; } .content .listing a { color: black; padding-bottom: 2px; border-bottom: 1px dotted #ddd; text-decoration: none; font-weight: normal; } .content .listing li span.talk-title { color: black; } .content .listing li span:not(.talk-title) { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; float: right; } /********************** * Links *********************/ a { color: #ff487a; transition: color .3s ease-in-out; -moz-transition: color .3s ease-in-out; text-decoration: underline; -webkit-text-decoration-skip: ink; text-decoration-skip: ink; font-weight: bold; } a:hover { -webkit-animation: zomg 3s infinite; -moz-animation: zomg 3s infinite; animation: zomg 3s infinite; } @-webkit-keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @-moz-keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @keyframes zomg { 0%, 100% { color: #7ccdea; } 16% { color: #0074D9; } 32% { color: #2ECC40; } 48% { color: #FFDC00; } 64% { color: #B10DC9; } 80% { color: #FF4136; } } @-webkit-keyframes avatarzomg { 0%, 100% { -webkit-filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(180deg); } 50% { -webkit-filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(90deg); } } @-moz-keyframes avatarzomg { 0%, 100% { filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { filter: invert(10%) saturate(500%) hue-rotate(180deg); } 50% { filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { filter: invert(10%) saturate(500%) hue-rotate(90deg); } } @keyframes avatarzomg { 0%, 100% { -webkit-filter: invert(0) saturate(100%) hue-rotate(0deg); filter: invert(0) saturate(100%) hue-rotate(0deg); } 25% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(180deg); filter: invert(10%) saturate(500%) hue-rotate(180deg);} 50% { -webkit-filter: invert(10%) saturate(300%) hue-rotate(300deg); filter: invert(10%) saturate(300%) hue-rotate(300deg); } 75% { -webkit-filter: invert(10%) saturate(500%) hue-rotate(90deg); filter: invert(10%) saturate(500%) hue-rotate(90deg);} } /********************** * Code *********************/ code { /*background: #b0efe6; outline: 1px solid #7fe5d7;*/ font-family: SourceCodePro,Consolas,Menlo,Monaco,Courier New,monospace; color: #336699; font-size: 90%; font-weight: bold; } pre { background: #fafafa; outline: 1px solid #eeeeee; border-left: 5px solid #7BE4D5; } pre code { background: transparent !important; outline: none; color: black; font-weight: normal; } /* just the code blocks */ pre { padding: 13px; overflow-x: auto; overflow-y: hidden; } /* inline code */ code { font-size: 14px; line-height: 1.5; padding: 2px 3px; } h2 code { font-size: 30px; } /********************** * Table of contents *********************/ #markdown-toc { list-style-type: none; margin: 0; border-left: 8px solid #ff487a; padding-left: 10px; } #markdown-toc li { line-height: 1; } #markdown-toc a:link, #markdown-toc a:visited { color: black; text-decoration: none; font-weight: normal; border-bottom: 1px dotted #ff487a; }
0.25842
0.0538
html { scroll-behavior: auto !important; } /* body { background-color: #F5F5F5; } */ .shadow-box { box-shadow: 0 0 6px 0px rgba(0, 0, 0, .2); } .shadow-nav { box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .2); } .shadow-form:focus { border-color: rgb(244, 102, 128, .75) !important; box-shadow: 0 0 0 0.2rem rgb(244, 102, 128, .25) !important; } .parralax { width: 100%; /* border-radius: 16px 16px 0 0; */ /* background-image: url('http://localhost/job/vondian/img/bg-img-back.jpg'); */ background-image: url('http://localhost/job/2020/logika_apriori_pinka/bg.jpeg'); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } .parralax .parralax-cover { width: 100%; /* border-radius: 16px 16px 0 0; */ /* background-color: #0278aebf; */ background-color: #000000bf; /*Untuk IE8 and earlier*/ filter: alpha(opacity=75); vertical-align: middle; } #topbar { background: #39312f; font-size: 14px; padding: 0; color: rgba(255, 255, 255, 0.8); } .top-icon-bar { color: #fff !important; } .top-icon-bar:hover { color: rgba(255, 255, 255, 0.5) !important; } .bgku-pink { background-color: #e9268e !important; } .textku-pink { color: #e9268e !important; } .bgku-white { background-color: #fff !important; } .bgku-black { background-color: #000 !important; } #main { margin-top: 6.25rem; } .btnku-pink:hover { color: rgb(233, 38, 142, .75) !important; border: 1px !important; } .dropdown-item:hover { background-color: #e9268e !important; color: #fff !important; } .nav-item { margin-left: .5rem; } /* .nav-item:hover { background-color: #F46680 !important; color: #fff !important; } */ .navbar .nav-link:hover { /* color: #fff !important; */ color: #e9268e !important; } div.card:hover { overflow: hidden; } div.card:hover .zoom-in { transform: scale(1.5); transition: 1s; } .hover-produk:hover { border: solid 2px#e9268e !important; } .text-decoration-none { text-decoration: none; color: rgb(255, 255, 255); } .text-decoration-none:hover { text-decoration: none; color: rgb(255, 255, 255, .75); } .btnku-outline-pink { color: #e9268e !important; border-radius: 2rem; border-color: #e9268e; border-width: 1.5px; } .btnku-block-pink { color: #fff !important; background-color: #e9268e !important; border-radius: 2rem; border-color: #e9268e; border-width: 1.5px; } .btnku-block-danger { color: #fff !important; background-color: #dc3545 !important; border-radius: 2rem; border-color: #dc3545; border-width: 1.5px; } .btnku-block-pink:hover { background-color: rgb(233, 38, 142, .9) !important; border-color: rgb(233, 38, 142, .9) !important; } .btnku-block-danger:hover { background-color: rgb(220, 53, 69, .9) !important; border-color: rgb(220, 53, 69, .9) !important; } .btnku-outline-pink:hover { color: #fff !important; background-color: #e9268e !important; } .text-decoration-none { text-decoration: none !important; }
assets/css/style.css
html { scroll-behavior: auto !important; } /* body { background-color: #F5F5F5; } */ .shadow-box { box-shadow: 0 0 6px 0px rgba(0, 0, 0, .2); } .shadow-nav { box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .2); } .shadow-form:focus { border-color: rgb(244, 102, 128, .75) !important; box-shadow: 0 0 0 0.2rem rgb(244, 102, 128, .25) !important; } .parralax { width: 100%; /* border-radius: 16px 16px 0 0; */ /* background-image: url('http://localhost/job/vondian/img/bg-img-back.jpg'); */ background-image: url('http://localhost/job/2020/logika_apriori_pinka/bg.jpeg'); background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } .parralax .parralax-cover { width: 100%; /* border-radius: 16px 16px 0 0; */ /* background-color: #0278aebf; */ background-color: #000000bf; /*Untuk IE8 and earlier*/ filter: alpha(opacity=75); vertical-align: middle; } #topbar { background: #39312f; font-size: 14px; padding: 0; color: rgba(255, 255, 255, 0.8); } .top-icon-bar { color: #fff !important; } .top-icon-bar:hover { color: rgba(255, 255, 255, 0.5) !important; } .bgku-pink { background-color: #e9268e !important; } .textku-pink { color: #e9268e !important; } .bgku-white { background-color: #fff !important; } .bgku-black { background-color: #000 !important; } #main { margin-top: 6.25rem; } .btnku-pink:hover { color: rgb(233, 38, 142, .75) !important; border: 1px !important; } .dropdown-item:hover { background-color: #e9268e !important; color: #fff !important; } .nav-item { margin-left: .5rem; } /* .nav-item:hover { background-color: #F46680 !important; color: #fff !important; } */ .navbar .nav-link:hover { /* color: #fff !important; */ color: #e9268e !important; } div.card:hover { overflow: hidden; } div.card:hover .zoom-in { transform: scale(1.5); transition: 1s; } .hover-produk:hover { border: solid 2px#e9268e !important; } .text-decoration-none { text-decoration: none; color: rgb(255, 255, 255); } .text-decoration-none:hover { text-decoration: none; color: rgb(255, 255, 255, .75); } .btnku-outline-pink { color: #e9268e !important; border-radius: 2rem; border-color: #e9268e; border-width: 1.5px; } .btnku-block-pink { color: #fff !important; background-color: #e9268e !important; border-radius: 2rem; border-color: #e9268e; border-width: 1.5px; } .btnku-block-danger { color: #fff !important; background-color: #dc3545 !important; border-radius: 2rem; border-color: #dc3545; border-width: 1.5px; } .btnku-block-pink:hover { background-color: rgb(233, 38, 142, .9) !important; border-color: rgb(233, 38, 142, .9) !important; } .btnku-block-danger:hover { background-color: rgb(220, 53, 69, .9) !important; border-color: rgb(220, 53, 69, .9) !important; } .btnku-outline-pink:hover { color: #fff !important; background-color: #e9268e !important; } .text-decoration-none { text-decoration: none !important; }
0.345326
0.068257
* { margin : 0; padding: 0; } a { text-decoration: none; } .Main-wrapper { margin-bottom: 20px; } .inner-wrapper { display: flex; justify-content:space-evenly; align-items: center; margin-top: 20px; } .log { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 49%; } #back-icon { font-size: 25px; cursor: pointer; } #back-icon:hover { color:#3498db; } #back-icon-container { display: none; } .log button { height: 50px; width: 180px; background: #169483; color: white; font-size: 17px; border:none; border:2px solid #169483; cursor: pointer; border-radius : 10px; } .log button:hover { border:2px solid #169483; background: white; color: black; } .log button:focus { outline: none; } .line { height: 550px; width: 2px; background: #bdc3c7; } #signin-form,#signup-form { display: none; } .help-button:hover { border:2px solid #3498db; background: white; color: black; } .help-button:focus { outline: none; } .form-container { width: 100%; } .form-container form { display: flex; width: 100%; flex-direction: column; justify-content: center; align-items: center; align-content: center; } .form-container form div { display: flex; justify-content: center; align-items: center; } select { height: 40px; border:2px solid #7f8c8d; margin-top: 30px; font-size: 17px; width: 80%; } select:focus { outline: none; } .input-style { width: 80%; height: 30px; border:2px solid #7f8c8d; margin-top: 30px; border-top: none; border-left: none; border-right: none; padding-left: 5px; font-size: 17px; } .input-style:focus { outline:none; border-bottom: 2px solid #3498db; transition: border linear 500ms; } .submit-style { width: 80%; height: 40px; margin-top: 30px; margin-right: 5px; margin-left: 5px; cursor: pointer; font-size: 17px; border:2px solid #169483; border-radius: 5px; } .or { margin :30px 0px; } .submit-style:focus { outline: none; } .submit-style:hover { color: white; background: #169483; } .help { width: 49%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .help-btn-container { width: 100%; display: flex; justify-content: center; } .help-button { height: 50px; width: 180px; background: #3498db; color: white; font-size: 17px; border:none; border:2px solid #3498db; cursor: pointer; border-radius : 10px; } .help-details { width: 100%; } .goback-icon-container { width: 100%; margin-bottom: 10px; height: 40px; display: flex; justify-content: space-between; } .tab { width: 100%; height: 525px; display: none; overflow : scroll; } .gonext-btn-container { width: 100%; display: flex; justify-content: center; height: 40px; margin-top : 10px; } #gonext-btn { height: 40px; width: 180px; font-size: 17px; border:none; border:2px solid #3498db; cursor: pointer; display: none; border-radius: 8px; } #gonext-btn:hover { background: #3498db; color: white; } #gonext-btn:focus { outline : none; } #goback-icon { display: none; font-size: 25px; cursor: pointer; } #goback-icon:hover { color : #3498db; } .info { width: 100%; display: flex; justify-content: flex-end; font-size: 17px; padding: 5px; background: #3498db; color : white; } #top-pad { height: 80px; } #help-written { display: none; font-size: 25px; color : #3498db; } .help-content ul { padding-left : 25px; background: #EAEDEE ; font-size: 17px; } .help-content ul li { padding-top : 10px; padding-bottom: 10px; } .help-content ol { padding-left: 50px; background: #EAEDEE ; font-size: 17px; } .img-container { display: flex; justify-content: center; align-items: center; } .help-content img { width: 100%; box-shadow: 0px 0px 0.7px 0px black; } .banner { display: flex; height: 300px; background: linear-gradient(270deg, #00D1DB, #077D91); } .left-banner { display: flex; flex: 1; align-items: flex-start; justify-content: center; padding: 20px; flex-direction: column; } .left-banner h1 { font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 1000; color : white; margin: 0; } .left-banner h4 { font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; color : white; margin: 0; } .right-banner { display: flex; flex : 0.7; justify-content: space-evenly; align-items: center; flex-direction: row; align-items: center; } .banner-icon { font-size: 100px; color: black; } .left-padding { display: flex; flex: 0.1; } #dairy-img { } #banner-btn { width: 280px; height: 70px; border-radius: 35px; align-self: flex-start; border : none; cursor : pointer; font-size: 25px; font-weight: 900; background: linear-gradient(90deg, #FEC001, #FA990A); font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; color : #002F36; margin-top: 20px; } #banner-btn:hover { background: linear-gradient(90deg, #FA990A,#FEC001); } #banner-btn:focus { outline : none; } .right-banner div:nth-child(1) { display: flex; flex-direction: row; } .right-banner div:nth-child(2) { display: flex; justify-content: flex-end; width: 100%; } .right-banner div:nth-child(2) h4 { margin-right: 15px; } .banner-benefits { height: 400px; margin: 10px 0px; justify-content: center; align-items: center; display: flex; } .inner-benefits { height: 400px; background: #f5f6fa; justify-content: center; align-items: center; display: flex; width: 90%; } .inner-benefits div { display: flex; flex : 0.8; background: #f5f6fa; height: 340px; align-items: center; justify-content: space-evenly; flex-direction: column; margin: 0px 15px; } .inner-benefits div label:nth-child(1) { border-bottom: 1px solid #bdc3c7; align-self: flex-start; margin-left: 15px; font-size: 17px; font-weight: 600; } .benefit-info { margin-left: 15px; } .one img { width: 236px; height: 120px; } /* .two { border-right : 1px solid #bdc3c7; } .one { border-right : 1px solid #bdc3c7; } */ .inner-benefits div label { align-self: flex-start; } .banner-benefits-intro { border-bottom: 2px solid #bdc3c7; width: 141px; height: 30px; margin-left: 5%; font-size: 19px; }
public/css/seller_home.css
* { margin : 0; padding: 0; } a { text-decoration: none; } .Main-wrapper { margin-bottom: 20px; } .inner-wrapper { display: flex; justify-content:space-evenly; align-items: center; margin-top: 20px; } .log { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 49%; } #back-icon { font-size: 25px; cursor: pointer; } #back-icon:hover { color:#3498db; } #back-icon-container { display: none; } .log button { height: 50px; width: 180px; background: #169483; color: white; font-size: 17px; border:none; border:2px solid #169483; cursor: pointer; border-radius : 10px; } .log button:hover { border:2px solid #169483; background: white; color: black; } .log button:focus { outline: none; } .line { height: 550px; width: 2px; background: #bdc3c7; } #signin-form,#signup-form { display: none; } .help-button:hover { border:2px solid #3498db; background: white; color: black; } .help-button:focus { outline: none; } .form-container { width: 100%; } .form-container form { display: flex; width: 100%; flex-direction: column; justify-content: center; align-items: center; align-content: center; } .form-container form div { display: flex; justify-content: center; align-items: center; } select { height: 40px; border:2px solid #7f8c8d; margin-top: 30px; font-size: 17px; width: 80%; } select:focus { outline: none; } .input-style { width: 80%; height: 30px; border:2px solid #7f8c8d; margin-top: 30px; border-top: none; border-left: none; border-right: none; padding-left: 5px; font-size: 17px; } .input-style:focus { outline:none; border-bottom: 2px solid #3498db; transition: border linear 500ms; } .submit-style { width: 80%; height: 40px; margin-top: 30px; margin-right: 5px; margin-left: 5px; cursor: pointer; font-size: 17px; border:2px solid #169483; border-radius: 5px; } .or { margin :30px 0px; } .submit-style:focus { outline: none; } .submit-style:hover { color: white; background: #169483; } .help { width: 49%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .help-btn-container { width: 100%; display: flex; justify-content: center; } .help-button { height: 50px; width: 180px; background: #3498db; color: white; font-size: 17px; border:none; border:2px solid #3498db; cursor: pointer; border-radius : 10px; } .help-details { width: 100%; } .goback-icon-container { width: 100%; margin-bottom: 10px; height: 40px; display: flex; justify-content: space-between; } .tab { width: 100%; height: 525px; display: none; overflow : scroll; } .gonext-btn-container { width: 100%; display: flex; justify-content: center; height: 40px; margin-top : 10px; } #gonext-btn { height: 40px; width: 180px; font-size: 17px; border:none; border:2px solid #3498db; cursor: pointer; display: none; border-radius: 8px; } #gonext-btn:hover { background: #3498db; color: white; } #gonext-btn:focus { outline : none; } #goback-icon { display: none; font-size: 25px; cursor: pointer; } #goback-icon:hover { color : #3498db; } .info { width: 100%; display: flex; justify-content: flex-end; font-size: 17px; padding: 5px; background: #3498db; color : white; } #top-pad { height: 80px; } #help-written { display: none; font-size: 25px; color : #3498db; } .help-content ul { padding-left : 25px; background: #EAEDEE ; font-size: 17px; } .help-content ul li { padding-top : 10px; padding-bottom: 10px; } .help-content ol { padding-left: 50px; background: #EAEDEE ; font-size: 17px; } .img-container { display: flex; justify-content: center; align-items: center; } .help-content img { width: 100%; box-shadow: 0px 0px 0.7px 0px black; } .banner { display: flex; height: 300px; background: linear-gradient(270deg, #00D1DB, #077D91); } .left-banner { display: flex; flex: 1; align-items: flex-start; justify-content: center; padding: 20px; flex-direction: column; } .left-banner h1 { font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 1000; color : white; margin: 0; } .left-banner h4 { font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; color : white; margin: 0; } .right-banner { display: flex; flex : 0.7; justify-content: space-evenly; align-items: center; flex-direction: row; align-items: center; } .banner-icon { font-size: 100px; color: black; } .left-padding { display: flex; flex: 0.1; } #dairy-img { } #banner-btn { width: 280px; height: 70px; border-radius: 35px; align-self: flex-start; border : none; cursor : pointer; font-size: 25px; font-weight: 900; background: linear-gradient(90deg, #FEC001, #FA990A); font-family: AEmb, Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif; color : #002F36; margin-top: 20px; } #banner-btn:hover { background: linear-gradient(90deg, #FA990A,#FEC001); } #banner-btn:focus { outline : none; } .right-banner div:nth-child(1) { display: flex; flex-direction: row; } .right-banner div:nth-child(2) { display: flex; justify-content: flex-end; width: 100%; } .right-banner div:nth-child(2) h4 { margin-right: 15px; } .banner-benefits { height: 400px; margin: 10px 0px; justify-content: center; align-items: center; display: flex; } .inner-benefits { height: 400px; background: #f5f6fa; justify-content: center; align-items: center; display: flex; width: 90%; } .inner-benefits div { display: flex; flex : 0.8; background: #f5f6fa; height: 340px; align-items: center; justify-content: space-evenly; flex-direction: column; margin: 0px 15px; } .inner-benefits div label:nth-child(1) { border-bottom: 1px solid #bdc3c7; align-self: flex-start; margin-left: 15px; font-size: 17px; font-weight: 600; } .benefit-info { margin-left: 15px; } .one img { width: 236px; height: 120px; } /* .two { border-right : 1px solid #bdc3c7; } .one { border-right : 1px solid #bdc3c7; } */ .inner-benefits div label { align-self: flex-start; } .banner-benefits-intro { border-bottom: 2px solid #bdc3c7; width: 141px; height: 30px; margin-left: 5%; font-size: 19px; }
0.226014
0.040389
*, *::before, *::after { margin: 0; padding: 0; border: none; box-sizing: border-box; } html { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; min-height: 100%; } :root { --colorBtnPrincipal: #D2D2D2; --rangeBg: #333; } video { max-width: 100%; } button { background: none; color: var(--colorBtnPrincipal); outline: none; } button, input { cursor: pointer; } /* VIDEO CONTAINER */ .video-container { position: relative; max-width: 700px; } .video { max-width: 100%; border-radius: 5px; } .video::-webkit-media-controls, .video::-webkit-media-controls-enclosure { display:none !important; } /* VIDEO CONTROLS */ .video:-moz-full-screen + .video-controls { bottom: 0; } .video:-webkit-full-screen + .video-controls { bottom: 0; } .video-controls { display: flex; justify-content: space-around; align-items: center; position: absolute; bottom: 4px; left: 0; z-index: 2147483647; padding: 10px; width: 100%; border-radius: 0 0 5px 5px; background-color: rgba(0,0,0,0.3); } .play-and-pause-video { padding: 8px 12px; width: 40px; box-shadow: 2px 2px 3px rgba(0,0,0,0.5); border-radius: 4px; background-color: crimson; } /* VIDEO PROGRESS */ .progress-video-container { display: flex; align-items: center; position: relative; width: 65%; } .time-video { font-family: sans-serif; font-size: 16px; font-weight: bold; color: var(--colorBtnPrincipal); } .progress-time { order: -1;} .progress-video, .slide-volume-video { background-image: linear-gradient(crimson, crimson); background-repeat: no-repeat; background-size: 0% 100%; } .progress-video, .slide-volume-video { width: 100%; height: 10px; margin: 0 10px; -webkit-appearance: none; border-radius: 4px; outline: none; background-color: var(--rangeBg); } /* ESTILOS COMUNS */ .progress-video::-moz-range-thumb, .slide-volume-video::-moz-range-thumb { width: 15px; height: 15px; background-color: var(--colorBtnPrincipal); border: none; } .slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb { width: 15px; height: 15px; -webkit-appearance: none; border-radius: 50%; background-color: var(--colorBtnPrincipal); } .progress-video::-moz-range-track, .slide-volume-video::-moz-range-track { height: 0; background-color: var(--rangeBg); border-radius: 4px; } .control-item { font-size: 18px; } /* VIDEO AUDIO */ .slide-volume-video { width: 60px; display: none; transition: display .2s ease-out; margin-left: -2px; } .audio-video-container:hover > .slide-volume-video{ display: inline-block; } /* MEDIAS QUERIES* */ @media (max-width: 320px) { .control-item { font-size: 10px; } .progress-video-container { width: 60%; } .slide-volume-video { width: 40px; } .time-video {font-size: 10px; } } @media (max-width: 480px){ .video-controls { justify-content: space-around; padding: 10px 0px; } .control-item { font-size: 16px; } .time-video { font-size: 12px; } .play-and-pause-video { width: 15px; padding: 0; background: none; box-shadow: none; } .progress-video { margin: 0 3px;} .slide-volume-video { width: 45px; } } @media (min-width: 1200){ .video:-webkit-full-screen + .video-controls > .progress-video-container { width: 100%; } }
css/style.css
*, *::before, *::after { margin: 0; padding: 0; border: none; box-sizing: border-box; } html { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; min-height: 100%; } :root { --colorBtnPrincipal: #D2D2D2; --rangeBg: #333; } video { max-width: 100%; } button { background: none; color: var(--colorBtnPrincipal); outline: none; } button, input { cursor: pointer; } /* VIDEO CONTAINER */ .video-container { position: relative; max-width: 700px; } .video { max-width: 100%; border-radius: 5px; } .video::-webkit-media-controls, .video::-webkit-media-controls-enclosure { display:none !important; } /* VIDEO CONTROLS */ .video:-moz-full-screen + .video-controls { bottom: 0; } .video:-webkit-full-screen + .video-controls { bottom: 0; } .video-controls { display: flex; justify-content: space-around; align-items: center; position: absolute; bottom: 4px; left: 0; z-index: 2147483647; padding: 10px; width: 100%; border-radius: 0 0 5px 5px; background-color: rgba(0,0,0,0.3); } .play-and-pause-video { padding: 8px 12px; width: 40px; box-shadow: 2px 2px 3px rgba(0,0,0,0.5); border-radius: 4px; background-color: crimson; } /* VIDEO PROGRESS */ .progress-video-container { display: flex; align-items: center; position: relative; width: 65%; } .time-video { font-family: sans-serif; font-size: 16px; font-weight: bold; color: var(--colorBtnPrincipal); } .progress-time { order: -1;} .progress-video, .slide-volume-video { background-image: linear-gradient(crimson, crimson); background-repeat: no-repeat; background-size: 0% 100%; } .progress-video, .slide-volume-video { width: 100%; height: 10px; margin: 0 10px; -webkit-appearance: none; border-radius: 4px; outline: none; background-color: var(--rangeBg); } /* ESTILOS COMUNS */ .progress-video::-moz-range-thumb, .slide-volume-video::-moz-range-thumb { width: 15px; height: 15px; background-color: var(--colorBtnPrincipal); border: none; } .slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb { width: 15px; height: 15px; -webkit-appearance: none; border-radius: 50%; background-color: var(--colorBtnPrincipal); } .progress-video::-moz-range-track, .slide-volume-video::-moz-range-track { height: 0; background-color: var(--rangeBg); border-radius: 4px; } .control-item { font-size: 18px; } /* VIDEO AUDIO */ .slide-volume-video { width: 60px; display: none; transition: display .2s ease-out; margin-left: -2px; } .audio-video-container:hover > .slide-volume-video{ display: inline-block; } /* MEDIAS QUERIES* */ @media (max-width: 320px) { .control-item { font-size: 10px; } .progress-video-container { width: 60%; } .slide-volume-video { width: 40px; } .time-video {font-size: 10px; } } @media (max-width: 480px){ .video-controls { justify-content: space-around; padding: 10px 0px; } .control-item { font-size: 16px; } .time-video { font-size: 12px; } .play-and-pause-video { width: 15px; padding: 0; background: none; box-shadow: none; } .progress-video { margin: 0 3px;} .slide-volume-video { width: 45px; } } @media (min-width: 1200){ .video:-webkit-full-screen + .video-controls > .progress-video-container { width: 100%; } }
0.319758
0.065038
@-moz-document url(http://www.dailymail.co.uk) { /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Slabo 27px'; font-style: normal; font-weight: 400; src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/LfR9_S_HMdQ73mwIHBRxoSEAvth_LlrfE80CYdSH47w.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Slabo 27px'; font-style: normal; font-weight: 400; src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } body { font-family: 'Open Sans', sans-serif !important; } div#top a[href*="windowsphone"] { display:none !important; } div#page-container > div#content > div:nth-child(3) { display:none !important; } div.femail.item { display: none !important; } div#p-39 { display: none; } h1, h2, h2 > a { font-family: 'Slabo 27px', serif; } .bdrgr3, a.link-bdrgr3, a.linkro-bdrgr3:hover, a:hover .linkro-bdrgr3 { border: none; } }
data/usercss/136019.user.css
@-moz-document url(http://www.dailymail.co.uk) { /* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } /* cyrillic */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } /* latin-ext */ @font-face { font-family: 'Slabo 27px'; font-style: normal; font-weight: 400; src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/LfR9_S_HMdQ73mwIHBRxoSEAvth_LlrfE80CYdSH47w.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Slabo 27px'; font-style: normal; font-weight: 400; src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } body { font-family: 'Open Sans', sans-serif !important; } div#top a[href*="windowsphone"] { display:none !important; } div#page-container > div#content > div:nth-child(3) { display:none !important; } div.femail.item { display: none !important; } div#p-39 { display: none; } h1, h2, h2 > a { font-family: 'Slabo 27px', serif; } .bdrgr3, a.link-bdrgr3, a.linkro-bdrgr3:hover, a:hover .linkro-bdrgr3 { border: none; } }
0.301773
0.08389
:root { --theme-deafult: #7366ff; --theme-secondary: #f73164 } .font-roboto { font-family: Roboto, sans-serif } .p-0 { padding: 0px } .p-5 { padding: 5px } .p-10 { padding: 10px } .p-15 { padding: 15px } .p-20 { padding: 20px } .p-25 { padding: 25px } .p-30 { padding: 30px } .p-35 { padding: 35px } .p-40 { padding: 40px } .p-45 { padding: 45px } .p-50 { padding: 50px } .p-l-0 { padding-left: 0px } .p-l-5 { padding-left: 5px } .p-l-10 { padding-left: 10px } .p-l-15 { padding-left: 15px } .p-l-20 { padding-left: 20px } .p-l-25 { padding-left: 25px } .p-l-30 { padding-left: 30px } .p-l-35 { padding-left: 35px } .p-l-40 { padding-left: 40px } .p-l-45 { padding-left: 45px } .p-l-50 { padding-left: 50px } .p-t-0 { padding-top: 0px !important } .p-t-5 { padding-top: 5px !important } .p-t-10 { padding-top: 10px !important } .p-t-15 { padding-top: 15px !important } .p-t-20 { padding-top: 20px !important } .p-t-25 { padding-top: 25px !important } .p-t-30 { padding-top: 30px !important } .p-t-35 { padding-top: 35px !important } .p-t-40 { padding-top: 40px !important } .p-t-45 { padding-top: 45px !important } .p-t-50 { padding-top: 50px !important } .p-b-0 { padding-bottom: 0px !important } .p-b-5 { padding-bottom: 5px !important } .p-b-10 { padding-bottom: 10px !important } .p-b-15 { padding-bottom: 15px !important } .p-b-20 { padding-bottom: 20px !important } .p-b-25 { padding-bottom: 25px !important } .p-b-30 { padding-bottom: 30px !important } .p-b-35 { padding-bottom: 35px !important } .p-b-40 { padding-bottom: 40px !important } .p-b-45 { padding-bottom: 45px !important } .p-b-50 { padding-bottom: 50px !important } .p-r-0 { padding-right: 0px } .p-r-5 { padding-right: 5px } .p-r-10 { padding-right: 10px } .p-r-15 { padding-right: 15px } .p-r-20 { padding-right: 20px } .p-r-25 { padding-right: 25px } .p-r-30 { padding-right: 30px } .p-r-35 { padding-right: 35px } .p-r-40 { padding-right: 40px } .p-r-45 { padding-right: 45px } .p-r-50 { padding-right: 50px } .m-0 { margin: 0px !important } .m-5 { margin: 5px !important } .m-10 { margin: 10px !important } .m-15 { margin: 15px !important } .m-20 { margin: 20px !important } .m-25 { margin: 25px !important } .m-30 { margin: 30px !important } .m-35 { margin: 35px !important } .m-40 { margin: 40px !important } .m-45 { margin: 45px !important } .m-50 { margin: 50px !important } .m-t-0 { margin-top: 0px !important } .m-t-5 { margin-top: 5px !important } .m-t-10 { margin-top: 10px !important } .m-t-15 { margin-top: 15px !important } .m-t-20 { margin-top: 20px !important } .m-t-25 { margin-top: 25px !important } .m-t-30 { margin-top: 30px !important } .m-t-35 { margin-top: 35px !important } .m-t-40 { margin-top: 40px !important } .m-t-45 { margin-top: 45px !important } .m-t-50 { margin-top: 50px !important } .m-b-0 { margin-bottom: 0px !important } .m-b-5 { margin-bottom: 5px !important } .m-b-10 { margin-bottom: 10px !important } .m-b-15 { margin-bottom: 15px !important } .m-b-20 { margin-bottom: 20px !important } .m-b-25 { margin-bottom: 25px !important } .m-b-30 { margin-bottom: 30px !important } .m-b-35 { margin-bottom: 35px !important } .m-b-40 { margin-bottom: 40px !important } .m-b-45 { margin-bottom: 45px !important } .m-b-50 { margin-bottom: 50px !important } .m-l-0 { margin-left: 0px !important } .m-l-5 { margin-left: 5px !important } .m-l-10 { margin-left: 10px !important } .m-l-15 { margin-left: 15px !important } .m-l-20 { margin-left: 20px !important } .m-l-25 { margin-left: 25px !important } .m-l-30 { margin-left: 30px !important } .m-l-35 { margin-left: 35px !important } .m-l-40 { margin-left: 40px !important } .m-l-45 { margin-left: 45px !important } .m-l-50 { margin-left: 50px !important } .m-r-0 { margin-right: 0px } .m-r-5 { margin-right: 5px } .m-r-10 { margin-right: 10px } .m-r-15 { margin-right: 15px } .m-r-20 { margin-right: 20px } .m-r-25 { margin-right: 25px } .m-r-30 { margin-right: 30px } .m-r-35 { margin-right: 35px } .m-r-40 { margin-right: 40px } .m-r-45 { margin-right: 45px } .m-r-50 { margin-right: 50px } .b-r-0 { border-radius: 0px !important } .b-r-1 { border-radius: 1px !important } .b-r-2 { border-radius: 2px !important } .b-r-3 { border-radius: 3px !important } .b-r-4 { border-radius: 4px !important } .b-r-5 { border-radius: 5px !important } .b-r-6 { border-radius: 6px !important } .b-r-7 { border-radius: 7px !important } .b-r-8 { border-radius: 8px !important } .b-r-9 { border-radius: 9px !important } .b-r-10 { border-radius: 10px !important } .f-12 { font-size: 12px !important } .f-14 { font-size: 14px !important } .f-16 { font-size: 16px !important } .f-18 { font-size: 18px !important } .f-20 { font-size: 20px !important } .f-22 { font-size: 22px !important } .f-24 { font-size: 24px !important } .f-26 { font-size: 26px !important } .f-28 { font-size: 28px !important } .f-30 { font-size: 30px !important } .f-32 { font-size: 32px !important } .f-34 { font-size: 34px !important } .f-36 { font-size: 36px !important } .f-38 { font-size: 38px !important } .f-40 { font-size: 40px !important } .f-42 { font-size: 42px !important } .f-44 { font-size: 44px !important } .f-46 { font-size: 46px !important } .f-48 { font-size: 48px !important } .f-50 { font-size: 50px !important } .f-52 { font-size: 52px !important } .f-54 { font-size: 54px !important } .f-56 { font-size: 56px !important } .f-58 { font-size: 58px !important } .f-60 { font-size: 60px !important } .f-62 { font-size: 62px !important } .f-64 { font-size: 64px !important } .f-66 { font-size: 66px !important } .f-68 { font-size: 68px !important } .f-70 { font-size: 70px !important } .f-72 { font-size: 72px !important } .f-74 { font-size: 74px !important } .f-76 { font-size: 76px !important } .f-78 { font-size: 78px !important } .f-80 { font-size: 80px !important } .f-82 { font-size: 82px !important } .f-84 { font-size: 84px !important } .f-86 { font-size: 86px !important } .f-88 { font-size: 88px !important } .f-90 { font-size: 90px !important } .f-92 { font-size: 92px !important } .f-94 { font-size: 94px !important } .f-96 { font-size: 96px !important } .f-98 { font-size: 98px !important } .f-100 { font-size: 100px !important } .f-w-100 { font-weight: 100 } .f-w-300 { font-weight: 300 } .f-w-500 { font-weight: 500 } .f-w-400 { font-weight: 400 } .f-w-600 { font-weight: 600 } .f-w-700 { font-weight: 700 } .f-w-900 { font-weight: 900 } .f-s-normal { font-style: normal } .f-s-italic { font-style: italic } .f-s-oblique { font-style: oblique } .f-s-initial { font-style: initial } .f-s-inherit { font-style: inherit } .text-overline { text-decoration: overline } .text-line-through { text-decoration: line-through } .text-underline { text-decoration: underline } .text-dashed { -webkit-text-decoration: dashed; text-decoration: dashed } .text-blink { text-decoration: blink } .text-dotted { -webkit-text-decoration: dotted; text-decoration: dotted } .text-initial { text-decoration: initial } .text-none { text-decoration: none } .text-solid { -webkit-text-decoration: solid; text-decoration: solid } .text-wavy { -webkit-text-decoration: wavy; text-decoration: wavy } .text-inherit { text-decoration: inherit } .text-double { -webkit-text-decoration: double; text-decoration: double } .baseline { vertical-align: baseline } .sub { vertical-align: sub } .super { vertical-align: super } .top { vertical-align: top } .text-top { vertical-align: text-top } .middle { vertical-align: middle } .bottom { vertical-align: bottom } .text-bottom { vertical-align: text-bottom } .initial { vertical-align: initial } .inherit { vertical-align: inherit } .p-static { position: static } .p-absolute { position: absolute } .p-fixed { position: fixed } .p-relative { position: relative } .p-initial { position: initial } .p-inherit { position: inherit } .f-left { float: left } .f-right { float: right } .f-none { float: none } .o-hidden { overflow: hidden } .o-visible { overflow: visible } .o-auto { overflow: auto } .img-10 { width: 10px !important } .img-20 { width: 20px !important } .img-30 { width: 30px !important } .img-40 { width: 40px !important } .img-50 { width: 50px !important } .img-60 { width: 60px !important } .img-70 { width: 70px !important } .img-80 { width: 80px !important } .img-90 { width: 90px !important } .img-100 { width: 100px !important } .font-primary { color: #7366ff !important } .font-secondary { color: #f73164 !important } .font-success { color: #51bb25 !important } .font-danger { color: #dc3545 !important } .font-info { color: #a927f9 !important } .font-light { color: #f4f4f4 !important } .font-dark { color: #2c323f !important } .font-warning { color: #f8d62b !important } .font-primary { color: var(--theme-deafult) !important } .font-secondary { color: var(--theme-secondary) !important } .label { border-radius: 2px; color: #fff; font-size: 12px; line-height: 1; margin-bottom: 0; text-transform: capitalize } .label-theme { background-color: #7366ff } .label-primary { background-color: #7366ff } .label-secondary { background-color: #f73164 } .label-success { background-color: #51bb25 } .label-danger { background-color: #dc3545 } .label-info { background-color: #a927f9 } .label-light { background-color: #f4f4f4 } .label-dark { background-color: #2c323f } .label-warning { background-color: #f8d62b } .badge-primary { background-color: #7366ff } .badge-secondary { background-color: #f73164 } .badge-success { background-color: #51bb25 } .badge-danger { background-color: #dc3545 } .badge-info { background-color: #a927f9 } .badge-light { background-color: #f4f4f4 } .badge-dark { background-color: #2c323f } .badge-warning { background-color: #f8d62b } .badge-primary { background-color: var(--theme-deafult) !important } .badge-secondary { background-color: var(--theme-secondary) !important } .bg-primary { background-color: #7366ff !important; color: #fff } .bg-light-primary { background-color: rgba(115, 102, 255, 0.2) !important; color: #fff } .bg-secondary { background-color: #f73164 !important; color: #fff } .bg-light-secondary { background-color: rgba(247, 49, 100, 0.2) !important; color: #fff } .bg-success { background-color: #51bb25 !important; color: #fff } .bg-light-success { background-color: rgba(81, 187, 37, 0.2) !important; color: #fff } .bg-danger { background-color: #dc3545 !important; color: #fff } .bg-light-danger { background-color: rgba(220, 53, 69, 0.2) !important; color: #fff } .bg-info { background-color: #a927f9 !important; color: #fff } .bg-light-info { background-color: rgba(169, 39, 249, 0.2) !important; color: #fff } .bg-light { background-color: #f4f4f4 !important; color: #fff } .bg-light-light { background-color: rgba(244, 244, 244, 0.2) !important; color: #fff } .bg-dark { background-color: #2c323f !important; color: #fff } .bg-light-dark { background-color: rgba(44, 50, 63, 0.2) !important; color: #fff } .bg-warning { background-color: #f8d62b !important; color: #fff } .bg-light-warning { background-color: rgba(248, 214, 43, 0.2) !important; color: #fff } .bg-primary { background-color: var(--theme-deafult) !important } .bg-secondary { background-color: var(--theme-secondary) !important } .txt-primary { color: #7366ff !important } .txt-secondary { color: #f73164 !important } .txt-success { color: #51bb25 !important } .txt-danger { color: #dc3545 !important } .txt-info { color: #a927f9 !important } .txt-light { color: #f4f4f4 !important } .txt-dark { color: #2c323f !important } .txt-warning { color: #f8d62b !important } .txt-google-plus { color: #c64e40 !important } .txt-twitter { color: #6fa2d8 !important } .txt-linkedin { color: #0077B5 !important } .txt-fb { color: #50598e !important } .txt-primary { color: var(--theme-deafult) !important } .txt-secondary { color: var(--theme-secondary) !important } .btn-primary { background-color: #7366ff !important; border-color: #7366ff !important } .btn-primary.disabled, .btn-primary:disabled { background-color: #7366ff !important; border-color: #7366ff !important } .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem #fff; box-shadow: 0 0 0 0.2rem #fff } .btn-secondary { background-color: #f73164 !important; border-color: #f73164 !important } .btn-secondary.disabled, .btn-secondary:disabled { background-color: #f73164 !important; border-color: #f73164 !important } .btn-secondary:focus { -webkit-box-shadow: 0 0 0 0.2rem #fdc4d3; box-shadow: 0 0 0 0.2rem #fdc4d3 } .btn-success { background-color: #51bb25 !important; border-color: #51bb25 !important } .btn-success.disabled, .btn-success:disabled { background-color: #51bb25 !important; border-color: #51bb25 !important } .btn-success:focus { -webkit-box-shadow: 0 0 0 0.2rem #aae990; box-shadow: 0 0 0 0.2rem #aae990 } .btn-danger { background-color: #dc3545 !important; border-color: #dc3545 !important } .btn-danger.disabled, .btn-danger:disabled { background-color: #dc3545 !important; border-color: #dc3545 !important } .btn-danger:focus { -webkit-box-shadow: 0 0 0 0.2rem #f3b7bd; box-shadow: 0 0 0 0.2rem #f3b7bd } .btn-info { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { color: #fff } .btn-info.disabled, .btn-info:disabled { background-color: #a927f9 !important; border-color: #a927f9 !important } .btn-info:focus { -webkit-box-shadow: 0 0 0 0.2rem #e4bcfd; box-shadow: 0 0 0 0.2rem #e4bcfd } .btn-light { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important } .btn-light.disabled, .btn-light:disabled { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important } .btn-light:focus { -webkit-box-shadow: 0 0 0 0.2rem #fff; box-shadow: 0 0 0 0.2rem #fff } .btn-dark { background-color: #2c323f !important; border-color: #2c323f !important } .btn-dark.disabled, .btn-dark:disabled { background-color: #2c323f !important; border-color: #2c323f !important } .btn-dark:focus { -webkit-box-shadow: 0 0 0 0.2rem #6c7a98; box-shadow: 0 0 0 0.2rem #6c7a98 } .btn-warning { background-color: #f8d62b !important; border-color: #f8d62b !important } .btn-warning.disabled, .btn-warning:disabled { background-color: #f8d62b !important; border-color: #f8d62b !important } .btn-warning:focus { -webkit-box-shadow: 0 0 0 0.2rem #fdf3bf; box-shadow: 0 0 0 0.2rem #fdf3bf } .btn-light { background-color: rgba(115, 102, 255, 0.06) !important; border-color: rgba(115, 102, 255, 0.06) !important } .btn-light:hover { background-color: rgba(115, 102, 255, 0.1) !important; border-color: rgba(115, 102, 255, 0.1) !important } .btn-primary { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important } .btn-secondary { background-color: var(--theme-secondary) !important; border-color: var(--theme-secondary) !important } .btn-outline-primary-2x { border-width: 2px; border-color: #7366ff; color: #7366ff; background-color: transparent } .btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active { color: white; background-color: #43f !important; border-color: #43f !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-secondary-2x { border-width: 2px; border-color: #f73164; color: #f73164; background-color: transparent } .btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active { color: white; background-color: #ec0944 !important; border-color: #ec0944 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-success-2x { border-width: 2px; border-color: #51bb25; color: #51bb25; background-color: transparent } .btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active { color: white; background-color: #3f901d !important; border-color: #3f901d !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-danger-2x { border-width: 2px; border-color: #dc3545; color: #dc3545; background-color: transparent } .btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active { color: white; background-color: #bd2130 !important; border-color: #bd2130 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-info-2x { border-width: 2px; border-color: #a927f9; color: #a927f9; background-color: transparent } .btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active { color: white; background-color: #9106e7 !important; border-color: #9106e7 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-light-2x { border-width: 2px; border-color: #f4f4f4; color: #f4f4f4; background-color: transparent } .btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active { color: white; background-color: #dbdbdb !important; border-color: #dbdbdb !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-dark-2x { border-width: 2px; border-color: #2c323f; color: #2c323f; background-color: transparent } .btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active { color: white; background-color: #171a21 !important; border-color: #171a21 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-warning-2x { border-width: 2px; border-color: #f8d62b; color: #f8d62b; background-color: transparent } .btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active { color: white; background-color: #e8c308 !important; border-color: #e8c308 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-primary { border-color: #7366ff; color: #7366ff; background-color: transparent } .btn-outline-primary.disabled { color: #7366ff } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active { color: white; background-color: #43f !important; border-color: #43f !important } .btn-outline-secondary { border-color: #f73164; color: #f73164; background-color: transparent } .btn-outline-secondary.disabled { color: #f73164 } .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active { color: white; background-color: #ec0944 !important; border-color: #ec0944 !important } .btn-outline-success { border-color: #51bb25; color: #51bb25; background-color: transparent } .btn-outline-success.disabled { color: #51bb25 } .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active { color: white; background-color: #3f901d !important; border-color: #3f901d !important } .btn-outline-danger { border-color: #dc3545; color: #dc3545; background-color: transparent } .btn-outline-danger.disabled { color: #dc3545 } .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active { color: white; background-color: #bd2130 !important; border-color: #bd2130 !important } .btn-outline-info { border-color: #a927f9; color: #a927f9; background-color: transparent } .btn-outline-info.disabled { color: #a927f9 } .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active { color: white; background-color: #9106e7 !important; border-color: #9106e7 !important } .btn-outline-light { border-color: #f4f4f4; color: #f4f4f4; background-color: transparent; color: #2b2b2b } .btn-outline-light.disabled { color: #f4f4f4 } .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active { color: white; background-color: #dbdbdb !important; border-color: #dbdbdb !important } .btn-outline-dark { border-color: #2c323f; color: #2c323f; background-color: transparent } .btn-outline-dark.disabled { color: #2c323f } .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active { color: white; background-color: #171a21 !important; border-color: #171a21 !important } .btn-outline-warning { border-color: #f8d62b; color: #f8d62b; background-color: transparent } .btn-outline-warning.disabled { color: #f8d62b } .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active { color: white; background-color: #e8c308 !important; border-color: #e8c308 !important } .btn-primary:not([disabled]):not(.disabled).active { background-color: #43f; border-color: #43f; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active { color: white; background-color: #43f; border-color: #43f } .btn-secondary:not([disabled]):not(.disabled).active { background-color: #ec0944; border-color: #ec0944; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active { color: white; background-color: #ec0944; border-color: #ec0944 } .btn-success:not([disabled]):not(.disabled).active { background-color: #3f901d; border-color: #3f901d; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active { color: white; background-color: #3f901d; border-color: #3f901d } .btn-danger:not([disabled]):not(.disabled).active { background-color: #bd2130; border-color: #bd2130; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active { color: white; background-color: #bd2130; border-color: #bd2130 } .btn-info:not([disabled]):not(.disabled).active { background-color: #9106e7; border-color: #9106e7; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active { color: white; background-color: #9106e7; border-color: #9106e7 } .btn-light:not([disabled]):not(.disabled).active { background-color: #dbdbdb; border-color: #dbdbdb; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active { color: white; background-color: #dbdbdb; border-color: #dbdbdb } .btn-dark:not([disabled]):not(.disabled).active { background-color: #171a21; border-color: #171a21; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active { color: white; background-color: #171a21; border-color: #171a21 } .btn-warning:not([disabled]):not(.disabled).active { background-color: #e8c308; border-color: #e8c308; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active { color: white; background-color: #e8c308; border-color: #e8c308 } .btn-outline-primary-2x:not([disabled]):not(.disabled).active { background-color: #7366ff; border-color: #7366ff; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #43f !important; border-color: #43f !important } .btn-outline-secondary-2x:not([disabled]):not(.disabled).active { background-color: #f73164; border-color: #f73164; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #ec0944 !important; border-color: #ec0944 !important } .btn-outline-success-2x:not([disabled]):not(.disabled).active { background-color: #51bb25; border-color: #51bb25; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #3f901d !important; border-color: #3f901d !important } .btn-outline-danger-2x:not([disabled]):not(.disabled).active { background-color: #dc3545; border-color: #dc3545; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #bd2130 !important; border-color: #bd2130 !important } .btn-outline-info-2x:not([disabled]):not(.disabled).active { background-color: #a927f9; border-color: #a927f9; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #9106e7 !important; border-color: #9106e7 !important } .btn-outline-light-2x:not([disabled]):not(.disabled).active { background-color: #f4f4f4; border-color: #f4f4f4; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #dbdbdb !important; border-color: #dbdbdb !important } .btn-outline-dark-2x:not([disabled]):not(.disabled).active { background-color: #2c323f; border-color: #2c323f; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #171a21 !important; border-color: #171a21 !important } .btn-outline-warning-2x:not([disabled]):not(.disabled).active { background-color: #f8d62b; border-color: #f8d62b; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #e8c308 !important; border-color: #e8c308 !important } table thead .border-bottom-primary th, table tbody .border-bottom-primary th, table tbody .border-bottom-primary td { border-bottom: 1px solid #7366ff !important } table thead .border-bottom-secondary th, table tbody .border-bottom-secondary th, table tbody .border-bottom-secondary td { border-bottom: 1px solid #f73164 !important } table thead .border-bottom-success th, table tbody .border-bottom-success th, table tbody .border-bottom-success td { border-bottom: 1px solid #51bb25 !important } table thead .border-bottom-danger th, table tbody .border-bottom-danger th, table tbody .border-bottom-danger td { border-bottom: 1px solid #dc3545 !important } table thead .border-bottom-info th, table tbody .border-bottom-info th, table tbody .border-bottom-info td { border-bottom: 1px solid #a927f9 !important } table thead .border-bottom-light th, table tbody .border-bottom-light th, table tbody .border-bottom-light td { border-bottom: 1px solid #f4f4f4 !important } table thead .border-bottom-dark th, table tbody .border-bottom-dark th, table tbody .border-bottom-dark td { border-bottom: 1px solid #2c323f !important } table thead .border-bottom-warning th, table tbody .border-bottom-warning th, table tbody .border-bottom-warning td { border-bottom: 1px solid #f8d62b !important } .table-styling .table-primary, .table-styling.table-primary { background-color: #7366ff; color: #fff; border: 3px solid #7366ff } .table-styling .table-primary thead, .table-styling.table-primary thead { background-color: #43f; border: 3px solid #43f } .table-styling .table-primary th, .table-styling .table-primary td, .table-styling.table-primary th, .table-styling.table-primary td { background-color: transparent } .table-styling .table-secondary, .table-styling.table-secondary { background-color: #f73164; color: #fff; border: 3px solid #f73164 } .table-styling .table-secondary thead, .table-styling.table-secondary thead { background-color: #ec0944; border: 3px solid #ec0944 } .table-styling .table-secondary th, .table-styling .table-secondary td, .table-styling.table-secondary th, .table-styling.table-secondary td { background-color: transparent } .table-styling .table-success, .table-styling.table-success { background-color: #51bb25; color: #fff; border: 3px solid #51bb25 } .table-styling .table-success thead, .table-styling.table-success thead { background-color: #3f901d; border: 3px solid #3f901d } .table-styling .table-success th, .table-styling .table-success td, .table-styling.table-success th, .table-styling.table-success td { background-color: transparent } .table-styling .table-danger, .table-styling.table-danger { background-color: #dc3545; color: #fff; border: 3px solid #dc3545 } .table-styling .table-danger thead, .table-styling.table-danger thead { background-color: #bd2130; border: 3px solid #bd2130 } .table-styling .table-danger th, .table-styling .table-danger td, .table-styling.table-danger th, .table-styling.table-danger td { background-color: transparent } .table-styling .table-info, .table-styling.table-info { background-color: #a927f9; color: #fff; border: 3px solid #a927f9 } .table-styling .table-info thead, .table-styling.table-info thead { background-color: #9106e7; border: 3px solid #9106e7 } .table-styling .table-info th, .table-styling .table-info td, .table-styling.table-info th, .table-styling.table-info td { background-color: transparent } .table-styling .table-light, .table-styling.table-light { background-color: #f4f4f4; color: #fff; border: 3px solid #f4f4f4 } .table-styling .table-light thead, .table-styling.table-light thead { background-color: #dbdbdb; border: 3px solid #dbdbdb } .table-styling .table-light th, .table-styling .table-light td, .table-styling.table-light th, .table-styling.table-light td { background-color: transparent } .table-styling .table-dark, .table-styling.table-dark { background-color: #2c323f; color: #fff; border: 3px solid #2c323f } .table-styling .table-dark thead, .table-styling.table-dark thead { background-color: #171a21; border: 3px solid #171a21 } .table-styling .table-dark th, .table-styling .table-dark td, .table-styling.table-dark th, .table-styling.table-dark td { background-color: transparent } .table-styling .table-warning, .table-styling.table-warning { background-color: #f8d62b; color: #fff; border: 3px solid #f8d62b } .table-styling .table-warning thead, .table-styling.table-warning thead { background-color: #e8c308; border: 3px solid #e8c308 } .table-styling .table-warning th, .table-styling .table-warning td, .table-styling.table-warning th, .table-styling.table-warning td { background-color: transparent } .b-primary { border: 1px solid #7366ff !important } .b-t-primary { border-top: 1px solid #7366ff !important } .b-b-primary { border-bottom: 1px solid #7366ff !important } .b-l-primary { border-left: 1px solid #7366ff !important } .b-r-primary { border-right: 1px solid #7366ff !important } .b-secondary { border: 1px solid #f73164 !important } .b-t-secondary { border-top: 1px solid #f73164 !important } .b-b-secondary { border-bottom: 1px solid #f73164 !important } .b-l-secondary { border-left: 1px solid #f73164 !important } .b-r-secondary { border-right: 1px solid #f73164 !important } .b-success { border: 1px solid #51bb25 !important } .b-t-success { border-top: 1px solid #51bb25 !important } .b-b-success { border-bottom: 1px solid #51bb25 !important } .b-l-success { border-left: 1px solid #51bb25 !important } .b-r-success { border-right: 1px solid #51bb25 !important } .b-danger { border: 1px solid #dc3545 !important } .b-t-danger { border-top: 1px solid #dc3545 !important } .b-b-danger { border-bottom: 1px solid #dc3545 !important } .b-l-danger { border-left: 1px solid #dc3545 !important } .b-r-danger { border-right: 1px solid #dc3545 !important } .b-info { border: 1px solid #a927f9 !important } .b-t-info { border-top: 1px solid #a927f9 !important } .b-b-info { border-bottom: 1px solid #a927f9 !important } .b-l-info { border-left: 1px solid #a927f9 !important } .b-r-info { border-right: 1px solid #a927f9 !important } .b-light { border: 1px solid #f4f4f4 !important } .b-t-light { border-top: 1px solid #f4f4f4 !important } .b-b-light { border-bottom: 1px solid #f4f4f4 !important } .b-l-light { border-left: 1px solid #f4f4f4 !important } .b-r-light { border-right: 1px solid #f4f4f4 !important } .b-dark { border: 1px solid #2c323f !important } .b-t-dark { border-top: 1px solid #2c323f !important } .b-b-dark { border-bottom: 1px solid #2c323f !important } .b-l-dark { border-left: 1px solid #2c323f !important } .b-r-dark { border-right: 1px solid #2c323f !important } .b-warning { border: 1px solid #f8d62b !important } .b-t-warning { border-top: 1px solid #f8d62b !important } .b-b-warning { border-bottom: 1px solid #f8d62b !important } .b-l-warning { border-left: 1px solid #f8d62b !important } .b-r-warning { border-right: 1px solid #f8d62b !important } .border-1 { border-width: 1px !important } .border-2 { border-width: 2px !important } .border-3 { border-width: 3px !important } .border-4 { border-width: 4px !important } .border-5 { border-width: 5px !important } .border-6 { border-width: 6px !important } .border-7 { border-width: 7px !important } .border-8 { border-width: 8px !important } .border-9 { border-width: 9px !important } .border-10 { border-width: 10px !important } .opacity-0 { opacity: 0 } .map-block { height: 350px; width: 100% } .map-js-height { height: 500px } .map-js-height .btn-group input { background-color: #7366ff } .map-js-height .btn-group input+input { background-color: #f73164 } .custom-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .custom-scrollbar::-webkit-scrollbar { width: 6px } .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .comment { color: #9f9ba5; font-style: italic } .line { color: #2c323f } .line pre { font-size: 100% } .list-circle { list-style: circle } .theme-close { opacity: 1; height: 40px; width: 40px; position: absolute; font-weight: 400; z-index: 1; right: 0; background-color: #fff !important; border-radius: 5px } .options>div { color: #ccc; display: inline-block; padding: 2px 10px; border: 1px solid; margin: 0 8px 8px 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .options>div:hover { background-color: #7366ff; color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .modal-footer { -ms-flex-wrap: wrap; flex-wrap: wrap } .img-cropper #putData { margin-bottom: 0 } .img-cropper .img-container { min-height: auto; margin-bottom: 0 } .img-cropper .docs-data>.input-group:last-child { margin-bottom: 0 } .img-cropper .docs-preview { margin-top: 20px; margin-bottom: 10px } .dropzone .dz-preview .dz-error-message { background: #fff !important; color: #7366ff !important; border: 1px solid #7366ff } .dropzone .dz-preview .dz-error-message:after { border-bottom: 6px solid #7366ff !important } .typeahead .theme-form .form-group { margin-bottom: 0 } .editor-statusbar { border-bottom: 1px solid rgba(0, 0, 0, 0.125) } .page-builder .ge-canvas.ge-editing .row { padding: 30px; margin-bottom: 0; background-color: rgba(115, 102, 255, 0.02) } .page-builder .btn-screen { padding: 0 18px 0 0 } .bg-overlay.active { height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.2); position: fixed; z-index: 8; top: 0 } button:focus { outline: none !important } .dotted { border-style: dotted } .dashed { border-style: dashed } .double { border-style: double } .groove { border-style: groove } .ridge { border-style: ridge } .inset { border-style: inset } .outset { border-style: outset } @-webkit-keyframes fadeIncustom { 0% { opacity: 0; top: 50px } 75% { opacity: .6; top: 0 } 100% { opacity: 1 } } @keyframes fadeIncustom { 0% { opacity: 0; top: 50px } 75% { opacity: .6; top: 0 } 100% { opacity: 1 } } .daterangepicker select.monthselect, .daterangepicker select.yearselect { border-color: #efefef; background-color: #fff; font-size: 14px; color: #898989; padding: 5px 10px; border-radius: 5px; width: 46% } body { font-size: 14px; overflow-x: hidden; font-family: Rubik, sans-serif; color: #2b2b2b } ul { padding-left: 0px; list-style-type: none; margin-bottom: 0 } * a { color: var(--theme-deafult); text-decoration: none; letter-spacing: 1px } a:hover { text-decoration: none; color: var(--theme-deafult) } a[class*="badge-"]:hover { color: #fff } .btn { font-size: 14px } *.btn:focus { -webkit-box-shadow: none !important; box-shadow: none !important } p { font-size: 13px; line-height: 1.7; letter-spacing: .7px } code { color: var(--theme-deafult) !important; background-color: rgba(115, 102, 255, 0.03); padding: 3px; margin: 0 3px; border-radius: 2px } .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .media .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } blockquote { border-left: 4px solid #ecf3fa; padding: 15px } .figure.text-center blockquote { border: none !important } .figure.text-end blockquote { border-left: none !important; border-right: 4px solid #ecf3fa } .row>div { position: relative } :focus { outline-color: var(--theme-deafult) } .disabled { cursor: not-allowed; opacity: 0.5 } svg { vertical-align: baseline } input:focus { outline-color: rgba(0, 0, 0, 0) } label { margin-bottom: .5rem } .media-widgets .media-body { margin-bottom: 30px } .typography h1, .typography .h1, .typography h2, .typography .h2, .typography h3, .typography .h3, .typography h4, .typography .h4, .typography h5, .typography .h5, .typography h6, .typography .h6 { margin: 20px 0; margin-top: 0 } .typography h1:last-child, .typography .h1:last-child, .typography h2:last-child, .typography .h2:last-child, .typography h3:last-child, .typography .h3:last-child, .typography h4:last-child, .typography .h4:last-child, .typography h5:last-child, .typography .h5:last-child, .typography h6:last-child, .typography .h6:last-child { margin-bottom: 0 } .typography small { padding-left: 10px; color: #2c323f } pre { background-color: rgba(115, 102, 255, 0.03); padding: 20px 0 } .owl-theme .owl-dots .owl-dot span { background: #d0ccff } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--theme-deafult) } .owl-theme .owl-nav.disabled+.owl-dots { margin-bottom: -10px; margin-top: 25px } .click2edit~.note-editor.note-frame { margin-bottom: 30px } .note-editor.note-frame { border-color: #f4f4f4 } .note-editor.note-frame { border-color: #f4f4f4 } .modal .modal-body .card { -webkit-box-shadow: none !important; box-shadow: none !important } .modal-dialog .modal-content .modal-body p a { margin-right: 0 } .alert-theme button { top: 25px !important; right: 20px !important; color: var(--theme-deafult) } .alert-theme span+span+span { background-color: #fff; color: var(--theme-deafult); border-radius: 4px; -webkit-box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2) } .alert-theme i { padding: 20px; padding-right: 0 !important; margin-right: 20px !important } .alert-theme .progress { margin-top: -2px !important; height: 2px; width: 100% } .alert-theme .progress .progress-bar { background-color: var(--theme-deafult) } .alert-copy { border: 1px solid var(--theme-deafult); line-height: 1; display: inline-block; width: 300px; color: #fff; background-color: var(--theme-deafult) } .alert-copy .close { -webkit-box-shadow: none; box-shadow: none; color: #fff; line-height: 1.4; font-weight: 100 } .alert-copy .close:focus { outline: none } .ace-editor { height: 400px; width: 100% } .editor-toolbar { width: 100% !important } .editor-toolbar.fullscreen { z-index: 100 } .CodeMirror { top: 0 !important } .CodeMirror-fullscreen { top: 50px !important } .irs-from, .irs-to, .irs-single { background: var(--theme-deafult) } .irs-from:after, .irs-to:after, .irs-single:after { border-top-color: var(--theme-deafult) } .irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge { background-color: var(--theme-deafult) } .swal-button { background-color: var(--theme-deafult) } .swal-button:active { background-color: #5c4dff } .swal-button--cancel { background-color: #EFEFEE !important } .clipboaard-container h6 { line-height: 1.6; font-size: 13px } fieldset .bootstrap-touchspin-postfix, fieldset .bootstrap-touchspin-prefix { border-radius: 0; padding: .4rem .75rem } fieldset .input-group-lg .touchspin { height: 50px } .f1 .f1-steps .f1-step .f1-step-icon { padding: 12px } .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex } .input-group-text i { line-height: 1.5 } .animated-modal .form-select { display: inline-block; width: auto; vertical-align: middle } .default-according .card { margin-bottom: 0; -webkit-box-shadow: none; box-shadow: none } .default-according .card+.card { margin-top: 10px } .default-according .card .btn-link { font-weight: 500; color: #2b2b2b; text-decoration: none } .default-according .card .btn-link:focus, .default-according .card .btn-link:hover { text-decoration: none } .default-according .card .card-header { padding: 0.75rem 1.25rem; border: 1px solid #ecf3fa } .default-according .card .card-header i { position: absolute; left: 18px; font-size: 20px; top: 20px } .default-according .card .card-header h5 { margin-top: 2px } .default-according .card .card-body { border: 1px solid #ecf3fa; border-top: none } .default-according.style-1 button { width: 100%; text-align: left } .default-according.style-1 button:before { right: 20px; position: absolute; -webkit-transition: 0.4s; transition: 0.4s; font-size: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .default-according.style-1 button[aria-expanded="true"]:before { content: ""; font-family: IcoFont } .default-according.style-1 button[aria-expanded="false"]:before { content: ""; font-family: IcoFont } .notify-alert .close { background: unset; border: none; font-size: 25px } .alert { border-radius: .15rem; padding: 15px } .alert svg { vertical-align: middle } .alert .progress { margin-top: 15px } .alert [data-notify='icon'] { margin-right: 10px; line-height: 20px; position: absolute } .alert [data-notify='message'] { display: inline-block; width: 100% } .alert i { margin-right: 5px; font-size: 16px } .alert p { margin-bottom: 0 } .alert .close { opacity: 1 } .alert .close span { font-size: 24px; font-weight: 400; display: inline-block; border-radius: 3px; text-shadow: none; padding: 0 5px; padding-right: 0 } .alert-dismissible .close { padding: 10px 1.25rem; top: 4px; padding-right: 13px; opacity: 0.5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .alert-dismissible .close:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; color: inherit } .card-body button:focus { outline: none } .card-body .alert:last-child { margin-bottom: 0 } .card-body .alert svg { width: 14px; height: 14px; margin-right: 4px; position: absolute; top: 18px } .card-body .alert svg~p { padding-left: 20px } strong { display: inline-block } strong~p { display: inline-block } .alert-primary { background-color: rgba(115, 102, 255, 0.8); border-color: rgba(115, 102, 255, 0.9); color: #fff } .alert-primary .progress { height: 5px; background-color: #6e61ff; border-radius: 0 } .alert-primary .progress-bar { background-color: #fff } .alert-primary .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-primary .alert-link { color: #7366ff } .alert-primary hr { border-top-color: #7366ff } .alert-primary.dark { background-color: #7366ff; border-color: #7366ff; color: #fafafa } .alert-primary.dark .alert-link { color: #fff } .alert-primary.outline, .alert-primary.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #7366ff; color: #7366ff } .alert-primary.outline .btn-close, .alert-primary.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-primary.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #7366ff; color: #2b2b2b } .alert-primary.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #7366ff; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-primary.inverse i { padding: 17px 20px; display: inline-block; background-color: #7366ff; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-primary.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-secondary { background-color: rgba(247, 49, 100, 0.8); border-color: rgba(247, 49, 100, 0.9); color: #fff } .alert-secondary .progress { height: 5px; background-color: #f72c60; border-radius: 0 } .alert-secondary .progress-bar { background-color: #fff } .alert-secondary .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-secondary .alert-link { color: #f73164 } .alert-secondary hr { border-top-color: #f73164 } .alert-secondary.dark { background-color: #f73164; border-color: #f73164; color: #fafafa } .alert-secondary.dark .alert-link { color: #fff } .alert-secondary.outline, .alert-secondary.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f73164; color: #f73164 } .alert-secondary.outline .btn-close, .alert-secondary.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-secondary.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f73164; color: #2b2b2b } .alert-secondary.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f73164; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-secondary.inverse i { padding: 17px 20px; display: inline-block; background-color: #f73164; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-secondary.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-success { background-color: rgba(81, 187, 37, 0.8); border-color: rgba(81, 187, 37, 0.9); color: #fff } .alert-success .progress { height: 5px; background-color: #4fb724; border-radius: 0 } .alert-success .progress-bar { background-color: #ebfae5 } .alert-success .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-success .alert-link { color: #51bb25 } .alert-success hr { border-top-color: #51bb25 } .alert-success.dark { background-color: #51bb25; border-color: #51bb25; color: #fafafa } .alert-success.dark .alert-link { color: #fff } .alert-success.outline, .alert-success.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #51bb25; color: #51bb25 } .alert-success.outline .btn-close, .alert-success.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-success.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #51bb25; color: #2b2b2b } .alert-success.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #51bb25; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-success.inverse i { padding: 17px 20px; display: inline-block; background-color: #51bb25; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-success.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-danger { background-color: rgba(220, 53, 69, 0.8); border-color: rgba(220, 53, 69, 0.9); color: #fff } .alert-danger .progress { height: 5px; background-color: #db3141; border-radius: 0 } .alert-danger .progress-bar { background-color: #fff } .alert-danger .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-danger .alert-link { color: #dc3545 } .alert-danger hr { border-top-color: #dc3545 } .alert-danger.dark { background-color: #dc3545; border-color: #dc3545; color: #fafafa } .alert-danger.dark .alert-link { color: #fff } .alert-danger.outline, .alert-danger.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #dc3545; color: #dc3545 } .alert-danger.outline .btn-close, .alert-danger.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-danger.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #dc3545; color: #2b2b2b } .alert-danger.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #dc3545; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-danger.inverse i { padding: 17px 20px; display: inline-block; background-color: #dc3545; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-danger.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-warning { background-color: rgba(248, 214, 43, 0.8); border-color: rgba(248, 214, 43, 0.9); color: #fff } .alert-warning .progress { height: 5px; background-color: #f8d526; border-radius: 0 } .alert-warning .progress-bar { background-color: #fff } .alert-warning .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-warning .alert-link { color: #f8d62b } .alert-warning hr { border-top-color: #f8d62b } .alert-warning.dark { background-color: #f8d62b; border-color: #f8d62b; color: #fafafa } .alert-warning.dark .alert-link { color: #fff } .alert-warning.outline, .alert-warning.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f8d62b; color: #f8d62b } .alert-warning.outline .btn-close, .alert-warning.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-warning.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f8d62b; color: #2b2b2b } .alert-warning.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f8d62b; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-warning.inverse i { padding: 17px 20px; display: inline-block; background-color: #f8d62b; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-warning.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-info { background-color: rgba(169, 39, 249, 0.8); border-color: rgba(169, 39, 249, 0.9); color: #fff } .alert-info .progress { height: 5px; background-color: #a722f9; border-radius: 0 } .alert-info .progress-bar { background-color: #fff } .alert-info .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-info .alert-link { color: #a927f9 } .alert-info hr { border-top-color: #a927f9 } .alert-info.dark { background-color: #a927f9; border-color: #a927f9; color: #fafafa } .alert-info.dark .alert-link { color: #fff } .alert-info.outline, .alert-info.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #a927f9; color: #a927f9 } .alert-info.outline .btn-close, .alert-info.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-info.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #a927f9; color: #2b2b2b } .alert-info.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #a927f9; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-info.inverse i { padding: 17px 20px; display: inline-block; background-color: #a927f9; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-info.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-light { background-color: rgba(244, 244, 244, 0.8); border-color: rgba(244, 244, 244, 0.9); color: #fff; color: #2c323f; background-color: #f4f4f4 } .alert-light .progress { height: 5px; background-color: #f1f1f1; border-radius: 0 } .alert-light .progress-bar { background-color: #fff } .alert-light .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-light .alert-link { color: #f4f4f4; color: #2c323f } .alert-light .btn-close { -webkit-filter: unset; filter: unset } .alert-light hr { border-top-color: #f4f4f4 } .alert-light.dark { background-color: #f4f4f4; border-color: #f4f4f4; color: #fafafa; color: #2c323f } .alert-light.dark .alert-link { color: #fff; color: #2c323f } .alert-light.outline, .alert-light.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f4f4f4; color: #f4f4f4; color: #2c323f } .alert-light.outline .btn-close, .alert-light.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-light.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f4f4f4; color: #2b2b2b } .alert-light.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f4f4f4; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-light.inverse i { padding: 17px 20px; display: inline-block; background-color: #f4f4f4; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-light.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-dark { background-color: rgba(44, 50, 63, 0.8); border-color: rgba(44, 50, 63, 0.9); color: #fff } .alert-dark .progress { height: 5px; background-color: #2a303c; border-radius: 0 } .alert-dark .progress-bar { background-color: #a8b0c2 } .alert-dark .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-dark .alert-link { color: #2c323f } .alert-dark hr { border-top-color: #2c323f } .alert-dark.dark { background-color: #2c323f; border-color: #2c323f; color: #fafafa } .alert-dark.dark .alert-link { color: #fff } .alert-dark.outline, .alert-dark.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #2c323f; color: #2c323f } .alert-dark.outline .btn-close, .alert-dark.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-dark.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #2c323f; color: #2b2b2b } .alert-dark.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #2c323f; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-dark.inverse i { padding: 17px 20px; display: inline-block; background-color: #2c323f; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-dark.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .dismiss-text .alert .btn-close { background: unset; opacity: 1; top: -6px; right: 40px } .dismiss-text .alert .btn-close span { display: inline-block; border-radius: 3px; text-shadow: none; padding: 0 5px } .outline-2x { border-width: 2px; padding: 11px 1.25rem } .avatars .avatar { display: inline-block; margin-right: 10px; position: relative; width: auto } .avatars .avatar:last-child { margin-right: 0 } .avatars .avatar .b-r-30 { border-radius: 30px } .avatars .avatar .b-r-35 { border-radius: 35px } .avatars .avatar .b-r-25 { border-radius: 25px } .avatars .avatar .b-r-15 { border-radius: 15px } .avatars .avatar.ratio img { width: auto } .avatars .avatar .status { position: absolute; background-color: #999; bottom: 0; right: 4px; border-radius: 100%; border: 1px solid #fff } .avatars .avatar .status { position: absolute; height: 12%; width: 12%; background-color: #51bb25; border-radius: 100%; bottom: 12%; right: 4% } .customers ul { display: inline-block } .customers ul li img { border: 2px solid #fff; -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2); -webkit-transition: 0.5s; transition: 0.5s } .customers ul li img:hover { -webkit-transform: translateY(-4px) scale(1.02); transform: translateY(-4px) scale(1.02); -webkit-transition: 0.5s; transition: 0.5s } .customers ul li+li { margin-left: -10% } .customers ul li:nth-child(4) { margin-left: -4px } .customers.avatar-group { margin-right: 30px } .customers.avatar-group:last-child { margin-right: 0 } .avatar-showcase { margin-bottom: -10px } .avatar-showcase .avatars .avatar { margin-bottom: 10px } .avatar-showcase .avatar-group { margin-bottom: 10px } .avatar-showcase .ratio>* { position: relative; top: unset; left: unset } .avatar-showcase .add-friend .d-block { margin: 8px 0 } .badge { padding: 0.44em 0.7em } .badge+.badge { margin-left: 5px } .badge svg { width: 10px; height: 10px; padding-top: 3px } .pill-badge-primary { background-color: var(--theme-deafult); -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-deafult), 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-deafult), 0.25); color: #fff; border-radius: 0 } .pill-badge-secondary { background-color: #f73164; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(247, 49, 100, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(247, 49, 100, 0.25); color: #fff; border-radius: 0 } .pill-badge-success { background-color: #51bb25; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(81, 187, 37, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(81, 187, 37, 0.25); color: #fff; border-radius: 0 } .pill-badge-danger { background-color: #dc3545; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(220, 53, 69, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(220, 53, 69, 0.25); color: #fff; border-radius: 0 } .pill-badge-info { background-color: #a927f9; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(169, 39, 249, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(169, 39, 249, 0.25); color: #fff; border-radius: 0 } .pill-badge-light { background-color: #f4f4f4; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25); color: #fff; border-radius: 0 } .pill-badge-dark { background-color: #2c323f; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25); color: #fff; border-radius: 0 } .pill-badge-warning { background-color: #f8d62b; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(248, 214, 43, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(248, 214, 43, 0.25); color: #fff; border-radius: 0 } .pill-badge-primary { background-color: var(--theme-deafult) } .pill-badge-secondary { background-color: var(--theme-secondary) } .round-badge-primary { border-radius: 6px; background-color: var(--theme-deafult); -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-deafult), 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-deafult), 0.18); color: #fff !important } .round-badge-secondary { border-radius: 6px; background-color: #f73164; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(247, 49, 100, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(247, 49, 100, 0.18); color: #fff !important } .round-badge-success { border-radius: 6px; background-color: #51bb25; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18); color: #fff !important } .round-badge-danger { border-radius: 6px; background-color: #dc3545; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(220, 53, 69, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(220, 53, 69, 0.18); color: #fff !important } .round-badge-info { border-radius: 6px; background-color: #a927f9; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(169, 39, 249, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(169, 39, 249, 0.18); color: #fff !important } .round-badge-light { border-radius: 6px; background-color: #f4f4f4; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18); color: #fff !important } .round-badge-dark { border-radius: 6px; background-color: #2c323f; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18); color: #fff !important } .round-badge-warning { border-radius: 6px; background-color: #f8d62b; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(248, 214, 43, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(248, 214, 43, 0.18); color: #fff !important } .round-badge-primary { background-color: var(--theme-deafult) } .round-badge-secondary { background-color: var(--theme-secondary) } .bookmark ul li { display: inline-block } .bookmark ul li .search-form { position: absolute; bottom: 53px; z-index: 1 } .bookmark ul li .search-form .form-control-search { top: 65px; position: absolute; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; right: -20px; -webkit-transform: translateY(-35px) scaleY(0); transform: translateY(-35px) scaleY(0); opacity: 0; visibility: hidden } .bookmark ul li .search-form .form-control-search input { width: 240px; background-color: #fff; -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 21px rgba(0, 0, 0, 0.1) } .bookmark ul li .search-form .form-control-search.open { -webkit-transform: translateY(0px) scaleY(1); transform: translateY(0px) scaleY(1); opacity: 1; visibility: visible; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; z-index: 100 } .bookmark ul li .search-form .form-control-search:after { top: 12px; left: 20px; z-index: 1 } .bookmark ul li .search-form .form-control-search:before { left: 50px; top: 9px; z-index: 2 } .bookmark ul li a { position: relative; color: #2b2b2b } .bookmark ul li a svg { vertical-align: middle; height: 20px; width: 20px } .bookmark ul li+li { margin-left: 10px } .bookmark ul li:last-child { padding-right: 0 } .bookmark ul li:last-child a { border-radius: 5px } .bookmark ul li:last-child a svg { color: #ff9f40 } .offcanvas-bookmark.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .bookmark ul li a { z-index: 99999; color: rgba(255, 255, 255, 0.5) } .offcanvas-bookmark:before { position: fixed; content: ''; background-color: rgba(0, 0, 0, 0.5); height: 100%; width: 100%; z-index: 1; right: 0; left: 0 } .breadcrumb-colored { padding: 12px 16px; border-radius: 4px } .breadcrumb-colored li a { color: #fff } .breadcrumb-colored li.active { color: #fff; opacity: 0.7 } .breadcrumb-colored .breadcrumb-item:before { color: #fff } .breadcrumb-colored .breadcrumb-item.txt-dark:before { color: #000 } .breadcrumb-icon { --bs-breadcrumb-divider: '>' } .breadcrumb-icon li { display: inline-block } .breadcrumb-no-divider { --bs-breadcrumb-divider: '' } .breadcrumb-item.active { text-transform: capitalize } .form-builder .help-block { margin-bottom: 0; color: #ccc; text-transform: capitalize } .form-builder .btn-light { color: #ccc } .form-builder .copy-btn { padding: 8px } .form-builder .nav-primary .nav-link.active, .form-builder .nav-primary .nav-primary .show>.nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active, .form-builder .nav-primary .nav-pills.nav-primary .show>.nav-link { border-radius: 5px } .form-builder .nav-primary .nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link { color: #000; font-weight: 500 } .form-builder .theme-form { margin-top: 30px } .btn-link { color: var(--theme-deafult) } .btn-primary-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#988fff), color-stop(51%, #4e3dff), to(#988fff)); background-image: linear-gradient(to right, #988fff 0%, #4e3dff 51%, #988fff 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff } .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#988fff), color-stop(0%), color-stop(#4e3dff), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #988fff, 0%, #4e3dff, 100%, #fff) !important } .btn-secondary-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#f95882), color-stop(51%, #f50a46), to(#f95882)); background-image: linear-gradient(to right, #f95882 0%, #f50a46 51%, #f95882 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#f95882), color-stop(0%), color-stop(#f50a46), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #f95882, 0%, #f50a46, 100%, #fff) !important } .btn-success-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#62d632), color-stop(51%, #42991e), to(#62d632)); background-image: linear-gradient(to right, #62d632 0%, #42991e 51%, #62d632 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#62d632), color-stop(0%), color-stop(#42991e), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #62d632, 0%, #42991e, 100%, #fff) !important } .btn-danger-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#e25865), color-stop(51%, #c62232), to(#e25865)); background-image: linear-gradient(to right, #e25865 0%, #c62232 51%, #e25865 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#e25865), color-stop(0%), color-stop(#c62232), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #e25865, 0%, #c62232, 100%, #fff) !important } .btn-warning-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#f9de52), color-stop(51%, #f2cb08), to(#f9de52)); background-image: linear-gradient(to right, #f9de52 0%, #f2cb08 51%, #f9de52 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#f9de52), color-stop(0%), color-stop(#f2cb08), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #f9de52, 0%, #f2cb08, 100%, #fff) !important } .btn-info-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#b94ffa), color-stop(51%, #9707f1), to(#b94ffa)); background-image: linear-gradient(to right, #b94ffa 0%, #9707f1 51%, #b94ffa 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#b94ffa), color-stop(0%), color-stop(#9707f1), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #b94ffa, 0%, #9707f1, 100%, #fff) !important } .btn-light-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #e0e0e0), to(#fff)); background-image: linear-gradient(to right, #fff 0%, #e0e0e0 51%, #fff 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%), color-stop(#e0e0e0), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #fff, 0%, #e0e0e0, 100%, #fff) !important } .btn-dark-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557)); background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important } .btn { padding: 0.375rem 1.75rem } .btn-lg { font-size: 18px } .btn-sm { font-size: 12px } .btn-xs { padding: 0.05rem 0.4rem; font-size: 11px } .large-btn { margin-bottom: -20px } .large-btn .btn { margin-right: 5px; margin-bottom: 15px } .btn-air-primary { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active { background-color: #43f; border-color: #43f } .input-air-primary { -webkit-box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important } .input-air-primary:focus { border-color: #7366ff } .btn-air-secondary { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active { background-color: #ec0944; border-color: #ec0944 } .input-air-secondary { -webkit-box-shadow: 0 3px 5px 1px rgba(247, 49, 100, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(247, 49, 100, 0.1) !important } .input-air-secondary:focus { border-color: #f73164 } .btn-air-success { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active { background-color: #3f901d; border-color: #3f901d } .input-air-success { -webkit-box-shadow: 0 3px 5px 1px rgba(81, 187, 37, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(81, 187, 37, 0.1) !important } .input-air-success:focus { border-color: #51bb25 } .btn-air-danger { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active { background-color: #bd2130; border-color: #bd2130 } .input-air-danger { -webkit-box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important } .input-air-danger:focus { border-color: #dc3545 } .btn-air-info { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active { background-color: #9106e7; border-color: #9106e7 } .input-air-info { -webkit-box-shadow: 0 3px 5px 1px rgba(169, 39, 249, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(169, 39, 249, 0.1) !important } .input-air-info:focus { border-color: #a927f9 } .btn-air-light { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active { background-color: #dbdbdb; border-color: #dbdbdb } .input-air-light { -webkit-box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important } .input-air-light:focus { border-color: #f4f4f4 } .btn-air-dark { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active { background-color: #171a21; border-color: #171a21 } .input-air-dark { -webkit-box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important } .input-air-dark:focus { border-color: #2c323f } .btn-air-warning { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active { background-color: #e8c308; border-color: #e8c308 } .input-air-warning { -webkit-box-shadow: 0 3px 5px 1px rgba(248, 214, 43, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(248, 214, 43, 0.1) !important } .input-air-warning:focus { border-color: #f8d62b } .btn-gradient { color: #fff !important; font-weight: 500; padding: 10px 30px; border-radius: 5px; background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); letter-spacing: 0.06rem } .btn-gradient:hover { background-size: 100% !important } .btn-warning { color: #fff } .btn-warning:hover, .btn-warning.disabled { color: #fff } [class*='-gradien']:hover { background-size: 50% 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff } .btn-square { border-radius: 0px } .btn-pill { border-radius: 60px } .btn-group-pill .btn:first-child { border-radius: 60px 0 0 60px } .btn-group-pill .btn:last-child { border-radius: 0 60px 60px 0 } .btn-group-square .btn:first-child { border-radius: 0px 0 0 0px } .btn-group-square .btn:last-child { border-radius: 0 0px 0px 0 } .btn-showcase { margin-bottom: -10px } .btn-showcase .btn { margin-bottom: 10px; margin-right: 18px } .btn-dropdown-showcase { margin-bottom: -10px } .btn-dropdown-showcase .dropdown { margin-bottom: 10px; margin-right: 18px } .btn-dropdown-showcase .btn-group { margin-bottom: 10px; margin-right: 18px } .btn-group .radio label::before { top: 2px } .btn-group .radio label::after { top: 7px } .btn-group .checkbox label { margin-top: 3px } .btn-group-showcase>div { margin-bottom: -20px } .btn-group-showcase>div label { margin-bottom: 0 } .btn-group-showcase .btn-group { margin-right: 20px; margin-bottom: 20px } .btn-group-showcase .checkbox input[type="checkbox"] { display: none } .tooltiptext { visibility: visible; width: 120px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; opacity: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s } .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent } .card { margin-bottom: 30px; border: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing: 0.5px; border-radius: 15px; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05) } .card:hover { -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .card .card-header { background-color: #fff; padding: 40px; border-bottom: 1px solid #ecf3fa; border-top-left-radius: 15px; border-top-right-radius: 15px; position: relative } .card .card-header.card-no-border { border-bottom: none !important } .card .card-header h5 { font-size: 22px } .card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) { margin-bottom: 0; text-transform: capitalize } .card .card-header>span { font-size: 12px; color: rgba(43, 43, 43, 0.7); margin-top: 5px; display: block; letter-spacing: 1px } .card .card-header .card-header-right { border-radius: 0 0 0 7px; right: 35px; top: 33px; display: inline-block; float: right; padding: 8px 0; position: absolute; background-color: #fff; z-index: 1 } .card .card-header .card-header-right .card-option { text-align: right; width: 35px; height: 20px; overflow: hidden; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out } .card .card-header .card-header-right .card-option li { display: inline-block } .card .card-header .card-header-right .card-option li:first-child i { -webkit-transition: 1s; transition: 1s; font-size: 16px; color: var(--theme-deafult) } .card .card-header .card-header-right .card-option li:first-child i.icofont { color: unset } .card .card-header .card-header-right i { margin: 0 5px; cursor: pointer; color: #2c323f; line-height: 20px } .card .card-header .card-header-right i.icofont-refresh { font-size: 13px } .card .card-body { padding: 40px; background-color: rgba(0, 0, 0, 0) } .card .card-body p:last-child { margin-bottom: 0 } .card .sub-title { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 5px; margin-bottom: 8px; font-size: 18px } .card .card-footer { background-color: #fff; border-top: 1px solid #ecf3fa; padding: 40px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px } .card.card-load .card-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: rgba(255, 255, 255, 0.7); z-index: 8; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .card.card-load .card-loader i { margin: 0 auto; color: var(--theme-deafult); font-size: 20px } .card.full-card { position: fixed; top: 0; z-index: 99999; -webkit-box-shadow: none; box-shadow: none; right: 0; border-radius: 0; border: 1px solid #efefef; width: calc(100vw - 12px); height: calc(100vh) } .card.full-card .card-body { overflow: auto } .card-absolute { margin-top: 20px } .card-absolute .card-header { position: absolute; top: -20px; left: 15px; border-radius: 0.25rem; padding: 10px 15px } .card-absolute .card-header h5 { font-size: 17px } .card-absolute .card-body { margin-top: 10px } .card-header .border-tab { margin-bottom: -13px } .custom-card { overflow: hidden; padding: 30px } .custom-card .card-header { padding: 0 } .custom-card .card-header img { border-radius: 50%; margin-top: -100px; -webkit-transform: scale(1.5); transform: scale(1.5) } .custom-card .card-profile { text-align: center } .custom-card .card-profile img { height: 110px; padding: 7px; background-color: #fff; z-index: 1; position: relative } .custom-card .card-social { text-align: center } .custom-card .card-social li { display: inline-block; padding: 15px 0 } .custom-card .card-social li:last-child a { margin-right: 0 } .custom-card .card-social li a { padding: 0; margin-right: 15px; color: #bcc6de; font-size: 16px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .custom-card .card-social li a:hover { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .custom-card .profile-details h6 { margin-bottom: 30px; margin-top: 10px; color: rgba(43, 43, 43, 0.7); font-size: 14px } .custom-card .card-footer { padding: 0 } .custom-card .card-footer>div { padding: 15px; text-align: center } .custom-card .card-footer>div+div { border-left: 1px solid #efefef } .custom-card .card-footer>div h3 { margin-bottom: 0; font-size: 24px } .custom-card .card-footer>div h6 { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .custom-card .card-footer>div h5 { font-size: 16px; margin-bottom: 0 } .custom-card .card-footer>div i { font-size: 24px; display: inline-block; margin-bottom: 15px } .custom-card .card-footer>div .m-b-card { margin-bottom: 10px } .color-box { margin-bottom: -10px } .color-box button { margin-bottom: 10px } .color-box button+button { margin-left: 5px } .primary-color ul li:nth-child(13) { background-color: #7a6eff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(13) span:before { content: "#7a6eff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(12) { background-color: #8175ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(12) span:before { content: "#8175ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(11) { background-color: #887dff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(11) span:before { content: "#887dff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(10) { background-color: #8f85ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(10) span:before { content: "#8f85ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(9) { background-color: #968cff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(9) span:before { content: "#968cff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(8) { background-color: #9d94ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(8) span:before { content: "#9d94ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(7) { background-color: #a49cff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(7) span:before { content: "#a49cff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(6) { background-color: #aba3ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(6) span:before { content: "#aba3ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(5) { background-color: #b2abff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(5) span:before { content: "#b2abff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(4) { background-color: #b9b3ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(4) span:before { content: "#b9b3ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(3) { background-color: #c0baff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(3) span:before { content: "#c0baff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(2) { background-color: #c7c2ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(2) span:before { content: "#c7c2ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(1) { background-color: #cec9ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(1) span:before { content: "#cec9ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(13) { background-color: #f8406f; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(13) span:before { content: "#f8406f"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(12) { background-color: #f84e7a; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(12) span:before { content: "#f84e7a"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(11) { background-color: #f95d85; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(11) span:before { content: "#f95d85"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(10) { background-color: #f96c90; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(10) span:before { content: "#f96c90"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(9) { background-color: #fa7b9b; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(9) span:before { content: "#fa7b9b"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(8) { background-color: #fa89a6; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(8) span:before { content: "#fa89a6"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(7) { background-color: #fb98b2; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(7) span:before { content: "#fb98b2"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(6) { background-color: #fca7bd; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(6) span:before { content: "#fca7bd"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(5) { background-color: #fcb6c8; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(5) span:before { content: "#fcb6c8"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(4) { background-color: #fdc4d3; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(4) span:before { content: "#fdc4d3"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(3) { background-color: #fdd3de; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(3) span:before { content: "#fdd3de"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(2) { background-color: #fee2e9; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(2) span:before { content: "#fee2e9"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(1) { background-color: #fef0f4; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(1) span:before { content: "#fef0f4"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(13) { background-color: #53bf26; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(13) span:before { content: "#53bf26"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(12) { background-color: #54c327; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(12) span:before { content: "#54c327"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(11) { background-color: #56c627; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(11) span:before { content: "#56c627"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(10) { background-color: #58ca28; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(10) span:before { content: "#58ca28"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(9) { background-color: #59ce29; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(9) span:before { content: "#59ce29"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(8) { background-color: #5bd22a; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(8) span:before { content: "#5bd22a"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(7) { background-color: #5dd52b; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(7) span:before { content: "#5dd52b"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(6) { background-color: #60d62f; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(6) span:before { content: "#60d62f"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(5) { background-color: #63d733; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(5) span:before { content: "#63d733"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(4) { background-color: #66d737; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(4) span:before { content: "#66d737"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(3) { background-color: #69d83a; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(3) span:before { content: "#69d83a"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(2) { background-color: #6cd93e; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(2) span:before { content: "#6cd93e"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(1) { background-color: #6fda42; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(1) span:before { content: "#6fda42"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(13) { background-color: #ae33f9; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(13) span:before { content: "#ae33f9"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(12) { background-color: #b340fa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(12) span:before { content: "#b340fa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(11) { background-color: #b84cfa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(11) span:before { content: "#b84cfa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(10) { background-color: #bd59fa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(10) span:before { content: "#bd59fa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(9) { background-color: #c265fb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(9) span:before { content: "#c265fb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(8) { background-color: #c771fb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(8) span:before { content: "#c771fb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(7) { background-color: #cc7efb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(7) span:before { content: "#cc7efb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(6) { background-color: #d18afc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(6) span:before { content: "#d18afc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(5) { background-color: #d597fc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(5) span:before { content: "#d597fc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(4) { background-color: #daa3fc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(4) span:before { content: "#daa3fc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(3) { background-color: #dfaffd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(3) span:before { content: "#dfaffd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(2) { background-color: #e4bcfd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(2) span:before { content: "#e4bcfd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(1) { background-color: #e9c8fd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(1) span:before { content: "#e9c8fd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(13) { background-color: #f8d93a; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(13) span:before { content: "#f8d93a"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(12) { background-color: #f9dc49; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(12) span:before { content: "#f9dc49"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(11) { background-color: #f9df57; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(11) span:before { content: "#f9df57"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(10) { background-color: #fae166; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(10) span:before { content: "#fae166"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(9) { background-color: #fae475; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(9) span:before { content: "#fae475"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(8) { background-color: #fbe784; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(8) span:before { content: "#fbe784"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(7) { background-color: #fbea93; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(7) span:before { content: "#fbea93"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(6) { background-color: #fceda1; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(6) span:before { content: "#fceda1"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(5) { background-color: #fcf0b0; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(5) span:before { content: "#fcf0b0"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(4) { background-color: #fdf3bf; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(4) span:before { content: "#fdf3bf"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(3) { background-color: #fdf6ce; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(3) span:before { content: "#fdf6ce"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(2) { background-color: #fef8dd; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(2) span:before { content: "#fef8dd"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(1) { background-color: #fefbec; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(1) span:before { content: "#fefbec"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(13) { background-color: #de3e4d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(13) span:before { content: "#de3e4d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(12) { background-color: #df4655; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(12) span:before { content: "#df4655"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(11) { background-color: #e14f5d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(11) span:before { content: "#e14f5d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(10) { background-color: #e25865; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(10) span:before { content: "#e25865"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(9) { background-color: #e4606d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(9) span:before { content: "#e4606d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(8) { background-color: #e56975; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(8) span:before { content: "#e56975"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(7) { background-color: #e7727d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(7) span:before { content: "#e7727d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(6) { background-color: #e87b85; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(6) span:before { content: "#e87b85"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(5) { background-color: #ea838d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(5) span:before { content: "#ea838d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(4) { background-color: #eb8c95; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(4) span:before { content: "#eb8c95"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(3) { background-color: #ed959d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(3) span:before { content: "#ed959d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(2) { background-color: #ee9da5; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(2) span:before { content: "#ee9da5"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(1) { background-color: #f0a6ad; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(1) span:before { content: "#f0a6ad"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(13) { background-color: #eb2067; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(13) span:before { content: "#eb2067"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(12) { background-color: #ec2e70; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(12) span:before { content: "#ec2e70"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(11) { background-color: #ed3c7a; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(11) span:before { content: "#ed3c7a"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(10) { background-color: #ee4a83; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(10) span:before { content: "#ee4a83"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(9) { background-color: #f0588d; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(9) span:before { content: "#f0588d"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(8) { background-color: #f16696; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(8) span:before { content: "#f16696"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(7) { background-color: #f274a0; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(7) span:before { content: "#f274a0"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(6) { background-color: #f482aa; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(6) span:before { content: "#f482aa"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(5) { background-color: #f590b3; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(5) span:before { content: "#f590b3"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(4) { background-color: #f69ebd; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(4) span:before { content: "#f69ebd"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(3) { background-color: #f7acc6; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(3) span:before { content: "#f7acc6"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(2) { background-color: #f9bad0; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(2) span:before { content: "#f9bad0"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(1) { background-color: #fac8d9; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(1) span:before { content: "#fac8d9"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(13) { background-color: #919191; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(13) span:before { content: "#919191"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(12) { background-color: #989898; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(12) span:before { content: "#989898"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(11) { background-color: #a0a0a0; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(11) span:before { content: "#a0a0a0"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(10) { background-color: #a8a8a8; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(10) span:before { content: "#a8a8a8"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(9) { background-color: #afafaf; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(9) span:before { content: "#afafaf"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(8) { background-color: #b7b7b7; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(8) span:before { content: "#b7b7b7"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(7) { background-color: #bfbfbf; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(7) span:before { content: "#bfbfbf"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(6) { background-color: #c6c6c6; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(6) span:before { content: "#c6c6c6"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(5) { background-color: #cecece; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(5) span:before { content: "#cecece"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(4) { background-color: #d6d6d6; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(4) span:before { content: "#d6d6d6"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(3) { background-color: #ddd; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(3) span:before { content: "#ddd"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(2) { background-color: #e5e5e5; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(2) span:before { content: "#e5e5e5"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(1) { background-color: #ececec; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(1) span:before { content: "#ececec"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .light-font { color: rgba(43, 43, 43, 0.7) } div.dt-button-background { display: none !important } div.DTS div.dataTables_scrollBody table { z-index: 1 } #auto-generate-content_wrapper.dataTables_wrapper button { background-color: white; border: 1px solid var(--theme-deafult); color: var(--theme-deafult) } .dataTables_wrapper { padding: 0; width: 100% } .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: 1px solid #ecf3fa } .dataTables_wrapper .dt-buttons .btn { border-radius: 0.25rem !important } .dataTables_wrapper .btn-group button { margin-right: 5px } .dataTables_wrapper button { font-weight: 400; padding: 0.375rem 0.75rem; font-size: 14px; border-radius: 0.25rem; color: #fff } .dataTables_wrapper+.dataTables_wrapper { margin-top: 20px } .dataTables_wrapper .dataTables_paginate { margin-left: 15px !important; border: 1px solid #f4f4f4; border-radius: 0.25rem; padding-top: 0 } .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active { background: var(--theme-deafult); color: #fff !important; -webkit-box-shadow: none; box-shadow: none } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { border: 1px solid var(--theme-deafult); color: #2c323f !important; background: transparent !important } .dataTables_wrapper .dataTables_length { margin-bottom: 30px } .dataTables_wrapper .dataTables_length select { border-color: #f4f4f4; color: #2c323f; padding: 0 10px; margin: 0 10px; height: 2.7142em; background-color: #fff } .dataTables_wrapper table.dataTable { border: 1px solid #efefef } .dataTables_wrapper table.dataTable tbody td.select-checkbox, .dataTables_wrapper table.dataTable tbody th.select-checkbox { padding-right: 40px !important } .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before { right: 20px; top: 22px; left: unset } .dataTables_wrapper table.dataTable tbody td.select-checkbox:after, .dataTables_wrapper table.dataTable tbody th.select-checkbox:after { margin-top: -5px; margin-left: 21px } .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td { border-bottom: 2px solid #efefef } .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td { padding: 0.75rem } .dataTables_wrapper .dataTables_filter { margin-bottom: 25px; margin-left: 15px } .dataTables_wrapper .dataTables_filter input[type="search"] { border: 1px solid #efefef; padding: 0 10px; margin-left: 10px; height: 37px; border-radius: 0 } .dataTables_scrollHeadInner { width: 100% !important } table .fixedHeader-floating { position: fixed !important; background-color: #fff } table .box>div { padding: 5px 15px; background-color: var(--theme-deafult); display: inline-block; color: #fff; border-radius: 5px; margin-bottom: 15px; margin-right: 15px } table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating { width: calc(100vw - 250px) !important; max-width: calc(100vw - 250px) !important; overflow: hidden !important; right: 0 !important; z-index: 99; left: 260px !important } table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) { width: 100% !important } table.dataTable { border-collapse: collapse !important; margin-top: 0 !important } table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after { bottom: 12px !important } table.dataTable input, table.dataTable select { border: 1px solid #efefef; height: 37px } .toolbar { padding: 5px 15px; background-color: var(--theme-deafult); display: inline-block; color: #fff; border-radius: 5px; margin-bottom: 15px; margin-right: 15px } code.option { color: #dc3545 !important } code.api { color: #51bb25 !important } .dt-ext .dataTables_wrapper .page-item.active .page-link { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff } .dt-ext .dataTables_wrapper .dataTables_paginate { border: none } .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; border: none } .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active { border: none !important } .dt-ext .dataTables_wrapper .dataTables_paginate .page-link { margin-left: 0px; color: var(--theme-deafult) } .dt-ext .dataTables_wrapper button.dt-button, .dt-ext .dataTables_wrapper div.dt-button, .dt-ext .dataTables_wrapper a.dt-button, .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) { background-color: var(--theme-deafult); border-color: var(--theme-deafult); border-radius: 2px; color: #fff; background-image: none; font-size: 14px } .dt-ext .dataTables_wrapper button.dt-button.btn-success, .dt-ext .dataTables_wrapper div.dt-button.btn-success, .dt-ext .dataTables_wrapper a.dt-button.btn-success { background-color: #51bb25; border-color: #51bb25 } .dt-ext .dataTables_wrapper button.dt-button.btn-primary, .dt-ext .dataTables_wrapper div.dt-button.btn-primary, .dt-ext .dataTables_wrapper a.dt-button.btn-primary { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .dt-ext .dataTables_wrapper button.dt-button.btn-danger, .dt-ext .dataTables_wrapper div.dt-button.btn-danger, .dt-ext .dataTables_wrapper a.dt-button.btn-danger { background-color: #dc3545; border-color: #dc3545 } .dt-ext .dataTables_wrapper table.dataTable th.focus, .dt-ext .dataTables_wrapper table.dataTable td.focus { outline: 3px solid var(--theme-deafult) } .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected>.sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd>.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd>.selected { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.even.selected>.sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable tbody>tr.selected, .dt-ext .dataTables_wrapper table.dataTable tbody>tr>.selected { background-color: #fff } td.highlight { background-color: #f4f4f4 !important } td.details-control { background: url("../images/details_open.png") no-repeat center center; cursor: pointer } tr.shown td.details-control { background: url("../images/details_close.png") no-repeat center center } .dataTables_scroll~.dataTables_paginate { margin-top: 20px !important } .product-table th:last-child { min-width: 120px } .product-table h6 { font-weight: 600; color: #2c323f } table.dataTable.display tbody tr.odd>.sorting_1 { background-color: #fdfeff } .clockpicker-canvas line { stroke: var(--theme-deafult) } .clockpicker-canvas-fg, .clockpicker-canvas-bearing { fill: var(--theme-deafult) } .daterangepicker { border: none; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05) } .daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: var(--theme-deafult) } .datepicker { z-index: 99 } .datepicker--day-name { color: #7366ff; font-weight: bold } .datepicker--cell.-current- { color: #000; border-radius: 5px; font-weight: bold; border: 2px solid var(--theme-deafult) } .datepicker--cell.-focus- { background: var(--theme-deafult); color: #fff } .datepicker--cell.-selected- { background: var(--theme-deafult) !important } .daterangepicker.ltr { color: #898989; z-index: 8 } .daterangepicker.ltr tr { font-size: 13px } .daterangepicker.ltr tr td { height: 34px; width: 34px } .daterangepicker.ltr tr td.in-range { background-color: #fafafa } .daterangepicker.ltr tr td.active { background-color: var(--theme-deafult) } .daterangepicker.ltr .ranges { float: none } .daterangepicker.ltr .ranges li { color: var(--theme-deafult) } .daterangepicker.ltr .ranges li:hover { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult); color: #fff } .daterangepicker.ltr .ranges li.active { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult); color: #fff } .daterangepicker.ltr .calendar-time select { color: #898989; border-color: #efefef; background-color: #fff; font-size: 14px; padding: 5px 10px; border-radius: 5px; width: 30% } .datepickers-container, .bootstrap-datetimepicker-widget { z-index: 7 } .datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu { width: auto } .datetime-picker .input-group-text i { line-height: 1.3 } .date-range-picker .theme-form { margin-bottom: 30px } .date-range-picker>div:last-child .theme-form { margin-bottom: 0px } .daterangepicker:before { border-bottom: 7px solid #efefef } .daterangepicker .daterangepicker_input i { font-size: 14px; color: #59667a } .daterangepicker .input-mini { border-color: #efefef !important; font-size: 14px; color: #59667a } .daterangepicker th, .daterangepicker td { height: 34px; width: 34px } .daterangepicker th:hover, .daterangepicker td:hover { color: #2c323f } .daterangepicker th.prev, .daterangepicker th.next, .daterangepicker td.prev, .daterangepicker td.next { color: #fff; height: 34px; width: 34px; background-color: var(--theme-deafult) } .daterangepicker th.month, .daterangepicker td.month { color: var(--theme-deafult); letter-spacing: 1px; text-transform: uppercase } .clockpicker-popover { border: none; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); z-index: 7 } .clockpicker-popover .popover-content { background-color: rgba(115, 102, 255, 0.05) } .clockpicker-canvas-bg { fill: #fff } .clockpicker-tick:hover { color: inherit; background-color: #fff } .dropdown-basic { margin-bottom: -10px } .dropdown-basic .btn-group { margin-right: 18px } .dropdown-basic .btn-group .btn-round { border-radius: 50px } .dropdown-basic .separated-btn { margin-left: -6px } .dropdown-basic .separated-btn .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; padding: 10px } .dropdown-basic button { max-height: 43px } .dropdown-basic .dropdown { position: relative; display: inline-block; margin-bottom: 10px } .dropdown-basic .dropdown .dropbtn { color: white; padding: 12px 35px; border: none; cursor: pointer } .dropdown-basic .dropdown .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; min-width: 175px; -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; left: 0; top: 45px } .dropdown-basic .dropdown .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block } .dropdown-basic .dropdown .dropdown-content .dropdown-header { padding: 12px 16px } .dropdown-basic .dropdown-content a:hover { background-color: #f1f1f1 } .dropdown-basic .dropdown:hover .dropdown-content { display: block } .dropup-basic .dropup { position: relative; display: inline-block } .dropup-basic .dropup .dropbtn { color: white; padding: 12px; border: none } .dropup-basic .dropup .dropup-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 170px; bottom: 45px; z-index: 999; left: 0 } .dropup-basic .dropup .dropup-content a { color: black; padding: 12px 16px; text-decoration: none; display: block } .dropup-basic .dropup .dropup-content a:hover { background-color: #f1f1f1 } .dropup-basic .dropup:hover .dropup-content { display: block } .dropup-basic .dropup:hover .dropup-content a.active { background-color: #f1f1f1 } .form-builder .drag-box { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .form-builder .drag-box fieldset { border: 1px dotted #ecf3fa; min-height: 655px; padding: 30px; width: 100%; overflow: hidden; margin-top: 30px; border-radius: 4px } .form-builder .component { cursor: pointer } .form-builder .component label { padding-top: 8px } .form-builder .component .form-group input, .form-builder .component .form-group textarea, .form-builder .component .form-group select { border-radius: 4px } .form-builder .component .form-group .input-group #prependedcheckbox, .form-builder .component .form-group .input-group #prependedtext { border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .input-group #appendedcheckbox { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-color: transparent } .form-builder .component .form-group .input-group #appendedtext, .form-builder .component .form-group .input-group #buttondropdown { border-top-right-radius: 0; border-bottom-right-radius: 0 } .form-builder .component .form-group .input-group #buttondropdown { margin-right: -1px } .form-builder .component .form-group .input-group .input-group-btn button { border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .input-group .input-group-prepend .btn-right, .form-builder .component .form-group .input-group .input-group-prepend .checkbox-radius { border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .pl-md-radios { padding-left: 37px } .form-builder input { cursor: pointer } .form-builder textarea { resize: vertical } .form-builder .popover { z-index: 8; opacity: 1; left: -290px !important; top: 95px !important } .form-builder .popover .control-group { cursor: default } .form-builder .popover input { cursor: pointer } .form-builder .render { min-height: 500px; width: 100%; border-radius: 4px } .form-builder .popover .controls { margin-left: 0 } .form-builder .popover .control-label { text-align: left } .form-builder .popover form { width: 100% } .form-builder .popover .fade.left.in { left: -215px } .form-builder .target:after { float: left; content: " "; height: 77px; margin-top: 3px; background: #f4f4f4; width: 100%; border: 1px dashed #ecf3fa } .drag form { padding: 10px 5px; border: 1px dotted #ecf3fa; position: absolute; background: #fff; -webkit-box-shadow: 0 0 30px #ecf3fa; box-shadow: 0 0 30px #ecf3fa; overflow: hidden } .drag form input { border-radius: 5px } .form-builder-header-1 { background-color: #f4f4f4; padding: 15px; border-radius: 5px; min-height: 67px } .form-builder-header-1 h6 { margin-bottom: 0; margin-top: 10px } .form-builder .help-block { font-size: 12px } .form-builder input { border-radius: 4px !important } .form-builder .form-group .col-md-12 { padding: 0 } .form-builder .popover { width: 300px } .form-builder .popover-header { background-color: var(--theme-deafult); padding: 15px } .form-builder .popover-body { padding: 15px } .form-builder .popover-body .form-group.row { padding: 0 15px } .form-builder .popover-body .form-group.row .col-lg-12 { padding: 0 } .icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .icon-addon .glyphicon, .icon-addon .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .input-group-square .input-group-text, .input-group-square .form-control { border-radius: 0 } .input-group-solid .input-group-text, .input-group-solid .form-control { background: #f4f4f4 } .input-group-air { -webkit-box-shadow: 0 3px 20px 0 #efefef; box-shadow: 0 3px 20px 0 #efefef } .icon-addon { position: relative; color: #4c5667; display: block } .icon-addon:after { display: table; content: ""; clear: both } .icon-addon:before { display: table; content: "" } .icon-addon .addon-md .form-control { padding-left: 30px; float: left; font-weight: normal } .icon-addon .form-control { padding-left: 30px; float: left; font-weight: normal } .pill-input-group span:last-child { border-top-right-radius: 1.3rem; border-bottom-right-radius: 1.3rem } .pill-input-group span:first-child { border-top-left-radius: 1.3rem; border-bottom-left-radius: 1.3rem } .form-wizard .tab { display: none } .form-wizard .btn-mb { margin-bottom: 30px } .form-wizard .step { height: 10px; width: 10px; margin: 0 2px; background-color: var(--theme-deafult); border: none; border-radius: 50%; display: inline-block; opacity: 0.5 } .form-wizard .step.active { opacity: 1 } .form-wizard .step.finish { background-color: var(--theme-secondary) } .stepwizard { display: table; width: 100%; position: relative; margin-bottom: 30px } .stepwizard .stepwizard-row { display: table-row } .stepwizard .stepwizard-row:before { top: 16px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px; background-color: #ecf3fa } .stepwizard .stepwizard-row .stepwizard-step { display: table-cell; text-align: center; position: relative } .stepwizard .stepwizard-row .stepwizard-step p { margin-top: 10px } .stepwizard .stepwizard-row .stepwizard-step button[disabled] { opacity: 1 !important; filter: alpha(opacity=100) !important } .f1 fieldset { display: none } .f1 .input-error { border-color: #dc3545 } .f1 .f1-steps { overflow: hidden; position: relative; margin-top: 30px; margin-bottom: 30px } .f1 .f1-steps .f1-progress { position: absolute; top: 24px; width: 100%; height: 1px; background: #898989 } .f1 .f1-steps .f1-progress .f1-progress-line { height: 1px; background: var(--theme-deafult); width: 16% } .f1 .f1-steps .f1-step { position: relative; float: left; width: 33.333333%; text-align: center } .f1 .f1-steps .f1-step.activated .f1-step-icon { background: #fff; border: 1px solid var(--theme-deafult); color: var(--theme-deafult) } .f1 .f1-steps .f1-step.activated p { color: var(--theme-deafult) } .f1 .f1-steps .f1-step.active .f1-step-icon { width: 48px; height: 48px; background: var(--theme-deafult); font-size: 22px; line-height: 20px } .f1 .f1-steps .f1-step.active p { color: var(--theme-deafult) } .f1 .f1-steps .f1-step p { color: #898989 } .f1 .f1-steps .f1-step .f1-step-icon { display: inline-block; width: 40px; height: 40px; background: #898989; font-size: 16px; color: #fff; line-height: 20px; border-radius: 50% } .f1 .f1-buttons { text-align: right } .wizard-4 .action-bar { position: absolute; bottom: 50px; right: 50px } .wizard-4 .action-bar .btn { float: right; margin: 0 5px; background-color: #e3e0ff !important; border-color: #e3e0ff !important; color: var(--theme-deafult) } .wizard-4 .action-bar .buttonDisabled { color: #59667a; background-color: rgba(89, 102, 122, 0.05) !important; border: 1px solid rgba(89, 102, 122, 0.05) !important; cursor: text } .wizard-4 .step-container { background: #f8f9fe; position: relative; margin: 0; padding: 0; border: 0 solid #e8ebf2; overflow: hidden; clear: right; width: 70% } .wizard-4 .step-container div.content { display: block; position: absolute; float: left; height: 445px; text-align: left; overflow: auto; z-index: 1; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both } .wizard-4 .step-container div.content .wizard-title { width: 450px; margin: 0 auto } .wizard-4 .loader { display: none } .wizard-4 .msg-box { position: fixed; display: none; padding: 5px 10px; background-color: #a299ff; top: 30px; border-radius: 5px; right: 60px; padding: 10px 20px } .wizard-4 .msg-box .content { padding: 0; float: left; padding-top: 3px; color: #fff } .wizard-4 .msg-box .close { color: #fff; margin-left: 10px; opacity: 1; font-size: 18px; line-height: 1.4 } .wizard-4 ul.anchor { float: left; width: 30%; height: 100vh; padding: 80px } .wizard-4 ul.anchor .disabled { opacity: 0.7; color: #59667a } .wizard-4 ul.anchor .disabled h4 { background-color: rgba(89, 102, 122, 0.15) } .wizard-4 ul.anchor .logo { padding-bottom: 20px } .wizard-4 ul.anchor li { position: relative; display: block; margin: 0; padding: 0; padding-bottom: 19px; float: left; clear: both; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 0 } .wizard-4 ul.anchor li+li a { padding-left: 80px } .wizard-4 ul.anchor li:last-child { position: absolute; bottom: 0 } .wizard-4 ul.anchor li:last-child img { height: 300px } .wizard-4 ul.anchor li h4 { display: inline-block; background-color: rgba(115, 102, 255, 0.2); padding: 16px 23px; border-radius: 100%; position: absolute; left: 0; top: 6px } .wizard-4 ul.anchor li a { display: block; position: relative; float: left; margin: 0; padding: 10px 20px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; outline-style: none; z-index: 1; font-size: 18px } .wizard-4 ul.anchor li a small { display: block; font-size: 14px } .wizard-4 ul.anchor li a .stepNumber { position: relative; float: left; width: 30px; text-align: center; padding: 5px; padding-top: 0 } .wizard-4 ul.anchor li a.done h4 { color: #fff; background: var(--theme-deafult) } .wizard-4 ul.anchor li a.done h4:before { font-size: 12px; position: absolute; left: 5px; top: -3px; content: "\e64c"; font-family: 'themify'; background-color: #fff; color: var(--theme-deafult); border-radius: 15px; padding: 2px; border: 1px solid } .wizard-4 ul.anchor li a.error { color: #898989; background: #fe8a7d; border: 1px solid #dc3545 } .wizard-4 ul.anchor li a.error:hover { color: #000 } .form-space { margin-bottom: -10px } .form-space>div { margin-bottom: 10px } .theme-form .form-control :focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05) } .theme-form textarea { border-color: #efefef } .theme-form textarea::-webkit-input-placeholder { color: #898989; font-size: 14px; letter-spacing: 1px; font-weight: 100 } .theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select { border-color: #efefef; background-color: #fff; font-size: 14px; color: #898989; padding: 12px 10px; -webkit-box-shadow: none; box-shadow: none } .theme-form input[type=text]::-webkit-input-placeholder, .theme-form input[type=email]::-webkit-input-placeholder, .theme-form input[type=search]::-webkit-input-placeholder, .theme-form input[type=password]::-webkit-input-placeholder, .theme-form input[type=number]::-webkit-input-placeholder, .theme-form input[type=tel]::-webkit-input-placeholder, .theme-form input[type=date]::-webkit-input-placeholder, .theme-form input[type=datetime-local]::-webkit-input-placeholder, .theme-form input[type=time]::-webkit-input-placeholder, .theme-form input[type=datetime-local]::-webkit-input-placeholder, .theme-form input[type=month]::-webkit-input-placeholder, .theme-form input[type=week]::-webkit-input-placeholder, .theme-form input[type=url]::-webkit-input-placeholder, .theme-form input[type=file]::-webkit-input-placeholder, .theme-form textarea::-webkit-input-placeholder, .theme-form select::-webkit-input-placeholder { color: #898989; font-size: 14px; letter-spacing: 1px; font-weight: 100 } .theme-form input[type=file] { height: auto } .theme-form select.form-control:not([size]):not([multiple]) { border-color: #efefef; font-size: 14px } .theme-form .checkbox label { padding-left: 10px } .theme-form .form-divider { position: relative; clear: both; height: 0; margin: 30px 0; border-top: 1px solid #efefef } .theme-form .form-divider:before { position: absolute; top: -11px; left: 40%; margin-left: -10px; padding: 0 5px; content: "Or Signup With"; color: #242934; background: #fff } .theme-form .login-divider { position: relative; clear: both; height: 0; margin: 30px 0; border-top: 1px solid #efefef } .theme-form .login-divider:before { position: absolute; top: -11px; left: 40%; margin-left: -10px; padding: 0 5px; color: #242934; background: #fff; content: "Or Login With" } .theme-form .btn-fb, .theme-form .btn-twitter, .theme-form .btn-google, .theme-form .btn-linkedin { color: #fff; width: 100% } .theme-form .btn-fb { background-color: #50598e } .theme-form .btn-twitter { background-color: #6fa2d8 } .theme-form .btn-google { background-color: #c64e40 } .theme-form .btn-linkedin { background-color: #0077B5 } .form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .form-inline .col-form-label { margin-right: 5px } .search-form .form-group:before { position: absolute; content: ""; width: 1px; height: 25px; background: #e8ebf2; left: 82px; top: 50px } .search-form .form-group:after { position: absolute; content: "\f002"; font-family: "FontAwesome"; top: 53px; left: 53px; color: #8e8e8e } .search-form input { border: 1px solid #efefef; padding: 10px 10px 10px 70px; border-radius: 10px; background-color: rgba(244, 244, 244, 0.3) } .search-form input:focus { outline: none !important } .form-label-align-right label { text-align: right; padding-top: 17px; font-weight: 500 } .form-builder-column #pills-tabContent .theme-form .form-group, .form-builder-column #pills-tabContent .theme-form .ui-draggable { margin-bottom: 0 !important } .form-builder-column #pills-tabContent .theme-form .form-group .checkbox label, .form-builder-column #pills-tabContent .theme-form .ui-draggable .checkbox label { margin-top: 0 } .form-builder-column #pills-tabContent .theme-form .form-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable input { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group .input-group #prependedcheckbox, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #prependedcheckbox { margin-right: 0; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder-column #pills-tabContent .theme-form .form-group .input-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group input { margin-right: 15px } .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-prepend .input-group-text input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-prepend .input-group-text input { margin-right: 0 } .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group select, .form-builder-column #pills-tabContent .theme-form .ui-draggable select { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group .m-t-help-block, .form-builder-column #pills-tabContent .theme-form .ui-draggable .m-t-help-block { margin-top: -3px } .form-builder-column #pills-tabContent #pills-button .theme-form button { margin-bottom: 6px } .form-builder-column .droppable-active { background-color: rgba(115, 102, 255, 0.2) !important; opacity: 0.1 } .form-builder-column .form-body { min-height: 540px } .form-builder-column .draggable { cursor: move } .form-builder-column .drag-bx { border: 1px dotted #ecf3fa; border-radius: 4px } .form-builder-column .tools a { cursor: pointer; font-size: 80% } .ui-front textarea { font-family: Rubik, sans-serif !important } .form-builder-2 .form-group .checkbox label { margin-top: 0 } .form-builder-2 .form-group input { border-radius: 4px } .form-builder-2 .form-group .input-group #prependedcheckbox { margin-right: 0; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder-2 .form-group .input-group input { margin-right: 15px } .form-builder-2 .form-group .input-group .input-group-prepend .input-group-text input { margin-right: 0 } .form-builder-2 .form-group .input-group .input-group-btn button { border-radius: 4px } .form-builder-2 .form-group select { border-radius: 4px } .form-builder-2 .form-group .m-t-help-block { margin-top: -3px } .form-builder-2-header { background-color: #f4f4f4; padding: 15px; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px } .form-builder-2-header>div { display: inline-block; width: 49% } .form-builder-2-header>div nav { text-align: right; float: right } .draggable input { border-radius: 5px } .draggable select { border-radius: 4px } .icon-lists div { cursor: pointer; line-height: 60px; white-space: nowrap; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .icon-lists div:hover { background-color: #fafafa } .icon-lists div i { margin: 0 15px 0 10px; font-size: 24px } .icon-lists.whether-icon svg { height: 50px; width: 50px } .icon-lists.feather-icons .media svg { margin: 0 15px 0 10px } .icon-lists .feather-icon .icon-first h6 { display: none } .flag-icons, .feather-icons { margin-bottom: -15px; margin-top: -15px } .flag-icons div, .feather-icons div { line-height: 1; word-wrap: break-word; overflow: auto } .flag-icons div .flag-icon, .feather-icons div .flag-icon { height: 50px; width: 50px } .flag-icons div .media, .feather-icons div .media { padding-top: 15px; padding-bottom: 15px; width: 100% } .flag-icons div .media-body h6, .feather-icons div .media-body h6 { margin-bottom: 0; font-size: 14px; font-weight: 400; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden } .flag-icons div .media-body h5, .feather-icons div .media-body h5 { background-color: var(--theme-deafult); display: inline-block; padding: 3px 5px; font-size: 11px; border-radius: 3px; margin-bottom: 5px; margin-right: 5px; color: #fff } .icon-hover-bottom { background-color: #fdfeff; width: 100%; bottom: 0; left: 0; -webkit-box-shadow: 0px 0px 1px 1px #f4f4f4; box-shadow: 0px 0px 1px 1px #f4f4f4; z-index: 999 } .icon-hover-bottom .icon-popup { 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; width: 100%; padding: 20px } .icon-hover-bottom .icon-popup .close-icon { position: absolute; right: 10px; top: 10px; font-size: 20px; color: #ccc; cursor: pointer } .icon-hover-bottom .icon-popup>div { display: inline-block } .icon-hover-bottom .icon-popup>div .flag-icon { width: 60px; height: 60px } .icon-hover-bottom .icon-popup .icon-class { margin: 0 20px; cursor: pointer } .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group { display: initial } .icon-hover-bottom .icon-title { display: block; color: #2c323f; text-transform: uppercase; font-weight: 500 } .icon-hover-bottom span, .icon-hover-bottom label, .icon-hover-bottom .btn { font-family: Roboto, sans-serif } .icon-hover-bottom .form-group input { display: inline-block; width: 300px; background-color: #fff; font-family: Roboto, sans-serif } .fa-fa-icon-show-div, .icons-show-div { display: none } .icon-first i { color: #898989 } .icon-first h6 { display: none } .list-group-item.active { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .list-group i { margin-right: 10px } .list-group img { height: 40px; width: 40px; margin-right: 10px } .loader-wrapper { height: 100%; width: 100%; 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; position: fixed; background-color: #fff; z-index: 11; top: 0 } .loader-wrapper .loader-index { 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; position: relative; -webkit-filter: url("#goo"); filter: url("#goo") } .loader-wrapper .loader-index:after { content: ""; width: 4em; height: 4em; background: var(--theme-deafult); border-radius: 50%; position: absolute; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate; animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate } .loader-wrapper .loader-index span { width: 2em; height: 2em; background: var(--theme-secondary); border-radius: 50%; margin-right: 2em; position: relative; -webkit-transform: translateX(7em); transform: translateX(7em); -webkit-animation: move 4s ease-in-out infinite; animation: move 4s ease-in-out infinite } .loader-wrapper .loader-index span:before { content: ""; width: 2em; height: 2em; background: var(--theme-deafult); border-radius: 50%; position: absolute; left: 3em; -webkit-transform: translateX(0em); transform: translateX(0em); -webkit-animation: shrink 2s ease-in-out infinite; animation: shrink 2s ease-in-out infinite } .loader-wrapper .loader-index span:after { content: ""; width: 2em; height: 2em; background: #a927f9; border-radius: 50%; position: absolute; right: 3em; -webkit-transform: translateX(0em); transform: translateX(0em); -webkit-animation: shrink 2s ease-in-out infinite; animation: shrink 2s ease-in-out infinite } @-webkit-keyframes grow { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #a927f9 } 50% { -webkit-transform: scale(1); transform: scale(1); background: var(--theme-secondary) } } @keyframes grow { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #a927f9 } 50% { -webkit-transform: scale(1); transform: scale(1); background: var(--theme-secondary) } } @-webkit-keyframes move { 0% { -webkit-transform: translateX(7em); transform: translateX(7em) } 50% { -webkit-transform: translateX(-5em); transform: translateX(-5em) } } @keyframes move { 0% { -webkit-transform: translateX(7em); transform: translateX(7em) } 50% { -webkit-transform: translateX(-5em); transform: translateX(-5em) } } @-webkit-keyframes shrink { 0% { -webkit-transform: translateX(0em); transform: translateX(0em) } 50% { -webkit-transform: translateX(-1em); transform: translateX(-1em) } } @keyframes shrink { 0% { -webkit-transform: translateX(0em); transform: translateX(0em) } 50% { -webkit-transform: translateX(-1em); transform: translateX(-1em) } } .loader-wrapper svg { width: 0; height: 0 } .loader-wrapper body { font-family: sans; min-height: 100vh; margin: 0; display: grid; place-content: center; background: black } .loader-wrapper h1 { color: #fff; text-align: center; margin-bottom: 2em; letter-spacing: 3px; position: relative; z-index: 2 } .loader-wrapper h1:before { position: absolute; content: ""; height: 1px; background: -webkit-gradient(linear, left top, right top, from(var(--theme-secondary)), color-stop(var(--theme-deafult)), to(#a927f9)); background: linear-gradient(to right, var(--theme-secondary), var(--theme-deafult), #a927f9); color: #fff; top: 2.75em; left: 0.75em; width: 2.5em; font-weight: 400; font-variant: small-caps; font-size: 0.5em } .loader-box { height: 150px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: middle; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity; transition: .3s color, .3s border, .3s transform, .3s opacity } .loader-box [class*="loader-"] { display: inline-block; width: 50px; height: 50px; color: inherit; vertical-align: middle } .loader-box .loader-1 { border: 0.2em dotted var(--theme-deafult); border-radius: 50%; -webkit-animation: 1s loader-01 linear infinite; animation: 1s loader-01 linear infinite } @-webkit-keyframes loader-01 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-01 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-2 { border: .2em solid transparent; border-left-color: var(--theme-secondary); border-right-color: var(--theme-secondary); border-radius: 50%; -webkit-animation: 1s loader-02 linear infinite; animation: 1s loader-02 linear infinite } @-webkit-keyframes loader-02 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-02 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-3 { border: 0.2em solid #a927f9; border-bottom-color: transparent; border-radius: 50%; -webkit-animation: 1s loader-03 linear infinite; animation: 1s loader-03 linear infinite; position: relative } @-webkit-keyframes loader-03 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-03 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-4 { border: 1px solid #a927f9; border-radius: 50%; -webkit-animation: 1s loader-04 linear infinite; animation: 1s loader-04 linear infinite; position: relative } .loader-box .loader-4:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -.2em; left: 50%; border: 0.2em solid #a927f9; border-radius: 50% } @-webkit-keyframes loader-04 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-04 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-5 { border: .2em solid transparent; border-top-color: #f8d62b; border-radius: 50%; -webkit-animation: 1s loader-05 linear infinite; animation: 1s loader-05 linear infinite; position: relative } .loader-box .loader-5:before { content: ''; display: block; width: inherit; height: inherit; position: absolute; top: -.2em; left: -.2em; border: 0.2em solid #f8d62b; border-radius: 50%; opacity: .5 } @-webkit-keyframes loader-05 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-05 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-6 { border: 0.2em solid #dc3545; border-radius: 50%; -webkit-animation: loader-06 1s ease-out infinite; animation: loader-06 1s ease-out infinite } @-webkit-keyframes loader-06 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-06 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-7 { border: 0 solid transparent; border-radius: 50%; position: relative } .loader-box .loader-7:before, .loader-box .loader-7:after { content: ''; border: 0.2em solid var(--theme-deafult); border-radius: 50%; width: inherit; height: inherit; position: absolute; top: 0; left: 0; -webkit-animation: loader-07 1s linear infinite; animation: loader-07 1s linear infinite; opacity: 0 } .loader-box .loader-7:before { -webkit-animation-delay: 1s; animation-delay: 1s } .loader-box .loader-7:after { -webkit-animation-delay: .5s; animation-delay: .5s } @-webkit-keyframes loader-07 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-07 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-8 { position: relative } .loader-box .loader-8:before, .loader-box .loader-8:after { content: ''; width: inherit; height: inherit; border-radius: 50%; background-color: var(--theme-secondary); opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out } .loader-box .loader-8:after { -webkit-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) } } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } .loader-box .loader-9 { background-color: #a927f9; border-radius: 50%; -webkit-animation: loader-09 1.0s infinite ease-in-out; animation: loader-09 1.0s infinite ease-in-out } @-webkit-keyframes loader-09 { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-09 { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-10 { position: relative; -webkit-animation: loader-10-1 2.0s infinite linear; animation: loader-10-1 2.0s infinite linear } .loader-box .loader-10:before, .loader-box .loader-10:after { content: ''; width: 0; height: 0; border: 0.5em solid #a927f9; display: block; position: absolute; border-radius: 100%; -webkit-animation: loader-10-2 2s infinite ease-in-out; animation: loader-10-2 2s infinite ease-in-out } .loader-box .loader-10:before { top: 0; left: 50% } .loader-box .loader-10:after { bottom: 0; right: 50%; -webkit-animation-delay: -1s; animation-delay: -1s } @-webkit-keyframes loader-10-1 { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-10-1 { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @-webkit-keyframes loader-10-2 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes loader-10-2 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } .loader-box .loader-11 { background-color: #f8d62b; -webkit-animation: loader-11 1.2s infinite ease-in-out; animation: loader-11 1.2s infinite ease-in-out } @-webkit-keyframes loader-11 { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) } } @keyframes loader-11 { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) } } .loader-box .loader-12 { position: relative } .loader-box .loader-12:before, .loader-box .loader-12:after { content: ''; display: block; position: absolute; background-color: #dc3545; left: 50%; right: 0; top: 0; bottom: 50%; -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; -webkit-animation: loader-12 1s linear infinite; animation: loader-12 1s linear infinite } .loader-box .loader-12:after { top: 50%; bottom: 0; -webkit-animation-delay: .25s; animation-delay: .25s } @-webkit-keyframes loader-12 { 0%, 100% { -webkit-box-shadow: -.5em 0 0 transparent; box-shadow: -.5em 0 0 transparent; background-color: #dc3545 } 50% { -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; background-color: transparent } } @keyframes loader-12 { 0%, 100% { -webkit-box-shadow: -.5em 0 0 transparent; box-shadow: -.5em 0 0 transparent; background-color: #dc3545 } 50% { -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; background-color: transparent } } .loader-box .loader-13:before, .loader-box .loader-13:after, .loader-box .loader-13 { border-radius: 50%; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: loader-13 1.8s infinite ease-in-out; animation: loader-13 1.8s infinite ease-in-out } .loader-box .loader-13 { color: var(--theme-deafult); position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; top: -1em } .loader-box .loader-13:before { right: 100%; -webkit-animation-delay: -0.32s; animation-delay: -0.32s } .loader-box .loader-13:after { left: 100% } .loader-box .loader-13:before, .loader-box .loader-13:after { content: ''; display: block; position: absolute; top: 0; width: inherit; height: inherit } @-webkit-keyframes loader-13 { 0%, 80%, 100% { -webkit-box-shadow: 0 1em 0 -1em; box-shadow: 0 1em 0 -1em } 40% { -webkit-box-shadow: 0 1em 0 -.2em; box-shadow: 0 1em 0 -.2em } } @keyframes loader-13 { 0%, 80%, 100% { -webkit-box-shadow: 0 1em 0 -1em; box-shadow: 0 1em 0 -1em } 40% { -webkit-box-shadow: 0 1em 0 -.2em; box-shadow: 0 1em 0 -.2em } } .loader-box .loader-14 { border-radius: 50%; -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary); position: relative; -webkit-animation: loader-14 0.8s ease-in-out alternate infinite; animation: loader-14 0.8s ease-in-out alternate infinite; -webkit-animation-delay: 0.32s; animation-delay: 0.32s; top: -1em } .loader-box .loader-14:after, .loader-box .loader-14:before { content: ''; position: absolute; width: inherit; height: inherit; border-radius: inherit; -webkit-box-shadow: inherit; box-shadow: inherit; -webkit-animation: inherit; animation: inherit } .loader-box .loader-14:before { left: -1em; -webkit-animation-delay: 0.48s; animation-delay: 0.48s } .loader-box .loader-14:after { right: -1em; -webkit-animation-delay: 0.16s; animation-delay: 0.16s } @-webkit-keyframes loader-14 { 0% { -webkit-box-shadow: 0 2em 0 -0.2em var(--theme-secondary); box-shadow: 0 2em 0 -0.2em var(--theme-secondary) } 100% { -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary) } } @keyframes loader-14 { 0% { -webkit-box-shadow: 0 2em 0 -0.2em var(--theme-secondary); box-shadow: 0 2em 0 -0.2em var(--theme-secondary) } 100% { -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary) } } .loader-box .loader-15 { background: #a927f9; position: relative; -webkit-animation: loader-15 1s ease-in-out infinite; animation: loader-15 1s ease-in-out infinite; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; width: .25em; height: .5em; margin: 0 .5em } .loader-box .loader-15:after, .loader-box .loader-15:before { content: ''; position: absolute; width: inherit; height: inherit; background: inherit; -webkit-animation: inherit; animation: inherit } .loader-box .loader-15:before { right: .5em; -webkit-animation-delay: 0.2s; animation-delay: 0.2s } .loader-box .loader-15:after { left: .5em; -webkit-animation-delay: 0.6s; animation-delay: 0.6s } @-webkit-keyframes loader-15 { 0%, 100% { -webkit-box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9; box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9 } 50% { -webkit-box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9; box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9 } } @keyframes loader-15 { 0%, 100% { -webkit-box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9; box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9 } 50% { -webkit-box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9; box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9 } } .loader-box .loader-16 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); -webkit-perspective: 1000px; perspective: 1000px; border-radius: 50% } .loader-box .loader-16:before, .loader-box .loader-16:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: inherit; height: inherit; border-radius: 50%; -webkit-animation: 1s spin linear infinite; animation: 1s spin linear infinite } .loader-box .loader-16:before { -webkit-transform: rotateX(70deg); transform: rotateX(70deg) } .loader-box .loader-16:after { -webkit-transform: rotateY(70deg); transform: rotateY(70deg); -webkit-animation-delay: .4s; animation-delay: .4s } @-webkit-keyframes rotate { 0% { -webkit-transform: translate(-50%, -50%) rotateZ(0deg); transform: translate(-50%, -50%) rotateZ(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotateZ(360deg); transform: translate(-50%, -50%) rotateZ(360deg) } } @keyframes rotate { 0% { -webkit-transform: translate(-50%, -50%) rotateZ(0deg); transform: translate(-50%, -50%) rotateZ(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotateZ(360deg); transform: translate(-50%, -50%) rotateZ(360deg) } } @-webkit-keyframes rotateccw { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg) } } @keyframes rotateccw { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg) } } @-webkit-keyframes spin { 0%, 100% { -webkit-box-shadow: 0.2em 0px 0 0px #a927f9; box-shadow: 0.2em 0px 0 0px #a927f9 } 12% { -webkit-box-shadow: 0.2em 0.2em 0 0 #a927f9; box-shadow: 0.2em 0.2em 0 0 #a927f9 } 25% { -webkit-box-shadow: 0 0.2em 0 0px #a927f9; box-shadow: 0 0.2em 0 0px #a927f9 } 37% { -webkit-box-shadow: -0.2em 0.2em 0 0 #a927f9; box-shadow: -0.2em 0.2em 0 0 #a927f9 } 50% { -webkit-box-shadow: -0.2em 0 0 0 #a927f9; box-shadow: -0.2em 0 0 0 #a927f9 } 62% { -webkit-box-shadow: -0.2em -0.2em 0 0 #a927f9; box-shadow: -0.2em -0.2em 0 0 #a927f9 } 75% { -webkit-box-shadow: 0px -0.2em 0 0 #a927f9; box-shadow: 0px -0.2em 0 0 #a927f9 } 87% { -webkit-box-shadow: 0.2em -0.2em 0 0 #a927f9; box-shadow: 0.2em -0.2em 0 0 #a927f9 } } @keyframes spin { 0%, 100% { -webkit-box-shadow: 0.2em 0px 0 0px #a927f9; box-shadow: 0.2em 0px 0 0px #a927f9 } 12% { -webkit-box-shadow: 0.2em 0.2em 0 0 #a927f9; box-shadow: 0.2em 0.2em 0 0 #a927f9 } 25% { -webkit-box-shadow: 0 0.2em 0 0px #a927f9; box-shadow: 0 0.2em 0 0px #a927f9 } 37% { -webkit-box-shadow: -0.2em 0.2em 0 0 #a927f9; box-shadow: -0.2em 0.2em 0 0 #a927f9 } 50% { -webkit-box-shadow: -0.2em 0 0 0 #a927f9; box-shadow: -0.2em 0 0 0 #a927f9 } 62% { -webkit-box-shadow: -0.2em -0.2em 0 0 #a927f9; box-shadow: -0.2em -0.2em 0 0 #a927f9 } 75% { -webkit-box-shadow: 0px -0.2em 0 0 #a927f9; box-shadow: 0px -0.2em 0 0 #a927f9 } 87% { -webkit-box-shadow: 0.2em -0.2em 0 0 #a927f9; box-shadow: 0.2em -0.2em 0 0 #a927f9 } } .loader-box .loader-17 { position: relative; background-color: #f8d62b; border-radius: 50% } .loader-box .loader-17:after, .loader-box .loader-17:before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; opacity: .8 } .loader-box .loader-17:after { left: -.5em; top: -.25em; background-color: #f8d62b; -webkit-transform-origin: 30px 35px; transform-origin: 30px 35px; -webkit-animation: loader-17 1s linear infinite; animation: loader-17 1s linear infinite; opacity: .6 } .loader-box .loader-17:before { left: -1.25em; top: -.75em; background-color: #f8d62b; -webkit-transform-origin: 40px 40px; transform-origin: 40px 40px; -webkit-animation: loader-17 2s linear infinite; animation: loader-17 2s linear infinite } @-webkit-keyframes loader-17 { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0); transform: rotateZ(0deg) translate3d(0, 0, 0) } 100% { -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0); transform: rotateZ(360deg) translate3d(0, 0, 0) } } @keyframes loader-17 { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0); transform: rotateZ(0deg) translate3d(0, 0, 0) } 100% { -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0); transform: rotateZ(360deg) translate3d(0, 0, 0) } } .loader-box .loader-18 { position: relative } .loader-box .loader-18:before, .loader-box .loader-18:after { content: ''; display: block; position: absolute; border-radius: 50%; border: .1em solid transparent; border-bottom-color: #dc3545; top: 0; left: 0; -webkit-animation: 1s loader-18 linear infinite; animation: 1s loader-18 linear infinite } .loader-box .loader-18:before { width: 40px; height: 40px } .loader-box .loader-18:after { width: 30px; height: 30px; top: .1em; left: .1em; animation-direction: reverse } @-webkit-keyframes loader-18 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-18 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-19 { border-top: 0.2em solid var(--theme-deafult); border-right: .2em solid transparent; -webkit-animation: loader-19 1s linear infinite; animation: loader-19 1s linear infinite; border-radius: 100%; position: relative } @-webkit-keyframes loader-19 { to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-19 { to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-20 { background-color: transparent; -webkit-box-shadow: inset 0px 0px 0px 0.1em var(--theme-secondary); box-shadow: inset 0px 0px 0px 0.1em var(--theme-secondary); border-radius: 50%; position: relative } .loader-box .loader-20:after, .loader-box .loader-20:before { position: absolute; content: ""; background-color: var(--theme-secondary); top: 24px; left: 24px; height: .1em; -webkit-transform-origin: left center; transform-origin: left center } .loader-box .loader-20:after { width: .4em; -webkit-animation: loader-20 2s linear infinite; animation: loader-20 2s linear infinite } .loader-box .loader-20:before { width: 20px; -webkit-animation: loader-20 8s linear infinite; animation: loader-20 8s linear infinite } @-webkit-keyframes loader-20 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-20 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-21 { position: relative } .loader-box .loader-21:before, .loader-box .loader-21:after { position: absolute; content: "" } .loader-box .loader-21:before { width: 80%; height: 80%; left: 10%; bottom: 10%; border-radius: 100% 100% 100% 0; -webkit-box-shadow: 0px 0px 0px 0.1em #a927f9; box-shadow: 0px 0px 0px 0.1em #a927f9; -webkit-animation: loader-21 1s linear infinite; animation: loader-21 1s linear infinite; -webkit-transform: rotate(-46deg); transform: rotate(-46deg) } .loader-box .loader-21:after { width: 1em; height: .3em; border-radius: 100%; left: 0; background-color: rgba(255, 255, 255, 0.2); bottom: -.2em; z-index: -1 } @-webkit-keyframes loader-21 { 0% { top: 0 } 50% { top: -5px } 100% { top: 0 } } @keyframes loader-21 { 0% { top: 0 } 50% { top: -5px } 100% { top: 0 } } .loader-box .loader-22 { border: 0.1em #a927f9 solid; border-radius: 100%; position: relative; overflow: hidden; z-index: 1 } .loader-box .loader-22:after, .loader-box .loader-22:before { position: absolute; content: ""; background-color: #a927f9 } .loader-box .loader-22:after { width: 50%; height: .1em; left: 50%; top: 50%; -webkit-transform-origin: left center; transform-origin: left center; -webkit-animation: loader-22 2s linear infinite alternate; animation: loader-22 2s linear infinite alternate } .loader-box .loader-22:before { width: 100%; height: 40%; left: 0; bottom: 0 } @-webkit-keyframes loader-22 { 0% { -webkit-transform: rotate(-160deg); transform: rotate(-160deg) } 100% { -webkit-transform: rotate(-20deg); transform: rotate(-20deg) } } @keyframes loader-22 { 0% { -webkit-transform: rotate(-160deg); transform: rotate(-160deg) } 100% { -webkit-transform: rotate(-20deg); transform: rotate(-20deg) } } .loader-box .loader-23 { height: .5em; border: 0.1em #f8d62b solid; border-radius: .1em; position: relative; -webkit-animation: loader-23 5s linear infinite; animation: loader-23 5s linear infinite } .loader-box .loader-23:after { width: .07em; height: 100%; background-color: #f8d62b; border-radius: 0px .5em .5em 0px; position: absolute; content: ""; top: 0; left: calc(100% + .1em) } @-webkit-keyframes loader-23 { 0% { -webkit-box-shadow: inset 0px 0px 0px #f8d62b; box-shadow: inset 0px 0px 0px #f8d62b } 100% { -webkit-box-shadow: inset 1em 0px 0px #f8d62b; box-shadow: inset 1em 0px 0px #f8d62b } } @keyframes loader-23 { 0% { -webkit-box-shadow: inset 0px 0px 0px #f8d62b; box-shadow: inset 0px 0px 0px #f8d62b } 100% { -webkit-box-shadow: inset 1em 0px 0px #f8d62b; box-shadow: inset 1em 0px 0px #f8d62b } } .loader-box .loader-24 { width: .8em; height: 1em; border: 0.1em #dc3545 solid; border-radius: 0px 0px .2em .2em; position: relative } .loader-box .loader-24:after, .loader-box .loader-24:before { position: absolute; content: "" } .loader-box .loader-24:after { width: .2em; height: 50%; border: 0.1em #dc3545 solid; border-left: none; border-radius: 0px .5em .5em 0px; left: calc(100% + .1em); top: .1em } .loader-box .loader-24:before { width: .1em; height: .3em; background-color: #dc3545; top: -.3em; left: .05em; -webkit-box-shadow: 0.2em 0px 0px 0px #dc3545, 0.2em -0.2em 0px 0px #dc3545, 0.4em 0px 0px 0px #dc3545; box-shadow: 0.2em 0px 0px 0px #dc3545, 0.2em -0.2em 0px 0px #dc3545, 0.4em 0px 0px 0px #dc3545; -webkit-animation: loader-24 1s linear infinite alternate; animation: loader-24 1s linear infinite alternate } @-webkit-keyframes loader-24 { 0% { height: 0px } 100% { height: 6px } } @keyframes loader-24 { 0% { height: 0px } 100% { height: 6px } } .loader-box .loader-25 { border: 0.1em var(--theme-deafult) solid; position: relative; -webkit-animation: loader-25-1 5s linear infinite; animation: loader-25-1 5s linear infinite } .loader-box .loader-25:after { width: .2em; height: .2em; position: absolute; content: ""; background-color: var(--theme-deafult); bottom: calc(100% + .2em); left: -.4em; -webkit-animation: loader-25-2 1s ease-in-out infinite; animation: loader-25-2 1s ease-in-out infinite } @-webkit-keyframes loader-25-1 { 0% { -webkit-box-shadow: inset 0 0 0 0 var(--theme-deafult); box-shadow: inset 0 0 0 0 var(--theme-deafult) } 100% { -webkit-box-shadow: inset 0 -1em 0 0 var(--theme-deafult); box-shadow: inset 0 -1em 0 0 var(--theme-deafult) } } @keyframes loader-25-1 { 0% { -webkit-box-shadow: inset 0 0 0 0 var(--theme-deafult); box-shadow: inset 0 0 0 0 var(--theme-deafult) } 100% { -webkit-box-shadow: inset 0 -1em 0 0 var(--theme-deafult); box-shadow: inset 0 -1em 0 0 var(--theme-deafult) } } @-webkit-keyframes loader-25-2 { 25% { left: calc(100% + .2em); bottom: calc(100% + .2em) } 50% { left: calc(100% + .2em); bottom: -.4em } 75% { left: -.4em; bottom: -.4em } 100% { left: -.4em; bottom: calc(100% + .2em) } } @keyframes loader-25-2 { 25% { left: calc(100% + .2em); bottom: calc(100% + .2em) } 50% { left: calc(100% + .2em); bottom: -.4em } 75% { left: -.4em; bottom: -.4em } 100% { left: -.4em; bottom: calc(100% + .2em) } } .loader-box .loader-26 { width: .5em; height: .5em; background-color: var(--theme-secondary); -webkit-box-shadow: 1em 0px 0px var(--theme-secondary); box-shadow: 1em 0px 0px var(--theme-secondary); border-radius: 50%; -webkit-animation: loader-26 1s ease-in-out infinite alternate; animation: loader-26 1s ease-in-out infinite alternate } @-webkit-keyframes loader-26 { 0% { opacity: 0.1; -webkit-transform: rotate(0deg) scale(0.5); transform: rotate(0deg) scale(0.5) } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1.2); transform: rotate(360deg) scale(1.2) } } @keyframes loader-26 { 0% { opacity: 0.1; -webkit-transform: rotate(0deg) scale(0.5); transform: rotate(0deg) scale(0.5) } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1.2); transform: rotate(360deg) scale(1.2) } } .loader-box .loader-29 { border-radius: 50%; -webkit-box-shadow: inset 0 0 0 0.1em #a927f9, -0.5em -0.5em 0 -0.4em #a927f9, 0 -0.7em 0 -0.4em #a927f9, 0.5em -0.5em 0 -0.4em #a927f9, -0.5em 0.5em 0 -0.4em #a927f9, 0 0.7em 0 -0.4em #a927f9, 0.5em 0.5em 0 -0.4em #a927f9, -0.7em 0 0 -0.4em #a927f9, 0.7em 0 0 -0.4em #a927f9; box-shadow: inset 0 0 0 0.1em #a927f9, -0.5em -0.5em 0 -0.4em #a927f9, 0 -0.7em 0 -0.4em #a927f9, 0.5em -0.5em 0 -0.4em #a927f9, -0.5em 0.5em 0 -0.4em #a927f9, 0 0.7em 0 -0.4em #a927f9, 0.5em 0.5em 0 -0.4em #a927f9, -0.7em 0 0 -0.4em #a927f9, 0.7em 0 0 -0.4em #a927f9; -webkit-animation: 5s loader-29 linear infinite; animation: 5s loader-29 linear infinite } @-webkit-keyframes loader-29 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-29 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-30 { border: .2em solid transparent; border-top-color: #a927f9; border-bottom-color: #a927f9; border-radius: 50%; position: relative; -webkit-animation: 1s loader-30 linear infinite; animation: 1s loader-30 linear infinite } .loader-box .loader-30:before, .loader-box .loader-30:after { content: ''; display: block; width: 0; height: 0; position: absolute; border: .2em solid transparent; border-bottom-color: #a927f9 } .loader-box .loader-30:before { -webkit-transform: rotate(135deg); transform: rotate(135deg); right: -.3em; top: -.05em } .loader-box .loader-30:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: -.3em; bottom: -.05em } @-webkit-keyframes loader-30 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-30 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-31 { -webkit-box-shadow: 0 0 2em #f8d62b; box-shadow: 0 0 2em #f8d62b; background-color: #f8d62b; position: relative; border-radius: 50%; -webkit-transform: rotateX(-60deg) perspective(1000px); transform: rotateX(-60deg) perspective(1000px) } .loader-box .loader-31:before, .loader-box .loader-31:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: inherit; height: inherit; border-radius: inherit; -webkit-animation: 1s loader-31 ease-out infinite; animation: 1s loader-31 ease-out infinite } .loader-box .loader-31:after { -webkit-animation-delay: .4s; animation-delay: .4s } @-webkit-keyframes loader-31 { 0% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b; box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b } 100% { opacity: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b; box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b } } @keyframes loader-31 { 0% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b; box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b } 100% { opacity: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b; box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b } } .loader-box .loader-32 { position: relative; border-radius: 50%; -webkit-box-shadow: 0 0 1em 0 #dc3545, inset 0 0 1em 0 #dc3545; box-shadow: 0 0 1em 0 #dc3545, inset 0 0 1em 0 #dc3545; -webkit-animation: 1s loader-32 linear infinite; animation: 1s loader-32 linear infinite } .loader-box .loader-32:before, .loader-box .loader-32:after { content: ''; display: block; width: inherit; height: inherit; position: absolute; border-radius: 50% } .loader-box .loader-32:before { border-top: 0.2em solid #dc3545; border-right: .2em solid transparent; top: .28em; right: calc(50% - .22em) } .loader-box .loader-32:after { border-bottom: 0.2em solid #dc3545; border-left: .2em solid transparent; bottom: .28em; left: calc(50% - .22em) } @-webkit-keyframes loader-32 { 0% { -webkit-transform: rotateX(-60deg) rotateZ(0deg); transform: rotateX(-60deg) rotateZ(0deg) } 100% { -webkit-transform: rotateX(-60deg) rotateZ(360deg); transform: rotateX(-60deg) rotateZ(360deg) } } @keyframes loader-32 { 0% { -webkit-transform: rotateX(-60deg) rotateZ(0deg); transform: rotateX(-60deg) rotateZ(0deg) } 100% { -webkit-transform: rotateX(-60deg) rotateZ(360deg); transform: rotateX(-60deg) rotateZ(360deg) } } .loader-box .loader-34 { position: relative; width: 1em; height: .5em } .loader-box .loader-34:after, .loader-box .loader-34:before { position: absolute; content: ""; height: .4em; width: .4em; top: 0; background-color: var(--theme-deafult); border-radius: 50% } .loader-box .loader-34:after { right: 0; -webkit-animation: loader-34-2 0.5s ease-in-out infinite; animation: loader-34-2 0.5s ease-in-out infinite; -webkit-animation-direction: alternate; animation-direction: alternate } .loader-box .loader-34:before { left: 0; -webkit-animation: loader-34-1 0.5s ease-in-out infinite; animation: loader-34-1 0.5s ease-in-out infinite; -webkit-animation-direction: alternate; animation-direction: alternate } @-webkit-keyframes loader-34-1 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(0.2em); transform: translatex(0.2em) } } @keyframes loader-34-1 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(0.2em); transform: translatex(0.2em) } } @-webkit-keyframes loader-34-2 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(-0.2em); transform: translatex(-0.2em) } } @keyframes loader-34-2 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(-0.2em); transform: translatex(-0.2em) } } .loader-box .loader-35 { margin: 0 .5em; position: relative } .loader-box .loader-35:before { border-radius: 50%; background-color: var(--theme-secondary); -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; content: ''; width: inherit; height: inherit; top: 0; left: 0; position: absolute } @-webkit-keyframes loader-35 { 0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 25% { -webkit-transform: translateX(-100%) scale(0.3); transform: translateX(-100%) scale(0.3) } 50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 75% { -webkit-transform: translateX(100%) scale(0.3); transform: translateX(100%) scale(0.3) } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } } @keyframes loader-35 { 0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 25% { -webkit-transform: translateX(-100%) scale(0.3); transform: translateX(-100%) scale(0.3) } 50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 75% { -webkit-transform: translateX(100%) scale(0.3); transform: translateX(100%) scale(0.3) } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } } .loader-box .loader-37 { border-right: 0.1em solid #a927f9; border-radius: 100%; -webkit-animation: loader-37 800ms linear infinite; animation: loader-37 800ms linear infinite } .loader-box .loader-37:before, .loader-box .loader-37:after { content: ''; width: .8em; height: .8em; display: block; position: absolute; top: calc(50% - .4em); left: calc(50% - .4em); border-left: 0.08em solid #a927f9; border-radius: 100%; animation: loader-37 400ms linear infinite reverse } .loader-box .loader-37:after { width: .6em; height: .6em; top: calc(50% - .3em); left: calc(50% - .3em); border: 0; border-right: 0.05em solid #a927f9; -webkit-animation: none; animation: none } @-webkit-keyframes loader-37 { from { -webkit-transform: rotate(360deg); transform: rotate(360deg) } to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @keyframes loader-37 { from { -webkit-transform: rotate(360deg); transform: rotate(360deg) } to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } .loader-box .loader-38 { height: 0.1em; width: 0.1em; -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; -webkit-animation: loader-38 6s infinite; animation: loader-38 6s infinite } @-webkit-keyframes loader-38 { 0% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 8.33% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 16.66% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 24.99% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 33.32% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 41.65% { -webkit-box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 49.98% { -webkit-box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 58.31% { -webkit-box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 66.64% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 74.97% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 83.3% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 91.63% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 100% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } } @keyframes loader-38 { 0% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 8.33% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 16.66% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 24.99% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 33.32% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 41.65% { -webkit-box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 49.98% { -webkit-box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 58.31% { -webkit-box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 66.64% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 74.97% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 83.3% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 91.63% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 100% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } } .loader-box .loader-39 { position: relative; width: .15em; height: .15em; background-color: #f8d62b; border-radius: 100%; -webkit-animation: loader-39-1 30s infinite linear; animation: loader-39-1 30s infinite linear } .loader-box .loader-39:before, .loader-box .loader-39:after { content: ''; border-radius: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .loader-box .loader-39:before { width: 20px; height: 60px; -webkit-animation: loader-39-2 .8s linear infinite; animation: loader-39-2 .8s linear infinite } .loader-box .loader-39:after { width: 60px; height: 20px; -webkit-animation: loader-39-2 1.2s linear infinite; animation: loader-39-2 1.2s linear infinite } @-webkit-keyframes loader-39-1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-39-1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @-webkit-keyframes loader-39-2 { 0% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } 25% { -webkit-box-shadow: 0.04em 0.04em 0 0.02em #f8d62b; box-shadow: 0.04em 0.04em 0 0.02em #f8d62b } 50% { -webkit-box-shadow: -0.04em 0.04em 0 0.02em #f8d62b; box-shadow: -0.04em 0.04em 0 0.02em #f8d62b } 75% { -webkit-box-shadow: -0.04em -0.04em 0 0.02em #f8d62b; box-shadow: -0.04em -0.04em 0 0.02em #f8d62b } 100% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } } @keyframes loader-39-2 { 0% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } 25% { -webkit-box-shadow: 0.04em 0.04em 0 0.02em #f8d62b; box-shadow: 0.04em 0.04em 0 0.02em #f8d62b } 50% { -webkit-box-shadow: -0.04em 0.04em 0 0.02em #f8d62b; box-shadow: -0.04em 0.04em 0 0.02em #f8d62b } 75% { -webkit-box-shadow: -0.04em -0.04em 0 0.02em #f8d62b; box-shadow: -0.04em -0.04em 0 0.02em #f8d62b } 100% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } } .loader-box .loader-40 { border: 0.05em #dc3545 solid; border-radius: .2em; overflow: hidden; position: relative } .loader-box .loader-40:after, .loader-box .loader-40:before { content: ''; border-radius: 50%; position: absolute; width: inherit; height: inherit; -webkit-animation: loader-40 2s infinite linear; animation: loader-40 2s infinite linear } .loader-box .loader-40:before { border-top: 0.2em #dc3545 solid; top: -.15em; left: calc(-50% - .15em); -webkit-transform-origin: right center; transform-origin: right center } .loader-box .loader-40:after { border-bottom: 0.2em #dc3545 solid; top: .15em; right: calc(-50% - .15em); -webkit-transform-origin: left center; transform-origin: left center } @-webkit-keyframes loader-40 { from { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes loader-40 { from { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .loader-box .loader-41 { border: 0.05em var(--theme-deafult) solid; border-radius: .2em; position: relative; background: linear-gradient(45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent); background-size: .5em .5em; background-position: 0% 0%; -webkit-animation: loader-41 1s infinite linear; animation: loader-41 1s infinite linear } @-webkit-keyframes loader-41 { from { background-position: 0 0 } to { background-position: -1em 0 } } @keyframes loader-41 { from { background-position: 0 0 } to { background-position: -1em 0 } } .loader-box .loader-42 { width: 2em; height: .66em; border: 0.05em var(--theme-secondary) solid; border-radius: .1em; background: linear-gradient(-60deg, transparent 0%, transparent 50%, var(--theme-secondary) 50%, var(--theme-secondary) 75%, transparent 75%, transparent); background-size: 1em 2em; background-position: 0 0; -webkit-animation: loader-42 0.8s infinite linear; animation: loader-42 0.8s infinite linear } @-webkit-keyframes loader-42 { from { background-position: 0 0 } to { background-position: -2em 0 } } @keyframes loader-42 { from { background-position: 0 0 } to { background-position: -2em 0 } } .popover-header { background-color: #2c323f; color: #fff } .popover-main .btn-showcase a { color: #fff } .popover-main .btn-showcase button:last-child { margin-right: 0 } @media print { .page-wrapper .page-title { visibility: hidden } .page-wrapper .page-body-wrapper .page-title { display: none } table.fixedHeader-floating { display: none } } .invoice-table { margin-top: 16px; margin-bottom: 16px } .invoice .text-right input { margin-top: 6px } .invoice .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .animate-chk label { line-height: 1.6; cursor: pointer } .animate-chk label:last-child { margin-bottom: 0 } .checkbox_animated { cursor: pointer; position: relative; margin: 0 1rem 0 0 } .checkbox_animated:before { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: rotate(-45deg) scale(0, 0); transform: rotate(-45deg) scale(0, 0); content: ""; position: absolute; left: 0.25rem; top: 0.225rem; z-index: 1; width: 0.75rem; height: 0.375rem; border: 2px solid var(--theme-deafult); border-top-style: none; border-right-style: none } .checkbox_animated:after { content: ""; position: absolute; top: -0.125rem; left: 0; width: 1.3rem; height: 1.3rem; background: #fff; border: 2px solid #ecf3fa; cursor: pointer } .checkbox_animated:checked:before { -webkit-transform: rotate(-45deg) scale(1, 1); transform: rotate(-45deg) scale(1, 1) } .radio_animated { position: relative; margin: 0 1rem 0 0; cursor: pointer } .radio_animated:before { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: scale(0, 0); transform: scale(0, 0); content: ""; position: absolute; top: 0; left: 0.125rem; z-index: 1; width: 0.75rem; height: 0.75rem; background: var(--theme-deafult); border-radius: 50% } .radio_animated:after { content: ""; position: absolute; top: -0.25rem; left: -0.125rem; width: 1.25rem; height: 1.25rem; background: #fff; border: 2px solid #ecf3fa; border-radius: 50% } .radio_animated:checked:before { -webkit-transform: scale(1, 1); transform: scale(1, 1) } .checkbox label { display: inline-block; position: relative; padding-left: 16px; cursor: pointer; margin-top: 10px; margin-bottom: 10px } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -16px; border: 1px solid #efefef; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out } .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #242934 } .checkbox input[type="checkbox"] { opacity: 0 } .checkbox input[type="checkbox"]:focus { outline-offset: -2px } .checkbox input[type="checkbox"]:focus+label::before { outline-offset: -2px } .checkbox input[type="checkbox"]:checked+label::before { font-family: themify; content: "\e64c"; text-align: center; line-height: 1.2 } .checkbox input[type="checkbox"]:disabled+label { opacity: 0.65 } .checkbox input[type="checkbox"]:disabled+label::before { background-color: #f4f4f4; cursor: not-allowed } .checkbox .checkbox-circle label::before { border-radius: 50% } .checkbox .checkbox-inline { margin-top: 0 } .m-squar label::before { border-radius: 0 } .m-squar .checkbox-circle label::before { border-radius: 50% } .m-squar .checkbox-inline { margin-top: 0 } .checkbox-primary label::before { border-color: var(--theme-deafult) } .checkbox-primary input[type="checkbox"]:checked+label::before { border-color: var(--theme-deafult); color: var(--theme-deafult) } .checkbox-primary input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-primary label:before { background-color: var(--theme-deafult); border-color: var(--theme-deafult); color: #fff } .checkbox-solid-primary input[type="checkbox"]:checked+label::before { background-color: var(--theme-deafult); border-color: var(--theme-deafult); color: #fff } .checkbox-solid-primary input[type="checkbox"]:checked+label::after { color: #fff } .radio-primary input[type="radio"]+label::before { border-color: var(--theme-deafult) } .radio-primary input[type="radio"]+label::after { background-color: var(--theme-deafult) } .radio-primary input[type="radio"]:checked+label::before { border-color: var(--theme-deafult) } .radio-primary input[type="radio"]:checked+label::after { background-color: var(--theme-deafult) } .checkbox-secondary label::before { border-color: #f73164 } .checkbox-secondary input[type="checkbox"]:checked+label::before { border-color: #f73164; color: #f73164 } .checkbox-secondary input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-secondary label:before { background-color: #f73164; border-color: #f73164; color: #fff } .checkbox-solid-secondary input[type="checkbox"]:checked+label::before { background-color: #f73164; border-color: #f73164; color: #fff } .checkbox-solid-secondary input[type="checkbox"]:checked+label::after { color: #fff } .radio-secondary input[type="radio"]+label::before { border-color: #f73164 } .radio-secondary input[type="radio"]+label::after { background-color: #f73164 } .radio-secondary input[type="radio"]:checked+label::before { border-color: #f73164 } .radio-secondary input[type="radio"]:checked+label::after { background-color: #f73164 } .checkbox-success label::before { border-color: #51bb25 } .checkbox-success input[type="checkbox"]:checked+label::before { border-color: #51bb25; color: #51bb25 } .checkbox-success input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-success label:before { background-color: #51bb25; border-color: #51bb25; color: #fff } .checkbox-solid-success input[type="checkbox"]:checked+label::before { background-color: #51bb25; border-color: #51bb25; color: #fff } .checkbox-solid-success input[type="checkbox"]:checked+label::after { color: #fff } .radio-success input[type="radio"]+label::before { border-color: #51bb25 } .radio-success input[type="radio"]+label::after { background-color: #51bb25 } .radio-success input[type="radio"]:checked+label::before { border-color: #51bb25 } .radio-success input[type="radio"]:checked+label::after { background-color: #51bb25 } .checkbox-danger label::before { border-color: #dc3545 } .checkbox-danger input[type="checkbox"]:checked+label::before { border-color: #dc3545; color: #dc3545 } .checkbox-danger input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-danger label:before { background-color: #dc3545; border-color: #dc3545; color: #fff } .checkbox-solid-danger input[type="checkbox"]:checked+label::before { background-color: #dc3545; border-color: #dc3545; color: #fff } .checkbox-solid-danger input[type="checkbox"]:checked+label::after { color: #fff } .radio-danger input[type="radio"]+label::before { border-color: #dc3545 } .radio-danger input[type="radio"]+label::after { background-color: #dc3545 } .radio-danger input[type="radio"]:checked+label::before { border-color: #dc3545 } .radio-danger input[type="radio"]:checked+label::after { background-color: #dc3545 } .checkbox-info label::before { border-color: #a927f9 } .checkbox-info input[type="checkbox"]:checked+label::before { border-color: #a927f9; color: #a927f9 } .checkbox-info input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-info label:before { background-color: #a927f9; border-color: #a927f9; color: #fff } .checkbox-solid-info input[type="checkbox"]:checked+label::before { background-color: #a927f9; border-color: #a927f9; color: #fff } .checkbox-solid-info input[type="checkbox"]:checked+label::after { color: #fff } .radio-info input[type="radio"]+label::before { border-color: #a927f9 } .radio-info input[type="radio"]+label::after { background-color: #a927f9 } .radio-info input[type="radio"]:checked+label::before { border-color: #a927f9 } .radio-info input[type="radio"]:checked+label::after { background-color: #a927f9 } .checkbox-light label::before { border-color: #f4f4f4 } .checkbox-light input[type="checkbox"]:checked+label::before { border-color: #f4f4f4; color: #f4f4f4 } .checkbox-light input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-light label:before { background-color: #f4f4f4; border-color: #f4f4f4; color: #fff } .checkbox-solid-light input[type="checkbox"]:checked+label::before { background-color: #f4f4f4; border-color: #f4f4f4; color: #fff } .checkbox-solid-light input[type="checkbox"]:checked+label::after { color: #fff } .radio-light input[type="radio"]+label::before { border-color: #f4f4f4 } .radio-light input[type="radio"]+label::after { background-color: #f4f4f4 } .radio-light input[type="radio"]:checked+label::before { border-color: #f4f4f4 } .radio-light input[type="radio"]:checked+label::after { background-color: #f4f4f4 } .checkbox-dark label::before { border-color: #2c323f } .checkbox-dark input[type="checkbox"]:checked+label::before { border-color: #2c323f; color: #2c323f } .checkbox-dark input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-dark label:before { background-color: #2c323f; border-color: #2c323f; color: #fff } .checkbox-solid-dark input[type="checkbox"]:checked+label::before { background-color: #2c323f; border-color: #2c323f; color: #fff } .checkbox-solid-dark input[type="checkbox"]:checked+label::after { color: #fff } .radio-dark input[type="radio"]+label::before { border-color: #2c323f } .radio-dark input[type="radio"]+label::after { background-color: #2c323f } .radio-dark input[type="radio"]:checked+label::before { border-color: #2c323f } .radio-dark input[type="radio"]:checked+label::after { background-color: #2c323f } .checkbox-warning label::before { border-color: #f8d62b } .checkbox-warning input[type="checkbox"]:checked+label::before { border-color: #f8d62b; color: #f8d62b } .checkbox-warning input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-warning label:before { background-color: #f8d62b; border-color: #f8d62b; color: #fff } .checkbox-solid-warning input[type="checkbox"]:checked+label::before { background-color: #f8d62b; border-color: #f8d62b; color: #fff } .checkbox-solid-warning input[type="checkbox"]:checked+label::after { color: #fff } .radio-warning input[type="radio"]+label::before { border-color: #f8d62b } .radio-warning input[type="radio"]+label::after { background-color: #f8d62b } .radio-warning input[type="radio"]:checked+label::before { border-color: #f8d62b } .radio-warning input[type="radio"]:checked+label::after { background-color: #f8d62b } .m-checkbox-inline .checkbox { display: inline-block } .m-checkbox-inline .radio { display: inline-block } .m-checkbox-inline label { margin-right: 20px } .radio label { display: inline-block; position: relative; padding-left: 5px; cursor: pointer } .radio label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -20px; border: 1px solid #efefef; border-radius: 50%; background-color: #fff; -webkit-transition: border 0.15s ease-in-out; transition: border 0.15s ease-in-out } .radio label::after { display: inline-block; position: absolute; content: " "; width: 9px; height: 9px; left: 5px; top: 5px; margin-left: -20px; border-radius: 50%; background-color: #898989; -webkit-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) } .radio input[type="radio"] { opacity: 0 } .radio input[type="radio"]:focus+label::before { outline-offset: -2px } .radio input[type="radio"]:checked+label::after { -webkit-transform: scale(1, 1); transform: scale(1, 1) } .radio input[type="radio"]:disabled+label { opacity: 0.65 } .radio input[type="radio"]:disabled+label::before { cursor: not-allowed } .radio .radio-inline { margin-top: 0 } [class*="ribbon-wrapper"] { position: relative; padding-top: 40px } .ribbon { padding: 0 20px; height: 30px; line-height: 30px; clear: left; position: absolute; top: 12px; left: 0px; color: #fff; z-index: 2 } .ribbon-clip { left: -14px } .ribbon-clip:before { position: absolute; top: 30px; left: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-vertical-left-wrapper { padding-left: 40px; position: relative } .ribbon-vertical-right-wrapper { padding-right: 40px } .ribbon-wrapper-bottom { padding-bottom: 40px; padding-top: 0 } .ribbon-wrapper-right-bottom { padding-right: 40px } .ribbon-space-bottom { top: 0px } .ribbon-bookmark:before { position: absolute; top: 0; left: 100%; display: block; width: 0; height: 0; content: ''; border: 15px solid #2c323f; border-right: 10px solid transparent } .ribbon-right { left: auto; right: -2px } .ribbon-clip-right { right: -14px } .ribbon-clip-right:before { position: absolute; top: 30px; right: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-clip-bottom { left: -14px; bottom: 12px; top: auto } .ribbon-clip-bottom:before { position: absolute; bottom: 30px; left: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-clip-bottom-right { right: -14px; left: auto; bottom: 12px; top: auto } .ribbon-clip-bottom-right:before { position: absolute; bottom: 30px; right: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-bookmark.ribbon-right:before { right: 100%; left: auto; border-right: 15px solid #2c323f; border-left: 10px solid transparent } .ribbon-vertical-left { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; left: 12px; top: -2px } .ribbon-vertical-right { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; top: -2px; left: auto; right: 12px } .ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before { top: 100%; left: 0; margin-top: -14px; border-right: 15px solid #2c323f; border-bottom: 10px solid transparent } .ribbon-primary { background: #7366ff } .ribbon-primary { background: #7366ff } .ribbon-bookmark.ribbon-primary:before { border-color: #7366ff; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-primary:before { border-right-color: #7366ff; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before { border-right-color: #7366ff; border-bottom-color: transparent } .ribbon-primary.ribbon-corner:before { border-top-color: #7366ff; border-left-color: #7366ff } .ribbon-primary.ribbon-corner.ribbon-right:before { border-right-color: #7366ff; border-left-color: transparent } .ribbon-primary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #7366ff } .ribbon-primary.ribbon-clip:before { border-color: transparent; border-top-color: #43f; border-right-color: #43f } .ribbon-primary.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #43f; border-left-color: #43f } .ribbon-primary.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #43f; border-right-color: #43f } .ribbon-primary.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #43f; border-right-color: transparent; border-left-color: #43f } .ribbon-secondary { background: #f73164 } .ribbon-secondary { background: #f73164 } .ribbon-bookmark.ribbon-secondary:before { border-color: #f73164; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-secondary:before { border-right-color: #f73164; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before { border-right-color: #f73164; border-bottom-color: transparent } .ribbon-secondary.ribbon-corner:before { border-top-color: #f73164; border-left-color: #f73164 } .ribbon-secondary.ribbon-corner.ribbon-right:before { border-right-color: #f73164; border-left-color: transparent } .ribbon-secondary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f73164 } .ribbon-secondary.ribbon-clip:before { border-color: transparent; border-top-color: #ec0944; border-right-color: #ec0944 } .ribbon-secondary.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #ec0944; border-left-color: #ec0944 } .ribbon-secondary.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #ec0944; border-right-color: #ec0944 } .ribbon-secondary.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #ec0944; border-right-color: transparent; border-left-color: #ec0944 } .ribbon-success { background: #51bb25 } .ribbon-success { background: #51bb25 } .ribbon-bookmark.ribbon-success:before { border-color: #51bb25; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-success:before { border-right-color: #51bb25; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before { border-right-color: #51bb25; border-bottom-color: transparent } .ribbon-success.ribbon-corner:before { border-top-color: #51bb25; border-left-color: #51bb25 } .ribbon-success.ribbon-corner.ribbon-right:before { border-right-color: #51bb25; border-left-color: transparent } .ribbon-success.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #51bb25 } .ribbon-success.ribbon-clip:before { border-color: transparent; border-top-color: #3f901d; border-right-color: #3f901d } .ribbon-success.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #3f901d; border-left-color: #3f901d } .ribbon-success.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #3f901d; border-right-color: #3f901d } .ribbon-success.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #3f901d; border-right-color: transparent; border-left-color: #3f901d } .ribbon-danger { background: #dc3545 } .ribbon-danger { background: #dc3545 } .ribbon-bookmark.ribbon-danger:before { border-color: #dc3545; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-danger:before { border-right-color: #dc3545; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before { border-right-color: #dc3545; border-bottom-color: transparent } .ribbon-danger.ribbon-corner:before { border-top-color: #dc3545; border-left-color: #dc3545 } .ribbon-danger.ribbon-corner.ribbon-right:before { border-right-color: #dc3545; border-left-color: transparent } .ribbon-danger.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #dc3545 } .ribbon-danger.ribbon-clip:before { border-color: transparent; border-top-color: #bd2130; border-right-color: #bd2130 } .ribbon-danger.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #bd2130; border-left-color: #bd2130 } .ribbon-danger.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #bd2130; border-right-color: #bd2130 } .ribbon-danger.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #bd2130; border-right-color: transparent; border-left-color: #bd2130 } .ribbon-info { background: #a927f9 } .ribbon-info { background: #a927f9 } .ribbon-bookmark.ribbon-info:before { border-color: #a927f9; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-info:before { border-right-color: #a927f9; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before { border-right-color: #a927f9; border-bottom-color: transparent } .ribbon-info.ribbon-corner:before { border-top-color: #a927f9; border-left-color: #a927f9 } .ribbon-info.ribbon-corner.ribbon-right:before { border-right-color: #a927f9; border-left-color: transparent } .ribbon-info.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #a927f9 } .ribbon-info.ribbon-clip:before { border-color: transparent; border-top-color: #9106e7; border-right-color: #9106e7 } .ribbon-info.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #9106e7; border-left-color: #9106e7 } .ribbon-info.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #9106e7; border-right-color: #9106e7 } .ribbon-info.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #9106e7; border-right-color: transparent; border-left-color: #9106e7 } .ribbon-light { background: #f4f4f4 } .ribbon-light { background: #f4f4f4 } .ribbon-bookmark.ribbon-light:before { border-color: #f4f4f4; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-light:before { border-right-color: #f4f4f4; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before { border-right-color: #f4f4f4; border-bottom-color: transparent } .ribbon-light.ribbon-corner:before { border-top-color: #f4f4f4; border-left-color: #f4f4f4 } .ribbon-light.ribbon-corner.ribbon-right:before { border-right-color: #f4f4f4; border-left-color: transparent } .ribbon-light.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f4f4f4 } .ribbon-light.ribbon-clip:before { border-color: transparent; border-top-color: #dbdbdb; border-right-color: #dbdbdb } .ribbon-light.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #dbdbdb; border-left-color: #dbdbdb } .ribbon-light.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #dbdbdb; border-right-color: #dbdbdb } .ribbon-light.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #dbdbdb; border-right-color: transparent; border-left-color: #dbdbdb } .ribbon-dark { background: #2c323f } .ribbon-dark { background: #2c323f } .ribbon-bookmark.ribbon-dark:before { border-color: #2c323f; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-dark:before { border-right-color: #2c323f; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before { border-right-color: #2c323f; border-bottom-color: transparent } .ribbon-dark.ribbon-corner:before { border-top-color: #2c323f; border-left-color: #2c323f } .ribbon-dark.ribbon-corner.ribbon-right:before { border-right-color: #2c323f; border-left-color: transparent } .ribbon-dark.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #2c323f } .ribbon-dark.ribbon-clip:before { border-color: transparent; border-top-color: #171a21; border-right-color: #171a21 } .ribbon-dark.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #171a21; border-left-color: #171a21 } .ribbon-dark.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #171a21; border-right-color: #171a21 } .ribbon-dark.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #171a21; border-right-color: transparent; border-left-color: #171a21 } .ribbon-warning { background: #f8d62b } .ribbon-warning { background: #f8d62b } .ribbon-bookmark.ribbon-warning:before { border-color: #f8d62b; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-warning:before { border-right-color: #f8d62b; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before { border-right-color: #f8d62b; border-bottom-color: transparent } .ribbon-warning.ribbon-corner:before { border-top-color: #f8d62b; border-left-color: #f8d62b } .ribbon-warning.ribbon-corner.ribbon-right:before { border-right-color: #f8d62b; border-left-color: transparent } .ribbon-warning.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f8d62b } .ribbon-warning.ribbon-clip:before { border-color: transparent; border-top-color: #e8c308; border-right-color: #e8c308 } .ribbon-warning.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #e8c308; border-left-color: #e8c308 } .ribbon-warning.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #e8c308; border-right-color: #e8c308 } .ribbon-warning.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #e8c308; border-right-color: transparent; border-left-color: #e8c308 } .switch { position: relative; display: inline-block; width: 60px; height: 34px } .switch input { display: none } .switch input:checked+.switch-state { background-color: var(--theme-deafult) } .switch input:checked+.switch-state:before { -webkit-transform: translateX(26px); transform: translateX(26px) } .switch input:focus+.switch-state { -webkit-box-shadow: 0 0 1px var(--theme-deafult); box-shadow: 0 0 1px var(--theme-deafult) } .switch-state { border-radius: 20px; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #f4f4f4; -webkit-transition: .4s; transition: .4s } .switch-state:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: #fff; -webkit-transition: .4s; transition: .4s; border-radius: 20px } .icon-state .switch-state:after { content: "\efb8"; font-family: IcoFont; left: 10px; position: absolute; top: 10px; color: #2c323f; -webkit-transition: .4s; transition: .4s; opacity: 0.3 } .icon-state input:checked+.switch-state:after { content: "\efad"; left: 36px; opacity: 1; -webkit-transition: .4s; transition: .4s } .switch-lg .switch { width: 75px; height: 40px } .switch-lg .switch .switch-state:before { height: 30px; width: 30px; left: 7px; bottom: 5px; top: 4px } .switch-lg.icon-state .switch .switch-state:after { left: 12px; font-size: 18px } .switch-lg.icon-state .switch input:checked+.switch-state:after { left: 47px } .switch-lg.icon-state .switch input:checked+.switch-state:before { -webkit-transform: translateX(32px); transform: translateX(32px) } .switch-sm.icon-state .switch .switch-state:after { top: 4px; left: 4px; font-size: 8px } .switch-sm.icon-state .switch input:checked+.switch-state:after { left: 13px; top: 4px } .switch-sm .switch { width: 25px; height: 16px; margin-top: 10px; margin-bottom: 0px } .switch-sm .switch .switch-state:before { height: 8px; width: 8px; left: 4px; bottom: 4px } .switch-sm input:checked+.switch-state:before { left: -13px } .switch-outline .switch-state { background-color: #fff; border: 1px solid var(--theme-deafult); -webkit-transition: .4s; transition: .4s } .switch-outline .switch-state:before { background-color: #f4f4f4; bottom: 3px; color: #fff } .switch-outline .switch input { display: none } .switch-outline .switch input:checked+.switch-state { background-color: rgba(0, 0, 0, 0); border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state:before { background-color: var(--theme-deafult); bottom: 3px; -webkit-transform: translateX(26px); transform: translateX(26px) } .switch-outline .switch input:checked+.switch-state:after { color: #fff } .switch-outline .switch-state.bg-primary { border: 1px solid var(--theme-deafult); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-primary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state.bg-primary:before { background-color: var(--theme-deafult) } .switch-outline .switch-state.bg-dark { border: 1px solid #2c323f; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-dark { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #2c323f } .switch-outline .switch input:checked+.switch-state.bg-dark:before { background-color: #2c323f } .switch-outline .switch-state.bg-warning { border: 1px solid #f8d62b; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-warning { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #f8d62b } .switch-outline .switch input:checked+.switch-state.bg-warning:before { background-color: #f8d62b } .switch-outline .switch-state.bg-success { border: 1px solid #51bb25; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-success { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #51bb25 } .switch-outline .switch input:checked+.switch-state.bg-success:before { background-color: #51bb25 } .switch-outline .switch-state.bg-info { border: 1px solid #a927f9; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-info { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #a927f9 } .switch-outline .switch input:checked+.switch-state.bg-info:before { background-color: #a927f9 } .switch-outline .switch-state.bg-danger { border: 1px solid #dc3545; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-danger { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #dc3545 } .switch-outline .switch input:checked+.switch-state.bg-danger:before { background-color: #dc3545 } .switch-outline .switch-state.bg-primary { border: 1px solid var(--theme-deafult); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-primary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state.bg-primary:before { background-color: var(--theme-deafult) } .switch-outline .switch-state.bg-secondary { border: 1px solid var(--theme-secondary); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-secondary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-secondary) } .switch-outline .switch input:checked+.switch-state.bg-secondary:before { background-color: var(--theme-secondary) } .switch-showcase { margin-bottom: -8px } .switch-showcase .media { line-height: 1 } .switch-showcase .form-check .form-check-input { float: right } .form-switch .form-check-input:checked { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: var(--theme-deafult) } .nav i { margin-right: 10px } .nav-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .nav-theme .nav-link, .nav-pills.nav-theme .nav-link { color: var(--theme-deafult) } .nav-theme .nav-link.active, .nav-theme .show>.nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show>.nav-link { background-color: var(--theme-deafult); color: #fff } .nav-primary .nav-link, .nav-pills.nav-primary .nav-link { color: var(--theme-deafult) } .nav-primary .nav-link.active, .nav-primary .show>.nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show>.nav-link { background-color: var(--theme-deafult); color: #fff } .nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link { color: #f73164 } .nav-secondary .nav-link.active, .nav-secondary .show>.nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show>.nav-link { background-color: #f73164; color: #fff } .nav-success .nav-link, .nav-pills.nav-success .nav-link { color: #51bb25 } .nav-success .nav-link.active, .nav-success .show>.nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show>.nav-link { background-color: #51bb25; color: #fff } .nav-danger .nav-link, .nav-pills.nav-danger .nav-link { color: #dc3545 } .nav-danger .nav-link.active, .nav-danger .show>.nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show>.nav-link { background-color: #dc3545; color: #fff } .nav-info .nav-link, .nav-pills.nav-info .nav-link { color: #a927f9 } .nav-info .nav-link.active, .nav-info .show>.nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show>.nav-link { background-color: #a927f9; color: #fff } .nav-light .nav-link, .nav-pills.nav-light .nav-link { color: #f4f4f4 } .nav-light .nav-link.active, .nav-light .show>.nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show>.nav-link { background-color: #f4f4f4; color: #fff } .nav-dark .nav-link, .nav-pills.nav-dark .nav-link { color: #2c323f } .nav-dark .nav-link.active, .nav-dark .show>.nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show>.nav-link { background-color: #2c323f; color: #fff } .nav-warning .nav-link, .nav-pills.nav-warning .nav-link { color: #f8d62b } .nav-warning .nav-link.active, .nav-warning .show>.nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show>.nav-link { background-color: #f8d62b; color: #fff } .nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover { border-color: #fff #dee2e6 #dee2e6 } .tab-content~.nav-tabs.border-tab { margin-bottom: 0; margin-top: 30px } .border-tab.nav-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-bottom: 30px } .border-tab.nav-tabs .nav-item .nav-link { font-size: 16px; color: #2c323f; text-align: center; padding: 10px 25px; border: none; border-bottom: none; -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus { border-bottom: none } .border-tab.nav-left .nav-link { border-left: 2px solid transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #2c323f } .border-tab.nav-left .nav-link.active, .border-tab.nav-left .show>.nav-link { background-color: transparent; border-left-color: var(--theme-deafult); color: var(--theme-deafult); border-radius: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .border-tab.nav-right .nav-link { border-right: 2px solid transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #2c323f; text-align: right } .border-tab.nav-right .nav-link.active, .border-tab.nav-right .show>.nav-link { background-color: transparent; border-right-color: var(--theme-deafult); color: var(--theme-deafult); border-radius: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .border-tab.nav-theme .nav-link.active, .border-tab.nav-theme .nav-item.show, .border-tab.nav-theme .nav-link:focus, .border-tab.nav-theme .nav-link:hover { color: var(--theme-deafult); background-color: transparent } .border-tab.nav-theme .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus { border-bottom: 2px solid var(--theme-deafult) } .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus, .border-tab.nav-theme .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-left.nav-theme .nav-link.active, .border-tab.nav-left.nav-theme .show>.nav-link { border-left-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-right.nav-theme .nav-link.active, .border-tab.nav-right.nav-theme .show>.nav-link { border-right-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover { color: var(--theme-deafult); background-color: transparent } .border-tab.nav-primary .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus { border-bottom: 2px solid var(--theme-deafult) } .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-left.nav-primary .nav-link.active, .border-tab.nav-left.nav-primary .show>.nav-link { border-left-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-right.nav-primary .nav-link.active, .border-tab.nav-right.nav-primary .show>.nav-link { border-right-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-secondary .nav-link.active, .border-tab.nav-secondary .nav-item.show, .border-tab.nav-secondary .nav-link:focus, .border-tab.nav-secondary .nav-link:hover { color: #f73164; background-color: transparent } .border-tab.nav-secondary .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus { border-bottom: 2px solid #f73164 } .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover { color: #f73164 } .border-tab.nav-left.nav-secondary .nav-link.active, .border-tab.nav-left.nav-secondary .show>.nav-link { border-left-color: #f73164; color: #f73164 } .border-tab.nav-right.nav-secondary .nav-link.active, .border-tab.nav-right.nav-secondary .show>.nav-link { border-right-color: #f73164; color: #f73164 } .border-tab.nav-success .nav-link.active, .border-tab.nav-success .nav-item.show, .border-tab.nav-success .nav-link:focus, .border-tab.nav-success .nav-link:hover { color: #51bb25; background-color: transparent } .border-tab.nav-success .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus { border-bottom: 2px solid #51bb25 } .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover { color: #51bb25 } .border-tab.nav-left.nav-success .nav-link.active, .border-tab.nav-left.nav-success .show>.nav-link { border-left-color: #51bb25; color: #51bb25 } .border-tab.nav-right.nav-success .nav-link.active, .border-tab.nav-right.nav-success .show>.nav-link { border-right-color: #51bb25; color: #51bb25 } .border-tab.nav-danger .nav-link.active, .border-tab.nav-danger .nav-item.show, .border-tab.nav-danger .nav-link:focus, .border-tab.nav-danger .nav-link:hover { color: #dc3545; background-color: transparent } .border-tab.nav-danger .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus { border-bottom: 2px solid #dc3545 } .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover { color: #dc3545 } .border-tab.nav-left.nav-danger .nav-link.active, .border-tab.nav-left.nav-danger .show>.nav-link { border-left-color: #dc3545; color: #dc3545 } .border-tab.nav-right.nav-danger .nav-link.active, .border-tab.nav-right.nav-danger .show>.nav-link { border-right-color: #dc3545; color: #dc3545 } .border-tab.nav-info .nav-link.active, .border-tab.nav-info .nav-item.show, .border-tab.nav-info .nav-link:focus, .border-tab.nav-info .nav-link:hover { color: #a927f9; background-color: transparent } .border-tab.nav-info .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus { border-bottom: 2px solid #a927f9 } .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover { color: #a927f9 } .border-tab.nav-left.nav-info .nav-link.active, .border-tab.nav-left.nav-info .show>.nav-link { border-left-color: #a927f9; color: #a927f9 } .border-tab.nav-right.nav-info .nav-link.active, .border-tab.nav-right.nav-info .show>.nav-link { border-right-color: #a927f9; color: #a927f9 } .border-tab.nav-light .nav-link.active, .border-tab.nav-light .nav-item.show, .border-tab.nav-light .nav-link:focus, .border-tab.nav-light .nav-link:hover { color: #f4f4f4; background-color: transparent } .border-tab.nav-light .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus { border-bottom: 2px solid #f4f4f4 } .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover { color: #f4f4f4 } .border-tab.nav-left.nav-light .nav-link.active, .border-tab.nav-left.nav-light .show>.nav-link { border-left-color: #f4f4f4; color: #f4f4f4 } .border-tab.nav-right.nav-light .nav-link.active, .border-tab.nav-right.nav-light .show>.nav-link { border-right-color: #f4f4f4; color: #f4f4f4 } .border-tab.nav-dark .nav-link.active, .border-tab.nav-dark .nav-item.show, .border-tab.nav-dark .nav-link:focus, .border-tab.nav-dark .nav-link:hover { color: #2c323f; background-color: transparent } .border-tab.nav-dark .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus { border-bottom: 2px solid #2c323f } .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover { color: #2c323f } .border-tab.nav-left.nav-dark .nav-link.active, .border-tab.nav-left.nav-dark .show>.nav-link { border-left-color: #2c323f; color: #2c323f } .border-tab.nav-right.nav-dark .nav-link.active, .border-tab.nav-right.nav-dark .show>.nav-link { border-right-color: #2c323f; color: #2c323f } .border-tab.nav-warning .nav-link.active, .border-tab.nav-warning .nav-item.show, .border-tab.nav-warning .nav-link:focus, .border-tab.nav-warning .nav-link:hover { color: #f8d62b; background-color: transparent } .border-tab.nav-warning .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus { border-bottom: 2px solid #f8d62b } .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover { color: #f8d62b } .border-tab.nav-left.nav-warning .nav-link.active, .border-tab.nav-left.nav-warning .show>.nav-link { border-left-color: #f8d62b; color: #f8d62b } .border-tab.nav-right.nav-warning .nav-link.active, .border-tab.nav-right.nav-warning .show>.nav-link { border-right-color: #f8d62b; color: #f8d62b } .tabbed-card ul { position: absolute; right: 22px; top: 33px; border-bottom: none } .tabbed-card ul.border-tab.nav-tabs { top: 12px } .tabbed-card ul.border-tab.nav-tabs .nav-item { float: right } .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link { padding: 32px 15px } thead, tbody, tfoot, tr, td, th { border-color: #dee2e6 } .pills-component { width: 20% } .table { margin-bottom: 0px } .table>:not(:last-child)>:last-child>* { border-bottom-color: #ecf3fa } .table th, .table td { padding: .75rem } .table.table-primary th { color: #fff } .table thead.bg-primary tr th { color: #fff } .table th { color: #2b2b2b; font-weight: 500 } .table td { color: #2b2b2b } .table [class*='bg-'] { color: #fff } .table .bg-light { color: #2b2b2b } .table tfoot { font-weight: bold } .table-dark th { color: #fff } .table-inverse { color: #fff; background-color: #292b2c } .table-inverse th, .table-inverse td { border-color: #fff; color: #fff } .table-inverse.table-bordered { border: 0 } .table[class*='bg-'] th, .table[class*='bg-'] td { color: #fff } .table-hover>tbody>tr:hover { --bs-table-accent-bg: #f6f6f6 } .table-double { border-left: 4px double #dee2e6; border-right: 4px double #dee2e6 } .table-double thead, .table-double tbody, .table-double tfoot, .table-double tr, .table-double td, .table-double th { border-style: double; border-width: 4px; border-right: 0; border-left: 0 } .table-dotted { border-left: 2px dotted #dee2e6; border-right: 2px dotted #dee2e6 } .table-dotted thead, .table-dotted tbody, .table-dotted tfoot, .table-dotted tr, .table-dotted td, .table-dotted th { border-style: dotted !important; border-width: 2px; border-right: 0; border-left: 0 } .table-dashed { border-left: 2px dashed #dee2e6; border-right: 2px dashed #dee2e6 } .table-dashed thead, .table-dashed tbody, .table-dashed tfoot, .table-dashed tr, .table-dashed td, .table-dashed th { border-style: dashed !important; border-width: 2px; border-right: 0; border-left: 0 } .table-xl td, .table-xl th { padding: 1.25rem 2rem; font-size: 120% } .table-lg td, .table-lg th { padding: 0.9rem 2rem; font-size: 110% } .table-de td, .table-de th { padding: 0.75rem 2rem } .table-sm th, .table-sm td { padding: 0.5rem 2rem; font-size: 90% } .table-xs th, .table-xs td { padding: 0.2rem 2rem; font-size: 80% } .table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td { border-top: 1px solid #f2f4ff; padding: 0.75rem 2rem } .table-border-vertical tr, .table-border-vertical th, .table-border-vertical td { border-top: 0; border-right: 1px solid #f2f4ff } .table-border-vertical tr td { border-bottom: 0 } .table-border-vertical tr td:last-child { border-right: none } .table-border-vertical tbody tr th { border-bottom: 0 } .table-bordernone td { border: none !important } .table-bordernone thead th { border: none !important } .table-bordernone .u-s-tb { padding: 11px } .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: rgba(245, 247, 250, 0.5) } .table-bordered thead, .table-bordered tbody, .table-bordered tfoot, .table-bordered tr, .table-bordered td, .table-bordered th { border-color: #f2f4ff } .bootstrap-touchspin input.touchspin { padding: 0 12px } .bootstrap-touchspin .input-group .btn { padding: 0.5rem 1.75rem } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down { margin-top: -2px } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i { position: absolute; top: 4px; left: 7px; font-size: 10px; font-weight: normal } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical>.btn { display: block; float: none; width: 100%; max-width: 100%; padding: 9px; margin-left: -1px; position: relative } .bootstrap-touchspin .input-group { font-family: Rubik, sans-serif } .bootstrap-touchspin .input-group .btn { border-radius: 0 !important } .bootstrap-touchspin .dropdown-basic .dropdown .dropbtn { padding: 9px 30px } .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content { z-index: 9999 } .introjs-helperLayer { background-color: rgba(255, 255, 255, 0.9); border: 1px solid rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) } .introjs-tooltipReferenceLayer { background-color: transparent } .introjs-helperNumberLayer { color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background: #dc3545; background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-deafult)), to(var(--theme-deafult))); background: linear-gradient(to bottom, var(--theme-deafult) 0%, var(--theme-deafult) 100%); border: 3px solid #fff; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) } .introjs-arrow { border: 12px solid #fff } .introjs-arrow.top { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.top-right { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.top-middle { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.right { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: var(--theme-deafult) } .introjs-arrow.right-bottom { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: var(--theme-deafult) } .introjs-arrow.bottom { border-top-color: var(--theme-deafult); border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent } .introjs-arrow.left { border-top-color: transparent; border-right-color: var(--theme-deafult); border-bottom-color: transparent; border-left-color: transparent } .introjs-arrow.left-bottom { border-top-color: transparent; border-right-color: var(--theme-deafult); border-bottom-color: transparent; border-left-color: transparent } .introjs-tooltip { background-color: var(--theme-deafult); -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); color: #fff; border-color: var(--theme-deafult) } .introjs-button { border: 1px solid #efefef; text-shadow: 1px 1px 0 #fff; color: #2b2b2b !important; background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); background-image: linear-gradient(#fff, #fff) } .introjs-button:hover { border-color: #efefef } .introjs-button:focus, .introjs-button:active { background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf3fa), to(#efefef)); background-image: linear-gradient(#ecf3fa, #efefef) } .introjs-skipbutton { color: var(--theme-deafult) } .introjs-prevbutton.introjs-fullbutton { border: 1px solid #efefef } .introjs-disabled { color: var(--theme-deafult); border-color: #efefef } .introjs-disabled:hover, .introjs-disabled:focus { color: var(--theme-deafult); border-color: #efefef } .introjs-bullets ul li a { background: #ecf3fa } .introjs-bullets ul li a:hover { background: #fff } .introjs-bullets ul li a.active { background: #fff } .introjs-progress { background-color: #f4f4f4 } .introjs-progressbar { background-color: var(--theme-deafult) } .introjs-hint:hover>.introjs-hint-pulse { border: 5px solid rgba(60, 60, 60, 0.57) } .introjs-hint-pulse { border: 5px solid rgba(60, 60, 60, 0.27); background-color: rgba(136, 136, 136, 0.24) } .introjs-hint-dot { border: 10px solid rgba(146, 146, 146, 0.36) } .jstree-default .jstree-clicked { background-color: #fff; -webkit-box-shadow: none; box-shadow: none; color: #2c323f } .vakata-context, .vakata-context ul { background-color: #fff; border: none; -webkit-box-shadow: 0 0 2px 2px #efefef; box-shadow: 0 0 2px 2px #efefef } .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep { display: none } .vakata-context li a:hover, .vakata-context ul li a:hover { background-color: #fff; -webkit-box-shadow: None; box-shadow: None } .vakata-context .vakata-context-separator, .vakata-context ul .vakata-context-separator { display: none } .Typeahead { width: 100% } .Typeahead * { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead *:before { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead *:after { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead .tt-hint { display: none !important } .u-cf:before { content: " "; display: table } .u-cf:after { content: " "; display: table; clear: both } .u-hidden { display: none !important } .u-posRelative { position: relative } .Typeahead-spinner { position: absolute; top: 14px; right: 18px; display: none; color: #c5c5c5 } .ProfileCard-avatar svg { height: 18px; vertical-align: bottom } .ProfileCard-avatar svg path { color: #7e7c7c !important } .ProfileCard-avatar svg polygon { color: #7e7c7c !important } .Typeahead-hint { width: 100%; padding: 5px 8px; font-size: 24px; line-height: 30px; border: 1px solid #024e6a; border-radius: 8px; position: absolute; top: 0; left: 0; color: #ccd6dd; opacity: 1 } .Typeahead-menu { position: absolute; top: 100%; left: 0; padding: 15px; z-index: 100; display: none; width: 100%; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) } .Typeahead-menu.is-open { display: block } .Typeahead-selectable { cursor: pointer } .Typeahead-selectable+.Typeahead-selectable { border-top: 1px solid #ccd6dd } .ProfileCard { position: relative; padding: 10px; border: 1px solid #ccc !important; margin-bottom: 10px; border-radius: 10px } .ProfileCard:hover { color: #414345; background: #f8f8f8 } .ProfileCard:hover .ProfileCard-avatar { border-color: #f5f8fa } .ProfileCard:hover .ProfileCard-screenName { color: #fff } .ProfileCard:hover .ProfileCard-stat-label { color: #fff } .ProfileCard-avatar { position: absolute; border-radius: 5px } .ProfileCard-details { padding-left: 35px; float: left } .ProfileCard-realName { display: inline-block; color: #898989 } .ProfileCard-screenName { display: inline-block; color: #898989 } .ProfileCard-description { margin-top: 5px; font-size: 14px; line-height: 18px } .ProfileCard-stats { float: right; text-align: right } .ProfileCard-stat { display: inline-block; font-size: 12px; line-height: 16px; text-transform: uppercase } .ProfileCard-stat+.ProfileCard-stat { margin-left: 5px } .ProfileCard-stat-label { color: #898989; font-weight: 500 } .ProfileCard.is-active { color: #fff; background: var(--theme-deafult) } .ProfileCard.is-active .ProfileCard-screenName { color: #fff } .ProfileCard.is-active .ProfileCard-stat-label { color: #fff } .EmptyMessage { position: relative; padding: 10px; font-size: 14px; line-height: 30px; text-align: center } .Typeahead-spinner { width: 1rem; height: 1rem } [data-simplebar] { position: unset } .simplebar-mask { top: 100px } .simplebar-track { right: -2px } .simplebar-track.simplebar-vertical { top: 100px; width: 10px } .simplebar-track.simplebar-horizontal { visibility: hidden !important } .simplebar-scrollbar:before { background: rgba(115, 102, 255, 0.2) } .blog-box img { border-radius: 0.25rem } .blog-box .top-radius-blog { border-bottom-left-radius: 0; border-bottom-right-radius: 0 } .blog-box h6 { font-weight: 600; margin: 15px 0 } .blog-box .blog-details { padding-right: 20px } .blog-box .blog-details .blog-social { margin-top: 30px } .blog-box .blog-details .blog-social li { display: inline-block; font-size: 12px; color: rgba(43, 43, 43, 0.7) } .blog-box .blog-details .blog-social li+li { padding-left: 20px; line-height: 1; padding-right: 0 } .blog-box .blog-details .blog-social li i { padding-right: 5px; font-weight: 300 } .blog-box .blog-details .blog-social li:first-child { border-right: 1px solid gray; padding-right: 20px } .blog-box .blog-details-main hr { background-color: #ccc } .blog-box .blog-details-main .blog-social { margin: 20px 0 } .blog-box .blog-details-main .blog-social li { display: inline-block; font-size: 12px; color: rgba(43, 43, 43, 0.7); padding: 0 24px; border-right: 1px dotted } .blog-box .blog-details-main .blog-social li:last-child { border-right: 0 } .blog-box .blog-details-main .blog-social li i { padding-right: 5px } .blog-box .blog-details-main .blog-bottom-details { margin: 20px; font-size: 14px; line-height: 1.714; font-weight: 500 } .blog-box .blog-date { color: rgba(43, 43, 43, 0.7) } .blog-box .blog-date span { font-size: 36px; font-weight: 500; padding-right: 5px } .blog-box.blog-shadow:before { -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6); box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 5px; content: ""; position: absolute; height: 100%; top: 0; width: 100%; bottom: 0 } .blog-box.blog-shadow:hover:before { -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65); box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .blog-box.blog-shadow .blog-details { position: absolute; bottom: 0; width: 100%; padding: 40px } .blog-box.blog-shadow .blog-details h4 { color: #fff; margin-bottom: 0 } .blog-box.blog-shadow .blog-details p { font-size: 14px; color: #fff; margin-bottom: 10px } .blog-box.blog-shadow .blog-details .blog-social li { color: #fff } .blog-list .blog-details .blog-social { margin-top: 0 } .blog-list .blog-details h6 { margin-top: 0; color: gray; font-weight: 500 } .blog-list .blog-details hr { margin-top: 10px; margin-bottom: 10px } .blog-list img { padding: 17px } .blog-grid img { width: 100% } .blog-grid .blog-details { padding: 20px } .blog-grid .blog-details h6 { font-size: 14px; margin-bottom: 0; line-height: 1.8 } .blog-box { position: relative; max-height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .blog-box .blog-details p { font-size: 14px; line-height: 1.8; letter-spacing: 0.7px; margin-top: 30px; margin-bottom: 0; color: rgba(43, 43, 43, 0.7) } .blog-box .blog-details h4 { font-size: 18px; font-weight: 500; line-height: 1.5; margin-top: 20px; margin-bottom: 0 } .blog-box .blog-details .single-blog-content-top { margin-top: 20px; border-top: 1px solid #efefef } .blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li { font-size: 14px } .comment-box { padding-top: 50px; padding-bottom: 50px } .comment-box hr { margin-top: 20px; margin-bottom: 30px } .comment-box li { margin-bottom: 30px } .comment-box li:last-child { margin-bottom: 0 } .comment-box ul ul { margin-left: 135px } .comment-box p { font-size: 14px; line-height: 2; color: rgba(43, 43, 43, 0.7); text-align: justify; margin-bottom: 0 } .comment-box h4 { font-weight: 600 } .comment-box .media img { margin-right: 30px; border-radius: 10px; height: 90px; padding: 7px; width: 90px; border: 1px solid #efefef } .comment-box .media h6 { font-weight: 500; margin-bottom: 20px } .comment-box .media h6 span { padding-left: 10px; font-size: 13px; color: rgba(43, 43, 43, 0.7); font-weight: 400 } .comment-box .comment-social li { display: inline-block; color: #ccc; padding-left: 20px; margin-bottom: 0; text-transform: uppercase } .comment-box .comment-social li:first-child { border-right: 1px solid #efefef; padding-right: 20px } .comment-box .comment-social li i { padding-right: 10px } .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 30px } .bookmark-wrap .btn-mail { color: var(--theme-deafult) !important } .bookmark-wrap .details-bookmark .row>div+div { padding-right: 15px !important } .bookmark-wrap .left-bookmark { height: 700px } .bookmark-wrap .left-bookmark ul li button { border: none; cursor: pointer } .bookmark-wrap .left-bookmark ul li button:focus { outline: none } .bookmark-wrap .left-bookmark ul li svg { width: 18px; height: 18px; vertical-align: middle } .bookmark-wrap .left-bookmark ul li>.main-title { color: var(--theme-deafult); font-weight: 500; margin-bottom: 5px; display: block; font-size: 16px } .bookmark-wrap .left-bookmark ul li>.main-title span a:hover { background-color: rgba(0, 0, 0, 0) } .bookmark-wrap .left-bookmark ul li>.main-title svg { color: #898989; stroke-width: 1px } .bookmark-wrap .left-bookmark ul li a>.title { text-transform: capitalize } .form-bookmark a { text-transform: capitalize !important; color: var(--theme-deafult) !important; line-height: 1 !important; font-weight: 500 } .form-bookmark a:hover { background-color: rgba(0, 0, 0, 0) !important } .form-bookmark input#index_var { display: none } .form-bookmark input, .form-bookmark select { font-size: 14px } .form-bookmark .select2-container .select2-selection--single { border-color: #ced4da } .form-bookmark .select2 { width: 100% !important } .form-bookmark .error { margin: 0 !important; font-size: 11px; color: red !important } .form-bookmark button { margin-top: 10px } @-webkit-keyframes displayTransition { from { opacity: 0 } to { opacity: 1 } } @keyframes displayTransition { from { opacity: 0 } to { opacity: 1 } } .bookmark-tabcontent .details-bookmark { height: auto; min-height: 359px } .bookmark-tabcontent .details-bookmark .bookmark-card { position: relative } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { padding: 3px; border-radius: 4px; background-color: rgba(0, 0, 0, 0.2); width: 30px; position: absolute; right: 15px; top: 15px; opacity: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i { color: #fff; font-size: 16px; vertical-align: text-bottom } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i { color: #fed112 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data { width: 100% } .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general { display: none } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { -webkit-transition: 0.5s; transition: 0.5s } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark { text-align: left; padding: 15px; border-top: 1px solid #f4f4f4; position: relative } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h6 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block { opacity: 0; position: absolute; width: 100%; padding: 15px; top: 30px; left: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li { display: inline-block } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li+li { margin-left: 5px } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg { width: 16px; height: 16px; color: #898989 } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover { -webkit-box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04); box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04); -webkit-transition: 0.5s; transition: 0.5s } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p { opacity: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block { opacity: 1; -webkit-animation: displayTransition 2s; animation: displayTransition 2s } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon { opacity: 1 } .bookmark-tabcontent .details-bookmark.list-bookmark .row .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { opacity: 1 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block { position: absolute; right: 30px; opacity: 1; text-align: right } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block { opacity: 1; -webkit-animation: displayTransition 0s; animation: displayTransition 0s } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark { border-top: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 { margin-top: 0; display: inline-block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 { position: relative; padding-right: 15px; margin-bottom: -5px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after { position: absolute; content: '-'; right: 0; color: #898989 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general { margin-top: 5px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p { width: 68%; margin-right: 20px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 20% } .bookmark-tabcontent .tab-content .card .d-flex { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .bookmark-tabcontent .tab-content .card .d-flex svg { width: 18px; height: 18px; vertical-align: middle } .bookmark-tabcontent .tab-content .card .d-flex ul li { display: inline-block } .bookmark-tabcontent .tab-content .card .d-flex ul li+li { margin-left: 5px } .bookmark-tabcontent .tab-content .tab-pane>.card { -webkit-box-shadow: none; box-shadow: none } @media only screen and (max-width: 1660px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block { margin-top: 6px } } @media screen and (min-width: 1200px) and (max-width: 1366px) { .bookmark-wrap .left-bookmark ul li .btn-block svg { display: none } } @media only screen and (max-width: 1366px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 40% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block { top: 80px } } @media only screen and (max-width: 1199px) { .bookmark-wrap .left-bookmark { height: auto } .bookmark-tabcontent .details-bookmark { min-height: auto } } @media only screen and (max-width: 991px) { .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 20px } } @media only screen and (max-width: 767px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 172px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul { position: relative; right: unset; top: unset } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 45% } } @media only screen and (max-width: 575px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 100% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark { padding-left: 15px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block { position: relative; right: unset; text-align: left; top: unset; padding: 0 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6 { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6::after { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { margin-top: 15px } .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 15px } } .cart .total-amount { text-align: right !important; margin-top: 30px } .cart .amount-space { margin-left: 40px } .cart .cart-btn-transform { text-transform: capitalize } .cart .qty-box { width: 25%; margin: 0 auto } .cart .qty-box .input-group .btn { background-color: #ddd !important; border-color: #ddd !important; padding: 8px 12px } .cart-buttons { margin-top: 30px } .cart-buttons .cart-btn { float: right; padding-right: 85px } .radial-bar.radial-bar-lg:after, .radial-bar.radial-bar-lg>img { width: 70px; height: 70px; margin-left: 15px; margin-top: 15px; line-height: 70px } .radial-bar.radial-bar-sm:after, .radial-bar.radial-bar-sm>img { width: 35px; height: 35px; margin-left: 7.5px; margin-top: 7.5px; line-height: 35px } .radial-bar.radial-bar-xs:after, .radial-bar.radial-bar-xs>img { width: 20px; height: 20px; margin-left: 5.5px; margin-top: 4.5px; line-height: 21px } .chart-block canvas { width: 100% !important } .chart-block .chart-overflow { overflow: hidden; text-align: center } .candidcahrt { width: 100%; height: 470px } .amcharts-export-canvas { position: absolute; display: none; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-color: #fff } .amcharts-export-canvas .canvas-container { -webkit-transition: opacity .5s ease-out; transition: opacity .5s ease-out } .amcharts-export-canvas.active { display: block } .amcharts-export-canvas.dropbox .canvas-container { opacity: .5 } .flot-chart-container { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 400px } .flot-chart-container #toggling-series-flot { width: 79% !important } .all-chart .flot-chart-container { height: 350px } .flot-chart-placeholder { width: 100%; height: 100%; font-size: 14px; line-height: 1.2em; text-align: center } .flot-chart-placeholder .legend table { border-spacing: 5px } .morris-hover { position: absolute; z-index: 8 } .morris-hover.morris-default-style { border-radius: 10px; padding: 6px; color: #898989; background: #fff; border: solid 1px #ecf3fa; font-family: sans-serif; font-size: 12px; text-align: center } .morris-hover.morris-default-style .morris-hover-row-label { font-weight: bold; margin: 0.25em 0 } .morris-hover.morris-default-style .morris-hover-point { white-space: nowrap; margin: 0.1em 0 } .chart-sparkline { position: absolute; left: 0; top: 0; visibility: hidden; background: rgba(49, 49, 49, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); color: #fff; font: 10px Rubik, sans-serif; text-align: left; white-space: nowrap; padding: 5px; border: 1px solid rgba(49, 49, 49, 0.75); -webkit-box-sizing: content-box; box-sizing: content-box; z-index: 10000; border-radius: 5px } .chart-sparkline .jqsfield { color: #fff; font: 10px Rubik, sans-serif; text-align: left } .radial-bar { position: relative; display: inline-block; border-radius: 50%; background-color: transparent; -webkit-box-sizing: content-box; box-sizing: content-box; width: 80px; height: 80px; font-size: 18px; background-clip: content-box } .radial-bar:after { display: inline-block; position: absolute; top: 0; left: 0; border-radius: 50%; text-align: center; font-weight: 500; color: #455a64; content: attr(data-label); background-color: #fff; z-index: 1; width: 56px; height: 56px; margin-left: 12px; margin-top: 12px; line-height: 56px } .radial-bar>img { display: inline-block; position: absolute; top: 0; left: 0; border-radius: 50%; text-align: center; font-weight: 500; color: #455a64; z-index: 3; width: 56px; height: 56px; margin-left: 12px; margin-top: 12px; line-height: 56px } .radial-bar-danger.radial-bar-20 { background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #dc3545 50%, #efefef 50%, #efefef) } .radial-bar.radial-bar-lg { width: 100px; height: 100px; font-size: 20px } .radial-bar.radial-bar-sm { width: 50px; height: 50px; font-size: 12px } .radial-bar.radial-bar-xs { width: 30px; height: 30px; font-size: 8px } .pieLabel div { color: #fff !important } .pieLabel div input[type=checkbox] { margin: 7px } .knob-chart { min-height: 255px } .knob-chart .chart-clock-main { position: relative; width: 200px; margin: 45px auto } .knob-chart .chart-clock-main .clock-large { position: absolute; left: -48px; top: -45px } .knob-chart .chart-clock-main .clock-medium { position: absolute; left: 2px; top: 5px } .knob-chart .chart-clock-main .clock-small { position: absolute; left: 15px; top: 55px } .peity-charts svg { width: 100%; height: 250px } .peity-charts.peity-chart-primary svg polygon { fill: rgba(115, 102, 255, 0.2) } .peity-charts.peity-chart-primary svg polyline { stroke: var(--theme-deafult) } .bar-odd-even svg rect:nth-child(odd) { fill: var(--theme-deafult) } .bar-odd-even svg rect:nth-child(even) { fill: var(--theme-secondary) } .donut-peity svg path:nth-child(odd) { fill: var(--theme-deafult) } .donut-peity svg path:nth-child(even) { fill: var(--theme-secondary) } .small-donut~svg path:nth-child(odd), .small-donut svg path:nth-child(odd), .donut-peity2~svg path:nth-child(odd), .donut-peity2 svg path:nth-child(odd), .pie-peity~svg path:nth-child(odd), .pie-peity svg path:nth-child(odd) { fill: var(--theme-deafult) } .small-donut~svg path:nth-child(even), .small-donut svg path:nth-child(even), .donut-peity2~svg path:nth-child(even), .donut-peity2 svg path:nth-child(even), .pie-peity~svg path:nth-child(even), .pie-peity svg path:nth-child(even) { fill: #efefef } .small-donut2~svg path:nth-child(odd) { fill: var(--theme-secondary) } .small-donut3~svg path:nth-child(odd) { fill: #51bb25 } .small-donut4~svg path:nth-child(odd) { fill: #a927f9 } .small-donut5~svg path:nth-child(odd) { fill: #f8d62b } .small-donut6~svg path:nth-child(odd) { fill: #dc3545 } p.data-attributes svg { margin-right: 10px } .knob-block { position: relative } .knob-block input { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; height: 100% !important; width: 100% !important; left: 0 !important; top: 0 !important; margin-left: 0 !important; margin-top: -3px !important } .knob-input-disable input { display: none !important } .apex-chart { margin: 0 auto } .apexcharts-toolbar { z-index: 1 !important } .apexcharts-menu-item { width: 110px } .word-tree { height: 400px } .ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area { fill: var(--theme-deafult) } .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut { stroke: var(--theme-deafult) } .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut { stroke: var(--theme-secondary) } .ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area { fill: var(--theme-secondary) } .apache-cotainer { width: 100%; height: 350px; margin: 0 } .boxplot-cotainer { height: 420px } .apache-cotainer-large { width: 100%; height: 500px; margin: 0 } .test-buttons button+button { margin-left: 10px } .clip-chart-wrapper .test-chart-block { margin-bottom: -30px } #echart-gauge .test-chart { width: 100%; height: 395px } .polar-line { height: 350px } #dotted { height: 390px } .chat-box .toogle-bar { display: none } .chat-box .chat-menu { max-width: 340px } .chat-box .people-list .search { position: relative } .chat-box .people-list .search .form-control { background-color: #fafdff; border: 1px solid #f4f4f4 } .chat-box .people-list .search .form-control::-webkit-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::-moz-placeholder { color: #59667a } .chat-box .people-list .search .form-control:-ms-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::-ms-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::placeholder { color: #59667a } .chat-box .people-list .search i { position: absolute; right: 10px; top: 10px; font-size: 14px; color: #ecf3fa } .chat-box .people-list ul { padding: 0 } .chat-box .people-list ul li { padding-bottom: 20px } .chat-box .people-list ul li:last-child { padding-bottom: 0 } .chat-box .user-image { float: left; width: 52px; height: 52px; margin-right: 5px } .chat-box .about { float: left; margin-top: 5px; padding-left: 10px } .chat-box .about .name { color: #2c323f; letter-spacing: 1px; font-weight: 500 } .chat-box .status { color: #59667a; letter-spacing: 1px; font-size: 12px; margin-top: 5px } .chat-box .status .chat-status { font-weight: 600; color: #2b2b2b } .chat-box .status p { font-size: 14px } .chat-box .chat-right-aside .chat .chat-header { padding: 15px; border-bottom: 1px solid #f4f4f4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .chat-box .chat-right-aside .chat .chat-header img { float: left; width: 50px; height: 50px; -webkit-box-shadow: 1px 1px 4px 1px #ecf3fa; box-shadow: 1px 1px 4px 1px #ecf3fa } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li { margin-right: 24px } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { color: rgba(43, 43, 43, 0.7); font-size: 25px; cursor: pointer } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons { margin-left: auto } .chat-box .chat-right-aside .chat .chat-msg-box { padding: 20px; overflow-y: auto; height: 560px; margin-bottom: 80px } .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img { margin-top: -35px } .chat-box .chat-right-aside .chat .chat-msg-box .message-data { margin-bottom: 10px } .chat-box .chat-right-aside .chat .chat-msg-box .message-data-time { letter-spacing: 1px; font-size: 12px; color: #59667a } .chat-box .chat-right-aside .chat .chat-msg-box .message { color: #2c323f; padding: 20px; line-height: 1.9; letter-spacing: 1px; font-size: 14px; margin-bottom: 30px; width: 50%; position: relative } .chat-box .chat-right-aside .chat .chat-msg-box .my-message { border: 1px solid #f4f4f4; border-radius: 10px; border-top-left-radius: 0 } .chat-box .chat-right-aside .chat .chat-msg-box .other-message { background-color: #fdfeff; border-radius: 10px; border-top-right-radius: 0 } .chat-box .chat-right-aside .chat .chat-message { padding: 20px; border-top: 1px solid #fafdff; position: absolute; width: calc(100% - 15px); background-color: #fff; bottom: 0 } .chat-box .chat-right-aside .chat .chat-message .smiley-box { background: #efefef; padding: 10px; display: block; border-radius: 4px; margin-right: 0.5rem } .chat-box .chat-right-aside .chat .chat-message .text-box { position: relative } .chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx { height: 50px; border: 2px solid var(--theme-deafult); padding-left: 18px; font-size: 12px; letter-spacing: 1px } .chat-box .chat-right-aside .chat .chat-message .text-box i { position: absolute; right: 20px; top: 20px; font-size: 20px; color: #ecf3fa; cursor: pointer } .chat-box .chat-right-aside .chat .chat-message .text-box .btn { font-size: 16px; font-weight: 500; padding: 0.74rem 1.75rem; border-radius: 0 5px 5px 0 } .chat-box .chat-menu { border-left: 1px solid #f4f4f4 } .chat-box .chat-menu .tab-pane { padding: 0 15px } .chat-box .chat-menu ul li .about .status i { font-size: 10px } .chat-box .chat-menu .user-profile { margin-top: 30px } .chat-box .chat-menu .user-profile .user-content h5 { margin: 25px 0 } .chat-box .chat-menu .user-profile .user-content hr { margin: 25px 0 } .chat-box .chat-menu .user-profile .user-content p { font-size: 16px } .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link.active, .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link.show, .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link:focus { border-bottom: 0 } .chat-box .chat-menu .user-profile .image { position: relative } .chat-box .chat-menu .user-profile .image .icon-wrapper { position: absolute; bottom: 0; left: 55%; 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; height: 35px; width: 35px; border-radius: 50%; background-color: #fff; cursor: pointer; overflow: hidden; margin: 0 auto; font-size: 14px; -webkit-box-shadow: 1px 1px 3px 1px #f4f4f4; box-shadow: 1px 1px 3px 1px #f4f4f4 } .chat-box .chat-menu .user-profile .image .avatar img { border-radius: 50%; border: 5px solid #f4f4f4 } .chat-box .chat-menu .user-profile .border-right { border-right: 1px solid #dee2e6 } .chat-box .chat-menu .user-profile .follow { margin-top: 0 } .chat-box .chat-menu .user-profile .follow .follow-num { font-size: 20px; color: #000 } .chat-box .chat-menu .user-profile .follow span { color: #242934; font-size: 14px; letter-spacing: 1px } .chat-box .chat-menu .user-profile .social-media a { color: #59667a; font-size: 15px; padding: 0 7px } .chat-box .chat-menu .user-profile .chat-profile-contact p { font-size: 14px; color: #59667a } .chat-box .chat-menu .nav { margin-bottom: 20px } .chat-box .chat-menu .nav-tabs .nav-item { width: 33.33% } .chat-box .chat-menu .nav-tabs .nav-item a { padding: 15px !important; color: #59667a !important; letter-spacing: 1px; font-size: 14px; font-weight: 500; height: 60px; 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 } .chat-box .chat-menu .nav-tabs .nav-item .material-border { border-width: 1px; border-color: var(--theme-deafult) } .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active { color: #000 !important } .chat-box .chat-history .call-content { 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; min-width: 300px } .chat-box .chat-history .total-time h2 { font-size: 50px; color: #efefef; font-weight: 600; margin-bottom: 30px } .chat-box .chat-history .receiver-img { margin-top: 55px } .chat-box .chat-history .receiver-img img { border-radius: 5px } .chat-box .chat-history .call-icons { margin-bottom: 35px } .chat-box .chat-history .call-icons ul li { width: 60px; height: 60px; border: 1px solid #f4f4f4; border-radius: 50%; padding: 12px; cursor: pointer } .chat-box .chat-history .call-icons ul li+li { margin-left: 10px } .chat-box .chat-history .call-icons ul li a { color: #999; font-size: 25px } .chat-left-aside>.media { margin-bottom: 15px } .chat-left-aside .people-list { height: 625px } .chat-left-aside ul li { position: relative } .status-circle { width: 12px; height: 12px; position: absolute; top: 4px; left: 44px; border-radius: 50%; border: 2px solid #fff } .away { background-color: #f8d62b } .online { background-color: #51bb25 } .offline { background-color: #dc3545 } .chat-container .aside-chat-left { width: 320px } .chat-container .chat-right-aside { width: 320px } .call-chat-sidebar { max-width: 320px } .call-chat-sidebar .card .card-body, .chat-body .card .card-body { padding: 15px } .checkout .checkout-details { background-color: #f9f9f9; border: 1px solid #dddddd; padding: 40px } .checkout .checkout-details .order-place { margin-top: 15px } .order-box .title-box { padding-bottom: 20px; color: #444444; font-size: 22px; border-bottom: 1px solid #ededed; margin-bottom: 20px } .order-box .title-box span { width: 35%; float: right; font-weight: 600; text-align: right } .order-box .title-box h4 { font-weight: 600 } .order-box .title-box .checkbox-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .order-box .sub-total li { position: relative; display: inline-block; font-size: 16px; font-weight: 600; color: #333333; line-height: 20px; margin-bottom: 20px; width: 100% } .order-box .sub-total li .count { position: relative; font-size: 18px; line-height: 20px; font-weight: 400; width: 35%; float: right; text-align: right } .order-box .sub-total .shipping-class { margin-bottom: 12px } .order-box .sub-total .shipping-class .shopping-checkout-option { margin-top: -4px; position: relative; font-size: 18px; line-height: 20px; color: var(--theme-deafult); font-weight: 400; width: 35%; float: right; text-align: right } .order-box .total { position: relative; margin-bottom: 30px } .order-box .total li { position: relative; display: block; font-weight: 400; color: #333333; line-height: 20px; font-size: 18px } .order-box .qty { position: relative; border-bottom: 1px solid #ededed; margin-bottom: 30px } .order-box .qty li { position: relative; display: block; font-size: 15px; color: #444444; line-height: 20px; margin-bottom: 20px } .order-box .qty li span { float: right; font-size: 18px; line-height: 20px; color: #232323; font-weight: 400; width: 35%; text-align: right } .radio-option { position: relative } .img-paypal { width: 30%; margin-left: 15px } @media screen and (max-width: 1199px) { .checkout .checkout-details { padding: 25px } .order-box .title-box span { width: 30% } .order-box .sub-total li .count { width: 38% } .order-box .sub-total .shipping-class .shopping-checkout-option { width: 46% } .order-box .qty li span { width: 38% } .order-box .total li .count { width: 38% } } @media screen and (max-width: 991px) { .order-box .sub-total .shipping-class .shopping-checkout-option { width: 38% } } @media screen and (max-width: 575px) { .checkout .checkout-details { padding: 15px } .order-box .sub-total .shipping-class .shopping-checkout-option { width: 50% } .order-box .sub-total li .count { width: 50% } } .comingsoon-bgimg { background: url(../images/other-images/coming-soon-bg.jpg); background-position: bottom; background-size: cover } .comingsoon { 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; min-height: 100vh; padding: 50px 0 } .comingsoon .comingsoon-inner h5 { font-size: 18px; letter-spacing: 1px; color: rgba(43, 43, 43, 0.7); font-weight: 500; margin-bottom: 30px; margin-top: 30px } .comingsoon .comingsoon-inner .countdown { padding: 30px 0; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4 } .comingsoon .comingsoon-inner .countdown .time { 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; border-radius: 50%; color: #fff; font-weight: 500; width: 100px; height: 100px; font-size: 36px; background: var(--theme-deafult) } .comingsoon .comingsoon-inner .countdown .title { padding-top: 13px; font-size: 14px; font-weight: 400; color: rgba(43, 43, 43, 0.7); text-transform: uppercase; letter-spacing: 1px } .comingsoon .comingsoon-inner .countdown ul li { display: inline-block; text-transform: uppercase; margin: 0 20px } .comingsoon .comingsoon-inner .countdown ul li span { display: block } .comingsoon video { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: 1s opacity; transition: 1s opacity } .alert-contactadd { background-color: #fff; border: 1px solid var(--theme-deafult); width: 12%; padding: 10px } .updateimg { position: absolute; left: 15px; width: 100px; top: 32px; line-height: 93px; opacity: 0 } #right-history { top: 81px; right: -320px; height: 100%; position: fixed; width: 320px; z-index: 9; background-color: #fff; -webkit-transition: .5s; transition: .5s; -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) } #right-history h6 span a { color: #2b2b2b } #right-history.show { right: 0; -webkit-transition: .3s; transition: .3s } .history-details>div { padding: 30px 0 } .history-details .media { padding: 30px 15px; border-top: 1px solid #f4f4f4 } .history-details .media i { padding: 5px; background: #fed112; color: #fff; border-radius: 100% } .history-details .media h6 { margin-bottom: 5px } .delete-contact { display: none } .more-data { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .contact-editform { padding: 30px; -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .contact-editform a { display: block } .contact-editform button { margin-top: 30px } .contact-editform .select2-container .select2-selection--single { height: 39px !important; border-color: #ced4da !important } #deletemodal .modal-header { border-bottom: none } #deletemodal .modal-header .delete-data span svg { vertical-align: middle; margin-right: 15px } .contact-options li .btn-category { line-height: 39px; border-radius: 3px; padding-left: 40px !important; padding: 0; color: var(--theme-deafult); font-weight: 500 } .list-persons p { font-family: Roboto, sans-serif } .list-persons .profile-mail { padding: 30px 0 } .list-persons .profile-mail .media img { height: 100px } .list-persons .profile-mail .media .media-body h5 { margin-bottom: 5px } .list-persons .profile-mail .media .media-body ul { margin-top: 5px } .list-persons .profile-mail .media .media-body ul li { display: inline-block } .list-persons .profile-mail .media .media-body ul li a { font-size: 13px } .list-persons .profile-mail .media .media-body ul li+li { padding-left: 10px; margin-left: 5px; border-left: 2px solid #f4f4f4 } .list-persons .profile-mail .email-general { padding-top: 50px } .list-persons .profile-mail .email-general ul { padding-right: 20px } .list-persons .profile-mail .email-general ul li { color: #898989; padding-bottom: 10px; margin-bottom: 10px } .list-persons .profile-mail .email-general ul li:last-child { padding-bottom: 0; margin-bottom: 0 } .list-persons .profile-mail .email-general ul li>span { float: right } .list-persons .profile-mail .email-general p span { margin-left: 30px } .list-persons .profile-mail .email-general .gender { margin-top: 30px } .contacts-tabs .nav-pills { border-right: 1px solid #f4f4f4; height: 100% } .contacts-tabs .nav-pills .nav-link.active, .contacts-tabs .nav-pills .nav-link>.nav-link, .contacts-tabs .nav-pills .show.active, .contacts-tabs .nav-pills .show>.nav-link { background-color: rgba(115, 102, 255, 0.05); color: #2b2b2b } .contacts-tabs .nav-pills .nav-link { color: #2b2b2b; padding: 0 } .contacts-tabs .nav-pills .nav-link .media .img-50 { height: 50px } .contacts-tabs .nav-pills .nav-link+.nav-link { border-top: 1px solid #f4f4f4 } .contacts-tabs .nav-pills .media { padding: 20px } .contacts-tabs .tab-content .tab-content-child { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } @media only screen and (max-width: 991px) { #right-history { top: 60px } .updateimg { top: 21px } .list-persons .profile-mail { padding: 20px } .list-persons .profile-mail .email-general .gender { margin-top: 20px } .contact-editform button { margin-top: 20px } } @media only screen and (max-width: 767px) { .contact-editform { padding: 20px } .contact-editform.pl-0 { padding-left: 20px !important } .contacts-tabs .nav-pills { border-right: none; border-bottom: 1px solid #f4f4f4 } } @media only screen and (max-width: 575px) { #right-history { width: 270px } .updateimg { top: 16px; left: 29px } .contacts-tabs .media img.m-r-20 { margin-right: 15px } .contacts-tabs .nav-pills .media { padding: 15px } .list-persons .profile-mail { padding: 15px } .list-persons .profile-mail .email-general .gender { margin-top: 15px } .list-persons .nav-pills .nav-link .media .media-body { text-align: left } .contact-editform { padding: 15px } .contact-editform button { margin-top: 15px } .contact-editform.pl-0 { padding-left: 15px !important } .contact-editform form .row>div .row>div>div, .contact-options form .row>div .row>div>div { margin-bottom: 0 } .contact-editform form .row>div .row>div+div, .contact-options form .row>div .row>div+div { margin-top: 15px } } @media only screen and (max-width: 360px) { .updateimg { line-height: 73px; width: 80px } .list-persons .profile-mail .email-general p span { margin-left: 10px } .list-persons .profile-mail .media { display: block } .list-persons .profile-mail .media img { height: 80px; width: 80px !important; margin-bottom: 15px } } .dash-chart .profit-card { margin: -30px 0 -14px } .dash-chart .profit-card #negative-chart .apexcharts-tooltip.light .apexcharts-tooltip-title { display: none } .dash-chart .profit-card #negative-chart .apexcharts-tooltip-series-group.active { padding-bottom: 0 } .dash-chart .media .media-body p { color: rgba(43, 43, 43, 0.7) } .dash-chart .media .media-body p .font-roboto { color: rgba(43, 43, 43, 0.7) } .dash-chart .progress-animate { margin-top: -6px; margin-right: 2px } .support-ticket-font ul { font-size: 12px } .negative-container { margin: -36px -15px -29px } .negative-container .apexcharts-xaxis .apexcharts-xaxis-texts-g text { font-size: 13px; fill: rgba(43, 43, 43, 0.4); font-family: Roboto, sans-serif !important } .ecommerce-widgets { -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative } .ecommerce-widgets .ecommerce-box { width: 60px; height: 60px } .ecommerce-widgets .ecommerce-box.light-bg-primary { background-color: rgba(115, 102, 255, 0.15); 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; border-radius: 100% } .ecommerce-widgets .fa-heart { font-size: 24px; background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9)); background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 2px } .dash-map #map { height: 300px; width: 100% } .dash-map #map .gmnoprint { display: none } .monthly-visit { margin: -4px 0 -35px } .new-update .media .media-body span, .new-update .media .media-body p { font-weight: 500 } .activity-timeline .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .activity-timeline .media .activity-line { top: 132px; height: 57%; position: absolute; width: 4px; background-color: #f8f8f8; margin: 0 auto; left: 46px; z-index: 1 } .activity-timeline .media .circle-dot-primary { background-color: rgba(var(--theme-deafult), 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: var(--theme-deafult); -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-secondary { background-color: rgba(247, 49, 100, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f73164; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-success { background-color: rgba(81, 187, 37, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #51bb25; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-danger { background-color: rgba(220, 53, 69, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #dc3545; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-info { background-color: rgba(169, 39, 249, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #a927f9; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-light { background-color: rgba(244, 244, 244, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f4f4f4; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-dark { background-color: rgba(44, 50, 63, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #2c323f; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-warning { background-color: rgba(248, 214, 43, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f8d62b; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media+.media { margin-top: 45px } .activity-timeline .media .media-body { margin-left: 20px } .activity-timeline .media .media-body p { color: rgba(43, 43, 43, 0.6); font-size: 12px; margin-top: 2px } .activity-dot-primary { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid var(--theme-deafult); -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(var(--theme-deafult), 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(var(--theme-deafult), 0.25); position: relative; z-index: 2 } .activity-dot-secondary { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f73164; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(247, 49, 100, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(247, 49, 100, 0.25); position: relative; z-index: 2 } .activity-dot-success { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #51bb25; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(81, 187, 37, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(81, 187, 37, 0.25); position: relative; z-index: 2 } .activity-dot-danger { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #dc3545; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(220, 53, 69, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(220, 53, 69, 0.25); position: relative; z-index: 2 } .activity-dot-info { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #a927f9; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(169, 39, 249, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(169, 39, 249, 0.25); position: relative; z-index: 2 } .activity-dot-light { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f4f4f4; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(244, 244, 244, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(244, 244, 244, 0.25); position: relative; z-index: 2 } .activity-dot-dark { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #2c323f; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(44, 50, 63, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(44, 50, 63, 0.25); position: relative; z-index: 2 } .activity-dot-warning { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f8d62b; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(248, 214, 43, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(248, 214, 43, 0.25); position: relative; z-index: 2 } .offer-box { background: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none } .offer-box .offer-slider { background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); border-radius: 15px; height: 200px; width: 100% } .offer-box .offer-slider .carousel-control-prev { right: 0; left: unset } .offer-box .offer-slider .carousel-control-prev-icon { top: 116px; position: absolute } .offer-box .offer-slider .carousel-control-next-icon { top: 75px; position: absolute } .offer-box .offer-slider .carousel-control-prev-icon, .offer-box .offer-slider .carousel-control-next-icon { width: 12px; height: 12px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px } .offer-box .offer-slider .carousel-control-prev, .offer-box .offer-slider .carousel-control-next { width: 10% } .offer-box .offer-slider .selling-slide .d-flex { height: 73%; 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 } .offer-box .offer-slider .selling-slide p { color: rgba(255, 255, 255, 0.5); font-weight: 500; font-family: Roboto, sans-serif; margin-bottom: 5px } .offer-box .offer-slider .selling-slide .badge-white { background-color: rgba(255, 255, 255, 0.1) } .offer-box .offer-slider .selling-slide .badge-dotted { border: 1px dashed rgba(255, 255, 255, 0.4) } .offer-box .offer-slider .selling-slide .badge { font-size: 13px; color: #fff; font-weight: 500; padding: 8px 15px } .offer-box .offer-slider .selling-slide h4 { color: #fff; margin-bottom: 14px } .offer-box .offer-slider .selling-slide .center-img { margin-top: -60px } .total-users .goal-chart { margin: -35px -15px -30px } .total-users .goal-chart .apexcharts-datalabels-group text { font-weight: 700 } .total-users .goal-chart .apexcharts-datalabels-group text:last-child { fill: #2b2b2b } .total-users .goal-status ul li+li { margin-top: 30px; padding-top: 30px } .total-users .goal-status ul li .goal-detail { margin-bottom: 30px } .total-users .goal-status ul li .goal-detail h6 { margin-bottom: 16px } .total-users .goal-status ul:last-child li { border-top: 1px solid #ecf3fa; margin-top: 27px; padding-top: 27px } .total-users .goal-status .rate-card>ul li:last-child { border-top: none } .total-users .goal-status>ul li:last-child { border-top: none } .total-users .goal-status .goal-end-point ul li:first-child { border-top: none } .total-users .goal-status .progress { background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgba(169, 39, 249, 0.1) 25%, rgba(0, 0, 0, 0)) } .total-users .goal-status .progress-gradient-primary { border-radius: 15%; background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(rgba(169, 39, 249, 0.1)), to(var(--theme-deafult))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(169, 39, 249, 0.1), var(--theme-deafult)) } .total-users .goal-status .progress-gradient-primary:after { display: none } .best-seller-table table { margin-bottom: 0px } .best-seller-table table th, .best-seller-table table td { border: none } .best-seller-table table thead tr th { padding-top: 0; font-size: 16px; font-weight: 500 } .best-seller-table table thead tr th h5 { font-size: 22px } .best-seller-table table tr th, .best-seller-table table tr td { padding: 19px 10px } .best-seller-table table tr th:first-child, .best-seller-table table tr td:first-child { padding-left: 0 } .best-seller-table table tr th:last-child, .best-seller-table table tr td:last-child { padding-right: 0 } .best-seller-table table tbody tr td { vertical-align: middle; -webkit-transition: 0.5s; transition: 0.5s; position: relative; font-weight: 500 } .best-seller-table table tbody tr td .flag-icon { font-size: 18px; position: relative; display: inline-block; width: 1.33333em; line-height: 1em } .best-seller-table table tbody tr td p { font-size: 11px; color: rgba(43, 43, 43, 0.8); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr td .fa-check-circle { position: absolute; left: 30px; top: 30px; opacity: 0; color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr td .label { padding: 8px 12px; color: #2b2b2b; border-radius: 10px; -webkit-transition: 0.5s; transition: 0.5s; font-size: 13px } .best-seller-table table tbody tr td .align-middle { position: relative } .best-seller-table table tbody tr td .align-middle .status-circle { width: 10px; height: 10px; top: 2px; left: 32px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td { color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td p { color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td span { color: #2b2b2b } .best-seller-table table tbody tr:hover td .label { background-color: rgba(115, 102, 255, 0.1); color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td .fa-check-circle { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td .align-middle .status-circle { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:last-child td { padding-bottom: 0 } #riskfactorchart path { stroke-width: 10px; stroke-dasharray: 10, 20; stroke-linecap: round } #riskfactorchart #apexcharts-radialbarTrack-0 { stroke: #ecd8d8; stroke-linecap: round } .our-product table thead tr th, .our-product table thead tr td { border: none; padding-top: 0; padding-bottom: 40px } .our-product table thead tr th span, .our-product table thead tr td span { color: rgba(43, 43, 43, 0.3); font-weight: 500 } .our-product table tr td { padding: 20px 20px 0; border-top: none } .our-product table tr td:first-child { padding-left: 0 } .our-product table tr td:last-child { padding-right: 0; text-align: right } .our-product table tr td p { color: rgba(43, 43, 43, 0.6); margin-bottom: 0; text-transform: capitalize } .our-product table tr td .btn { font-size: 12px; font-weight: 500 } .our-product table tr td .flag-icon { font-size: 18px } .our-product table tr td .badge { font-size: 13px; font-weight: 600; padding: 7px 14px } .our-product table tr td .btn-secondary { background-color: #feecf0 !important; border-color: #feecf0 !important; color: var(--theme-secondary); font-weight: 700 } .our-product table tr:first-child td { padding-top: 0 } .our-product table tr:last-child td { padding-bottom: 0 } @media only screen and (max-width: 1660px) { .risk-col .goal-status.row>div, .risk-col .goal-status.row>ul { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .total-users .goal-status>ul li:first-child { border-top: none } } @media only screen and (max-width: 1460px) { .offer-box .offer-slider .selling-slide .d-flex { height: 80% } .offer-box .offer-slider .selling-slide .center-img { margin-top: -49px } } @media only screen and (max-width: 1440px) { .offer-box .offer-slider .selling-slide .d-flex { height: 81% } } @media only screen and (max-width: 1366px) { .best-seller-table table tbody tr td .fa-check-circle { left: 2px } .offer-box .offer-slider { height: 100% } .offer-box .offer-slider .selling-slide .d-flex { height: 100% } .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: 15px } .offer-box .offer-slider .selling-slide .center-img { margin-top: 0 } } @media (max-width: 1366px) and (min-width: 1200px) { .offer-box .offer-slider .selling-slide>div { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .offer-box .offer-slider .selling-slide>div:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40% } .offer-box .offer-slider .selling-slide>div:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28% } } @media only screen and (max-width: 1305px) { .size-column>.xl-50 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100% } } @media only screen and (max-width: 1199px) { .best-seller-table table tbody tr td { min-width: 150px } .best-seller-table table tbody tr td .fa-check-circle { left: 18px } .best-seller-table table tbody tr td:first-child { min-width: 200px } .best-seller-table table tbody tr td:nth-child(4) { min-width: 100px } .best-seller-table table tbody tr td:last-child { min-width: 100px } .offer-box .offer-slider .selling-slide { padding-bottom: 40px } .offer-box .offer-slider .selling-slide>div:nth-child(2) { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .offer-box .offer-slider .selling-slide .center-img { text-align: center } } @media only screen and (max-width: 991px) { .profit-card .progress-animate { margin-bottom: 15px; overflow: inherit; background-color: transparent } .activity-timeline .media+.media { margin-top: 30px } .activity-timeline .media .activity-line { top: 78px; height: 63%; left: 26px } .monthly-visit { margin-top: 0 } .ecommerce-widgets .ecommerce-box { width: 50px; height: 50px } .ecommerce-widgets .fa-heart { font-size: 20px; margin-top: 4px } .offer-box .offer-slider .selling-slide { padding-bottom: 20px } .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: 0 } .offer-box .offer-slider .carousel-control-prev-icon, .offer-box .offer-slider .carousel-control-next-icon { right: 20px } .best-seller-table table thead tr th h5 { font-size: 18px } } @media only screen and (max-width: 767px) { .offer-box .offer-slider .selling-slide { padding-bottom: 20px } .offer-box .offer-slider .selling-slide .d-flex .left-content, .offer-box .offer-slider .selling-slide .d-flex .right-content { text-align: center; width: 100% } .offer-box .offer-slider .selling-slide .d-flex .right-content { margin-top: 30px } } @media only screen and (max-width: 575px) { .activity-timeline .media+.media { margin-top: 20px } .offer-box .offer-slider .selling-slide .center-img img { width: 50% } .offer-box .offer-slider .selling-slide h4 { font-size: 18px } .offer-box .offer-slider .selling-slide .badge { font-size: 12px } .risk-col .goal-status.row>div, .risk-col .goal-status.row>ul { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .total-users .goal-status>ul li:first-child { border-top: 1px solid #ecf3fa } .total-users .goal-status ul:last-child li { padding-top: 20px; margin-top: 20px } } @media only screen and (max-width: 480px) { .our-product table tr td:first-child, .our-product table tr td:nth-child(2) { min-width: 160px } } @media only screen and (max-width: 360px) { .profit-card span { display: block; margin-top: 5px } .activity-timeline .media .activity-line { height: 67% } } .texts-light { color: rgba(43, 43, 43, 0.7) } .form-control-plaintext { width: auto !important } .badge-light-primary { background-color: #fff; color: #7366ff } .badge-light-secondary { background-color: #feecf0; color: #f73164 } .badge-light-success { background-color: #c4f0b2; color: #51bb25 } .badge-light-danger { background-color: #f9dadd; color: #dc3545 } .badge-light-info { background-color: #f4e4fe; color: #a927f9 } .badge-light-light { background-color: #fff; color: #f4f4f4 } .badge-light-dark { background-color: #8490a9; color: #2c323f } .badge-light-warning { background-color: #fefae7; color: #f8d62b } .badge-light-primary { background-color: rgba(115, 102, 255, 0.1) } .badge-light-success { background-color: rgba(81, 187, 37, 0.2) } .table thead th { border-bottom: 2px solid #ecf3fa } .profile-greeting { background-color: #FFCC2A; background-size: cover !important; background-repeat: no-repeat; background-position: center center; position: relative } .profile-greeting .card-body { padding: 40px 20px } .profile-greeting .badge-groups .badge.f-12 svg { width: 16px; height: 16px } .profile-greeting .media .media-body p { font-weight: 500; font-size: 10px } .profile-greeting .media .badge-groups { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .profile-greeting .media .badge-groups .badge { color: #fff !important; padding: 10px 14px !important } .profile-greeting .media .badge-groups .badge:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1))); background: linear-gradient(90deg, rgba(0, 0, 0, 0) 28%, rgba(255, 255, 255, 0.1) 100%); border-radius: 5px } .profile-greeting .media .badge-groups .badge:last-child { background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0))); background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 20%, rgba(0, 0, 0, 0) 100%); border-radius: 5px; width: 56px; text-align: left } .profile-greeting .greeting-user { margin: 42px 0 } .profile-greeting .greeting-user h4 { margin-top: 30px; margin-bottom: 20px; color: #fff } .profile-greeting .greeting-user p { font-weight: 500; padding: 0 50px; margin-bottom: 25px } .profile-greeting .greeting-user p span { color: rgba(255, 255, 255, 0.8) } .profile-greeting .greeting-user .profile-vector { -webkit-filter: drop-shadow(15px 17px 12px rgba(0, 0, 0, 0.1)); filter: drop-shadow(15px 17px 12px rgba(0, 0, 0, 0.1)) } .profile-greeting .greeting-user .right-circle i { padding: 5px 6px; background-color: rgba(255, 255, 255, 0.2); border-radius: 100% } .profile-greeting .greeting-user .left-icon { width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.1); border-radius: 20px 20px 20px 10px; position: absolute; left: 4%; bottom: 4% } .profile-greeting .greeting-user .left-icon i { color: #fff; margin-top: 38%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .profile-greeting .whatsnew-btn .btn { background-color: #fff !important; border-radius: 5px; color: var(--theme-deafult); font-weight: 500; padding: 6px 18px } .earning-card.card .card-body { overflow: hidden } .earning-card.card .card-body .chart-left { padding: 40px 0 40px 40px } .earning-card.card .card-body .chart-right { padding: 0 40px } .earning-card.card .card-body .chart-right .weekly-data { padding-bottom: 40px } .earning-card.card .card-body .chart-right .p-tb { padding: 40px 0 } .earning-card.card .card-body .left_side_earning { margin-bottom: 30px } .earning-card.card .card-body .left_side_earning:last-child { margin-bottom: 0 } .earning-card.card .card-body .left_side_earning h5 { line-height: 36px; font-weight: 500; margin: 0; font-size: 1rem } .earning-card.card .card-body .left_side_earning p { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .earning-card.card .card-body .left-btn a.btn { padding: 10px 16px } .earning-card.card .card-body .inner-top-left ul li, .earning-card.card .card-body .inner-top-right ul li { line-height: 22px; color: rgba(43, 43, 43, 0.7); font-weight: 500; margin-left: 35px; letter-spacing: 1px } .earning-card.card .card-body .inner-top-left ul li.active, .earning-card.card .card-body .inner-top-right ul li.active { color: var(--theme-deafult) } .earning-card.card .card-body .inner-top-left ul li:first-child { margin-left: 0 } .earning-card.card .card-body .inner-top-right ul li { position: relative } .earning-card.card .card-body .inner-top-right ul li:before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: var(--theme-deafult); left: -40%; top: 27% } .earning-card.card .card-body .inner-top-right ul li:last-child:before { background-color: #dc3545 } .earning-card.card .card-body .border-top { border-top: 1px solid #ecf3fa !important; padding: 38px 40px 37px } .earning-card.card .card-body .earning-content { border-right: 1px solid #ecf3fa } .earning-card.card .card-body .media .media-left { width: 42px; height: 42px; border-radius: 50%; background-color: var(--theme-deafult); margin-right: 15px; 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; color: #fff; cursor: pointer } .earning-card.card .card-body .media .media-left i { font-size: 18px; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .earning-card.card .card-body .media .media-left:hover { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .earning-card.card .card-body .media .media-body h6 { margin-bottom: 2px; line-height: 24px } .earning-card.card .card-body .media .media-body p { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .chart_data_left .card-body .chart-main .media, .chart_data_right .card-body .chart-main .media { padding: 45px 40px; border-right: 1px solid #ecf3fa } .chart_data_left .card-body .chart-main .media .hospital-small-chart, .chart_data_right .card-body .chart-main .media .hospital-small-chart { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: -25px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar { position: relative } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container { height: 74px; width: 75px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip { position: absolute; opacity: 0 } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value { font-size: 10px; padding: 5px; color: #fff; background-color: rgba(0, 0, 0, 0.5); border-radius: 4px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show { opacity: 1 } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg { position: absolute; bottom: 23px; width: 100%; height: 95% } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut { stroke: var(--theme-deafult) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut { stroke: rgba(115, 102, 255, 0.1) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value { background-color: var(--theme-deafult); -webkit-box-shadow: 1px 1.732px 8px 0px rgba(115, 102, 255, 0.5); box-shadow: 1px 1.732px 8px 0px rgba(115, 102, 255, 0.5) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value { background-color: var(--theme-secondary); -webkit-box-shadow: 1px 1.732px 8px 0px rgba(247, 49, 100, 0.5); box-shadow: 1px 1.732px 8px 0px rgba(247, 49, 100, 0.5) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut { stroke: var(--theme-secondary) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut { stroke: rgba(247, 49, 100, 0.1) } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content { margin-left: 10px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content h4, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content h4 { line-height: 1; font-weight: 500 } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content span, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content span { color: rgba(43, 43, 43, 0.7) } .chart_data_left .card-body .chart-main .media.border-none, .chart_data_right .card-body .chart-main .media.border-none { border-right: none !important } .chart_data_right .card-body .media .right-chart-content { margin-left: 0 !important } .chart_data_right .card-body .media .right-chart-content h4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chart_data_right .card-body .media .right-chart-content h4 .new-box { padding: 3px 5px; background-color: var(--theme-deafult); font-size: 10px; color: #fff; margin-left: 10px } .chart_data_right .card-body .media .right-chart-content span { color: rgba(43, 43, 43, 0.7) } .chart_data_right .card-body .knob-block { margin-bottom: -5px } .chart_data_right .card-body .knob-block input { height: 40% !important; width: 40% !important; left: 50% !important; top: 2% !important; -webkit-transform: translate(-50%) !important; transform: translate(-50%) !important; margin-left: 0 !important; margin-top: 17px !important; color: #242934 !important } .chart_data_right .card-body .knob-block canvas { width: 100%; height: 100% } .chart_data_right .card-body .knob-block .chart-overflow { overflow: hidden; text-align: center } .header-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .third-news-update span, .news span, .appointment-sec span { font-weight: 500 } .third-news-update .card-header-right-icon select, .news .card-header-right-icon select, .appointment-sec .card-header-right-icon select { background-color: rgba(115, 102, 255, 0.08) !important; border: none; color: var(--theme-deafult) !important; width: auto !important; height: 32px !important; border-radius: 10px; padding: 5px 10px; line-height: 50px !important; font-weight: 500; border: none; outline: none !important } .third-news-update .card-header-right-icon select:hover, .news .card-header-right-icon select:hover, .appointment-sec .card-header-right-icon select:hover { background-color: rgba(115, 102, 255, 0.08) !important; color: var(--theme-deafult) !important } .third-news-update .news-update, .news .news-update, .appointment-sec .news-update { padding: 30px 40px; border-bottom: 1px solid #ecf3fa } .third-news-update .news-update span, .news .news-update span, .appointment-sec .news-update span { color: rgba(43, 43, 43, 0.7); font-family: Roboto, sans-serif; font-weight: 400 } .third-news-update .news-update:last-child, .news .news-update:last-child, .appointment-sec .news-update:last-child { border: none !important } .third-news-update .card-header-right-icon .dropdown .dropdown-toggle, .news .card-header-right-icon .dropdown .dropdown-toggle, .appointment-sec .card-header-right-icon .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .third-news-update .card-header-right-icon .dropdown .dropdown-toggle:after, .news .card-header-right-icon .dropdown .dropdown-toggle:after, .appointment-sec .card-header-right-icon .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .third-news-update .card-header-right-icon .dropdown .dropdown-menu, .news .card-header-right-icon .dropdown .dropdown-menu, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .third-news-update .card-header-right-icon .dropdown .dropdown-menu .dropdown-item, .news .card-header-right-icon .dropdown .dropdown-menu .dropdown-item, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .third-news-update .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover, .news .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } .third-news-update .bottom-btn, .news .bottom-btn, .appointment-sec .bottom-btn { text-align: center; font-size: 18px; font-weight: 500 } .third-news-update .news .card .card-footer, .news .news .card .card-footer, .appointment-sec .news .card .card-footer { padding-top: 0; border-top: none !important } .third-news-update .appointment .radar-chart .apexcharts-datalabel, .news .appointment .radar-chart .apexcharts-datalabel, .appointment-sec .appointment .radar-chart .apexcharts-datalabel { font-size: 13px; font-weight: 600; fill: #2b2b2b } .third-news-update .alert-sec .card.bg-img, .news .alert-sec .card.bg-img, .appointment-sec .alert-sec .card.bg-img { background-image: url(../images/dashboard/bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center } .third-news-update .alert-sec .card .card-header, .news .alert-sec .card .card-header, .appointment-sec .alert-sec .card .card-header { background-color: transparent !important; border-bottom: none !important; padding-bottom: 0 } .third-news-update .alert-sec .card .card-header .header-top h5, .news .alert-sec .card .card-header .header-top h5, .appointment-sec .alert-sec .card .card-header .header-top h5 { color: #fff } .third-news-update .alert-sec .card .card-header .header-top p, .news .alert-sec .card .card-header .header-top p, .appointment-sec .alert-sec .card .card-header .header-top p { opacity: 35%; color: #fff } .third-news-update .alert-sec .card .card-header .header-top .dot-right-icon, .news .alert-sec .card .card-header .header-top .dot-right-icon, .appointment-sec .alert-sec .card .card-header .header-top .dot-right-icon { color: #fff; width: 50px; height: 32px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; font-size: 22px; 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 } .third-news-update .alert-sec .card .card-body .body-bottom h6, .news .alert-sec .card .card-body .body-bottom h6, .appointment-sec .alert-sec .card .card-body .body-bottom h6 { color: #fff; margin-bottom: 8px } .third-news-update .alert-sec .card .card-body .body-bottom span, .news .alert-sec .card .card-body .body-bottom span, .appointment-sec .alert-sec .card .card-body .body-bottom span { color: rgba(255, 255, 255, 0.8) } .notification .card .media { margin-bottom: 34px } .notification .card .media .media-body p { color: var(--theme-secondary) } .notification .card .media .media-body p span { color: #2b2b2b; font-weight: 400 } .notification .card .media .media-body p .badge { color: #fff; margin-left: 10px; font-weight: 500 } .notification .card .media .media-body h6 { margin-top: 16px; margin-bottom: 5px; position: relative } .notification .card .media .media-body h6 .dot-notification { float: right; width: 15px; height: 15px; background-color: var(--theme-secondary); border: 5px solid #fdc4d3; border-radius: 50%; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } @-webkit-keyframes round { 0% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes round { 0% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } .notification .card .media .media-body span { color: rgba(43, 43, 43, 0.7) } .notification .card .media .media-body .inner-img { width: 110px; height: 72px; background-color: #fff; border-radius: 5px } .notification .card .media .media-body .inner-img:first-child { margin-right: 20px } .notification .card .media .media-body .inner-img img { border-radius: 5px; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .notification .card .media .media-body .inner-img:hover img { -webkit-animation: tada 1.5s ease-out infinite; animation: tada 1.5s ease-out infinite; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .notification .card .media:nth-child(2) .media-body h6 .dot-notification { background-color: #f8d62b; border: 5px solid #fdf3bf } .notification .card .media:last-child { margin-bottom: 0 !important } .appointment-table table tr td { position: relative; border-top: none; padding: 0 } .appointment-table table tr td .status-circle { top: 1px; left: 35px; border-width: 3px } .appointment-table table tr td p, .appointment-table table tr td .btn { font-weight: 500; font-size: 12px } .appointment-table table tr td .btn { padding: 4px 12px } .appointment-table table tr td.img-content-box .font-roboto { color: rgba(43, 43, 43, 0.7) } .chat-default .media-dashboard { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chat-default .media-dashboard .icon-box { width: 50px; height: 32px; background-color: rgba(115, 102, 255, 0.08); border-radius: 10px; 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 } .chat-default .media-dashboard .icon-box i { color: var(--theme-deafult); font-size: 22px } .chat-default .card-body { padding-top: 0 } .chat-default .card-body.chat-box .left-side-chat .media-body .img-profile { width: 40px; height: 40px } .chat-default .card-body.chat-box .left-side-chat .media-body .img-profile img { border-radius: 100% } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat { margin-left: 15px } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .message-main span { background-color: var(--theme-deafult); border-radius: 30px; border-bottom-left-radius: 0; color: #fff } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .sub-message { margin-top: 10px } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .sub-message span { border-bottom-left-radius: 30px; border-top-left-radius: 0 } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat:last-child .sub-message span { border-top-left-radius: 30px; border-bottom-left-radius: 0 } .chat-default .card-body.chat-box .right-side-chat { margin: 15px 0 } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { background-color: #fff; -webkit-box-shadow: 0px 0px 20px rgba(25, 124, 207, 0.1); box-shadow: 0px 0px 20px rgba(25, 124, 207, 0.1); border-radius: 30px; color: var(--theme-deafult); opacity: 100%; border-bottom-right-radius: 0; text-align: center } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 4px; background: var(--theme-deafult); -webkit-animation: wave 1.3s linear infinite; animation: wave 1.3s linear infinite; padding: 0 } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot:nth-child(3) { -webkit-animation-delay: -0.9s; animation-delay: -0.9s } @-webkit-keyframes wave { 0%, 60%, 100% { -webkit-transform: initial; transform: initial } 30% { -webkit-transform: translateY(-9px); transform: translateY(-9px) } } @keyframes wave { 0%, 60%, 100% { -webkit-transform: initial; transform: initial } 30% { -webkit-transform: translateY(-9px); transform: translateY(-9px) } } .chat-default .card-body.chat-box .media .media-body .message-main span { display: inline-block; padding: 12px 18px; font-weight: 400 } .chat-default .card-body.chat-box .media p { font-size: 10px; margin-top: 14px; color: var(--theme-deafult) } .chat-default .card-body.chat-box .input-group { margin: 30px 0; margin-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chat-default .card-body.chat-box .input-group .form-control { border: none; border-radius: 0; border-left: 1px solid var(--theme-deafult); font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-webkit-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-moz-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control:-ms-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-ms-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control:focus { -webkit-box-shadow: none; box-shadow: none } .chat-default .card-body.chat-box .input-group .send-msg { width: 50px; height: 45px; background-color: rgba(115, 102, 255, 0.1); border-radius: 25% !important; 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 } .chat-default .card-body.chat-box .input-group .send-msg svg { width: 20px; color: var(--theme-deafult); vertical-align: middle; -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: -3px } .date-picker-setting { background-color: rgba(115, 102, 255, 0.1); width: 35px; height: 35px; 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; border-radius: 50px } .date-picker-setting i { color: var(--theme-deafult) } .default-datepicker .datepicker-inline .datepicker { width: auto; background: #fff; -webkit-box-shadow: none; box-shadow: none; padding: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 60px 0 0; padding: 15px 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name { color: #2b2b2b; font-size: 14px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { height: 55px; border-radius: 0; color: #2b2b2b } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- { color: #2b2b2b; opacity: 20% } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell { font-weight: 500; font-size: 16px; border-radius: 0; z-index: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected- { background: var(--theme-deafult); color: #fff; position: relative; -webkit-box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-current- { -webkit-box-shadow: 0px 0px 15px -5px rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 15px -5px rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-focus- { color: #fff; -webkit-box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker-cell .datepicker--cell-month.-current-.-selected- { background-color: var(--theme-deafult) } .default-datepicker .datepicker-inline .datepicker .datepicker--nav { border-bottom: none; padding: 0; text-transform: capitalize; margin-top: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--nav .datepicker--nav-action { display: none } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { color: #2b2b2b; font-size: 22px; font-weight: 600 } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { margin-left: 10px; font-weight: 400; font-size: 22px; color: #2b2b2b } @media only screen and (max-width: 360px) { .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected-:before { height: 36px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { height: 36px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 13px 0 13px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name { font-size: 12px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { margin-left: 15px; font-size: 25px } } .btn-light-secondary { background-color: rgba(var(--theme-secondary), 0.1); font-size: 12px; padding: 6px 12px; font-weight: 600 } .crm-activity>li+li { border-top: 1px solid #efefef; margin-top: 10px; padding-top: 10px } .crm-activity>li+li h6 { font-size: 14px; line-height: 18px; margin-bottom: 5px } .crm-activity>li h6 { font-size: 14px } .crm-activity span { font-size: 40px } .crm-activity ul.dates h6 { color: #2b2b2b } .crm-activity ul.dates li { color: rgba(43, 43, 43, 0.7); font-size: 12px; display: inline-block; line-height: 1 } .crm-activity ul.dates li+li { border-left: 1px solid #efefef; padding-left: 10px; margin-left: 5px } .ecommerce-widget { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #f1f3ff !important; border-radius: 5px } .ecommerce-widget .total-num { color: #2b2b2b; margin: 0; letter-spacing: 1px } .ecommerce-widget .total-num span { color: #000 } .ecommerce-widget .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .ecommerce-widget .progress-showcase { margin-top: 30px } .ecommerce-widget span { color: rgba(43, 43, 43, 0.7); margin: 0; cursor: pointer } .ecommerce-widget .icon { color: #efefef; font-size: 40px } .ecommerce-widget .flot-chart-container { height: 100px; padding: 0; margin: 0; border: transparent } .ecommerce-widget .morris-default-style { display: none !important } .ecommerce-widget svg { -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)); filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)) } .static-top-widget:hover .icon-bg { -webkit-transform: rotate(-5deg) scale(1.1); transform: rotate(-5deg) scale(1.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .static-top-widget div.align-self-center svg { width: 30px; height: 30px } .static-top-widget .media-body { -ms-flex-item-align: center !important; align-self: center !important; padding-left: 30px } .static-top-widget .media-body .icon-bg { position: absolute; right: -14px; top: 6px; opacity: 0.2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width: 100px; height: 100px } .bg-info .media.static-top-widget .align-self-center { background-color: #a927f9 } .bg-primary .media.static-top-widget .align-self-center { background-color: var(--theme-deafult) } .bg-secondary .media.static-top-widget .align-self-center { background-color: var(--theme-secondary) } .bg-danger .media.static-top-widget .align-self-center { background-color: #dc3545 } .widget-joins:before { content: ""; position: absolute; height: 100%; width: 1px; background-color: #efefef; left: calc(50% - 1px) } .widget-joins:after { content: ""; position: absolute; height: 1px; width: 100%; background-color: #efefef; left: 0; top: 50% } .widget-joins .media { padding: 30px; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .widget-joins .media .details { border-left: 1px solid #efefef; padding: 1px 0 } .widget-joins .media .media-body { text-align: left } .widget-joins .media .media-body>span { color: rgba(43, 43, 43, 0.7) } .widget-joins .media .media-body svg { width: 40px; height: 40px } .widget-joins .media .media-body h6 { font-weight: 600 } .widget-joins .media .media-body h6 span { color: #000 } .redial-social-widget { border-radius: 100%; width: 100px; height: 100px; 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; font-size: 25px; margin: 0 auto; background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #ecf3fa), color-stop(50%, #f4f4f4), to(#f4f4f4)); background-image: linear-gradient(90deg, #f4f4f4 50%, transparent 50%, transparent), linear-gradient(90deg, #ecf3fa 50%, #f4f4f4 50%, #f4f4f4) } .redial-social-widget i { background-color: #fff; height: 80px; width: 80px; border-radius: 100%; 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 } .redial-social-widget.radial-bar-70 { background-image: linear-gradient(342deg, var(--theme-deafult) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--theme-deafult) 50%, #f4f4f4 50%, #f4f4f4) } .social-widget-card span { color: rgba(43, 43, 43, 0.7); text-transform: uppercase; margin-bottom: 4px; display: inline-block; font-size: 12px } .social-widget-card h5 { color: rgba(43, 43, 43, 0.7); text-transform: uppercase; text-align: center; padding: 20px 0; font-weight: 500; margin-bottom: 30px; font-size: 16px } .social-widget-card h4 { font-size: 18px } .browser-widget:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(1.1) rotate(5deg); transform: scale(1.1) rotate(5deg) } .browser-widget img { height: 80px; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .browser-widget .media-body { text-align: center; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-rule: 1px solid #f4f4f4; -moz-column-rule: 1px solid #f4f4f4; column-rule: 1px solid #f4f4f4 } .browser-widget .media-body p { margin-bottom: 5px } .browser-widget .media-body span { margin-bottom: 0; color: rgba(43, 43, 43, 0.7) } .browser-widget .media-body h4 { color: #2b2b2b; margin-bottom: 0; font-size: 18px } .browser-widget .media-body h4 span { color: #333333 } .testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img, .testimonial #owl-carousel-testimonial-rtl .owl-stage-outer .owl-stage .owl-item .item img { border-radius: 100% } .testimonial i { font-size: 60px; color: rgba(43, 43, 43, 0.7); position: absolute; left: 0; top: 0; opacity: 0.1; z-index: -1 } .testimonial p { color: rgba(43, 43, 43, 0.7); font-style: italic; margin-bottom: 30px; margin-top: 30px } .testimonial h5 { color: #2b2b2b; padding-top: 10px } .testimonial span { color: rgba(43, 43, 43, 0.7) } .testimonial img { margin: 0 auto } .mobile-clock-widget .sec, .min, .hour { position: absolute; width: 24px; height: 234px; top: 0; left: 102px; margin-top: -30px; margin-left: -25px } .cal-date-widget .datepicker { padding: 20px; border-radius: 20px } .cal-date-widget .datepicker .datepicker--nav { border-bottom: none } .cal-date-widget .datepicker .datepicker--cell-day.-other-month-, .cal-date-widget .datepicker .datepicker--cell-year.-other-decade- { opacity: 0.5 } .cal-date-widget .cal-info h2 { font-size: 100px; color: #ecf3fa } .weather-widget-two { position: relative; background-color: var(--theme-deafult); height: 365px; border-radius: 20px; overflow: hidden } .weather-widget-two .card-body .media { margin-bottom: 10px } .weather-widget-two svg path.climacon_component-stroke { fill: #fff } .weather-widget-two .top-bg-whether { position: absolute; top: -50px; right: -28px; opacity: 0.1 } .weather-widget-two .top-bg-whether svg { width: 200px; height: 200px } .weather-widget-two .num { font-weight: 600 } .weather-widget-two .climacon_component-stroke { stroke: #fff } .weather-widget-two .bottom-whetherinfo svg { width: 150px; height: 150px; opacity: 0.1; color: #fff; position: relative; top: 0; left: -35px } .weather-widget-two .bottom-whetherinfo .whether-content { text-align: right; position: relative; top: 5px; color: #fff } .mobile-clock-widget { background: url(../images/other-images/mobile-clock-wallpaper.jpg); background-repeat: no-repeat; background-size: cover; height: 365px; border-radius: 20px; color: #fff; 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; background-blend-mode: overlay; background-color: #102680; position: relative } .mobile-clock-widget .bg-svg { position: absolute; top: -4px; left: -25px } .mobile-clock-widget .bg-svg svg { width: 150px; height: 150px; opacity: 0.08 } .mobile-clock-widget .clock { padding: 0; position: relative; list-style: none; margin: 0 auto; height: 175px; width: 175px; display: block; background: url(../images/other-images/clock-face.png) 5% center no-repeat } .mobile-clock-widget .sec { background: url(../images/sec.svg); z-index: 3 } .mobile-clock-widget .min { background: url(../images/min.svg); z-index: 2 } .mobile-clock-widget .hour { background: url(../images/hour.svg); z-index: 1 } .mobile-clock-widget #date { margin-top: 30px } .flot-chart-container { height: 250px } .calender-widget .cal-img { background: url(../images/other-images/calender-bg.png); background-size: cover; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 300px } .calender-widget .cal-date { width: 100px; height: 100px; margin: 0 auto; text-align: center; background-color: #fff; border-radius: 50%; margin-top: -45px; border: 1px solid #ecf3fa; 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 } .calender-widget .cal-date h5 { margin-bottom: 0; line-height: 1.5; padding: 17px; font-weight: 600; font-size: 18px } .calender-widget .cal-desc h6 { padding-bottom: 6px } .calender-widget .cal-desc span { line-height: 1.6 } .contact-form .theme-form { border: 1px solid #f4f4f4; padding: 30px; border-radius: 4px } .contact-form .theme-form .form-icon { width: 53px; height: 53px; 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; text-align: center; border: 1px solid #efefef; border-radius: 100%; font-size: 28px; background-color: #fff; color: #7366ff; margin-top: -55px; margin-bottom: 15px } .contact-form .theme-form label { font-weight: 600 } .contact-form .btn { padding: 10px 30px } .chart-widget-top #chart-widget1, .chart-widget-top #chart-widget2, .chart-widget-top #chart-widget3 { margin-bottom: -14px } .chart-widget-top #chart-widget1 .apexcharts-xaxistooltip, .chart-widget-top #chart-widget2 .apexcharts-xaxistooltip, .chart-widget-top #chart-widget3 .apexcharts-xaxistooltip { display: none } .bar-chart-widget .top-content { border-top-left-radius: 4px; border-top-right-radius: 4px } .bar-chart-widget .earning-details { height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; letter-spacing: 1px } .bar-chart-widget .earning-details i { font-size: 230px; position: absolute; opacity: 0.1; right: -30px; top: 0 } .bar-chart-widget .earning-details i:hover { -webkit-transform: rotate(-5deg) scale(1.1); transform: rotate(-5deg) scale(1.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .bar-chart-widget .num { font-weight: 600 } .bar-chart-widget .num .color-bottom { color: #000 } .bottom-content span { color: rgba(43, 43, 43, 0.7) } .bottom-content .block-bottom { display: block } .user-status table tbody tr td { vertical-align: middle } .user-status table tbody tr td .d-inline-block { margin-top: 11px } .user-status table tbody tr td .image-sm-size img { width: 41px } .user-status table tbody tr:last-child td { padding-bottom: 0 } .user-status table thead tr th { border-top: 0; font-size: 16px; color: #2c323f; font-weight: 600; padding-top: 0 } @-webkit-keyframes am-moving-dashes { 100% { stroke-dashoffset: -30px } } @keyframes am-moving-dashes { 100% { stroke-dashoffset: -30px } } @-webkit-keyframes am-pulsating { 0% { stroke-opacity: 1; stroke-width: 0 } 100% { stroke-opacity: 0; stroke-width: 50px } } @keyframes am-pulsating { 0% { stroke-opacity: 1; stroke-width: 0 } 100% { stroke-opacity: 0; stroke-width: 50px } } @-webkit-keyframes am-draw { 0% { stroke-dashoffset: 500% } 100% { stroke-dashoffset: 0 } } @keyframes am-draw { 0% { stroke-dashoffset: 500% } 100% { stroke-dashoffset: 0 } } .serial-chart .chart-container { width: 100%; height: 500px } .serial-chart .chart-container .lastBullet { -webkit-animation: am-pulsating 1s ease-out infinite; animation: am-pulsating 1s ease-out infinite } .serial-chart .chart-container .amcharts-graph-column-front { -webkit-transition: all .3s .3s ease-out; transition: all .3s .3s ease-out } .serial-chart .chart-container .amcharts-graph-column-front:hover { fill: var(--theme-secondary); stroke: var(--theme-secondary); -webkit-transition: all .3s ease-out; transition: all .3s ease-out } .serial-chart .chart-container .amcharts-graph-g3 { stroke-linejoin: round; stroke-linecap: round; stroke-dasharray: 0; stroke-dashoffset: 0; -webkit-animation: am-draw 40s; animation: am-draw 40s } .serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke { stroke-dasharray: 3px 3px; stroke-linejoin: round; stroke-linecap: round; -webkit-animation: am-moving-dashes 1s linear infinite; animation: am-moving-dashes 1s linear infinite } .speed-chart .chart-container { width: 100%; height: 530px } .speed-chart .content { margin-top: -200px; margin-bottom: 20px } .speed-chart .content h4 { font-weight: 600; padding-top: 2px } .status-widget svg { width: 20px; height: 20px; vertical-align: text-top } .status-widget .card .card-header h5 { line-height: 1.38 } .status-widget .status-chart { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; overflow: hidden } .small-chart-widget .chart-container { height: 311px; padding: 0; margin: 0; border: none } .small-chart-widget .card .card-body { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px } .donut-chart-widget .chart-container { height: 300px; border: 0; margin: 0; padding: 0 } .status-details h4 { font-weight: 600 } .status-details h4 span { color: inherit } .status-details span { color: rgba(43, 43, 43, 0.7) } .status-chart .chart-container { height: 200px; border: 0; padding: 0; margin: 0 } .map-chart .chart-container { width: 100%; height: 500px } .serial-chart { width: 100% } .live-products, .turnover, .uses, .monthly { height: 300px } .live-products .ct-series-a .ct-area, .live-products .ct-series-a .ct-point, .live-products .ct-series-a .ct-line, .live-products .ct-series-a .ct-bar, .live-products .ct-series-a .ct-slice-donut { stroke: rgba(255, 255, 255, 0.77) } .live-products .ct-label { fill: #fff; color: #fff } .live-products .ct-grid { stroke: rgba(255, 255, 255, 0.7) } .turnover .ct-series-a .ct-area, .turnover .ct-series-a .ct-point, .turnover .ct-series-a .ct-line, .turnover .ct-series-a .ct-bar, .turnover .ct-series-a .ct-slice-donut, .uses .ct-series-a .ct-area, .uses .ct-series-a .ct-point, .uses .ct-series-a .ct-line, .uses .ct-series-a .ct-bar, .uses .ct-series-a .ct-slice-donut, .monthly .ct-series-a .ct-area, .monthly .ct-series-a .ct-point, .monthly .ct-series-a .ct-line, .monthly .ct-series-a .ct-bar, .monthly .ct-series-a .ct-slice-donut { stroke: #fff; fill: transparent } .turnover .ct-series-b .ct-area, .turnover .ct-series-b .ct-point, .turnover .ct-series-b .ct-line, .turnover .ct-series-b .ct-bar, .turnover .ct-series-b .ct-slice-donut, .uses .ct-series-b .ct-area, .uses .ct-series-b .ct-point, .uses .ct-series-b .ct-line, .uses .ct-series-b .ct-bar, .uses .ct-series-b .ct-slice-donut, .monthly .ct-series-b .ct-area, .monthly .ct-series-b .ct-point, .monthly .ct-series-b .ct-line, .monthly .ct-series-b .ct-bar, .monthly .ct-series-b .ct-slice-donut { stroke: rgba(255, 255, 255, 0.7); fill: transparent } .turnover .ct-series-c .ct-area, .turnover .ct-series-c .ct-point, .turnover .ct-series-c .ct-line, .turnover .ct-series-c .ct-bar, .turnover .ct-series-c .ct-slice-donut, .uses .ct-series-c .ct-area, .uses .ct-series-c .ct-point, .uses .ct-series-c .ct-line, .uses .ct-series-c .ct-bar, .uses .ct-series-c .ct-slice-donut, .monthly .ct-series-c .ct-area, .monthly .ct-series-c .ct-point, .monthly .ct-series-c .ct-line, .monthly .ct-series-c .ct-bar, .monthly .ct-series-c .ct-slice-donut { stroke: rgba(255, 255, 255, 0.4); fill: transparent } .turnover .ct-label, .uses .ct-label, .monthly .ct-label { fill: #fff; color: #fff } .turnover .ct-grid, .uses .ct-grid, .monthly .ct-grid { stroke: rgba(255, 255, 255, 0.7) } #draggableMultiple .ui-sortable-handle .card { cursor: move } .tilt-showcase ul li .line { padding-top: 10px } .tilt-showcase .pre-mt { margin-top: 5px } .wow-title h5 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px } .wow-title h5 .badge { -webkit-text-fill-color: #fff } .alert-center { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .box-shadow-title .sub-title { margin: 30px 0 } .hovercard .info .social-media ul li { padding-top: 3px } .hovercard .cardheader { border-top-left-radius: 5px; border-top-right-radius: 5px } .sticky-header-main .card .card-header h5 { line-height: 35px } .sticky-header-main .card .card-header h5 a { color: #fff; -webkit-text-fill-color: #fff } .custom-radio-ml { margin-left: 3px } .daterangepicker .ltr tr td.active { color: #fff } .twitter-typeahead { display: block !important } span.twitter-typeahead .league-name { font-size: 16px; padding: 6px 10px 0 } span.twitter-typeahead .tt-menu { float: left; width: 100%; min-width: 10rem; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border-radius: 0.25rem; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } span.twitter-typeahead .tt-suggestion { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff; cursor: pointer } span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus { background-color: #fff } span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active { color: #fff; background-color: var(--theme-deafult) } #scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset { max-height: 100px; overflow-y: auto } .current-sale-container .apexcharts-xaxistooltip { color: var(--theme-deafult); background: rgba(115, 102, 255, 0.1); border: 1px solid var(--theme-deafult) } .current-sale-container .apexcharts-xaxistooltip-bottom:before { border-bottom-color: var(--theme-deafult) } .current-sale-container .apexcharts-tooltip.light .apexcharts-tooltip-title { background: rgba(115, 102, 255, 0.1); color: var(--theme-deafult) } .card-block .table-responsive .table caption { padding-left: 10px } .card-block .table-responsive .table-bordered td { vertical-align: middle } .card-block .table-border-radius { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .card-block .default-checkbox-align #checkbox1 { margin-right: 10px } .card-block .default-checkbox-align #radio { margin-right: 5px } #example-style-3_wrapper #example-style-3 tfoot { border-top: 2px solid #efefef } .chart-vertical-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .chart-vertical-center #myDoughnutGraph, .chart-vertical-center #myPolarGraph { width: auto !important } .cke_focus { padding: 15px; margin-top: 13px } #editor .ace_scroller .ace_content .ace_layer .ace_print-margin { visibility: hidden !important } .helper-classes { padding: 30px; margin-bottom: 0; white-space: pre-line } .starter-kit-fix .page-body { margin-bottom: 52px } .starter-main .card-body p { font-size: 14px } .starter-main .card-body ul { padding-left: 30px; list-style-type: disc; margin-bottom: 15px } .starter-main .card-body h5 { font-size: 18px } .starter-main .card-body pre { white-space: pre-line; padding: 30px } .starter-main .card-body .alert-primary.inverse:before { top: 32px } .starter-main .alert { background-color: rgba(68, 102, 242, 0.2) !important } .starter-main .alert i { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } footer.blockquote-footer { bottom: unset } @media screen and (min-width: 1440px) and (max-width: 1660px) { .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .chart_data_right.second { display: block !important } } @media only screen and (min-width: 1367px) and (max-width: 1439px) { .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .chart_data_right.second { display: block !important } .chart_data_left .row>div .media .right-chart-content { margin-left: 10px !important } .chart_data_left .chart_data_right.second { display: block !important } } @media screen and (max-width: 1366px) { .chart_data_left .row>div:first-child .media { padding-left: 40px } .chart_data_left .row>div:last-child .media { padding-right: 40px } .chart_data_left .card-body .chart-main .media { padding: 40px 10px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 4px } .chart_data_right.second { display: block !important } .earning-card { overflow: hidden } .earning-card .card-body>.row>div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .earning-card .card-body>.row>div .chart-left { padding: 40px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 0; display: inline-block } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33% } .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2; margin-bottom: 30px } .earning-card .card-body>.row>div .chart-left .left-btn { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; text-align: right } .earning-card .card-body>.row .chart-right { padding-bottom: 40px } .earning-card.card .card-body .earning-content { border-right: none; border-bottom: 1px solid #ecf3fa } .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .morning-sec .greeting-user { margin: 33px 0 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .calendar-sec .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 20px 0 19px; padding: 12px 0 } .appointment .radar-chart .apexcharts-datalabel { font-size: 10px !important } } @media only screen and (max-width: 1199px) { .morning-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .profile-greeting .greeting-user .left-icon { left: 2% } .calendar-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .earning-card { margin-top: 0 } .earning-card .card-body>.row>div .row>div:last-child { padding-left: 0 } .earning-card .card-body>.row>div .row>div .current-sale-container { padding-left: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: right; margin-bottom: 30px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(4) { margin-bottom: 0 } .earning-card .card-body>.row>div .media { margin-left: 0 } .earning-card .card-body>.row .border-top>div:last-child { margin-top: 40px } .chart_data_left .card-body .chart-main .media { padding: 40px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 30px } .chart_data_left .row>div+div+div .media { padding-top: 0 !important } .appointment-sec .alert-sec { margin-top: 0 } .chart_data_right.second { display: none !important } } @media only screen and (max-width: 991px) { .earning-card { margin-top: 0 } .earning-card.card .card-body .border-top { padding: 20px } .earning-card.card .card-body .chart-right { padding: 0 20px } .earning-card.card .card-body .chart-right .p-tb { padding: 20px 0 } .earning-card .card-body>.row .border-top>div:last-child { margin-top: 20px } .earning-card .card-body>.row .chart-right { padding-bottom: 20px } .earning-card .card-body>.row>div .chart-left { padding: 20px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 20px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { margin-bottom: 20px } .chart_data_left .card-body .chart-main .media { padding: 20px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 20px } .chart_data_left .row>div .media:first-child { padding-left: 20px } .chart_data_left .row>div .media:last-child { padding-right: 20px } .news .card .card-body .news-update { padding: 20px } .notification .card .card-body .media { margin-bottom: 20px } .notification .card .card-body .media .media-body p { margin: 0 } .notification .card .card-body .media .media-body h6 { margin-top: 10px } .chat-default .card-body.chat-box .input-group { margin-top: 20px } } @media only screen and (max-width: 767px) { .morning-sec .profile-greeting .greeting-user .profile-vector { width: 70px; margin: 0 auto } .morning-sec .profile-greeting .greeting-user h4 { margin-bottom: 10px; margin-top: 15px } .morning-sec .profile-greeting .greeting-user .left-icon { left: 20px; bottom: 20px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: 25px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li { margin-left: 30px } .chart_data_left .card-body .chart-main .media { border-right: none } .chart_data_left .card-body .chart-main>div:nth-child(3) { border-right: 1px solid #ecf3fa } .chart_data_left .card-body .chart-main>div:first-child { border-right: 1px solid #ecf3fa } .footer-fix .pull-right { float: none !important; text-align: center !important } } @media only screen and (max-width: 575px) { .morning-sec .card-body .greeting-user p { padding: 0 15px } .morning-sec .card-body .greeting-user .left-icon { left: 15px; bottom: 15px; width: 40px; height: 40px; border-radius: 15px 15px 15px 5px } .chart_data_left .card .card-body .row>div .media { padding: 15px } .chart_data_left .card .card-body .row>div:first-child .media { padding-top: 15px !important } .chart_data_left .card .card-body .row:last-child .media { padding-top: 0 !important } .earning-card .card-body>.row>div .chart-left { padding: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning, .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { margin-bottom: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(4), .earning-card .card-body>.row>div .chart-left .left_side_earning:last-child { margin-bottom: 0 } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: left } .earning-card .card-body>.row>div .chart-left .left-btn { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset; text-align: left; margin-top: 15px } .earning-card .card-body>.row .chart-right { padding: 15px } .earning-card .card-body>.row .chart-right .p-tb { padding-top: 0; padding-bottom: 15px } .earning-card .card-body>.row .border-top>div+div { margin-top: 15px; padding: 0 } .earning-card .card-body>.row .border-top>div+div:last-child { margin-top: 15px } .earning-card .card-body .inner-top-right { margin-top: 15px } .earning-card.card .card-body .border-top { padding: 15px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: 15px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li+li { margin-left: 28px } .notification .card .card-body .media { margin-bottom: 15px } .news .card .card-body>.news-update { padding: 15px } .news .card .card-footer { padding-top: 0 !important } .appointment-sec .alert-sec .card-body { padding-top: 0 !important } .media-dropdown { display: block } .media-dropdown .media-body { margin-bottom: 15px } .chat-sec .chat-default .card-body.chat-box .media .media-body .message-main span { font-size: 13px; width: 95% } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat .media-body .message-main span { width: 100% } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat .media-body .message-main span span { width: 5px } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat p { margin-top: 10px } .chat-default .card-body.chat-box .input-group .form-control { font-size: 14px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { font-size: 17px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { font-size: 17px; margin-left: 10px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell { font-size: 14px } .calendar-sec .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 10px 0 10px; padding: 10px 0 } } @media only screen and (max-width: 360px) { .footer { padding-left: 0 !important; padding-right: 0 !important } .footer p { font-size: 12px } .appointment-table table tr td { min-width: 103px } .appointment-table table tr td:first-child { min-width: 63px } .appointment-table table tr td:nth-child(2) { min-width: 120px } } .toggle-data { cursor: pointer } .filter-block ul li { padding-top: 10px; font-weight: 500; color: #222 !important; } .filter-block ul li a { padding-top: 10px; font-weight: 500; color: #222 !important; opacity: 0.8; } .filter-block ul li a:hover { padding-top: 10px; font-weight: 500; color: var(--theme-deafult) !important; } .collection-filter-block svg { width: 50px; height: 25px; stroke: var(--theme-deafult); fill: #e8e5ff; margin-right: 10px } .collection-filter-block h5 { margin-bottom: 0; font-size: 16px } .collection-filter-block p { font-size: 13px } .collection-filter-block .media-body { opacity: 0.5 } .collection-filter-block li+li { margin-top: 15px } .collection-filter-block ul.pro-services li svg { width: auto } .qty-box .btn { background-color: transparent !important; border-color: #ecf3fa !important; padding: 8px 12px } .qty-box .btn i { color: #898989 } .qty-box .btn svg { width: 14px !important; stroke: #2c323f } .qty-box span { padding: 0 4px } .qty-box .input-group { background-color: rgba(44, 50, 63, 0.1) } .qty-box input { background-color: rgba(44, 50, 63, 0.1); color: #2c323f; max-width: 44px; padding: 0; text-align: center; border: none; max-height: 37px } .product-social li a { color: #898989; font-size: 15px; border: 1px solid #ccc; border-radius: 100%; height: 35px; width: 35px; display: inline-block; text-align: center; line-height: 2.3; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-social li a:hover { border-color: #7366ff; color: #7366ff; background-color: rgba(115, 102, 255, 0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-social li:nth-child(n+2) { margin-left: 10px } .product-sidebar .filter-section .card .card-header { padding: 16px 30px; border-radius: 5px } .product-sidebar .filter-section .card .card-header h6 { position: relative } .product-sidebar .filter-section .card .card-header h6 .pull-right i { position: absolute; top: 4px; left: 0; font-size: 10px; width: 100%; height: 10px; text-align: right; cursor: pointer } .product-wrapper .product-sidebar .filter-section .card .left-filter { z-index: 0; opacity: 0; visibility: hidden; height: 0; -webkit-transition: 0.3s; transition: 0.3s } .product-wrapper .product-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid { margin-bottom: 15px } .product-wrapper .product-grid .product-wrapper-grid { margin-left: 0; -webkit-transition: 0.3s; transition: 0.3s } .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter { z-index: 1; opacity: 1; visibility: visible; position: absolute; width: 100%; background-color: white; top: 53px; height: auto } .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-left: calc(25% + 9px) } .d-none-productlist { display: none } .d-none-productlist svg { vertical-align: middle; cursor: pointer } .product-wrapper-grid.list-view .product-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .product-wrapper-grid.list-view .product-box .product-img { width: 20% } .product-wrapper-grid.list-view .product-box .product-details { text-align: left } .slider-product { padding: 15px 0; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; margin-bottom: 15px } .products-total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .grid-options { height: 33px; margin-left: 10px } .grid-options ul li a { position: relative } .grid-options ul li a .line-grid { position: absolute; width: 4px; height: 15px; top: 9px } .grid-options ul li a .line-grid-1 { left: 12px } .grid-options ul li a .line-grid-2 { left: 18px } .grid-options ul li a .line-grid-3 { left: 36px } .grid-options ul li a .line-grid-4 { left: 42px } .grid-options ul li a .line-grid-5 { left: 48px } .grid-options ul li a .line-grid-6 { left: 66px } .grid-options ul li a .line-grid-7 { left: 72px } .grid-options ul li a .line-grid-8 { left: 78px } .grid-options ul li a .line-grid-9 { left: 84px } .grid-options ul li a .line-grid-10 { left: 103px } .grid-options ul li a .line-grid-11 { left: 109px } .grid-options ul li a .line-grid-12 { left: 115px } .grid-options ul li a .line-grid-13 { left: 121px } .grid-options ul li a .line-grid-14 { left: 127px } .grid-options ul li a .line-grid-15 { left: 133px } .square-product-setting { height: 36px; vertical-align: middle } .square-product-setting a { color: #2b2b2b } .square-product-setting .icon-grid { padding: 7px; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 10px } .square-product-setting .icon-grid svg { width: 20px; height: 20px } .product-filter .banner-product { margin-top: 15px } .product-filter h6 { margin-bottom: 15px } .product-filter .color-selector { line-height: 0.9 } .product-filter .color-selector ul li { display: inline-block; width: 20px; height: 20px; border: 1px solid #444; border-radius: 100%; cursor: pointer } .product-filter .color-selector ul li.white { background-color: #fff } .product-filter .color-selector ul li.gray { background-color: rgba(43, 43, 43, 0.7) } .product-filter .color-selector ul li.black { background-color: #000 } .product-filter .color-selector ul li.orange { background-color: #ffb17a } .product-filter .color-selector ul li.green { background-color: #6fb866 } .product-filter .color-selector ul li.pink { background-color: pink } .product-filter .color-selector ul li.yellow { background-color: #f2f896 } .product-filter .color-selector ul li.blue { background-color: #63b4f2 } .product-filter .color-selector ul li.red { background-color: #ff647f } .product-filter.new-products { margin-top: 20px } .product-filter.new-products button { width: auto } .product-filter.new-products .owl-theme .owl-nav { margin-top: 0; position: absolute; top: -46px; right: 0 } .product-filter.new-products .owl-theme .owl-nav button:focus { outline: rgba(0, 0, 0, 0) } .product-filter.new-products .owl-theme .owl-nav button span { font-size: 20px } .product-filter.new-products .owl-theme .owl-nav button span:focus { outline-color: rgba(0, 0, 0, 0) } .product-filter.new-products .owl-theme .owl-nav [class*='owl-']:hover { background-color: rgba(0, 0, 0, 0); color: inherit } .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details { padding: 25px 0 } .product-filter.new-products .owl-theme .owl-item .item .product-box+.product-box { margin-top: 15px } .select2-drpdwn-product .form-control { border: none; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); margin-bottom: 10px; height: 36px } .feature-products form .form-group { position: relative } .feature-products form .form-group input { margin-bottom: 15px; border: none; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); height: 50px; padding-left: 30px } .feature-products form .form-group i { position: absolute; top: 17px; right: 30px; color: #898989 } .product-box { border-radius: 10px; overflow: hidden } .product-box .product-details { padding: 15px 25px } .product-box .product-details p { margin-bottom: 0; opacity: 0.8 } .product-box .product-details h4 { margin-bottom: 0; margin-top: 5px; font-size: 20px; font-family: roboto } .product-box .product-details h6 { color: #2b2b2b; text-transform: uppercase; margin-bottom: 10px } .product-box .product-details span { color: #898989 } .product-box .product-details .rating i { font-size: 16px; letter-spacing: 3px; color: #ffa800 } .product-box .modal .modal-header .product-box .product-details { padding: 25px 0 } .product-box .modal .modal-header .product-box .product-details h6 { text-transform: capitalize } .product-box .modal .modal-header .product-box .product-details .product-price { font-size: 22px; margin-bottom: 10px } .product-box .modal .modal-header .product-box .product-details .product-view { padding: 20px 0; border-top: 1px dotted #59667a; border-bottom: 1px dotted #59667a } .product-box .modal .modal-header .product-box .product-details .product-size { margin: 20px 0 } .product-box .modal .modal-header .product-box .product-details .product-size ul li { display: inline-block } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset { margin-bottom: 20px } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group { width: 35% } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn { padding: 5px 12px } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary { background-color: #59667a !important; border: 1px solid #59667a !important } .product-box .modal .modal-header .btn-close { position: absolute; right: 15px; top: 10px } .product-box .product-img { position: relative } .product-box .product-img .product-hover { position: absolute; height: 100%; width: 100%; top: 0; 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; background-color: rgba(0, 0, 0, 0.3); opacity: 0; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-box .product-img .product-hover ul li { display: inline-block; -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); padding: 10px 12px; background-color: #fff; font-size: 18px; border-radius: 10px; height: 45px; width: 45px; margin: 0 3px; cursor: pointer } .product-box .product-img .product-hover ul li i { color: #59667a; font-size: 18px } .product-box .product-img .product-hover ul li .btn { padding: 0 } .product-box .product-img .product-hover ul li:hover { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-box .product-img .product-hover ul li:hover .btn, .product-box .product-img .product-hover ul li:hover i { color: #fff } .product-box:hover .product-hover { opacity: 1; border-radius: 0%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-page-main { padding: 30px } .product-page-main .owl-item .item { border: 1px solid #f4f4f4; border-radius: 5px; background-color: #f8f8f8 } .product-page-main .owl-item.current .item { border: 1px solid var(--theme-deafult) } .product-page-main .product-slider { margin-bottom: 20px } .product-page-main .product-color { margin-top: 10px } .product-page-details h4 { color: #2b2b2b; text-transform: uppercase; font-size: 18px } .product-page-details span { padding-left: 15px } .br-theme-fontawesome-stars .br-widget a, .br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after { color: #ffa800 !important; font: normal normal normal 14px/1 FontAwesome } .product-price { font-size: 18px; font-weight: 700; margin-top: 5px; color: var(--theme-deafult) } .product-price del { color: rgba(44, 50, 63, 0.4); padding-left: 10px; font-size: 80% } .product-color li { display: inline-block; border-radius: 100%; height: 20px; width: 20px; margin: 0 2px } .product-page-main p { font-size: 15px } .product-page-main .nav-link { text-transform: uppercase; font-weight: 500 } .payment-opt li { display: inline-block } .payment-opt li img { height: 20px; margin: 15px 15px 0 0 } @media screen and (max-width: 1660px) and (min-width: 1200px) { .xl-cs-65 { max-width: 65%; -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65% } .xl-cs-35 { max-width: 35%; -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .owl-carousel .owl-item img { max-width: 420px; margin: 0 auto } } .email-wrap .row .col-xl-3+.col-xl-3 { padding-right: 0 } .email-wrap .row .col-xl-6 { padding-left: 0 } .email-wrap .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .email-wrap .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .email-wrap .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .email-wrap .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #f5f5f5; background: #fff; line-height: 19px } .email-wrap .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } .email-wrap .email-app-sidebar .media img { border: 2px solid #ecf3fa } .email-wrap .email-app-sidebar .main-menu>li { width: 100%; text-align: left } .email-wrap .email-app-sidebar .main-menu>li a { line-height: 39px; text-transform: uppercase; border-radius: 3px } .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: 10px } .email-wrap .email-app-sidebar .main-menu>li a.active>a { color: #000 } .email-wrap .email-app-sidebar .main-menu>li a:hover { background-color: #f5f6f9; text-decoration: none } .email-wrap .email-app-sidebar ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .email-wrap .email-app-sidebar ul li a>.title { width: 100%; color: #2c323f } .email-wrap .email-app-sidebar ul li a>.badge { -ms-flex-item-align: center; align-self: center; color: #898989 } .email-wrap .email-left-aside { float: left; width: 100% } .email-wrap .email-left-aside .card-body { padding: 20px } .email-wrap .email-right-aside .email-body .row .col-xl-4 { border-right: 1px solid rgba(0, 0, 0, 0.1) } .email-wrap .email-right-aside .email-body .pr-0 { padding-right: 0 } .email-wrap .email-right-aside .email-body .pl-0 { padding-left: 0 } .email-wrap .email-right-aside .email-body .inbox { overflow: auto } .email-wrap .email-right-aside .email-body .inbox .media { padding: 20px } .email-wrap .email-right-aside .email-body .inbox .media.active { background-color: #fefefe } .email-wrap .email-right-aside .radius-left { border-radius: 8px; height: 100% } .email-wrap .btn-mail { border-radius: 2px; text-align: left; padding: 13px 15px; margin: 20px 0 20px; letter-spacing: 1px; line-height: 12px !important } .email-wrap p { margin-bottom: 0; color: #898989 } .email-wrap .media-body { margin-top: 5px } .email-wrap .media-body h6 { margin-bottom: 2px; color: #242934; margin-top: 3px } .email-wrap .media-body h6 small { font-size: 12px } .email-wrap .media-body h6 small span { color: #777777 } .email-wrap .media-body p { color: rgba(43, 43, 43, 0.7); font-size: 12px } .email-wrap .email-top { padding: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 49px } .email-wrap .email-top i { cursor: pointer } .email-wrap .email-top h5 { margin-bottom: 0; padding: 12px 0 } .email-wrap .email-top .d-flex { padding: 13px 0 } .email-wrap .email-wrapper { padding: 20px } .email-wrap .email-wrapper hr { margin-top: 0; margin-bottom: 20px } .email-wrap .email-wrapper .d-inline-block { width: 100% } .email-wrap .email-wrapper h6 { margin-bottom: 11px; float: left } .email-wrap .email-wrapper .right-download { float: right } .email-wrap .email-wrapper p+p { margin-bottom: 20px } .email-wrap .email-wrapper h5 { margin-bottom: 20px } .email-wrap .email-content .email-top .user-emailid:after { content: ""; position: relative; height: 20px; width: 1px; right: 0; top: 3px; z-index: 2; border: 1px solid #efefef; float: right; padding: 0; margin: 0 20px } .email-wrap .email-body .attachment ul li img { margin-bottom: 20px; width: 80px; height: 80px; -o-object-fit: cover; object-fit: cover } .email-wrap .email-body .attachment .list-inline .list-inline-item { padding-right: 13px } .email-wrap .email-body .email-compose .cke_contents.cke_reset { max-height: 178px; width: 100%; border: 1px solid #ecf3fa } .email-wrap .email-body .email-compose .email-top h4 { padding: 11px 0 } .email-wrap .email-body .email-compose .compose-border .btn-middle { padding-top: 5px } .email-wrap .actions li { display: inline-block; margin-right: 25px } .error-wrapper { 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; min-height: 100vh; text-align: center } .error-wrapper.maintenance-bg { background-image: url(../images/other-images/maintenance-bg.jpg); background-color: rgba(255, 255, 255, 0.6); background-blend-mode: overlay } .error-wrapper .maintenance-icons li i { color: #59667a; font-size: 50px; animation: rotate-effect 40s infinite linear reverse } .error-wrapper .maintenance-icons li:nth-child(2) i { font-size: 100px; margin-left: 110px; margin-top: -25px; animation: rotate-effect 40s linear infinite reverse } .error-wrapper .maintenance-icons li:nth-child(3) i { -webkit-animation: rotate-effect 30s infinite linear; animation: rotate-effect 30s infinite linear; font-size: 150px; margin-top: -85px; margin-right: 120px } .error-wrapper .maintenance-heading { margin-top: 70px } .error-wrapper .maintenance-heading .headline { font-size: 99px; font-weight: 900; letter-spacing: 10px; color: var(--theme-deafult); z-index: 2; position: relative; margin-top: -70px } .error-wrapper .error-heading { margin-top: 115px } .error-wrapper .error-heading .headline { font-size: 285px; font-weight: 700; letter-spacing: 1px; margin-top: -130px } .error-wrapper .sub-content { font-size: 18px; color: #2b2b2b; letter-spacing: 1px; font-weight: normal; line-height: 35px; z-index: 3; position: relative; margin-top: 30px; margin-bottom: 0 } .error-wrapper .btn { margin-top: 40px } .error { margin: 70px 0 100px; color: #000 } .error .error-title { font-size: 9.5rem; color: #fff; text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32) } .error .line-bottom { width: 10%; height: 5px; background-color: #f8d62b; border: none } .error .c-white { color: #fff } .error .error-btn { text-align: center } .error .padd { padding: 10px 30px 10px 30px } .error .btn-back-home { background-color: #f4f4f4; color: #000 } .error .btn-back-home:hover { background-color: #f8d62b; color: #fff; -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21) } .error .btn-adnc-serc { background-color: #2c323f; color: #fff } .error .btn-adnc-serc:hover { background-color: #f8d62b; color: #fff; -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21) } .knowledgebase-bg { height: 500px; border-radius: 15px; margin-bottom: 30px } .knowledgebase-search { position: absolute; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 5% } .knowledgebase-search .form-inline { background-color: #fff; width: 500px; padding: 12px 50px; border-radius: 10px; border: 1px solid #e6e6e6; margin-top: 10px; position: relative } .knowledgebase-search .form-inline ::-webkit-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::-moz-placeholder { color: #ccc } .knowledgebase-search .form-inline :-ms-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::-ms-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::placeholder { color: #ccc } .knowledgebase-search .form-inline svg { position: absolute; left: 20px; width: 20px; top: 17px; stroke: #ccc } .faq-widgets { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .faq-widgets .media-body h5 { font-weight: 600 } .faq-widgets .media-body p { padding-right: 20px } .faq-widgets svg { width: 50px; height: 50px; opacity: 0.5 } .header-faq { margin-bottom: 30px } .header-faq h5 { font-weight: 600 } .features-faq.card .card-body, .features-faq.card .card-footer { padding: 20px 25px } .features-faq .faq-image img { border-top-left-radius: 8px; border-top-right-radius: 8px; width: 100% } .features-faq .card-body h6 { font-weight: 500 } .add-project.table td { vertical-align: middle } .add-project .text-inherit { color: black } .faq-accordion { margin-bottom: 30px } .faq-accordion .card .btn-link { display: -webkit-box; display: -ms-flexbox; display: flex } .faq-accordion .card .btn-link svg { width: 20px; height: 20px; margin-right: 10px } .faq-accordion .faq-header { position: relative; padding: 30px !important } .faq-accordion .faq-header svg { position: absolute; right: 30px; top: 30px } .faq-accordion .faq-header span { margin-top: 3px } .faq-accordion .faq-body { padding: 20px !important } .faq-accordion .card-mb-faq { margin-bottom: 30px } .faq-title { margin: 30px 0 } .faq-title h6 { color: #999; font-weight: 600 } .faq-form { position: relative } .faq-form .search-icon { position: absolute; right: 12px; top: 9px; width: 20px; height: 20px } .navigation-btn { margin-bottom: 30px } .navigation-btn a { 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 } .navigation-btn a svg { width: 15px; height: 15px } .navigation-option ul li { position: relative; padding: 15px 15px 15px 0 } .navigation-option ul li:hover { background-color: #fdfeff } .navigation-option ul li a { padding-left: 40px; color: #2b2b2b } .navigation-option ul li a svg { position: absolute; width: 15px; height: 15px; top: 17px; left: 15px } .updates-faq { width: 40px; height: 40px; border: 2px solid var(--theme-deafult); border-radius: 100%; 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; margin-right: 30px } .updates-faq svg { width: 18px; height: 18px } .updates-bottom-time p { margin-bottom: 2px } .updates-bottom-time p+p { color: #999 } .updates-faq-main { margin-bottom: 30px } .updates-faq-main a { font-weight: 500 } .updates-faq-main:last-child { margin-bottom: 0 } @media only screen and (max-width: 1199px) { .faq-accordion { margin-bottom: 30px } } @media only screen and (max-width: 991px) { .faq-accordion .faq-header { padding: 20px !important } .faq-accordion .faq-header svg { right: 20px; top: 20px } .navigation-option ul li { padding: 10px 10px 10px 0 } .navigation-option ul li a svg { top: 12px } .navigation-btn, .updates-faq-main { margin-bottom: 20px } } @media only screen and (max-width: 767px) { .xs-mt-search { margin-top: 30px } } @media only screen and (max-width: 575px) { .xs-mt-search { margin-top: 0px } .faq-widgets svg { width: 30px; height: 30px } .faq-title { margin: 15px 0 } .header-faq { margin-bottom: 15px; margin-top: 10px } .faq-accordion { margin-bottom: 0px } .faq-accordion .faq-header { padding: 15px !important } .faq-accordion .faq-header .pull-right { float: right } .faq-accordion .faq-header svg { right: 15px; top: 15px } .navigation-btn, .updates-faq-main { margin-bottom: 15px } } .file-sidebar .card .card-body, .file-sidebar .card .card-header, .file-content .card .card-body, .file-content .card .card-header { padding: 20px !important } .file-sidebar ul li+li { margin-top: 8px } .file-sidebar .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .file-sidebar .btn.btn-light:hover { color: var(--theme-deafult) !important } .file-sidebar .btn.btn-light:hover svg { stroke: var(--theme-deafult) } .file-sidebar .btn svg { width: 15px; vertical-align: middle; margin-right: 8px } .file-sidebar .pricing-plan { border: 1px solid #ecf3fa; border-radius: 5px; margin-top: 10px; padding: 15px; position: relative; overflow: hidden } .file-sidebar .pricing-plan h6 { font-weight: 600; font-size: 14px; margin-bottom: 2px; color: #898989 } .file-sidebar .pricing-plan h5 { font-weight: 800 } .file-sidebar .pricing-plan p { margin-bottom: 5px; color: #898989 } .file-sidebar .pricing-plan .btn { display: inline-block } .file-sidebar .pricing-plan .bg-img { position: absolute; top: 40px; opacity: 0.1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: -40px } .file-manager>h6 { opacity: 0.6; font-weight: 400 !important; font-size: 15px; margin-bottom: 12px } .file-manager .files .file-box:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .file-manager .files .file-box:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .file-manager .files .file-box:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .file-manager .files .file-box:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .file-manager .files .file-box:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .file-manager .files .file-box:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .file-manager .files .file-box:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .file-manager .files .file-box:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .file-manager .files .file-box:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .file-manager .files .file-box:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .file-manager .files .file-box:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .file-manager .files .file-box:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .file-manager .files .file-box:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .file-manager .files .file-box:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .file-manager .files .file-box:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .file-manager .files h6 { margin-top: 10px; margin-bottom: 0 } .file-manager p { opacity: 0.9; font-size: 12px } .files h6, .folder h6 { opacity: 0.9; font-weight: 500 !important; font-size: 14px } .file-content .ellips { position: absolute; top: 30px; right: 30px; opacity: 0.7 } .file-content .form-inline { border: 1px solid #f4f4f4; border-radius: 5px; padding: 0 20px } .file-content .form-inline i { padding-right: 10px; color: #898989; line-height: 3 } .file-content .form-inline input::-webkit-input-placeholder { color: #898989 } .file-content .form-inline input:focus { outline: none !important } .file-content .search-form input { padding: 5px 10px 5px 70px; border-radius: 5px } .file-content .search-form .form-group:before { left: 82px; top: 37px } .file-content .search-form .form-group:after { top: 39px; left: 53px } .file-content .btn svg { height: 15px; margin-right: 2px; vertical-align: middle } .file-content h4 { font-weight: 500 } .file-content .folder .folder-box { border: 1px solid #f1f1f1; border-radius: 5px; padding: 15px; background-color: #f6f7fb; width: calc(25% - 15px); display: inline-block } .file-content .folder .folder-box:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .file-content .folder .folder-box:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .file-content .folder .folder-box:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .file-content .folder .folder-box:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .file-content .folder .folder-box:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .file-content .folder .folder-box:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .file-content .folder .folder-box:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .file-content .folder .folder-box:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .file-content .folder .folder-box:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .file-content .folder .folder-box:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .file-content .folder .folder-box:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .file-content .folder .folder-box:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .file-content .folder .folder-box:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .file-content .folder .folder-box:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .file-content .folder .folder-box:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .file-content .files .file-box { border: 1px solid #f1f1f1; border-radius: 5px; padding: 15px; background-color: #f6f7fb; width: calc(25% - 15px); display: inline-block; position: relative } .file-content .files .file-box .file-top { height: 100px; background-color: #fff; border: 1px solid #ececec; border-radius: 5px; font-size: 36px; 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 } @media screen and (max-width: 1440px) { .file-content .folder .folder-box .media { display: block } .file-content .folder .folder-box .media .media-body { margin-left: 0 !important; margin-top: 5px } } @media screen and (max-width: 1366px) { .file-content .files { margin-bottom: -10px } .file-content .files .file-box { width: calc(50% - 15px); margin-bottom: 10px; margin-right: 8px } } @media screen and (max-width: 768px) { .file-content .folder { margin-bottom: -10px } .file-content .folder .folder-box { width: calc(50% - 15px); margin-bottom: 10px; margin-right: 8px } .file-content .media { display: block; text-align: center } .file-content .media .media-body { margin-top: 20px; text-align: center !important } } @media screen and (max-width: 575px) { .file-content .folder .folder-box, .file-content .files .file-box { width: calc(100%) } } .profile-img-style img, .scroll-bar-wrap img { width: 100% } .gallery { margin-bottom: -30px } .gallery>a { margin-bottom: 30px } .gallery>a:before { content: "\edee"; font-family: IcoFont; position: absolute; height: calc(100% - 10px); left: 20px; width: calc(100% - 40px); background-color: rgba(255, 255, 255, 0.27); top: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; 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; font-size: 30px; color: #000 } .gallery>a:hover:before { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .gallery>a .img-thumbnail { border-radius: 0 } .gallery-with-description { margin-bottom: -30px } .gallery-with-description a>div { padding: 10px; border: 1px solid #e4e6ec; margin-bottom: 30px; border-radius: 0 0 5px 5px } .gallery-with-description a:hover { text-decoration: none !important } .gallery-with-description h4 { color: #2c323f; margin-top: 15px; font-size: 18px } .gallery-with-description p { color: #a3a3a3 } .lg-backdrop { background-color: #fff } .lg-outer .lg-actions .lg-next, .lg-outer .lg-actions .lg-prev { background-color: #fff; border: 1px solid #efefef } .lg-outer .lg-actions .lg-next:hover, .lg-outer .lg-actions .lg-prev:hover { color: #2c323f } .lg-outer .lg-toolbar { background-color: rgba(255, 255, 255, 0.45); border-bottom: 1px solid #2c323f } .lg-outer .lg-toolbar .lg-icon:hover { color: #2c323f } .lg-outer #lg-counter { color: #2c323f } .lg-outer .lg-sub-html { background-color: rgba(255, 255, 255, 0.45) } .lg-outer .lg-sub-html h4 { font-size: inherit; color: #2c323f } .lg-outer .lg-sub-html p { color: #2c323f } .lg-outer .lg-thumb-outer { background-color: #ecf3fa } .lg-outer .lg-thumb-item { padding: 4px; border: 1px solid #efefef; border-radius: 0 } .lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover { border-color: #000 } .gallery a:before, .gallery a:after { content: none } .gallery .img-hover>div { overflow: hidden } .gallery .hover-1 img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-1 img:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .gallery .hover-2 img { width: 100%; height: auto; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; -webkit-transform: translateX(0px); transform: translateX(0px) } .gallery .hover-2:hover img { -webkit-transform: translateX(40px) scale(1.2); transform: translateX(40px) scale(1.2) } .gallery .hover-3 img { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-3:hover img { -webkit-transform: scale(1); transform: scale(1) } .gallery .hover-4 img { -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-4:hover img { -webkit-transform: scale(1); transform: scale(1) } .gallery .hover-5 img { margin-left: 30px; -webkit-transform: scale(1.3); transform: scale(1.3); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-5:hover img { margin-left: 0 } .gallery .hover-6 img { -webkit-transform: rotate(15deg) scale(1.4); transform: rotate(15deg) scale(1.4); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-6:hover img { -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1) } .gallery .hover-7 img { -webkit-filter: blur(3px); filter: blur(3px); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-7:hover img { -webkit-filter: blur(0); filter: blur(0) } .gallery .hover-8 img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-8:hover img { -webkit-filter: grayscale(0); filter: grayscale(0) } .gallery .hover-9 img { -webkit-filter: sepia(100%); filter: sepia(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-9:hover img { -webkit-filter: sepia(0); filter: sepia(0) } .gallery .hover-10 img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-10:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px) } .gallery .hover-11 img { opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-11:hover img { opacity: .5 } @-webkit-keyframes flash { 0% { opacity: .4 } 100% { opacity: 1 } } @keyframes flash { 0% { opacity: .4 } 100% { opacity: 1 } } .gallery .hover-13:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s } @-webkit-keyframes shine { 100% { left: 125% } } @keyframes shine { 100% { left: 125% } } .gallery .hover-14 div { position: relative } .gallery .hover-14 div:before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) } .gallery .hover-14 div:hover:before { -webkit-animation: shine .75s; animation: shine .75s } .gallery .hover-15 div { position: relative } .gallery .hover-15 div:before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0 } .gallery .hover-15 div:hover:before { -webkit-animation: circle .75s; animation: circle .75s } @-webkit-keyframes circle { 0% { opacity: 1 } 40% { opacity: 1 } 100% { width: 200%; height: 200%; opacity: 0 } } @keyframes circle { 0% { opacity: 1 } 40% { opacity: 1 } 100% { width: 200%; height: 200%; opacity: 0 } } * { -webkit-box-sizing: border-box; box-sizing: border-box } *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box } .grid { position: relative } .grid:after { content: ''; display: block; clear: both } .grid-item img { max-width: 100%; padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6 } .gallery-with-description .grid-item img { border: 0; padding: 0 } .hdg_main { position: relative } .main .langChoice { position: absolute; right: 40px; top: 31px; padding: 10px 12px; background-color: rgba(0, 0, 0, 0) } .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } @media (max-width: 991px) { .main .langChoice { right: 20px; top: 11px; padding: 8px } } @media only screen and (max-width: 575px) { .main .langChoice { top: 14px; padding: 4px 7px } .language-xs { margin-top: 15px } } @media only screen and (max-width: 360px) { .language-header { padding-bottom: 60px !important } .main .langChoice { left: 0; margin: 0 auto; top: 50px; width: 30%; right: 0 } } .filter-cards-view .job-filter:first-child { margin-bottom: 30px } .filter-cards-view .checkbox-animated { margin-top: 30px; margin-bottom: 30px } .location-checkbox span { color: #999; padding-left: 33px } .job-accordion .card { margin-bottom: 30px } .job-accordion .btn-block { border-top-left-radius: 0; border-top-right-radius: 0 } .job-search p { margin-top: 30px } .job-search .media .media-body h6 { margin-bottom: 3px } .job-search .media .media-body h6 span { font-size: 13px; color: #999; font-weight: normal } .job-search .media .media-body h6 span.badge { color: #fff } .job-search .media .media-body p { margin-top: 0; color: #999 } .job-search .job-description { margin-top: 30px } .job-search .job-description h6 { font-weight: 600 } .job-search .job-description p { margin-top: 0; margin-bottom: 6px } .job-search .job-description ul { list-style-type: disc; list-style-position: inside } .job-search .job-description ul li { margin-bottom: 10px } .job-search .job-description ul li:last-child { margin-bottom: 0 } .job-search .job-description .theme-form { margin-top: 30px; margin-bottom: 30px } .job-search .job-description .theme-form .row div[class^="col-"]+div[class^="col-"] .select2-container { margin-top: 22px } .job-search .job-description .theme-form .row div[class^="col-"] .job-select2~.select2-container { margin-top: 0 !important } .job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here { font-size: 14px; border: 1px solid #f4f4f4; padding-top: 7px; padding-bottom: 7px } .select2-container .select2-selection--single { border-radius: 0.25rem !important; border-color: #f6f7fb; height: 40px !important; padding: 5px } .job-pagination { margin-bottom: 30px } .job-pagination nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } @media only screen and (max-width: 1366px) { .xl-mt-job { margin-bottom: 20px } } @media only screen and (max-width: 991px) { .filter-cards-view { padding: 20px !important } .filter-cards-view .job-filter:first-child { margin-bottom: 20px } .filter-cards-view .checkbox-animated { margin-top: 20px; margin-bottom: 20px } .job-accordion .animate-chk { padding: 20px !important } .job-search p { margin-top: 20px } } @media only screen and (max-width: 575px) { .filter-cards-view { padding: 15px !important } .filter-cards-view .job-filter:first-child { margin-bottom: 15px } .filter-cards-view .checkbox-animated { margin-top: 15px; margin-bottom: 15px } .job-accordion .animate-chk { padding: 15px !important } .job-search p { margin-top: 15px } .job-search .media { display: block; text-align: center } .job-search .media .media-body h6 .pull-right { float: none; margin-top: 3px } .job-search .media .media-body h6 a { display: block } .job-search .media .media-body p span+span { display: block } .job-search .media img { margin-bottom: 15px } .job-search .media .m-r-20 { margin-right: 0 } .job-search .job-description { margin-top: 15px } .job-search .job-description .theme-form { margin-top: 15px; margin-bottom: 15px } .job-search .job-description .theme-form .row div[class^="col-"]+div[class^="col-"] .select2-container { margin-top: 2px } .job-search .job-description .theme-form .xs-mt-period { margin-top: 15px } .job-pagination { margin-bottom: 15px } .xl-mt-job { margin-bottom: 15px } } @media only screen and (max-width: 360px) { .job-search .job-description .btn { padding: 6px 12px } } .jsgrid .jsgrid-grid-body .jsgrid-cell { padding: 0.75rem } .jsgrid .jsgrid-pager-container { text-align: right } .jsgrid .jsgrid-pager { padding: 0; margin-top: 20px } .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button { margin-right: -5px } .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child { border-radius: 5px 0 0 5px } .jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button { margin-left: -5px } .jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button:last-child { border-radius: 0 5px 5px 0 } .jsgrid .jsgrid-pager [class*="jsgrid-pager"] { display: inline-block; min-width: 1.5em; padding: 0.5em 1em; border: 1px solid #f4f4f4 } .jsgrid .jsgrid-pager .jsgrid-pager-page a { color: #2c323f } .jsgrid .jsgrid-pager .jsgrid-pager-current-page { color: #2c323f } .jsgrid .jsgrid-selected-row>.jsgrid-cell { background: #f4f4f4; border-color: #fafafa } .jsgrid .jsgrid-header-row>.jsgrid-header-cell { padding: 0.75rem; font-weight: 500 } .jkanban-container .btn { margin-bottom: 10px } .jkanban-container .note a { display: contents } .kanban-board-header { height: auto; width: auto; line-height: unset; background: #f8f8f8; border-bottom: 1px solid #ddd } .kanban-board-header.bg-info~.kanban-drag { background-color: rgba(169, 39, 249, 0.3) } .kanban-board-header.bg-warning~.kanban-drag { background-color: rgba(248, 214, 43, 0.3) } .kanban-board-header.bg-success~.kanban-drag { background-color: rgba(81, 187, 37, 0.3) } .kanban-container { display: contents } .kanban-board { margin-bottom: 30px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing: 0.5px; border-radius: 8px; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); overflow: hidden; width: calc(100% / 3 - 30px) !important } .kanban-board .kanban-drag { background: #f8f8f8 } .kanban-item { background: transparent; padding: 0; margin-bottom: 20px } .kanban-item p { opacity: 0.7 } .kanban-item:last-child { margin-bottom: 0 } .kanban-item .list { display: inline-block; opacity: 0.4 } .kanban-item .list li { display: inline-block; font-size: 12px } .kanban-item .list li i { margin-right: 10px } .kanban-item .kanban-box { border: 1px solid #efefef; border-radius: 5px; padding: 20px; position: relative; display: block; color: inherit; background-color: #fff } .kanban-item .kanban-box:hover { color: inherit } .kanban-item .kanban-box+.kanban-box { margin-top: 20px } .kanban-item .kanban-box .badge { font-weight: 400 } .kanban-item .kanban-box h6 { font-size: 15px; margin-top: 5px; font-weight: 500 } .kanban-item .kanban-box .dropdown { display: inline-block; right: 10px; position: absolute; top: 20px } .kanban-item .kanban-box .dropdown .dropdown-item { font-size: 13px; font-weight: 500; padding: 5px 10px; text-align: left } .kanban-item .kanban-box .dropdown svg { height: 14px } .kanban-item .kanban-box .d-flex { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .kanban-item .kanban-box .dropdown-toggle:after { content: none } .kanban-item .kanban-box .customers ul li+li { margin-left: -10px } .kanban-item .kanban-box .date { font-size: 11px; opacity: 0.5 } footer { margin: 0; padding: 0 } @media only screen and (max-width: 1199px) { .jkanban-container .btn { margin-bottom: 10px; margin-left: 20px } } @media only screen and (max-width: 600px) { .kanban-board .kanban-drag, .kanban-container .kanban-item .kanban-box { padding: 10px 15px } .kanban-container .kanban-board { width: 320px !important; margin-left: 10px !important; margin-right: 10px !important } } @media only screen and (max-width: 480px) { .jkanban-container .card-body { padding: 20px 0 !important } .kanban-board .kanban-drag, .kanban-container .kanban-item .kanban-box { padding: 10px 15px } .kanban-container .kanban-board { width: 270px !important } } .browse .browse-articles.browse-bottom { margin-top: 30px } .browse .browse-articles span { vertical-align: middle; position: relative } .browse .browse-articles span:nth-child(2) { padding-left: 20px } .browse .browse-articles span svg { width: 14px; height: 14px; margin-right: 10px; vertical-align: text-top; position: absolute; left: 0; top: 3px } .browse .browse-articles h6 { padding-bottom: 10px; margin-bottom: 0px; border-bottom: 1px solid #fdfeff; padding-left: 25px } .browse .browse-articles h6 span svg { width: 16px; height: 16px; vertical-align: text-top; top: 0; left: -30px } .browse .browse-articles ul li { padding: 8px; border-radius: 8px } .browse .browse-articles ul li a { color: #2b2b2b } .browse .browse-articles ul li:hover { background-color: #fdfeff } @media only screen and (max-width: 1366px) { .browse div[class^="col-"]:nth-child(3) { margin-top: 30px } } @media only screen and (max-width: 991px) { .browse div[class^="col-"]:nth-child(3) { margin-top: 20px } .browse .browse-articles.browse-bottom { margin-top: 20px } } @media only screen and (max-width: 767px) { .browse div[class^="col-"]:nth-child(2) { margin-top: 20px } } @media only screen and (max-width: 575px) { .browse div[class^="col-"]:nth-child(2), .browse div[class^="col-"]:nth-child(3) { margin-top: 15px } .browse .browse-articles.browse-bottom { margin-top: 15px } } @media only screen and (max-width: 360px) { .browse .browse-articles ul li a span:nth-child(2) { width: 158px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block } } .framworks .nav-pills { margin-bottom: -15px } .framworks .nav-item { margin: 0 10px; margin-bottom: 15px } .framworks .nav-item a { padding: 15px 30px; background-color: rgba(115, 102, 255, 0.08); border-radius: 50px !important } .framworks .nav .nav-link img { height: 50px; margin-right: 10px } .landing-cards { -webkit-transform: rotate(-12deg); transform: rotate(-12deg) } .landing-cards .landing-card { border-radius: 15px; -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.2); box-shadow: 0 0 37px rgba(255, 255, 255, 0.2); margin: 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-cards .landing-card:hover { -webkit-transform: translate(0, -7px) scale(1.01); transform: translate(0, -7px) scale(1.01); -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.4); box-shadow: 0 0 37px rgba(255, 255, 255, 0.4); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .email-txt { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .email-img { -webkit-filter: drop-shadow(0 0 37px rgba(8, 21, 66, 0.15)); filter: drop-shadow(0 0 37px rgba(8, 21, 66, 0.15)) } .landing-ul li { position: relative; padding-left: 30px; font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); padding-bottom: calc(5px + (10 - 5) * ((100vw - 300px) / (1920 - 300))); color: #737171 } .landing-ul li::before { content: "-"; font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); left: 0; position: absolute; top: -3px } .framworks-list .box { display: inline-block; background-color: #fff; padding: 40px 10px; margin-bottom: 30px; border-radius: 10px; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); margin: 10px; height: 185px; width: 185px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .framworks-list .box:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15) } .layout h5 { margin-bottom: 20px; opacity: .8; letter-spacing: 1.2px } .layout .btn { padding: 0.15rem 0.5rem } .landing-home { scroll-behavior: smooth; height: 100vh; overflow: hidden; position: relative; background-position: right top; background-size: cover; background: linear-gradient(90deg, #f1f0ff 21px, transparent 1%) center, linear-gradient(#eae7ff 21px, transparent 1%) center, rgba(115, 102, 255, 0.34902); background-size: 23px 23px } .landing-home .content h1 { font-weight: 600; color: var(--theme-deafult); font-weight: 700; -webkit-text-fill-color: transparent; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-image: -webkit-linear-gradient(rgba(158, 107, 248, 0.5), rgba(119, 101, 250, 0.5)), url(../../assets/images/landing/title.gif); background-position: left; line-height: 1; font-size: calc(25px + (57 - 25) * ((100vw - 300px) / (1920 - 300))) } .landing-home .content h2 { font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300))) } .landing-home .content p { font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300))); font-weight: 200; font-family: roboto; padding-right: 50px } .landing-home .navbar-brand img { height: 45px } .landing-home .btn-grp .btn img { height: 20px; margin-right: 5px } .landing-home .decoration li { position: absolute } .landing-home .decoration li img { height: 20px } .landing-home .decoration .one { left: -10px; top: 200px; -webkit-animation: spin 10s infinite; animation: spin 10s infinite } .landing-home .decoration .two { left: 35%; top: 80px; -webkit-animation: animationtop 10s infinite; animation: animationtop 10s infinite } .landing-home .decoration .three { bottom: 40px; left: 160px; -webkit-animation: animationleft 10s infinite; animation: animationleft 10s infinite } .landing-home .decoration .four { left: 42%; top: 40%; -webkit-animation: spin 15s infinite; animation: spin 15s infinite } .landing-home .decoration .five { bottom: -6px; left: 30%; -webkit-animation: spin 20s infinite; animation: spin 20s infinite } .landing-home .decoration .six { left: 46%; top: 20%; -webkit-animation: animationleft 5s infinite; animation: animationleft 5s infinite } .landing-home .decoration .seven { left: -11px; top: 70%; -webkit-animation: animationleft 5s infinite; animation: animationleft 5s infinite } .landing-home .screen1 { position: absolute; right: 0; top: 150px; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); border-radius: 10px; -webkit-animation: animationleft 20s infinite; animation: animationleft 20s infinite; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-home .screen1:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 47px 10px rgba(255, 255, 255, 0.35); box-shadow: 0 0 47px 10px rgba(255, 255, 255, 0.35) } .landing-home .screen2 { position: absolute; left: 70px; top: 270px; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); border-radius: 10px; -webkit-animation: animationtop 30s infinite; animation: animationtop 30s infinite; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-home .screen2:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.35); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.35) } .landing-home .content { height: calc(100vh - 101px); margin-top: 101px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 100px } .landing-home .sticky-header header .nav-padding { padding: 30px 50px } @-webkit-keyframes animationtop { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(0, 20px); transform: translate(0, 20px) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes animationtop { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(0, 20px); transform: translate(0, 20px) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @-webkit-keyframes animationleft { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(20px, 0); transform: translate(20px, 0) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes animationleft { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(20px, 0); transform: translate(20px, 0) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .navbar-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-nav .nav-item { position: relative } .navbar-nav .nav-item .nav-link { font-size: 18px; letter-spacing: 1px; padding: 12px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active { opacity: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-page .navbar-expand-xl .navbar-collapse { background-color: transparent } .landing-page .page-body-wrapper { min-height: 100vh; background: #eaf4ff; overflow: hidden } .landing-page .navbar-nav .nav-item.buy-btn { background-color: white; border-radius: 5px; padding: 0 20px; margin-left: 10px } .landing-page .navbar-nav .nav-item.buy-btn a { color: var(--theme-deafult) } .landing-page .navbar-nav .nav-item .nav-link { letter-spacing: 1.5px } .landing-page .sticky-header header { background: transparent; -webkit-box-shadow: none; box-shadow: none; z-index: 100; left: 0; height: auto } .landing-page .sticky-header header.sticky { margin-top: 0; background: #f4f1fb } .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link { color: #2c323f; font-size: 16px; padding: 15px 12px } .landing-page .sticky-header header.sticky .buy-btn { background: linear-gradient(26deg, #7366ff 0%, #a26cf8 100%) } .landing-page .sticky-header header.sticky .buy-btn a { color: #fff !important } .bg-sky-blue .sticky-header header .navbar-toggler span { background-color: var(--theme-deafult) } .navbar-expand-xl .navbar-brand { padding-left: 18px } .navbar-expand-xl .navbar-collapse { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: #fff } .section-space { padding: 80px 0; text-align: center } .section-space p { font-size: 15px } .z-index-9 { z-index: 99; position: relative } .component_responsive { margin-bottom: -30px } .component_responsive img { height: 50px; -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0.7 } .component_responsive .component-hover-effect { margin-bottom: 30px } .component-hover-effect { padding: 40px 0 60px } .component-hover-effect:before { content: ""; -webkit-transition: 0.5s; transition: 0.5s; border: 1px solid #dfe5f5; border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; will-change: border-radius; width: calc(100% - 40px); height: calc(100% - 40px); display: block; position: absolute; -webkit-animation: morphing 10s infinite paused; animation: morphing 10s infinite paused; top: -10px; left: 20px } .component-hover-effect:hover:before { -webkit-animation-play-state: running; animation-play-state: running } .component-hover-effect:hover img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-filter: hue-rotate(30deg); filter: hue-rotate(30deg) } @-webkit-keyframes morphing { 0% { border-radius: 30% 70% 70% 30%/30% 30% 70% 70% } 25% { border-radius: 58% 42% 75% 25%/76% 46% 54% 24% } 50% { border-radius: 50% 50% 33% 67%/55% 27% 73% 45% } 75% { border-radius: 33% 67% 58% 42%/63% 68% 32% 37% } } @keyframes morphing { 0% { border-radius: 30% 70% 70% 30%/30% 30% 70% 70% } 25% { border-radius: 58% 42% 75% 25%/76% 46% 54% 24% } 50% { border-radius: 50% 50% 33% 67%/55% 27% 73% 45% } 75% { border-radius: 33% 67% 58% 42%/63% 68% 32% 37% } } .components-section h6 { padding-top: 15px } .ptb50 { padding: 80px 0 } .landing-center { text-align: center } .landing-center .title { margin-bottom: 30px } .landing-center .footer-content h1 { font-size: 20px; font-weight: 500; margin-bottom: 20px; line-height: 1.4; letter-spacing: 1px } .mrl5 { margin: 0 5px } .footer-bg { position: relative; text-align: center; background-color: #f7f7fe; margin-left: 0 } .email_bg { background-image: url(../../assets/images/landing/email-bg.jpg) !important } .app_bg { background-color: #f7f7fe } .page-wrapper .bg-Widget:before { top: 220px !important; -webkit-transform: rotate(-40deg); transform: rotate(-40deg) } .page-wrapper .bg-Widget:after { top: unset !important; bottom: 0 !important } .page-wrapper .bg-Widget .cuba-demo-content p { color: rgba(255, 255, 255, 0.7) } .page-wrapper .bg-Widget .cuba-demo-content .couting h2 { -webkit-text-fill-color: #fff !important } .layout { background-image: url(../../assets/images/landing/email-bg.jpg) } .layout { margin-bottom: -30px } .btn-md:hover { -webkit-animation: 0.3s pulse 3; animation: 0.3s pulse 3 } .tap-top { text-align: center; cursor: pointer; display: none; width: 40px; height: 40px; border-radius: 100%; position: fixed; bottom: 30px; right: 30px; z-index: 5; color: #fff; background: var(--theme-deafult); border: none; padding: 7px; -webkit-box-shadow: 0 0 10px var(--theme-deafult); box-shadow: 0 0 10px var(--theme-deafult); opacity: 0.5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .tap-top:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1 } .tap-top svg { width: 20px } @-webkit-keyframes animationFramesOne { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } 20% { -webkit-transform: translate(73px, -1px) rotate(36deg); transform: translate(73px, -1px) rotate(36deg) } 40% { -webkit-transform: translate(141px, 72px) rotate(72deg); transform: translate(141px, 72px) rotate(72deg) } 60% { -webkit-transform: translate(83px, 122px) rotate(108deg); transform: translate(83px, 122px) rotate(108deg) } 80% { -webkit-transform: translate(-40px, 72px) rotate(144deg); transform: translate(-40px, 72px) rotate(144deg) } 100% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } } @keyframes animationFramesOne { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } 20% { -webkit-transform: translate(73px, -1px) rotate(36deg); transform: translate(73px, -1px) rotate(36deg) } 40% { -webkit-transform: translate(141px, 72px) rotate(72deg); transform: translate(141px, 72px) rotate(72deg) } 60% { -webkit-transform: translate(83px, 122px) rotate(108deg); transform: translate(83px, 122px) rotate(108deg) } 80% { -webkit-transform: translate(-40px, 72px) rotate(144deg); transform: translate(-40px, 72px) rotate(144deg) } 100% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } } .page-wrapper { overflow: hidden } .page-wrapper .section-space { padding: 80px 0 } .page-wrapper .cuba-demo-content { text-align: center; position: relative; margin-bottom: 50px } .page-wrapper .cuba-demo-content img { margin: 0 auto; width: 70px; -webkit-animation: rotated 50s infinite linear; animation: rotated 50s infinite linear } .page-wrapper .cuba-demo-content p { font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300))); color: #737171 } .page-wrapper .cuba-demo-section { position: relative } .page-wrapper .cuba-demo-section:before { content: ""; position: absolute; left: 0; background-image: url(../images/landing/left-left.png); height: 165px; width: 250px; top: 0 } .page-wrapper .cuba-demo-section:after { content: ""; position: absolute; right: 0; background-image: url(../images/landing/leaf-right.png); height: 208px; width: 250px; top: 0 } .page-wrapper .cuba-demo-section .img-effect { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); border-radius: 15px; padding: 20px; position: relative } .page-wrapper .cuba-demo-section .img-effect .hover-link { position: absolute; height: 100%; width: 100%; background: linear-gradient(10deg, rgba(44, 50, 63, 0.8) 0%, transparent 80%); border-radius: 15px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 20px; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; left: 0; top: 0 } .page-wrapper .cuba-demo-section .img-effect:hover .hover-link { opacity: 1; z-index: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect img { width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect:hover { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect:hover img { -webkit-transform: scale(1.01); transform: scale(1.01); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .cuba-img { border-radius: 10px; border: 1px solid #f1f1f1 } .page-wrapper .cuba-demo-section .cuba-img img { border-radius: 30px } .page-wrapper .cuba-demo-section .sub-title { margin-top: 15px; padding-bottom: 10px } .page-wrapper .cuba-demo-section .sub-title h5 { margin-bottom: 0; font-size: calc(12px + (20 - 15) * ((100vw - 300px) / (1920 - 300))) } .page-wrapper .cuba-demo-section .cuba-demo-content .couting h2 { color: var(--theme-deafult); font-weight: 500; font-size: calc(35px + (70 - 35) * ((100vw - 300px) / (1920 - 300))); background: -webkit-linear-gradient(var(--theme-deafult), #966afb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0; line-height: 1 } .demo-imgs .demo-content { margin-bottom: 35px } .demo-imgs .demo-content .cuba-demo-img { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); border-radius: 15px; padding: 20px; position: relative; margin-bottom: 15px } .demo-imgs .demo-content .cuba-demo-img .hover-link { padding-top: 15px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -10px } .demo-imgs .demo-content .cuba-demo-img .hover-link .link-btn { cursor: not-allowed } .demo-imgs .demo-content .cuba-demo-img .hover-link a { color: #fff; display: inline-block; border-radius: 5px; background-color: #7366ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 6px 12px; margin-bottom: 10px } .demo-imgs .demo-content .cuba-demo-img .hover-link .coming-soon { opacity: .40; pointer-events: none } .demo-imgs .demo-content .cuba-demo-img img { width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .demo-imgs .demo-content .cuba-demo-img:hover img { -webkit-transform: scale(1.01); transform: scale(1.01) } .demo-imgs .demo-content .cuba-demo-img:hover .title-wrapper .theme-name { bottom: -15px; opacity: 0 } .demo-imgs .demo-content .title-wrapper .theme-name { position: relative; font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300))); color: #737171; text-transform: capitalize } .demo-imgs .demo-content .title-wrapper .theme-name:before { content: ""; position: absolute; width: 120px; height: 10px; margin: 0 auto; background-color: rgba(115, 113, 113, 0.2); z-index: 0; left: 0; right: 0; bottom: 0 } .landing-slider h4 { position: relative; font-size: 20px; color: #7366ff; text-transform: capitalize } .landing-slider h4:before { content: ""; position: absolute; width: 120px; height: 12px; margin: 0 auto; background-color: rgba(115, 102, 255, 0.15); z-index: 0; left: 0; right: 0; bottom: 0 } .container-modify { max-width: 1600px; margin: 0 auto } .container-modify .img-effect:hover .cuba_img_content { opacity: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .container-modify .cuba_img_content { position: absolute; height: 100%; width: 100%; background: linear-gradient(10deg, rgba(115, 102, 255, 0.9) 0%, transparent 80%); top: 0; left: 0; border-radius: 10px; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .container-modify .cuba_img_content h4 { color: #455a64; color: #fff; font-weight: 600; font-size: calc(12px + (24 - 15) * ((100vw - 300px) / (1920 - 300))); position: absolute; bottom: 20px; left: 0; right: 0 } .container-modify .cuba_img_content p { color: #455a64 } .navabr_btn-set { position: relative } .navabr_btn-set:focus { outline: 0 } .navabr_btn-set span { display: block; background-color: #fff; height: 3px; width: 25px; margin-top: 4px; margin-bottom: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); left: 0; opacity: 1 } .navabr_btn-set:not(.custom_nav) span:nth-child(1) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(135deg); transform: rotate(135deg); opacity: 0.9 } .navabr_btn-set:not(.custom_nav) span:nth-child(2) { height: 12px; visibility: hidden; background-color: transparent } .navabr_btn-set:not(.custom_nav) span:nth-child(3) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); opacity: 0.9 } .navbar-b { -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; background-color: transparent; padding-top: 1.563rem; padding-bottom: 1.563rem } .fixed-top { position: relative; top: 0; right: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; left: 0; z-index: 1030 } .navbar-toggler span { display: block; background-color: rgba(0, 0, 0, 0); height: 3px; width: 25px; z-index: 112; margin-top: 4px; margin-bottom: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); left: 0; opacity: 1 } .navbar-toggler span:nth-child(1) { -webkit-transition: -webkit-transform .35s ease-in-out; transition: -webkit-transform .35s ease-in-out; transition: transform .35s ease-in-out; transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out } .navbar-toggler span:nth-child(3) { -webkit-transition: -webkit-transform .35s ease-in-out; transition: -webkit-transform .35s ease-in-out; transition: transform .35s ease-in-out; transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out } .navbar_nav_modify li { text-align: center } .sticky-header header { position: fixed; width: 100%; z-index: 6; text-align: center; line-height: normal; height: 80px; background: var(--theme-deafult); color: #fff; -webkit-box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1); box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1); -webkit-transition: all 0.4s ease; transition: all 0.4s ease } .sticky-header header .nav-padding { padding: 14px } .sticky-header header.sticky { line-height: normal; height: 65px; background: var(--theme-deafult); text-align: left } .sticky-header header.sticky .nav-padding { padding: 7px 14px } .landing-home .sticky .navbar-brand img { max-height: 35px } .title-padding { padding: 130px 0 } @-webkit-keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(-4px); transform: translateY(-4px) } } @keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(-4px); transform: translateY(-4px) } } @media (max-width: 1440px) { .navbar-nav .nav-item .nav-link { font-size: 16px; padding: 12px 7px } .layout .text-left { margin-bottom: -5px } .layout .text-left .btn { font-size: 11px; margin-bottom: 5px; margin-left: .1rem !important } .landing-home .content { margin-left: 30px } .landing-home .btn { padding: 0.375rem 0.8rem } .landing-home .screen2 { left: 0 } } @media (max-width: 1366px) { .landing-home .col-xl-5 { background-color: rgba(255, 255, 255, 0.7); border-radius: 0 100% 100% 0 } .landing-cards .landing-card { margin: 5px } } @media only screen and (max-width: 1199px) { .sticky-header header.sticky .nav-padding { padding: 15px 25px } .component-hover-effect:before { content: ""; max-width: 200px; margin: 0 auto; left: 0; right: 0 } .buy-btn { background: linear-gradient(26deg, #7366ff 0%, #a26cf8 100%) } .buy-btn a { color: #fff !important } .btn-grp .mr-3 { margin-right: 0.5rem !important } .landing-home { min-height: 768px } .landing-home .content { min-height: 668px } .landing-home .content .mr-3 { margin-right: 0.5rem !important } .navbar-toggler { background-color: var(--theme-deafult) } .navbar-toggler span { background-color: #fff } .landing-home .screen1 { left: 100px } .sticky-header .navbar-nav .nav-item .nav-link { color: #000; padding: 10px 12px !important; font-size: 15px } .sticky-header .navbar-nav li { display: block; width: 100% } .landing-page .buy-btn { position: relative } .landing-page .navbar-expand-xl .navbar-collapse { background-color: white; margin-top: 20px } .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav { padding: 20px 30px 30px 30px } .bg-sky-blue .main-landing { height: 700px } .bg-sky-blue .main-landing .landing-main-content { width: 70% } .landing-main .sticky .navbar-expand-xl .navbar-brand { top: 8px } .landing-main .sticky .navbar-expand-xl .navabr_btn-set { top: 16px } .landing-main .navbar-toggler span { background-color: #fff } .landing-main .navbar_nav_modify { width: 100vw; left: 0; position: fixed; height: 100vh; background-color: #293240; top: 0; padding: 120px 0px } .landing-main h4 { font-size: 20px } .landing-main .navbar-expand-xl .navabr_btn-set { position: fixed; top: 24px; z-index: 1; right: 20px } .landing-main .navbar-expand-xl .navbar-brand { padding-left: 5px; z-index: 1; position: fixed; top: 14px } .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a { padding: 28px 60px; width: 16px; margin: 0 auto; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .landing-main .navbar-expand-lg .navbar-brand { padding-left: 5px } .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a { padding: 9px } } @media only screen and (max-width: 991px) { .landing-cards .col-lg-4 { display: none } .email-txt { text-align: center !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .landing-ul li { padding-left: 0 } .landing-ul li::before { display: none } .landing-home { min-height: auto; height: auto; overflow: unset; background-image: none } .landing-home .navbar-brand img { height: 35px } .landing-home .screen2 { width: 330px; left: calc(100% - 200px); bottom: -20px; top: unset; -webkit-transform: rotate(-35deg); transform: rotate(-35deg); -webkit-animation: none; animation: none; z-index: 0 } .landing-home .screen1 { width: 330px; right: calc(100% - 200px); bottom: -20px; left: unset; top: unset; -webkit-transform: rotate(35deg); transform: rotate(35deg); -webkit-animation: none; animation: none; z-index: 0 } .landing-home .col-xl-7 { position: unset } .landing-home .col-xl-5 { border-radius: 0 } .landing-home .content { min-height: auto; height: auto; text-align: center; margin-bottom: 150px; margin-top: 190px; z-index: 2; position: relative } .landing-home .content p { background-color: #fff; padding: 20px; border-radius: 40px } .frameworks-section>.container { max-width: 100% } .page-wrapper .cuba-demo-content p { width: 100% } .bg-sky-blue .main-landing { height: 660px } .bg-sky-blue .main-landing .landing-main-content { width: 100% } .cuba-demo-section .gallery_content p, .cuba-demo-section .Cuba-demo-content p { width: 70% !important } .landing_gallery_section_img { margin-bottom: -60px } .landing_gallery_section_img .img-gallery-set3, .landing_gallery_section_img .img-gallery-set2, .landing_gallery_section_img .img-gallery-set4 { bottom: 80px } .landing_gallery_section_img:before { height: 500px } .landing-main .navbar-expand-lg .navbar-collapse { position: absolute; top: 90px; background-color: #fff; width: calc(100% - 30px); border-radius: 5px; -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); padding: 15px } .landing-main .section-space { padding: 60px 0 } .landing-main .section-space p { font-size: 16px } .landing-main .navbar-expand-lg .navbar-toggler { background-color: #fff } .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i { margin-top: 5px; color: var(--theme-deafult) } .landing-main .navbar-expand-lg .navbar-collapse { background-color: #fff; z-index: 111 } .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a { color: #000 } .landing-main .footer-bg h2 { font-size: 28px } } @media only screen and (max-width: 800px) { .landing-page .page-body-wrapper { min-height: auto } } @media only screen and (max-width: 767px) { .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link { font-size: 14px; padding: 10px 12px } .landing-home .content { margin-bottom: 100px; margin-top: 140px; margin-left: 0 } .btn-grp { margin-bottom: -10px } .btn-grp .btn { margin-bottom: 10px } .framworks .nav-item a { padding: 8px 30px } .framworks .nav .nav-link .text-left { text-align: center !important } .framworks .nav .nav-link img { display: none } .framworks .mt-5 { margin-top: 2rem !important } .framworks-list .box { height: 130px; width: 130px; padding: 30px 10px } .framworks-list .box .mt-3 { margin-top: 0.75rem !important } .framworks-list .box img { width: 40px } } @media only screen and (max-width: 600px) { .page-wrapper .cuba-demo-section::before, .page-wrapper .cuba-demo-section::after { display: none } .ptb50 { padding: 30px 0 } } @media only screen and (max-width: 575px) { .landing-home .sticky-header header .nav-padding { padding: 15px 30px } .framworks .mt-5 { margin-top: 1rem !important } .framworks .nav-pills { margin-bottom: -10px } .framworks .nav-item { margin: 0px 2px 10px; width: auto; display: inline-block } .framworks .nav-item p { display: none } .framworks .nav-item a { padding: 8px 17px } .framworks-list .box { height: 120px; width: 118px } .page-wrapper .cuba-demo-content { margin-bottom: 20px } .page-wrapper .section-space { padding: 40px 0 } .landing_gallery_section_img { margin-bottom: -40px } .bg-sky-blue .main-landing { height: 400px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 40px } .landing-main h4 { font-size: 17px } .landing-main .main-landing { padding: 0px 0px 0px 0px } .landing-main .footer-bg h2 { font-size: 21px } .landing-main .footer-bg button { font-size: 18px } } @media only screen and (max-width: 480px) { .footer-content .btn-lg { margin-bottom: 10px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 30px } .sticky-header header.sticky { height: 56px } .landing-home .sticky-header header .nav-padding { padding: 15px } .landing-home .navbar-toggler { background-color: transparent; padding: 0 } .landing-home .navbar-toggler span { background-color: var(--theme-deafult); height: 2px; width: 18px; margin-top: 3px; margin-bottom: 3px } .landing-home .navbar-brand img { height: 25px } } @media only screen and (max-width: 380px) { .component-col-set { width: 100% } .bg-sky-blue .main-landing { height: 350px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 25px } } @media only screen and (max-width: 320px) { .landing-home .content { margin-bottom: 50px; margin-top: 90px; margin-left: 0 } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 24px } .bg-sky-blue .main-landing .landing-main-content p { font-size: 12px } } .current_lang { cursor: pointer; text-transform: uppercase; overflow: hidden } .lang.selected { display: none } .lang span.lang-txt { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 8px; font-weight: 500 } .lang span span { color: #999; font-weight: 400; margin-left: 5px } .more_lang { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; cursor: pointer; display: none; -webkit-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15); transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15) } .translate_wrapper.active .more_lang { display: block; position: absolute; background-color: #fff; top: 47px; right: 0; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) } .translate_wrapper.active .more_lang:before { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; content: ""; top: -7px; position: absolute; right: 20px; z-index: 2 } .translate_wrapper.active .more_lang:after { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #bdc2c5; content: ""; top: -7px; position: absolute; right: 20px; z-index: 1 } .more_lang.active { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px) } .more_lang .lang { padding: 10px 15px; display: -webkit-box; display: -ms-flexbox; display: flex } .more_lang .lang:hover { background: var(--theme-deafult); color: #fff } .more_lang .lang:hover span { color: #fff } .translate_wrapper.active .more_lang .lang { border-bottom: 1px solid #eaeaea } .learning-header { margin-bottom: 10px } .categories { padding: 30px 0 } .categories .learning-header { padding-left: 30px } .categories ul li { padding: 10px 30px } .categories ul li a { color: #2b2b2b } .categories ul li:hover { background-color: #f4f4f4 } .upcoming-course .media+.media { margin-top: 30px } .job-accordion { margin-bottom: 0 } @media screen and (min-width: 1200px) and (max-width: 1366px) { .learning-comment { margin-left: -14px !important; float: left !important } .blog-box .blog-details .blog-social li:first-child { padding-right: 30px } .blog-box .blog-details .blog-social li+li { padding-left: 30px } } @media only screen and (max-width: 991px) { .categories { padding: 20px 0 } .categories .learning-header { padding-left: 20px } .categories ul li { padding: 10px 20px } .upcoming-course .media+.media { margin-top: 20px } } @media only screen and (max-width: 575px) { .categories { padding: 15px 0 } .categories .learning-header { padding-left: 15px } .categories ul li { padding: 10px 15px } .upcoming-course .media+.media { margin-top: 15px } } .login-card { min-height: 100vh; 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; margin: 0 auto; background: url("../images/login/login_bg.jpg"); background-position: center; padding: 30px 12px } .login-card .logo { display: block; margin-bottom: 30px; text-align: center } .login-card .btn-showcase .btn { line-height: 1; padding: 10px 15px; margin: 0 } .login-card .btn-showcase .btn+.btn { margin-left: 5px } .login-card .btn-showcase .btn svg { height: 16px; vertical-align: bottom } .login-card .login-main { width: 450px; padding: 40px; border-radius: 10px; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); margin: 0 auto; background-color: #fff } .login-card .login-main .theme-form h4 { margin-bottom: 5px } .login-card .login-main .theme-form label { font-size: 15px; letter-spacing: 0.4px } .login-card .login-main .theme-form .checkbox label::before { background-color: #f9f9fa; border: 1px solid #dfdfdf } .login-card .login-main .theme-form .or { position: relative } .login-card .login-main .theme-form .or:before { content: ""; position: absolute; width: 65%; height: 2px; background-color: #f3f3ff; top: 9px; z-index: 0; right: 0 } .login-card .login-main .theme-form input { background-color: #f3f3ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .login-card .login-main .theme-form input::-webkit-input-placeholder { color: #999 } .login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus { border: 1px solid #b9c1cc; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .login-card .login-main .theme-form p { margin-bottom: 25px; font-size: 14px; color: #898989 } .login-card .login-main .theme-form .form-group { margin-bottom: 10px; position: relative } .login-card .login-main .theme-form .link { position: absolute; top: 10px; right: 0 } .show-hide { position: absolute; top: 52px; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .show-hide span { cursor: pointer; font-size: 13px; color: var(--theme-deafult) } .show-hide span.show:before { content: "show" } .show-hide span:before { content: "hide" } .needs-validation .invalid-feedback { color: #898989 } .needs-validation .show-hide { right: 30px } .needs-validation .invalid-tooltip { top: 10px; right: 10px } .mega-inline { margin-bottom: -30px; display: -webkit-box; display: -ms-flexbox; display: flex } .mega-inline .card { border: 1px solid #f3f3f3; -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-inline .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-inline .media .radio { margin-left: 3px } .mega-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .mega-vertical .card { -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-vertical .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-vertical .media .radio { margin-left: 3px } .mega-title { font-weight: 600 } .mega-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .mega-horizontal .card { border: 1px solid #f3f3f3; -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-horizontal .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-horizontal .media .radio { margin-left: 3px } .plain-style .card { -webkit-box-shadow: none; box-shadow: none; border: none !important } .border-style .card { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ecf3fa !important } .offer-style .card { -webkit-box-shadow: none; box-shadow: none; border: 1px dashed #ecf3fa !important } .rating-star-wrapper { color: #797979 } .prooduct-details-box { margin-bottom: 30px } .prooduct-details-box .close { position: absolute; top: 10px; right: 10px; height: 16px; cursor: pointer } .prooduct-details-box .media { border: 1px solid #d7e2e9; border-radius: 10px; padding: 15px 0; width: 100%; position: relative } .prooduct-details-box .rating { color: #ffaf45; letter-spacing: 3px } .prooduct-details-box .product-name a { color: gray } .prooduct-details-box .btn { position: absolute; right: 15px; bottom: 15px } .order-history .input-group { text-align: right; max-width: 300px } .order-history table th, .order-history table td { text-align: center } .order-history table thead tr th { vertical-align: middle; border-top: none; background-color: #f8f8f8; border: 1px solid #ecf3fa; padding: 1.25rem; font-size: 16px } .order-history table .qty-box { width: 120px; margin: 0 auto; border-radius: 5px; overflow: hidden } .order-history table .qty-box input { width: 44px; max-width: 44px; background-color: transparent; border: none !important } .order-history table .qty-box .input-group { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: transparent; border-radius: 5px; border: 1px solid #ecf3fa; overflow: hidden } .order-history table .qty-box .btn { background-color: transparent; border: none } .order-history table .qty-box .btn.bootstrap-touchspin-down { border-right: 1px solid } .order-history table .qty-box .btn.bootstrap-touchspin-up { border-left: 1px solid } .order-history table tbody tr td { vertical-align: middle } .order-history table tbody tr td .product-name a { font-size: 15px; color: #898989 } .order-history table tbody tr td .product-name .order-process { font-size: 13px; padding-left: 15px } .order-history table tbody tr td .product-name .order-process .order-process-circle { position: relative } .order-history table tbody tr td .product-name .order-process .order-process-circle:before { position: absolute; content: ''; width: 4px; height: 4px; border-radius: 100%; background-color: #898989; left: -15px; top: 4px } .order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before { background-color: #51bb25 } .order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before { background-color: #dc3545 } @media only screen and (max-width: 1199px) { .order-history table { width: 900px; overflow: auto } } .pagination-theme .page-item .page-link { color: var(--theme-deafult) !important } .pagination-theme .page-item.active .page-link { color: #fff !important; background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) } .pagination-primary .page-item .page-link { color: var(--theme-deafult) !important } .pagination-primary .page-item.active .page-link { color: #fff !important; background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) } .pagination-secondary .page-item .page-link { color: #f73164 !important } .pagination-secondary .page-item.active .page-link { color: #fff !important; background-color: #f73164 !important; border-color: #f73164 } .pagination-success .page-item .page-link { color: #51bb25 !important } .pagination-success .page-item.active .page-link { color: #fff !important; background-color: #51bb25 !important; border-color: #51bb25 } .pagination-danger .page-item .page-link { color: #dc3545 !important } .pagination-danger .page-item.active .page-link { color: #fff !important; background-color: #dc3545 !important; border-color: #dc3545 } .pagination-info .page-item .page-link { color: #a927f9 !important } .pagination-info .page-item.active .page-link { color: #fff !important; background-color: #a927f9 !important; border-color: #a927f9 } .pagination-dark .page-item .page-link { color: #2c323f !important } .pagination-dark .page-item.active .page-link { color: #fff !important; background-color: #2c323f !important; border-color: #2c323f } .pagination-warning .page-item .page-link { color: #f8d62b !important } .pagination-warning .page-item.active .page-link { color: #fff !important; background-color: #f8d62b !important; border-color: #f8d62b } .pricing-simple { -webkit-box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05) } .pricing-simple .card-body { border-bottom: none } .pricing-simple .card-body h3 { position: relative; margin-bottom: 38px } .pricing-simple .card-body h3:before { position: absolute; content: ''; width: 80px; height: 1px; margin: 0 auto; left: 0; right: 0; bottom: -10px; background-color: #999 } .pricing-simple .card-body h1 { font-size: 30px; line-height: 0.9; margin-bottom: 30px; font-weight: 400 } .pricingtable { text-align: center; padding-top: 45px; padding-bottom: 45px; border-radius: 10px; -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); overflow: hidden; position: relative; z-index: 1; height: 100% } .pricingtable:before, .pricingtable:after { content: ""; background-color: var(--theme-deafult); width: 300px; height: 300px; border-radius: 50%; position: absolute; right: -213px; z-index: -1; opacity: 0.1 } .pricingtable:after { background-color: var(--theme-deafult); height: 300px; width: 300px; top: auto; bottom: -210px; right: auto; left: -160px; opacity: 0.1 } .pricingtable .title { text-transform: uppercase; margin-bottom: 20px } .pricingtable .price-value { color: #fff; background-color: var(--theme-deafult); width: 130px; height: 130px; padding: 45px 0 0; margin: 0 auto 25px; border-radius: 50% } .pricingtable .price-value .duration { margin: 0 0 0 -5px } .pricingtable .price-value .amount { font-size: 58px; font-weight: 700; line-height: 45px; display: inline-block } .pricingtable .price-value .currency { vertical-align: top } .pricingtable .pricing-content { margin: 0 0 25px; display: inline-block } .pricingtable .pricing-content li { font-weight: 500; text-align: left; margin: 0 0 20px; position: relative; padding-left: 30px } .pricingtable .pricing-content li:last-child { margin: 0 } .pricingtable .pricing-content li:before { content: "\f00c"; color: var(--theme-deafult); font-family: FontAwesome; text-align: center; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 1px; left: 0 } @media (max-width: 1470px) { .pricing-block>div { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50% } .pricing-block>div:nth-child(n+3) { margin-top: 30px } } @media only screen and (max-width: 991px) { .pricing-simple .card-body h1 { margin-bottom: 20px } .pricing-simple .card-body h3 { margin-bottom: 28px } .pricing-block>div:nth-child(n+2) { margin-top: 20px } } @media only screen and (max-width: 575px) { .pricing-simple .card-body h1 { margin-bottom: 15px } .pricing-block>div { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100% } .pricingtable { padding-top: 30px; padding-bottom: 30px } } .progress-showcase .progress { margin-bottom: 10px } .progress-showcase .progress:last-child { margin-bottom: 0 } .sm-progress-bar { height: 5px } .lg-progress-bar { height: 20px } .progress-animate { overflow: inherit; background-color: rgba(0, 0, 0, 0); margin-bottom: 2px } .progress-animate span { position: absolute; bottom: 25px; right: -10px; font-weight: 600; font-size: 14px } @-webkit-keyframes heartbit { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 25% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: .1 } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: .3 } 75% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .5 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes heartbit { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 25% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: .1 } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: .3 } 75% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .5 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(var(--theme-deafult))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--theme-deafult)); position: relative } .progress-gradient-primary:hover { background-size: 100% } .progress-gradient-primary::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: var(--theme-deafult); width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(var(--theme-deafult), 0.36); box-shadow: 0 0 17px 4px rgba(var(--theme-deafult), 0.36) } .progress-gradient-primary .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid var(--theme-deafult); border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-secondary { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f73164)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f73164); position: relative } .progress-gradient-secondary:hover { background-size: 100% } .progress-gradient-secondary::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f73164; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(247, 49, 100, 0.36); box-shadow: 0 0 17px 4px rgba(247, 49, 100, 0.36) } .progress-gradient-secondary .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f73164; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-success { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#51bb25)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #51bb25); position: relative } .progress-gradient-success:hover { background-size: 100% } .progress-gradient-success::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #51bb25; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(81, 187, 37, 0.36); box-shadow: 0 0 17px 4px rgba(81, 187, 37, 0.36) } .progress-gradient-success .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #51bb25; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-danger { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#dc3545)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dc3545); position: relative } .progress-gradient-danger:hover { background-size: 100% } .progress-gradient-danger::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #dc3545; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(220, 53, 69, 0.36); box-shadow: 0 0 17px 4px rgba(220, 53, 69, 0.36) } .progress-gradient-danger .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #dc3545; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-info { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#a927f9)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #a927f9); position: relative } .progress-gradient-info:hover { background-size: 100% } .progress-gradient-info::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #a927f9; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(169, 39, 249, 0.36); box-shadow: 0 0 17px 4px rgba(169, 39, 249, 0.36) } .progress-gradient-info .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #a927f9; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-light { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f4f4f4)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f4f4f4); position: relative } .progress-gradient-light:hover { background-size: 100% } .progress-gradient-light::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f4f4f4; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(244, 244, 244, 0.36); box-shadow: 0 0 17px 4px rgba(244, 244, 244, 0.36) } .progress-gradient-light .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f4f4f4; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-dark { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#2c323f)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2c323f); position: relative } .progress-gradient-dark:hover { background-size: 100% } .progress-gradient-dark::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #2c323f; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36); box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36) } .progress-gradient-dark .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #2c323f; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-warning { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f8d62b)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f8d62b); position: relative } .progress-gradient-warning:hover { background-size: 100% } .progress-gradient-warning::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f8d62b; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(248, 214, 43, 0.36); box-shadow: 0 0 17px 4px rgba(248, 214, 43, 0.36) } .progress-gradient-warning .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f8d62b; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .project-list .row { margin: 15px } .project-list button:focus { outline: none !important } .project-list .theme-form .form-group { margin-bottom: 15px } .project-list .border-tab.nav-tabs .nav-item .nav-link { border: 1px solid transparent; padding: 5px 30px 5px 0; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .project-list .btn { margin-right: 5px; vertical-align: -12px; float: right } .project-list .btn svg { vertical-align: middle; height: 16px } .project-list ul { margin-bottom: 0 !important; border-bottom: 0 } .project-list ul li svg { height: 18px; vertical-align: middle; margin-right: 5px } .tab-content .row>div.col-xl-4:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .tab-content .row>div.col-xl-4:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .tab-content .row>div.col-xl-4:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .tab-content .row>div.col-xl-4:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .tab-content .row>div.col-xl-4:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .tab-content .row>div.col-xl-4:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .tab-content .row>div.col-xl-4:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .tab-content .row>div.col-xl-4:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .tab-content .row>div.col-xl-4:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .tab-content .row>div.col-xl-4:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .tab-content .row>div.col-xl-4:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .tab-content .row>div.col-xl-4:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .tab-content .row>div.col-xl-4:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .tab-content .row>div.col-xl-4:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .tab-content .row>div.col-xl-4:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .project-cards .tab-content { margin-bottom: -30px } .project-box { border: 1px solid #efefef; border-radius: 5px; padding: 30px; background-color: #fff; margin-bottom: 30px } .project-box h6 { font-weight: 500 !important } .project-box .badge { position: absolute; right: 30px; top: 15px } .project-box .project-status p { margin-bottom: 5px; font-weight: 800 } .project-box .media { margin-bottom: 15px } .project-box .media .media-body { opacity: 0.5 } .project-box .details div { margin-bottom: 5px; opacity: 0.7 } .projectdetails .card .card-body { padding: 20px } .projectdetails .card .card-footer { padding: 20px } .projectdetails .card select { width: 90px; height: 28px; font-size: 11px; right: 20px; top: 20px } .projectmore .details .col-4 { margin-bottom: 5px } .projectmore .details .col-4:nth-child(even) { opacity: 0.5 } .projectmore h5 { font-size: 20px; font-weight: 600 } .projectmore .task-list { position: relative } .projectmore .task-list ul li { margin-bottom: 5px } .projectmore .task-list ul+ul { position: absolute; left: 50%; top: 0 } .new-users.activity .gradient-round { padding: 13px; font-size: 20px; line-height: 1.4; text-align: center; top: unset !important } .new-users.activity .gradient-round::after { display: none } .user-profile .hovercard .socialheader { background: url(../images/social-app/social-image.png) } .user-profile .hovercard .user-image .share-icons { position: absolute; right: 100px; top: -27px } .user-profile .hovercard .user-image .share-icons li { display: inline-block; margin-right: 10px } .user-profile .hovercard .user-image .share-icons li .social-icon { width: 50px; height: 50px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: middle; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 100% } .user-profile .hovercard .user-image .share-icons li .social-icon i { color: #fff; font-size: 25px } .user-profile .hovercard .user-image .share-icons li:last-child { margin-right: 0 } .user-profile .card-footer>div h3 { font-size: 16px } .market-tabs .border-tab.nav-tabs .nav-item .nav-link.active { border-bottom: none !important } .market-tabs .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .market-tabs .nav .nav-item { width: 100% } .market-tabs .nav .nav-item .nav-link { height: 81px; border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 30px; text-align: center } .tabs-scoial { border-bottom: none; margin-bottom: 20px !important; margin-top: 20px } .tabs-scoial li a { font-weight: 600 } .tabs-scoial li a svg circle { color: #999 } .social-network span { margin-bottom: 30px; display: block } .social-list .media { margin-bottom: 20px; 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 } .social-list .media:last-child { margin-bottom: 0 } .social-list .media .media-body a { color: #999 } .social-list .media .media-body span { font-weight: 600 } .social-list .media .media-body:hover a { color: var(--theme-deafult) } .photos { margin-bottom: -15px } .photos ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; width: 70px } .photos ul li:nth-child(4n) { margin-right: 0 } .new-users-social { margin-bottom: 30px } .new-users-social svg { cursor: pointer } .new-users-social .media img { width: 58px } .new-users-social .media .media-body { margin-top: 10px } .new-users-social svg circle { color: #999 } .like-content span i { font-size: 14px } .timeline-content p { margin-top: 30px; color: #999 } .timeline-content .comment-number i { color: #999; margin-right: 20px } .timeline-content .comments-box { margin-top: 30px } .timeline-content .comments-box .input-group { margin-top: 6px } .timeline-content .comments-box .input-group .input-txt-bx { border: none } .timeline-content .comments-box .input-group .input-txt-bx::-webkit-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::-moz-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx:-ms-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::-ms-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::placeholder { color: #999 } .timeline-content .comments-box .input-group .input-group-append .btn i { font-size: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; color: #999 } .social-chat { margin-top: 30px } .social-chat span span { font-weight: normal; color: #999; font-size: 12px } .social-chat .media-body { padding: 30px; border: 1px solid #f4f4f4; position: relative } .social-chat .media-body p { margin-top: 5px } .social-chat .media-body:before { content: ''; position: absolute; top: 19px; right: 100%; border: 7px solid transparent; border-right: 7px solid #59667a } .social-chat .media-body:after { content: ''; position: absolute; top: 19px; right: 100%; border: 7px solid transparent; border-right: 7px solid #fff } .social-chat .your-msg, .social-chat .other-msg { margin-bottom: 30px } .social-chat .other-msg { margin-left: 40px } .socialprofile span { color: #999 } .socialprofile .social-btngroup { margin: 30px 0 } .socialprofile .likes-profile h5 span { color: #2b2b2b } .socialprofile .social-group { margin-top: 30px } .socialprofile .social-group ul li:nth-child(4) { margin-left: -22px } .social-status form .form-group .form-control-social { border: 1px solid #f4f4f4; padding-left: 15px; margin-bottom: 30px } .social-status .media { position: relative; margin-bottom: 30px } .social-status .media:last-child { margin-bottom: 0 } .social-status .media .social-status { content: ''; position: absolute; width: 12px; height: 12px; background-color: #fff; bottom: 0; left: 35px; border-radius: 100% } .social-status .media .social-online { border: 3px solid #51bb25 } .social-status .media .social-busy { border: 3px solid #f8d62b } .social-status .media .social-offline { border: 3px solid #59667a } .social-status .media .media-body p { color: #999; margin-bottom: 5px } .social-status .media .media-body span+span { color: #999 } .social-status .media .media-body .light-span { color: #999 } .social-header h5 span:first-child { line-height: 1.48 } .social-header h5 span svg circle { color: #999 } .details-about+.details-about { margin-top: 30px } .details-about .your-details p { color: #999 } .avatar-showcase .friend-pic { margin-right: 8px; margin-bottom: 10px } .avatar-showcase .pepole-knows ul li { display: inline-block; margin-right: 20px; margin-bottom: 10px } .avatar-showcase .pepole-knows ul li:last-child { margin-right: 0 } .avatar-showcase .pepole-knows ul li .add-friend h6 { margin-top: 3px } .activity-log .my-activity+.my-activity { margin-top: 30px } .activity-log .my-activity p { margin-bottom: 5px } .activity-log .my-activity p span svg { width: 15px; height: 15px } .modal-open .datepickers-container { z-index: 1075 } .date-details { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .date-details>div+div { margin-left: 10px } .taskadd table tr td { border-top: none } .taskadd table tr td:first-child { padding-left: 30px } .taskadd table tr td:last-child { padding-right: 30px } .taskadd table tr td svg { width: 18px; height: 18px; color: #59667a } .taskadd table tr:first-child td { padding-top: 30px } .taskadd table tr:last-child td { padding-bottom: 30px } @media only screen and (max-width: 1660px) { .taskadd table tr td:first-child { min-width: 160px } .taskadd table tr td:nth-child(3) { min-width: 70px } } @media only screen and (max-width: 991px) { .date-details { display: block !important; margin-bottom: -10px } .date-details .d-inline-block { margin-bottom: 10px } .taskadd table tr td:first-child { padding-left: 20px } .taskadd table tr:first-child td { padding-top: 20px } .taskadd table tr:last-child td { padding-bottom: 20px } } @media only screen and (max-width: 767px) { .taskadd table tr td:nth-child(2) { min-width: 745px } } @media only screen and (max-width: 575px) { .taskadd table tr td:first-child { padding-left: 15px } .taskadd table tr:first-child td { padding-top: 15px } .taskadd table tr:last-child td { padding-bottom: 15px } } .activity .media { margin-bottom: 30px } .activity .media:last-child { margin-bottom: 0 } .activity .media .gradient-round { position: relative; width: 53px; height: 53px; background-image: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); border-radius: 100%; top: -18px } .activity .media .gradient-round svg { position: absolute; width: 18px; height: 18px; 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; left: 0; top: 18px; right: 0; margin: 0 auto } .activity .media .gradient-round svg path, .activity .media .gradient-round svg line, .activity .media .gradient-round svg circle { color: #fff } .activity .media .gradient-round.gradient-line-1:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 62px; bottom: -77px; left: 0; right: 0; margin: 0 auto } .activity .media .gradient-round.small-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 19px; bottom: -34px; left: 0; right: 0; margin: 0 auto } .activity .media .gradient-round.medium-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 53px; bottom: -68px; left: 0; right: 0; margin: 0 auto } .activity .media .media-body h6 { font-weight: 600; margin-bottom: 30px } .activity .media .media-body h6 span { font-weight: normal; color: #999 } .activity .media .media-body p { width: 80% } .timeline-small .media { margin-bottom: 30px } .timeline-small .media:last-child { margin-bottom: 0 } .timeline-small .media .timeline-round { position: relative; width: 53px; height: 53px; border-radius: 100%; border-radius: 15px; top: -18px } .timeline-small .media .timeline-round svg { position: absolute; width: 18px; height: 18px; 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; left: 0; top: 18px; right: 0; margin: 0 auto } .timeline-small .media .timeline-round svg path, .timeline-small .media .timeline-round svg line, .timeline-small .media .timeline-round svg circle { color: #fff } .timeline-small .media .timeline-round.timeline-line-1:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 62px; bottom: -88px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .timeline-round.small-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 19px; bottom: -34px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .timeline-round.medium-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 53px; bottom: -68px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .media-body h6 { margin-bottom: 30px } .timeline-small .media .media-body h6 span { font-weight: normal; color: #999 } .timeline-small .media .media-body p { width: 80% } .cd-container { width: 90%; max-width: 1170px; margin: 0 auto } .cd-container::after { content: ''; display: table; clear: both } @media only screen and (min-width: 1170px) { #cd-timeline::before { left: 50% !important; margin-left: -2px } .cd-timeline-block { margin: 4em 0 } .cd-timeline-block:first-child { margin-top: 0 } .cd-timeline-block:last-child { margin-bottom: 0 } .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right } .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: auto; right: 122%; text-align: right } .cd-timeline-block:nth-child(even) .cd-timeline-content::before { top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: #f4f4f4 } .cd-timeline-img { width: 60px; height: 60px; left: 50%; margin-left: -30px } .cd-timeline-img>i { font-size: 18px; top: 50%; left: 50%; padding: 3px } .cssanimations .cd-timeline-img.is-hidden { visibility: hidden } .cssanimations .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s } .cssanimations .cd-timeline-content.is-hidden { visibility: hidden } .cssanimations .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s } .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s } .cd-timeline-content { margin-left: 0; padding: 1.6em; width: 45% } .cd-timeline-content .cd-date { position: absolute; width: 100%; left: 122%; top: 6px; font-size: 16px } .cd-timeline-content::before { top: 24px; left: 100%; border-color: transparent; border-left-color: #fff } } #cd-timeline { position: relative; padding: 2em 0 } #cd-timeline::before { content: ''; position: absolute; top: 0; font-size: 1.5rem; height: 100%; width: 2px; background: #f4f4f4; left: -15px } .cd-timeline-block { position: relative; margin: 30px 0 } .cd-timeline-block:after { content: ""; display: table; clear: both } .cd-timeline-block:first-child { margin-top: 0 } .cd-timeline-block:last-child { margin-bottom: 0 } .cd-timeline-img { width: 60px; height: 60px; left: 50%; margin-left: -30px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; position: absolute; top: 0; border-radius: 4px } .cd-timeline-img i { display: block; position: relative; left: 45%; top: 44%; margin-left: -12px; margin-top: -12px; font-size: 27px; color: #fff } @-webkit-keyframes cd-bounce-1 { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5) } 60% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } .cd-timeline-content { position: relative; background: #fdfeff; border-radius: 4px; padding: 30px; -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08) } .cd-timeline-content p { padding-top: 9px } .cd-timeline-content h4 { margin-bottom: 0 } .cd-timeline-content:after { content: ""; display: table; clear: both } .cd-timeline-content audio { width: 100% } .cd-timeline-content .cd-date { font-size: 13px; display: inline-block; float: left; padding: .8em 0 0; opacity: .7 } .cd-timeline-content::before { content: ''; position: absolute; top: 16px; right: 100%; height: 0; width: 0; border: 7px solid transparent; border-left: 7px solid #f4f4f4 } @media only screen and (min-width: 768px) { .cd-timeline-content .cd-date { font-size: 14px; padding-bottom: 0 } } @-webkit-keyframes cd-bounce-2 { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px) } 60% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px) } 100% { -webkit-transform: translateX(0); transform: translateX(0) } } @-webkit-keyframes cd-bounce-2-inverse { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px) } 60% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px) } 100% { -webkit-transform: translateX(0); transform: translateX(0) } } @media only screen and (max-width: 1169px) { .cd-timeline-block .cd-timeline-img { left: -2px; height: 30px; width: 30px; margin-left: -30px; top: 14px; z-index: 7 } .cd-timeline-block .cd-timeline-img>i { font-size: 15px; top: 16px; left: 17px; padding: 3px } .landing-main #cd-timeline::before { left: -39px } .landing-main .cd-timeline-block .cd-timeline-img { left: -34px; height: 50px; width: 50px; top: 1px; z-index: 8 } .landing-main .cd-timeline-block .cd-timeline-img>i { font-size: 23px; top: 21px; left: 7px; padding: 3px } } @media only screen and (max-width: 576px) { .cd-timeline-content { padding: 15px } .cd-timeline-content h4 { font-size: 18px } } .timeliny { position: relative; display: block; padding: 10rem 0; width: 100%; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #fcfcfc; text-rendering: optimizeLegibility; color: #f4f4f4; opacity: 0; overflow: hidden; cursor: move } .timeliny.loaded { opacity: 1 } .timeliny::before { content: ''; position: absolute; background-color: #898989; width: 100%; height: 1px; top: 50%; left: 0 } .timeliny .timeliny-wrapper { display: block; margin: auto; width: 100%; max-width: 1024px } .timeliny .timeliny-dot { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; display: block; position: absolute; top: 50%; left: 0; margin-top: -.6rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 1px solid #898989; background-color: #fff } .timeliny .timeliny-dot::before { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; content: attr(data-year); display: block; position: absolute; top: -5rem; left: 1.25rem; color: #2c323f; font-family: Rubik, sans-serif; font-size: 22px } .timeliny .timeliny-dot::after { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: attr(data-text); display: block; position: absolute; width: 256px; top: 5.6rem; left: 1.25rem; color: #f4f4f4; opacity: 0; font-size: 0.9em } @media (min-width: 768px) { .timeliny .timeliny-dot::after { width: 341.33333px } } .timeliny .timeliny-timeline { position: absolute; top: 50%; left: 0; display: table; width: 100%; z-index: 5 } .timeliny .timeliny-timeline .timeliny-timeblock { display: table-cell; position: relative } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot { border-color: var(--theme-deafult); background-color: var(--theme-deafult); -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33) } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before { color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after { color: #2c323f; opacity: 1; background-color: #fff; border: 1px solid #efefef; padding: 10px; border-radius: 5px } .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot { cursor: move } .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before { color: #f4f4f4 } .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover { border-color: #2c323f; background-color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before { color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after { color: #2c323f; opacity: 1; background-color: #fff; border: 1px solid #efefef; padding: 10px; border-radius: 5px } .timeliny .timeliny-vertical-line { position: absolute; display: block; z-index: 1; left: 16%; top: 0; width: 1px; height: 100%; background-color: var(--theme-deafult) } @media (min-width: 768px) { .timeliny .timeliny-vertical-line { left: 32% } } .timeliny .timeliny-vertical-line::before { content: ''; position: absolute; top: 0; left: -7px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--theme-deafult) } .timeliny .timeliny-vertical-line::after { content: ''; position: absolute; bottom: 0; left: -7px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid var(--theme-deafult) } .user-profile .ttl-info h6 { font-size: 12px; color: #59667a } .user-profile .border-right { border-right: 1px solid #f4f4f4 } .user-profile hr { margin: 30px 0 } .user-profile .hovercard .cardheader { background: url(../images/other-images/bg-profile.png); background-size: cover; background-position: 10%; height: 470px } .user-profile .hovercard .user-image { position: relative; height: 0 } .user-profile .hovercard .user-image .avatar { margin-top: -80px } .user-profile .hovercard .user-image .avatar img { width: 100px; height: 100px; max-width: 155px; max-height: 155px; border-radius: 50%; border: 7px solid #fff } .user-profile .hovercard .user-image .icon-wrapper { position: absolute; bottom: -20px; left: 51%; 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; height: 40px; width: 40px; border-radius: 50%; background-color: #fff; cursor: pointer; overflow: hidden; margin: 0 auto; font-size: 17px; -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1); box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1) } .user-profile .hovercard .info { padding: 30px } .user-profile .hovercard .info .title { margin-bottom: 4px; font-size: 24px; line-height: 1; color: #2c323f; vertical-align: middle } .user-profile .hovercard .info .title a { color: #242934; font-size: 20px; text-transform: uppercase; font-weight: 500 } .user-profile .hovercard .info .desc { overflow: hidden; font-size: 14px; line-height: 20px; color: #59667a; text-overflow: ellipsis; text-transform: uppercase } .user-profile .follow { margin-top: 20px } .user-profile .follow .follow-num { font-size: 20px; color: #242934; font-family: Rubik, sans-serif; font-weight: 500 } .user-profile .follow span { color: #59667a } .user-profile .profile-img-style { padding: 30px } .user-profile .profile-img-style .img-container { margin-top: 30px } .user-profile .profile-img-style .user-name { font-size: 14px; color: #242934; margin: 0; font-weight: 600 } .user-profile .profile-img-style p { line-height: 30px; font-size: 14px; color: #898989; margin-bottom: 0 } .user-profile .profile-img-style .media img { width: 50px } .user-profile .like-comment a { color: #898989 } .user-profile .like-comment a:hover { color: #dc3545 } .user-profile .like-comment span { font-family: Rubik, sans-serif } .user-profile .social-media a { padding: 0 15px; color: #59667a; font-size: 24px; cursor: pointer } .user-profile .social-media a:hover { color: var(--theme-deafult) } .edit-profile .profile-title .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px } .edit-profile .profile-title .media .media-body { margin-left: 25px } .wishlist table tr td svg { color: #898989; cursor: pointer } body.dark-only { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title { background: #262932; color: #fff } body.dark-only .card { background-color: #262932 } body.dark-only .ecommerce-widget { border: 1px solid #374558 !important } body.dark-only .btn-light { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .form-select { color: rgba(255, 255, 255, 0.6) } body.dark-only .add-project .text-inherit { color: rgba(255, 255, 255, 0.6) } body.dark-only .knowledgebase-search { color: #2b2b2b } body.dark-only .knowledgebase-search .form-control-plaintext { color: #2b2b2b } body.dark-only .btn-close { -webkit-filter: brightness(0.8) invert(1); filter: brightness(0.8) invert(1) } body.dark-only .prooduct-details-box .media { border: 1px solid #374558 } body.dark-only .product-price del { color: #98a6ad } body.dark-only .ProfileCard { border: 1px solid #374558 !important } body.dark-only .form-control-plaintext { color: rgba(255, 255, 255, 0.6) } body.dark-only .form-select { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .box-layout { background-color: #1d1e26 } body.dark-only .box-layout .page-wrapper .page-header .header-wrapper, body.dark-only .box-layout.page-wrapper .page-header .header-wrapper { border: 1px solid #1d1e26 } body.dark-only .form-check-input { background-color: #1d1e26 } body.dark-only .switch-state:before { background-color: #262932 } body.dark-only .daterangepicker:before { border-bottom-color: #262932 } body.dark-only .daterangepicker .ranges li { background-color: #1d1e26; border-color: #262932; color: #898989 } body.dark-only .daterangepicker .daterangepicker_input .form-control { background-color: #1d1e26; border-color: #262932 !important } body.dark-only .daterangepicker .calendar-time select { border-color: #262932; background-color: #1d1e26 } body.dark-only .daterangepicker.dropdown-menu { background-color: #262932; -webkit-box-shadow: 0 0 14px #1d1e26; box-shadow: 0 0 14px #1d1e26 } body.dark-only .daterangepicker .calendar-table { background-color: #262932; border-color: #262932 } body.dark-only .daterangepicker.ltr td.in-range, body.dark-only .daterangepicker.ltr td.off { background-color: #1d1e26; color: #fff } body.dark-only .tooltip.bs-tooltip-top .tooltip-arrow:before { border-top-color: #323846 } body.dark-only .tooltip.bs-tooltip-bottom .tooltip-arrow:before { border-bottom-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip.bs-tooltip-start .tooltip-arrow:before { border-left-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip.bs-tooltip-end .tooltip-arrow:before { border-right-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip .tooltip-inner { background-color: #323846; color: #fff } body.dark-only .tooltip .tooltip-arrow:before { border-top-color: #323846 } body.dark-only .page-wrapper.only-body .page-body-wrapper .page-title>.row .col-6:first-child h6 { color: rgba(255, 255, 255, 0.5) } body.dark-only .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span { color: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { background-color: #262932 !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { background-color: #1d1e26; border: 1px solid #374558; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child { border-top: 1px solid #374558 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front { background-color: #1d1e26 !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg { stroke: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child { background-color: #262932 } body.dark-only .customizer-contain { color: #1d1e26 } body.dark-only .customizer-contain .customizer-body .main-layout .box-layout { background-color: #fff } body.dark-only .login-card .btn-showcase .btn { background-color: #262932 !important; color: #fff; border-color: #262932 !important } body.dark-only .login-card .login-main { -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.05); box-shadow: 0 0 37px rgba(255, 255, 255, 0.05) } body.dark-only .login-card .login-main .theme-form input { background-color: #262932 !important } body.dark-only .login-card .login-main .theme-form .or:before { background-color: #262932 } body.dark-only .login-card .login-main .theme-form .checkbox label::before { background-color: #262932 !important; border-color: #262932 !important } body.dark-only .H_ui~div { background-color: #1d1e26 !important } body.dark-only .swal-icon--success:after, body.dark-only .swal-icon--success:before { background: #262932 } body.dark-only .swal-icon--success__hide-corners { background-color: #262932 } body.dark-only .note-editor.note-frame .note-status-output { border-top: 1px solid #262932 } body.dark-only .note-editor.note-frame .note-statusbar { border-top: 1px solid #262932 } body.dark-only .note-editor.note-frame .note-statusbar .note-resizebar { background-color: #262932 } body.dark-only .light-font { color: #fff } body.dark-only .page-link { background-color: #1d1e26; border: 1px solid #374558 } body.dark-only .b-r-light { border-right: 1px solid #374558 !important } body.dark-only .history-details .media { border-top: 1px solid #374558 } body.dark-only .modal-header { border-bottom: 1px solid #374558 } body.dark-only #right-history { background-color: #262932; -webkit-box-shadow: 0 0 9px #1d1e26; box-shadow: 0 0 9px #1d1e26 } body.dark-only #right-history h6 span a { color: rgba(255, 255, 255, 0.6) } body.dark-only .ProfileCard:hover { color: rgba(255, 255, 255, 0.6); background-color: #262932 } body.dark-only .translate_wrapper.active .more_lang:before { border-bottom: 7px solid #262932 } body.dark-only .translate_wrapper.active .more_lang .lang { border-bottom: 1px solid #1d1e26 } body.dark-only .toggle-sidebar svg { stroke: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper { background-color: #1d1e26 } body.dark-only .page-wrapper .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { background-color: #262932 } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg { stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { background: #262932; border-top: 1px solid #374558 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { background: #262932 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { background-color: #262932 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.material-type .page-header .header-wrapper { border-radius: 15px 15px 0 0 } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang { color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div { color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { border: 1px solid #1d1e26; background: #1d1e26; color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-logo-wrapper { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-body { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout { background-color: #1d1e26 } body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper .header-logo-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-body-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-body-wrapper .page-body { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper .page-header .header-wrapper .search-full { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .search-full input { color: rgba(255, 255, 255, 0.6) } body.dark-only ::-webkit-calendar-picker-indicator { -webkit-filter: invert(1); filter: invert(1) } body.dark-only .left-header .mega-menu-container { background-color: #262932; border-top: 1px solid #262932 } body.dark-only .left-header .mega-menu-container .mega-box+.mega-box { border-left: 1px solid #374558 } body.dark-only .left-header .mega-menu div>div a { color: rgba(255, 255, 255, 0.7) } body.dark-only .left-header .level-menu .header-level-menu { background-color: #262932 } body.dark-only .left-header .level-menu .header-level-menu>li .header-level-sub-menu { background-color: #262932 } body.dark-only .left-header .level-menu .header-level-menu>li a { color: rgba(255, 255, 255, 0.7) } body.dark-only .left-header .level-menu .header-level-menu>li svg { stroke: rgba(255, 255, 255, 0.7) } body.dark-only .kanban-board-header { background-color: #1d1e26 !important; border-bottom: 1px solid #262932 !important } body.dark-only .kanban-board .kanban-drag { background: #1d1e26 !important } body.dark-only .kanban-container .kanban-item .kanban-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .project-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-content .form-inline { border: 1px solid #1d1e26 } body.dark-only .file-content .files .file-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-content .files .file-box .file-top { background-color: #262932; border: 1px solid rgba(115, 102, 255, 0.15) } body.dark-only .file-content .folder .folder-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-sidebar .pricing-plan { border: 1px solid rgba(115, 102, 255, 0.15) !important } body.dark-only .file-sidebar .btn-light { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 !important; border: 1px solid rgba(115, 102, 255, 0.15) !important } body.dark-only #lnb { border-right: 1px solid #374558 } body.dark-only .lnb-new-schedule, body.dark-only .lnb-calendars>div { border-bottom: 1px solid #374558 } body.dark-only #menu .sidebar-list .btn-default { color: rgba(255, 255, 255, 0.2) } body.dark-only .tui-full-calendar-timegrid-hour { background-color: #262932; color: #fff !important } body.dark-only .tui-full-calendar-timegrid-gridline { border-bottom: 1px solid #374558 !important } body.dark-only .tui-full-calendar-time-date, body.dark-only .tui-full-calendar-weekday-grid-line, body.dark-only .tui-full-calendar-left, body.dark-only .tui-full-calendar-timegrid-timezone { border-right-color: #374558 !important } body.dark-only .tui-full-calendar-popup { color: #2b2b2b } body.dark-only #menu .btn-default { color: rgba(255, 255, 255, 0.6) } body.dark-only #menu .btn-default:hover { color: #2b2b2b } body.dark-only #menu .dropdown-menu { color: rgba(255, 255, 255, 0.6) } body.dark-only .tui-full-calendar-dayname-container, body.dark-only .tui-full-calendar-splitter { border-top-color: #374558 !important; border-bottom-color: #374558 !important } body.dark-only span.tui-full-calendar-dayname-date-area { color: #fff !important } body.dark-only .tui-full-calendar-layout { background-color: #262932 !important } body.dark-only .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { background-color: var(--theme-deafult); color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot { background: rgba(255, 255, 255, 0.6) } body.dark-only .blockquote { border-left: 4px solid #374558 } body.dark-only .figure.text-end blockquote { border-right-color: #374558 } body.dark-only .contacts-tabs .nav-pills { border-right: 1px solid #374558 } body.dark-only .contacts-tabs .nav-pills .nav-link+.nav-link { border-top: 1px solid #374558 } body.dark-only .list-persons .profile-mail .media .media-body ul li+li { border-left: 2px solid #374558 } body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter { background-color: #262932 } body.dark-only .apexcharts-gridline { stroke: #1d1e26 } body.dark-only .apexcharts-tooltip-title, body.dark-only .apexcharts-tooltip-series-group, body.dark-only .apexcharts-tooltip.light, body.dark-only .apexcharts-menu-item { color: #000 } body.dark-only .small-donut~svg path:nth-child(even), body.dark-only .small-donut svg path:nth-child(even), body.dark-only .donut-peity2~svg path:nth-child(even), body.dark-only .donut-peity2 svg path:nth-child(even), body.dark-only .pie-peity~svg path:nth-child(even), body.dark-only .pie-peity svg path:nth-child(even) { fill: #1d1e26 } body.dark-only .earning-card.card .card-body .left_side_earning p { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .earning-content { border-right: 1px solid #374558 } body.dark-only .earning-card.card .card-body .inner-top-left ul li, body.dark-only .earning-card.card .card-body .inner-top-right ul li { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .inner-top-left ul li.active, body.dark-only .earning-card.card .card-body .inner-top-right ul li.active { color: var(--theme-deafult) } body.dark-only .earning-card.card .card-body .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .border-top { border-top: 1px solid #374558 !important } body.dark-only .chart_data_left .card-body .chart-main .media, body.dark-only .chart_data_right .card-body .chart-main .media { border-right: 1px solid #374558 } body.dark-only .chart_data_left .card-body .chart-main .media.border-none, body.dark-only .chart_data_right .card-body .chart-main .media.border-none { border-right: none } body.dark-only .chart_data_left .card-body .media .right-chart-content span, body.dark-only .chart_data_right .card-body .media .right-chart-content span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .chart_data_right .card-body .knob-block input { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .third-news-update .news-update, body.dark-only .news .news-update, body.dark-only .appointment-sec .news-update { border-bottom: 1px solid #374558 } body.dark-only .third-news-update .news-update span, body.dark-only .news .news-update span, body.dark-only .appointment-sec .news-update span { color: rgba(255, 255, 255, 0.6) } body.dark-only .third-news-update .news-update h6, body.dark-only .news .news-update h6, body.dark-only .appointment-sec .news-update h6 { margin-bottom: 2px; line-height: 24px } body.dark-only .third-news-update .appointment .radar-chart .apexcharts-datalabel, body.dark-only .news .appointment .radar-chart .apexcharts-datalabel, body.dark-only .appointment-sec .appointment .radar-chart .apexcharts-datalabel { fill: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control { background-color: #262932 !important; border: none !important; border-left: 1px solid var(--theme-deafult) !important } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .appointment-table table tr td.img-content-box .font-roboto { color: rgba(255, 255, 255, 0.6) } body.dark-only .notification .card .media .media-body p span { color: rgba(255, 255, 255, 0.6) } body.dark-only .notification .card .media .media-body span { color: rgba(255, 255, 255, 0.6) } body.dark-only .datepicker { background-color: #323846 } body.dark-only .datepicker .datepicker--cell.-current- { color: #7366ff } body.dark-only .cal-date-widget .datepicker { background-color: #323846 } body.dark-only .cal-date-widget .datepicker .datepicker--cell-day { color: #fff } body.dark-only .cal-date-widget .datepicker .datepicker--cell.-current- { color: #7366ff } body.dark-only .default-datepicker .datepicker-inline .datepicker { background: #262932 } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--cell-day, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--day-name, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--cell-day.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--day-name.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-selected- { color: #fff } body.dark-only .dash-chart .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .dash-chart .media .media-body p .font-roboto { color: rgba(255, 255, 255, 0.6) } body.dark-only .our-product table tr td p { color: rgba(255, 255, 255, 0.6) } body.dark-only .activity-timeline .media .activity-line { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .activity-timeline .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .total-users .goal-status ul:last-child li { border-top-color: #374558 } body.dark-only .best-seller-table table tbody tr td .label { color: rgba(255, 255, 255, 0.6) } body.dark-only .best-seller-table table tbody tr td p { color: rgba(255, 255, 255, 0.2) } body.dark-only .best-seller-table table tbody tr:hover td { color: var(--theme-deafult) !important } body.dark-only .best-seller-table table tbody tr:hover td span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .best-seller-table table tbody tr:hover td .label, body.dark-only .best-seller-table table tbody tr:hover td p { color: var(--theme-deafult) !important } body.dark-only [class*='activity-dot-'] { background-color: #262932 } body.dark-only .page-header .header-wrapper .nav-right .chat-dropdown li:last-child, body.dark-only .page-header .header-wrapper .nav-right .profile-dropdown li:last-child { border-top: 1px solid #374558 !important } body.dark-only .alert-primary { background-color: rgba(115, 102, 255, 0.8) !important; border-color: rgba(115, 102, 255, 0.9) !important; color: #fff } body.dark-only .alert-primary .progress { height: 5px; background-color: #6e61ff; border-radius: 0 } body.dark-only .alert-primary .progress-bar { background-color: #fff } body.dark-only .alert-primary.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-primary.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-primary.outline .btn-close, body.dark-only .alert-primary.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-secondary { background-color: rgba(247, 49, 100, 0.8) !important; border-color: rgba(247, 49, 100, 0.9) !important; color: #fff } body.dark-only .alert-secondary .progress { height: 5px; background-color: #f72c60; border-radius: 0 } body.dark-only .alert-secondary .progress-bar { background-color: #fff } body.dark-only .alert-secondary.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-secondary.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-secondary.outline .btn-close, body.dark-only .alert-secondary.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-success { background-color: rgba(81, 187, 37, 0.8) !important; border-color: rgba(81, 187, 37, 0.9) !important; color: #fff } body.dark-only .alert-success .progress { height: 5px; background-color: #4fb724; border-radius: 0 } body.dark-only .alert-success .progress-bar { background-color: #ebfae5 } body.dark-only .alert-success.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-success.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-success.outline .btn-close, body.dark-only .alert-success.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-danger { background-color: rgba(220, 53, 69, 0.8) !important; border-color: rgba(220, 53, 69, 0.9) !important; color: #fff } body.dark-only .alert-danger .progress { height: 5px; background-color: #db3141; border-radius: 0 } body.dark-only .alert-danger .progress-bar { background-color: #fff } body.dark-only .alert-danger.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-danger.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-danger.outline .btn-close, body.dark-only .alert-danger.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-warning { background-color: rgba(248, 214, 43, 0.8) !important; border-color: rgba(248, 214, 43, 0.9) !important; color: #fff } body.dark-only .alert-warning .progress { height: 5px; background-color: #f8d526; border-radius: 0 } body.dark-only .alert-warning .progress-bar { background-color: #fff } body.dark-only .alert-warning.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-warning.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-warning.outline .btn-close, body.dark-only .alert-warning.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-info { background-color: rgba(169, 39, 249, 0.8) !important; border-color: rgba(169, 39, 249, 0.9) !important; color: #fff } body.dark-only .alert-info .progress { height: 5px; background-color: #a722f9; border-radius: 0 } body.dark-only .alert-info .progress-bar { background-color: #fff } body.dark-only .alert-info.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-info.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-info.outline .btn-close, body.dark-only .alert-info.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-light { background-color: rgba(244, 244, 244, 0.8) !important; border-color: rgba(244, 244, 244, 0.9) !important; color: #fff } body.dark-only .alert-light .progress { height: 5px; background-color: #f1f1f1; border-radius: 0 } body.dark-only .alert-light .progress-bar { background-color: #fff } body.dark-only .alert-light.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-light.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-light.outline .btn-close, body.dark-only .alert-light.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-dark { background-color: rgba(44, 50, 63, 0.8) !important; border-color: rgba(44, 50, 63, 0.9) !important; color: #fff } body.dark-only .alert-dark .progress { height: 5px; background-color: #2a303c; border-radius: 0 } body.dark-only .alert-dark .progress-bar { background-color: #a8b0c2 } body.dark-only .alert-dark.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-dark.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-dark.outline .btn-close, body.dark-only .alert-dark.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .options>div { border: 1px solid #374558 } body.dark-only .was-validated .custom-control-input:invalid~.custom-control-label::before { background-color: #1d1e26 } body.dark-only .pricing-simple { -webkit-box-shadow: 1px 1px 2px 1px #1d1e26 !important; box-shadow: 1px 1px 2px 1px #1d1e26 !important } body.dark-only .pricing-block { -webkit-box-shadow: 0 0 10px 5px rgba(115, 102, 255, 0.05) !important; box-shadow: 0 0 10px 5px rgba(115, 102, 255, 0.05) !important } body.dark-only .search-page ul.search-info li+li { border-left: 1px solid #1d1e26 } body.dark-only .browse .browse-articles h6 { border-bottom: 1px solid #1d1e26 } body.dark-only .job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here { border: 1px solid #1d1e26 } body.dark-only .calendar-wrap .fc-unthemed td, body.dark-only .calendar-wrap .fc-unthemed th { border-color: #1d1e26 } body.dark-only .mega-inline .card, body.dark-only .mega-horizontal .card, body.dark-only .mega-vertical .card { -webkit-box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important; box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important } body.dark-only .mega-inline.plain-style .card, body.dark-only .mega-inline.border-style .card, body.dark-only .mega-inline.offer-style .card, body.dark-only .mega-horizontal.plain-style .card, body.dark-only .mega-horizontal.border-style .card, body.dark-only .mega-horizontal.offer-style .card, body.dark-only .mega-vertical.plain-style .card, body.dark-only .mega-vertical.border-style .card, body.dark-only .mega-vertical.offer-style .card { -webkit-box-shadow: none !important; box-shadow: none !important } body.dark-only .mega-inline.border-style .card, body.dark-only .mega-horizontal.border-style .card, body.dark-only .mega-vertical.border-style .card { border: 1px solid #374558 !important } body.dark-only .mega-inline.offer-style .card, body.dark-only .mega-horizontal.offer-style .card, body.dark-only .mega-vertical.offer-style .card { border: 1px dashed #374558 !important } body.dark-only .setting-dot .setting-bg { background-color: var(--theme-secondary) } body.dark-only .bookmark.pull-right { border: none } body.dark-only .popover { background-color: #1d1e26 } body.dark-only .popover.bs-popover-bottom .popover-arrow:after { border-bottom-color: #1d1e26; border-right-color: rgba(0, 0, 0, 0) } body.dark-only .popover.bs-popover-top .popover-arrow:after { border-right-color: rgba(0, 0, 0, 0); border-top-color: #1d1e26 } body.dark-only .popover.bs-popover-start .popover-arrow:after { border-left-color: #1d1e26 } body.dark-only .popover .popover-header { background-color: #262932 } body.dark-only .popover .popover-arrow:after { border-right-color: #1d1e26 } body.dark-only .popover .popover-body { color: rgba(255, 255, 255, 0.6) } body.dark-only .popover code { background-color: unset } body.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .apexcharts-canvas svg .apexcharts-title-text { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-legend-series span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value { fill: #fff } body.dark-only .Typeahead-menu { background-color: #1d1e26 } body.dark-only .ecommerce-widget { border: 1px solid #1d1e26 } body.dark-only .bookmark ul li .search-form .form-control-search input { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .bookmark ul li .search-form .form-control-search:before { background: #1d1e26 } body.dark-only .cart .qty-box .input-group .btn { background-color: #2e3648 !important; border-color: #374558 !important } body.dark-only .checkout .checkout-details { background-color: #1d1e26; border: 1px solid #1d1e26; padding: 40px } body.dark-only .checkout .checkout-details .animate-chk .radio_animated:after { border: 2px solid #262932 } body.dark-only .order-box .title-box { color: #bfc2c6; border-bottom: 1px solid #1d1e26 } body.dark-only .order-box .qty { border-bottom: 1px solid #1d1e26 } body.dark-only .order-box .qty li { color: #bfc2c6 } body.dark-only .order-box .qty li span { color: #bfc2c6 } body.dark-only .order-box .sub-total li { color: #bfc2c6 } body.dark-only .order-box .total li { color: #bfc2c6 } body.dark-only .shopping-checkout-option .checkbox_animated:after { border: 2px solid #262932 } body.dark-only .animate-chk .radio_animated:after { border: 2px solid #1d1e26 } body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(41, 50, 64, 0.52) } body.dark-only .product-box .product-img .product-hover ul li .btn { color: #98a6ad } body.dark-only .product-box .product-img .product-hover ul li:hover .btn { color: #fff } body.dark-only .radio_animated:after, body.dark-only .checkbox_animated:after { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .slider-product { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .square-product-setting .icon-grid { background-color: #262932 } body.dark-only .square-product-setting .icon-grid svg { color: rgba(255, 255, 255, 0.6) } body.dark-only .active-order-table table thead tr th, body.dark-only .market-table table thead tr th { border-top: none !important } body.dark-only .active-order-table table tbody tr td, body.dark-only .market-table table tbody tr td { border-bottom: 1px solid #1d1e26 } body.dark-only .active-order-table table tbody tr:last-child td, body.dark-only .market-table table tbody tr:last-child td { border-bottom: none } body.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li { border-bottom: 1px solid #1d1e26 } body.dark-only .flot-chart-container .legend .table tbody { background-color: #262932; color: #fff } body.dark-only .flot-chart-container .legend .table tbody .legendLabel { padding-left: 5px } body.dark-only .google-visualization-tooltip text { fill: rgba(0, 0, 0, 0.7) !important } body.dark-only .nav-dark .nav-link, body.dark-only .nav-pills.nav-dark .nav-link { color: #fff } body.dark-only .loader-wrapper { background-color: #1d1e26 } body.dark-only .loader-wrapper .loader { background-color: #1d1e26 !important } body.dark-only .page-wrapper .page-header .translate_wrapper.active .more_lang { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .translate_wrapper.active .lang { background-color: #262932 } body.dark-only .page-wrapper .page-header form { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper li i { color: #f4f4f4 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li svg { stroke: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right.right-header>ul>li .profile-media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .media .media-body .txt-dark { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 14px #1d1e26; box-shadow: 0 0 14px #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div li { border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:after { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span { color: #98a6ad } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light { background-color: #282e38 !important; color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg path, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg line, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg circle { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg line, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg path, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg circle { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .media .media-body .txt-dark { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 2px 2px #262932; box-shadow: 0 0 2px 2px #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div:after { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .notification-dropdown.onhover-show-div li { border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .notification-dropdown.onhover-show-div li span { color: #98a6ad } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .chat-dropdown li { color: #fff; border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-moz-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-logo-wrapper { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-dark { display: none } body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-light { display: block } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .header-small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .statistics p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .professor-block p, body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .professor-block p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .logs-element span+span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-block .progress-title span+span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .ecommerce-icons div span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .media .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .recent-notification .media .media-body p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .media .media-body span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .progress-change span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td { border-top: none !important; border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td { border-bottom: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .notifiaction-media .media .media-body .circle-left { border: 5px solid #334154 } body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child { border-bottom: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td { border-top: none !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .number-widgets .media .media-body h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.gradient-line-1:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.small-line:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.medium-line:after { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .media-body h6 span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card.custom-card .card-header { border-bottom: none !important } body.dark-only .page-wrapper .page-body-wrapper .custom-card .card-header img { background-color: #000; opacity: 0.8 } body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb li { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb-item.active { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card:not(.email-body) { border: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) { background-color: #262932; -webkit-box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08); box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08); border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg>g text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg>g>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg>g>text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header { background-color: rgba(0, 0, 0, 0); border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header>span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h3, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h4, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i.fa-cog { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline-2x, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #animation-box .animate-widget p { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .grid-item img { background-color: #262932; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .line { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) thead, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tbody, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tfoot, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) th { border-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table td { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead th { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead .border-bottom-primary th { border-bottom: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger td { color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-primary, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-secondary, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-success, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-info, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-warning, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-danger { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-light { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .thead-light th { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary td { border-bottom: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*='bg-'] th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*='bg-'] td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: rgba(0, 0, 0, 0.05) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-double, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dotted, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dashed { border-left-color: #374558; border-right-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered { border-color: #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered th { border-color: #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-inverse tbody tr:nth-of-type(odd):hover td { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical td { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-footer { background-color: #262932; border-top: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch .switch-state { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch input:checked+.switch-state { background-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bg-white { background-color: #fff !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-l-light { border-left: 1px solid #1d1e26 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-grid { stroke: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-label { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .text-muted { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .calender-widget .cal-date { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .contact-form .theme-form { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .contact-form .theme-form .form-icon { background-color: #262932; border: 1px solid #374558; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-dark, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light-2x { color: #fff !important; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light:hover { color: #000 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right { border-right: 1px solid #1d1e26 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder .flot-text { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart svg g rect:first-child { fill: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart rect:nth-child(6) { fill: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#line-chart rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart1 rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart2 rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>g>g>g text { fill: #b1b1b2 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>g>text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .radial-bar:after { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num .color-bottom { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light { border-right: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-labels .ct-label { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-grid { stroke: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #browser-uses-chart svg text, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #website-visiter-chart svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .clipboaard-container .form-control { background-color: #1d1e26; color: #98a6ad; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .img-thumbnail { background-color: #1d1e26; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper button { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-danger, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-success, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-primary { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_info, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_processing, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter input[type="search"] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover>.sorting_1 { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd { background-color: #1f232b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even>.sorting_1 { background-color: #22262f } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead td { border-bottom: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable input, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody tr { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody th.select-checkbox:before { border: 1px solid #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button:active { border-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody td { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even:hover>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 { background-color: #191e27 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.hover tbody tr:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td { border-top: 1px solid #1d1e26; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th:first-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td:first-child { border-left: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_3, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_3 { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #example-style-3_wrapper #example-style-3 tfoot { border-top: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.disabled .page-link { background-color: #262932; border-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link { color: rgba(255, 255, 255, 0.6); background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item:hover .page-link { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.active .page-link { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .icon { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-container-small { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td span, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-item .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link.active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-selected { background-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a { border: 2px solid #1d1e26; background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-selected { border: 2px solid var(--theme-deafult); color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-active:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-active:after { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .scroll-demo { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form input { border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form .form-group:before { background: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-content::before { border-left: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-block:nth-child(even) .cd-timeline-content::before { border-right-color: #1d1e26; border-left: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .breadcrumb.bg-white { background-color: #262932 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .user-status table td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .user-status table th { border-top: none !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris-daily svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #browser-uses-chart svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #website-visiter-chart svg { opacity: 0.5 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-header-1, body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-2-header { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .show>.nav-link { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link.active { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .show>.nav-link { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .drag-box fieldset { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .help-block { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body #viewhtml .render { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-column .drag-bx { border: 1px dotted #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description a>div { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-header { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell { background: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell input { background-color: #1d1e26; border-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell input:focus { outline: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row select, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select { background-color: #1d1e26; border-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-row>.jsgrid-cell { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-alt-row>.jsgrid-cell { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-body { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-selected-row>.jsgrid-cell { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*="jsgrid-pager"] { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page { color: rgba(255, 255, 255, 0.6); font-weight: 700 } body.dark-only .page-wrapper .page-body-wrapper .page-body .sub-title { border-bottom: 1px solid rgba(255, 255, 255, 0.1) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon .separator { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according li .text-muted { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 14px 0 #1d1e26; box-shadow: 0 0 14px 0 #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .btn-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body { border: 1px solid #374558; border-top: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .border { border: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-date { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li { color: #98a6ad; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:last-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:last-child { border-right: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details p, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top p, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media h6 span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media img { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li:first-child { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box hr { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover { --bs-table-accent-bg: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover td, body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover th { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li { border: 1px dotted #374558; color: rgba(255, 255, 255, 0.6); display: inline-block; padding: 10px } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li:hover { background: #000; -webkit-box-shadow: 0 0 3px #262932; box-shadow: 0 0 3px #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li em { display: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap .box { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap .button-preview h2 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap pre.well { background-color: #262932 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity>li+li { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity>li h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris svg text, body.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris-daily svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-profile img { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .profile-details h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-social li a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer>div h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer>div+div { border-left: 1px solid #323846 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .checkbox label::before, body.dark-only .page-wrapper .page-body-wrapper .page-body .radio label::before { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a { color: rgba(255, 255, 255, 0.6); background-color: rgba(0, 0, 0, 0); border-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a:hover { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-header { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-divider { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a.active { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone .dz-preview { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone .dz-preview .dz-details { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body { -webkit-column-rule: 1px solid #374558; -moz-column-rule: 1px solid #374558; column-rule: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .media img { border: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu>li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu>li a:hover { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar ul li a>.title { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .row .col-xl-4 { border-right: 1px solid rgba(0, 0, 0, 0.1) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media.active { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-top { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-content .email-top .user-emailid:after { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu { background-color: #1d1e26; border: 1px solid #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a { color: rgba(255, 255, 255, 0.6); background: rgba(0, 0, 0, 0); border-top-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a:hover { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div i { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div:hover { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .media-body>span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .details { border-left: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:after { background-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .redial-social-widget i { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-light { border-bottom: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-dark { border-right: 1px solid #fff !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial i { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-showcase span { background-color: #262932; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-align .row { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-html-output { background-color: #1d1e26; color: #98a6ad; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-grid { background-color: #262932; color: #98a6ad !important; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-mainControls .ge-addRowGroup .ge-row-icon .column { border-left: 3px solid #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-code, body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-screen { color: #98a6ad; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .row { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .column { border: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details input { background-color: #1d1e26; border-color: #1d1e26; color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details .btn-group a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-content-type-ckeditor { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .search-page .info-block { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-primary h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-secondary h5 { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.timeline-line-1:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.small-line:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.medium-line:after { background-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .footer { border-top: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .footer p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .custom-select, body.dark-only .page-wrapper .page-body-wrapper .custom-file-label { background: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .footer-fix { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .note textarea { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .dt-button-info { background-color: #262932; border: 1px solid #98a6ad } body.dark-only .page-wrapper .dt-button-info h2 { background-color: #262932 } body.dark-only .page-wrapper .chat-box .about .name { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .chat-menu { border-left: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .icon-wrapper { background-color: #262932; -webkit-box-shadow: 1px 1px 3px 1px #1d1e26; box-shadow: 1px 1px 3px 1px #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .avatar img { border: 5px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .social-media a { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow span { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow .follow-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .status { color: #98a6ad } body.dark-only .page-wrapper .chat-box .status p { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header img { -webkit-box-shadow: 1px 1px 4px 1px #1d1e26; box-shadow: 1px 1px 4px 1px #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .my-message { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .message { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .other-message { background-color: #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message .input-group .form-control { background-color: #262932 } body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li a { color: #98a6ad } body.dark-only .page-wrapper pre { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .scorlled { background-color: #1d1e26 } body.dark-only .page-wrapper .input-group-air { -webkit-box-shadow: 0 3px 20px 0 #1d1e26; box-shadow: 0 3px 20px 0 #1d1e26 } body.dark-only .page-wrapper .input-group-text { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .input-group-text i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .input-group-solid .input-group-text, body.dark-only .page-wrapper .input-group-solid .form-control { background: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .semilight-bg-color, body.dark-only .page-wrapper .header-bg-color { background-color: #fff } body.dark-only .page-wrapper .list-group-item { background-color: #262932; border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .list-group-item+.list-group-item { border-top-width: 0 } body.dark-only .page-wrapper .list-group-item.active { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult); color: #fff } body.dark-only .page-wrapper .list-group-item:hover, body.dark-only .page-wrapper .list-group-item:focus { z-index: 1; text-decoration: none } body.dark-only .page-wrapper .list-group-item-action:hover:not(.active), body.dark-only .page-wrapper .list-group-item-action:focus { background-color: #1d1e26 } body.dark-only .page-wrapper .list-group-flush .list-group-item { border-left: 0; border-right: 0; border-radius: 0 } body.dark-only .page-wrapper .list-group-item-primary { color: #004085; background-color: #b8daff } body.dark-only .page-wrapper .list-group-item-secondary { color: #383d41; background-color: #d6d8db } body.dark-only .page-wrapper .list-group-item-success { color: #155724; background-color: #c3e6cb } body.dark-only .page-wrapper .list-group-item-danger { color: #721c24; background-color: #f5c6cb } body.dark-only .page-wrapper .list-group-item-warning { color: #856404; background-color: #ffeeba } body.dark-only .page-wrapper .list-group-item-info { color: #0c5460; background-color: #bee5eb } body.dark-only .page-wrapper .list-group-item-light { color: #818182; background-color: #fdfdfe } body.dark-only .page-wrapper .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca } body.dark-only .page-wrapper .auth-bg { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.9) } body.dark-only .page-wrapper .auth-bg .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group input { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group label { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .auth-bg .authentication-box h3, body.dark-only .page-wrapper .auth-bg .authentication-box h4, body.dark-only .page-wrapper .auth-bg .authentication-box h6 { color: #fff } body.dark-only .page-wrapper .auth-bg-video { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.7) } body.dark-only .page-wrapper .auth-bg-video .authentication-box h4, body.dark-only .page-wrapper .auth-bg-video .authentication-box h3 { color: #fff } body.dark-only .page-wrapper .auth-bg-video .authentication-box h6 { color: #98a6ad } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text], body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i { color: #1d1e26 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i { color: #1d1e26 } body.dark-only .page-wrapper .modal-content { background-color: #262932 } body.dark-only .page-wrapper .modal-content .modal-header { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .modal-content .modal-header .close { color: #98a6ad } body.dark-only .page-wrapper .modal-content .modal-footer { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .comingsoon { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.9) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown .title { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .theme-form .login-divider { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .theme-form .login-divider:before { background: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main { background-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .card { background-color: #262932 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box { background-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h6 { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h3 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text], body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .vertical-menu-main { background-color: #262932 } body.dark-only .page-wrapper .mega-menu .title { color: rgba(255, 255, 255, 0.6); border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .mega-menu .list-unstyled div a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .default-according .card { background-color: #262932 } body.dark-only .page-wrapper .default-according .card .btn-link { background-color: #262932; border: 1px solid #374558; border-bottom: none; color: #fff } body.dark-only .page-wrapper .default-according .card .text-muted { color: #98a6ad !important } body.dark-only .page-wrapper .default-according .bg-primary .btn-link { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .default-according .bg-secondary .btn-link { background-color: var(--theme-secondary); border: 1px solid var(--theme-secondary) } body.dark-only .page-wrapper .collapse .card-body { background-color: #262932 } @media screen and (max-width: 1660px) { body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-history .total-time h2 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .caller-img img { opacity: 0.7 } body.dark-only .page-wrapper .chat-box .chat-history .call-content>div { background-color: rgba(0, 0, 0, 0.75); background-blend-mode: overlay } } @media only screen and (max-width: 1199.98px) { body.dark-only .page-wrapper .left-header .mega-menu-container { border-left: 1px solid #374558 } body.dark-only .page-wrapper .left-header .mega-menu-container .mega-box+.mega-box { border-left: none } } @media only screen and (max-width: 1199px) { body.dark-only .page-wrapper .mobile-title.d-none { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .chat-menu { border-top: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i { color: #2c323f } } @media only screen and (max-width: 575.98px) { body.dark-only .page-wrapper .user-profile .hovercard .info .user-designation { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .widget-joins .border-after-xs:after { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form .form-control-plaintext { background-color: #1d1e26 } body.dark-only .page-wrapper .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, body.dark-only .page-wrapper .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar { border-right: 1px solid #374558 } } body.dark-only .lg-backdrop { background-color: #1d1e26 } body.dark-only .lg-outer .lg-thumb-outer { background-color: #262932 } body.dark-only .drag { background-color: #262932 } body.dark-only .drag form { background: #262932; -webkit-box-shadow: 0 0 30px #1d1e26; box-shadow: 0 0 30px #1d1e26; border: 1px dotted #1d1e26 } body.dark-only .drag form input { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .drag form .help-block { text-transform: capitalize; color: #98a6ad } body.dark-only .draggable input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .draggable p { color: #98a6ad } body.dark-only .draggable select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .draggable .radio label::before, body.dark-only .draggable .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .select2-container--default .select2-selection--multiple, body.dark-only .select2-container--default .select2-selection--single { background-color: #1d1e26; border: 1px solid #1d1e26 !important } body.dark-only .select2-container--default .select2-search--inline .select2-search__field { color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-selection--single .select2-selection__rendered { color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-search--dropdown .select2-search__field { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #262932 !important; color: rgba(255, 255, 255, 0.6) !important } body.dark-only .select2-dropdown { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .select2-drpdwn .form-control-primary { border-color: var(--theme-deafult) !important; color: var(--theme-deafult) !important } body.dark-only .select2-drpdwn .form-control-secondary { border-color: var(--theme-secondary) !important; color: var(--theme-secondary) !important } body.dark-only .select2-drpdwn .form-control-success { border-color: #51bb25 !important; color: #51bb25 !important } body.dark-only .select2-drpdwn .form-control-info { border-color: #a927f9 !important; color: #a927f9 !important } body.dark-only .select2-drpdwn .form-control-warning { border-color: #f8d62b !important; color: #f8d62b !important } body.dark-only .select2-drpdwn .form-control-danger { border-color: #dc3545 !important; color: #dc3545 !important } body.dark-only .select2-drpdwn .form-control-inverse { border-color: #fff !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-primary-fill { background-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-secondary-fill { background-color: var(--theme-secondary) !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-success-fill { background-color: #51bb25 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-info-fill { background-color: #a927f9 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-warning-fill { background-color: #f8d62b !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-danger-fill { background-color: #dc3545 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-inverse-fill { background-color: #fff !important; color: #000 !important } body.dark-only .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #1d1e26 } body.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .theme-form .form-group input[type=text], body.dark-only .theme-form .form-group input[type=email], body.dark-only .theme-form .form-group input[type=search], body.dark-only .theme-form .form-group input[type=password], body.dark-only .theme-form .form-group input[type=number], body.dark-only .theme-form .form-group input[type=tel], body.dark-only .theme-form .form-group input[type=date], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=time], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=month], body.dark-only .theme-form .form-group input[type=week], body.dark-only .theme-form .form-group input[type=url], body.dark-only .theme-form .form-group input[type=file], body.dark-only .theme-form .form-group select { border-color: #1d1e26; background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder, body.dark-only .theme-form .form-group select::-webkit-input-placeholder { color: #98a6ad } body.dark-only .theme-form .form-group .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .theme-form .form-group textarea { border-color: #1d1e26 } body.dark-only .theme-form .form-divider { border-top: 1px solid #1d1e26 } body.dark-only .theme-form .form-divider::before { background: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .CodeMirror { background: #262932; border: 1px solid #98a6ad; color: rgba(255, 255, 255, 0.6) } body.dark-only .CodeMirror .CodeMirror-code pre { background: #262932 } body.dark-only .editor-toolbar { border-top: 1px solid #98a6ad; border-left: 1px solid #98a6ad; border-right: 1px solid #98a6ad } body.dark-only .editor-toolbar a { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .editor-toolbar a:hover, body.dark-only .editor-toolbar a.active { background: #1d1e26 } body.dark-only .editor-toolbar i.separator { border-left: 1px solid #98a6ad; border-right: 1px solid #98a6ad } body.dark-only .editor-toolbar.fullscreen::before { background: -webkit-gradient(linear, left top, right top, color-stop(0, #1d1e26), to(rgba(0, 0, 0, 0))); background: linear-gradient(to right, #1d1e26 0, rgba(0, 0, 0, 0) 100%) } body.dark-only .editor-toolbar.fullscreen::after { background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(#1d1e26)); background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #1d1e26 100%) } body.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) { background: #1d1e26 } body.dark-only .editor-preview { background-color: #262932 } body.dark-only .editor-toolbar.fullscreen, body.dark-only .editor-preview-side { background: #262932; border: 1px solid #98a6ad } body.dark-only .u-step { background: #1d1e26 } body.dark-only .u-step.active, body.dark-only .u-step.current { background: var(--theme-deafult); color: #fff } body.dark-only .u-step-title, body.dark-only .u-pearl-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .u-step-number { background-color: #262932 } body.dark-only .u-pearl:before { background-color: #1d1e26 } body.dark-only .u-pearl-number, body.dark-only .u-pearl-icon { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .u-pearl.disabled .u-pearl-icon, body.dark-only .u-pearl.disabled .u-pearl-number { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .u-pearl.disabled:after { background-color: #334053 } body.dark-only .u-pearl.error:after { background-color: #1d1e26 } body.dark-only .note-editor.note-frame { border-color: #1d1e26 } body.dark-only .note-editor.note-frame .note-editing-area .note-editable { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .swal-modal { background-color: #262932 } body.dark-only .swal-modal .swal-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .swal-modal .swal-text { color: #98a6ad } body.dark-only .swal-modal .swal-content__input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .nav-tabs { border-bottom: 1px solid #374558 } body.dark-only .nav-tabs .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .nav-tabs .nav-link.active { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #374558 #374558 #262932 } body.dark-only .nav-tabs .nav-link:hover, body.dark-only .nav-tabs .nav-link:focus { border-color: #374558 #374558 #323846 } body.dark-only .nav-tabs .nav-item.show .nav-link { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 #1d1e26 #262932 } body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover { border-color: #262932 #1d1e26 #1d1e26 } body.dark-only .border-tab.nav-left .nav-link, body.dark-only .border-tab.nav-right .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .border-tab.nav-left .nav-link.active, body.dark-only .border-tab.nav-right .nav-link.active { color: var(--theme-deafult) } body.dark-only .border-tab.nav-left .show>.nav-link, body.dark-only .border-tab.nav-right .show>.nav-link { color: var(--theme-deafult) } body.dark-only .border-tab.nav-left.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:hover { border-left-color: var(--theme-secondary); color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-left.nav-secondary .show>.nav-link { border-left-color: var(--theme-secondary); color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-left.nav-secondary .nav-item.show { color: var(--theme-secondary) !important; border-left-color: var(--theme-secondary) } body.dark-only .border-tab.nav-left.nav-success .nav-link.active, body.dark-only .border-tab.nav-left.nav-success .nav-link:focus, body.dark-only .border-tab.nav-left.nav-success .nav-link:hover { color: #51bb25 !important } body.dark-only .border-tab.nav-left.nav-success .show>.nav-link { border-left-color: #51bb25; color: #51bb25 !important } body.dark-only .border-tab.nav-left.nav-success .nav-item.show { color: #51bb25 !important; border-left-color: #51bb25 } body.dark-only .border-tab.nav-right.nav-info .nav-link.active, body.dark-only .border-tab.nav-right.nav-info .nav-link:focus, body.dark-only .border-tab.nav-right.nav-info .nav-link:hover { color: #a927f9 !important } body.dark-only .border-tab.nav-right.nav-info .show>.nav-link { border-left-color: #a927f9; color: #a927f9 !important } body.dark-only .border-tab.nav-right.nav-info .nav-item.show { color: #a927f9 !important; border-left-color: #a927f9 } body.dark-only .border-tab.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-secondary .nav-link:hover { color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-secondary .nav-item.show { color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-success .nav-link.active, body.dark-only .border-tab.nav-success .nav-link:focus, body.dark-only .border-tab.nav-success .nav-link:hover { color: #51bb25 !important } body.dark-only .border-tab.nav-success .nav-item.show { color: #51bb25 !important } body.dark-only .dropdown-divider { border-top: 1px solid #1d1e26 } body.dark-only .icon-hover-bottom { background-color: #262932; -webkit-box-shadow: 0px 0px 1px 1px #1d1e26; box-shadow: 0px 0px 1px 1px #1d1e26 } body.dark-only .icon-hover-bottom .icon-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .icon-hover-bottom span { color: #98a6ad } body.dark-only .icon-hover-bottom .form-group input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .icon-hover-bottom .icon-first i { color: #98a6ad } body.dark-only code { background-color: #1d1e26; border-radius: 2px } body.dark-only #cd-timeline::before { background: #1d1e26 } body.dark-only .timeliny { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .timeliny::before { background-color: #fff } body.dark-only .timeliny .timeliny-dot { background-color: #262932; border: 1px solid #fff } body.dark-only .timeliny .timeliny-dot::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: none } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover { background-color: #fff } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container { background: #262932; border-bottom: 1px solid #1d1e26 } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label { color: rgba(255, 255, 255, 0.6) } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 { color: #fff } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) { background: #262932; border: 1px solid #1d1e26 } body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label { color: var(--theme-deafult) } body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover { border: 1px solid #51bb25 !important } body.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .ttl-info h6 { color: #98a6ad } body.dark-only .user-profile .ttl-info span { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .hovercard .info .title a { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .hovercard .user-image .avatar img { border: 10px solid #262932 } body.dark-only .user-profile .hovercard .user-image .icon-wrapper { background-color: #262932 } body.dark-only .user-profile .hovercard .tabs-scoial { border-bottom: none !important } body.dark-only .user-profile .follow .follow-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .profile-img-style .user-name { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .profile-img-style p { color: #98a6ad } body.dark-only .introjs-helperLayer { background-color: rgba(54, 64, 74, 0.9); border: rgba(255, 255, 255, 0.5) } body.dark-only .jstree-default .jstree-node, body.dark-only .jstree-default .jstree-icon { color: #455869 !important } body.dark-only .jstree-default .jstree-anchor { color: #98a6ad } body.dark-only .jstree-default .jstree-clicked { color: #fff; background-color: rgba(0, 0, 0, 0) } body.dark-only .jstree-default .jstree-hovered { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only span.twitter-typeahead .tt-menu { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only span.twitter-typeahead .tt-suggestion { color: rgba(255, 255, 255, 0.6) } body.dark-only span.twitter-typeahead .tt-suggestion:hover, body.dark-only span.twitter-typeahead .tt-suggestion:focus { background-color: #262932 } body.dark-only .typography small { color: rgba(255, 255, 255, 0.6) } body.dark-only .code-box-copy pre { background-color: #1d1e26 } body.dark-only .code-box-copy pre code { background-color: #1d1e26 } body.dark-only .code-box-copy pre[class*="language-"] { border: 1px solid #1d1e26 } body.dark-only .code-box-copy .code-box-copy__btn { background-color: #1d1e26; border: 1px solid #1d1e26; color: #fff } body.dark-only .code-box-copy code[class*=language-], body.dark-only .code-box-copy pre[class*=language-] { text-shadow: 0px 1px #000 } body.dark-only .code-box-copy code[class*=language-] ::-moz-selection, body.dark-only .code-box-copy pre[class*=language-] ::-moz-selection { text-shadow: none; background: #262932 } body.dark-only .code-box-copy code[class*=language-] ::selection, body.dark-only .code-box-copy pre[class*=language-] ::selection { text-shadow: none; background: #262932 } body.dark-only table.fixedHeader-floating { background-color: #1d1e26 } body.dark-only .note textarea { color: rgba(255, 255, 255, 0.6) } body.dark-only .dt-button-info { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .dt-button-info h2 { background-color: #262932; border-bottom: 1px solid #1d1e26 } body.dark-only pre { background-color: #1d1e26 } body.dark-only #keytable_wrapper .dataTables_paginate, body.dark-only #column-selector_wrapper .dataTables_paginate, body.dark-only #auto-fill_wrapper .dataTables_paginate, body.dark-only #custom-button_wrapper .dataTables_paginate, body.dark-only #class-button_wrapper .dataTables_paginate, body.dark-only #keyboard-btn_wrapper .dataTables_paginate, body.dark-only #multilevel-btn_wrapper .dataTables_paginate, body.dark-only #pagelength-btn_wrapper .dataTables_paginate, body.dark-only #basic-colreorder_wrapper .dataTables_paginate, body.dark-only #state-saving_wrapper .dataTables_paginate, body.dark-only #real-time_wrapper .dataTables_paginate, body.dark-only #basic-fixed-header_wrapper .dataTables_paginate, body.dark-only #fixed-header-footer_wrapper .dataTables_paginate, body.dark-only #export-button_wrapper .dataTables_paginate, body.dark-only #excel-cust-bolder_wrapper .dataTables_paginate, body.dark-only #cust-json_wrapper .dataTables_paginate, body.dark-only #basic-key-table_wrapper .dataTables_paginate, body.dark-only #focus-cell_wrapper .dataTables_paginate, body.dark-only #responsive_wrapper .dataTables_paginate, body.dark-only #new-cons_wrapper .dataTables_paginate, body.dark-only #show-hidden-row_wrapper .dataTables_paginate, body.dark-only #basic-row-reorder_wrapper .dataTables_paginate, body.dark-only #full-row_wrapper .dataTables_paginate, body.dark-only #rest-column_wrapper .dataTables_paginate { border: none } body.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd, body.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd { background-color: #1d1e26 } body.dark-only .error-wrapper { background-color: rgba(54, 64, 74, 0.8) } body.dark-only .error-wrapper .sub-content { color: rgba(255, 255, 255, 0.6) } body.dark-only .b-light { border: 1px solid #1d1e26 !important } body.dark-only .modal-content { background-color: #262932 } body.dark-only .modal-content .modal-header { border-bottom: 1px solid #374558 } body.dark-only .modal-content .modal-header .close { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .modal-content .ui-front .form-control { background-color: #262932; color: rgba(255, 255, 255, 0.6); border: 1px solid #374558 } body.dark-only .stepwizard .stepwizard-row:before { background-color: #374558 } body.dark-only .modal .theme-close { background-color: #262932 !important; color: rgba(255, 255, 255, 0.2) } body.dark-only .token.atrule, body.dark-only .token.attr-value, body.dark-only .token.keyword { color: #a927f9 } body.dark-only .token.boolean, body.dark-only .token.constant, body.dark-only .token.deleted, body.dark-only .token.number, body.dark-only .token.property, body.dark-only .token.symbol, body.dark-only .token.tag { color: #dc3545 } body.dark-only .loader-box.card-loader { background-color: #262932 } body.dark-only .my-gallery.gallery-with-description img { border: 1px solid #1d1e26 !important; border-bottom: none !important } body.dark-only .alert-primary.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-secondary.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-success.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-danger.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-warning.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-info.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-light.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-dark.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-theme span+span+span { border-left: 5px solid var(--theme-deafult); background-color: #1d1e26; border-radius: 4px } body.dark-only .alert-theme i { color: #fff; padding: 20px; margin-right: 20px !important } body.dark-only .user-card .user-deatils h6 { color: #98a6ad } body.dark-only .user-card .card-footer>div:first-child { border-right: 1px solid #1d1e26 } body.dark-only .user-card .card-footer .user-footer h6 { color: #98a6ad } body.dark-only .user-card .card-footer .user-footer svg path, body.dark-only .user-card .card-footer .user-footer svg rect { color: #98a6ad } body.dark-only .order-history table .qty-box button { background-color: #1d1e26 !important; border: none !important } body.dark-only .order-history table .qty-box .input-group { border-color: #374558 } body.dark-only .order-history table thead tr th { background-color: #1d1e26 } body.dark-only .order-history table tr td, body.dark-only .order-history table tr th { border-top: none !important } body.dark-only .order-history .title-orders { background-color: #1d1e26 } body.dark-only .navigation-option ul li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .navigation-option ul li:hover { background-color: #1d1e26 } body.dark-only .product-box .product-details h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .product-box .product-details span { color: #98a6ad } body.dark-only .product-box .product-img .product-hover ul li { background-color: #262932 } body.dark-only .product-box .product-img .product-hover ul li:hover { background-color: #000; color: #fff } body.dark-only .browse .browse-articles ul li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .browse .browse-articles ul li:hover { background-color: #1d1e26 } body.dark-only .radio-primary input[type="radio"]+label::before { border-color: var(--theme-deafult) !important } body.dark-only .radio-primary input[type="radio"]+label::after { background-color: var(--theme-deafult) } body.dark-only .radio-primary input[type="radio"]:checked+label::before { border-color: var(--theme-deafult) !important } body.dark-only .radio-primary input[type="radio"]:checked+label::after { background-color: var(--theme-deafult) } body.dark-only .radio-secondary input[type="radio"]+label::before { border-color: #f73164 !important } body.dark-only .radio-secondary input[type="radio"]+label::after { background-color: #f73164 } body.dark-only .radio-secondary input[type="radio"]:checked+label::before { border-color: #f73164 !important } body.dark-only .radio-secondary input[type="radio"]:checked+label::after { background-color: #f73164 } body.dark-only .radio-success input[type="radio"]+label::before { border-color: #51bb25 !important } body.dark-only .radio-success input[type="radio"]+label::after { background-color: #51bb25 } body.dark-only .radio-success input[type="radio"]:checked+label::before { border-color: #51bb25 !important } body.dark-only .radio-success input[type="radio"]:checked+label::after { background-color: #51bb25 } body.dark-only .radio-danger input[type="radio"]+label::before { border-color: #dc3545 !important } body.dark-only .radio-danger input[type="radio"]+label::after { background-color: #dc3545 } body.dark-only .radio-danger input[type="radio"]:checked+label::before { border-color: #dc3545 !important } body.dark-only .radio-danger input[type="radio"]:checked+label::after { background-color: #dc3545 } body.dark-only .radio-info input[type="radio"]+label::before { border-color: #a927f9 !important } body.dark-only .radio-info input[type="radio"]+label::after { background-color: #a927f9 } body.dark-only .radio-info input[type="radio"]:checked+label::before { border-color: #a927f9 !important } body.dark-only .radio-info input[type="radio"]:checked+label::after { background-color: #a927f9 } body.dark-only .radio-light input[type="radio"]+label::before { border-color: #f4f4f4 !important } body.dark-only .radio-light input[type="radio"]+label::after { background-color: #f4f4f4 } body.dark-only .radio-light input[type="radio"]:checked+label::before { border-color: #f4f4f4 !important } body.dark-only .radio-light input[type="radio"]:checked+label::after { background-color: #f4f4f4 } body.dark-only .radio-dark input[type="radio"]+label::before { border-color: #2c323f !important } body.dark-only .radio-dark input[type="radio"]+label::after { background-color: #2c323f } body.dark-only .radio-dark input[type="radio"]:checked+label::before { border-color: #2c323f !important } body.dark-only .radio-dark input[type="radio"]:checked+label::after { background-color: #2c323f } body.dark-only .radio-warning input[type="radio"]+label::before { border-color: #f8d62b !important } body.dark-only .radio-warning input[type="radio"]+label::after { background-color: #f8d62b } body.dark-only .radio-warning input[type="radio"]:checked+label::before { border-color: #f8d62b !important } body.dark-only .radio-warning input[type="radio"]:checked+label::after { background-color: #f8d62b } body.dark-only .checkbox-primary label::before { border-color: var(--theme-deafult) !important } body.dark-only .checkbox-secondary label::before { border-color: #f73164 !important } body.dark-only .checkbox-success label::before { border-color: #51bb25 !important } body.dark-only .checkbox-danger label::before { border-color: #dc3545 !important } body.dark-only .checkbox-info label::before { border-color: #a927f9 !important } body.dark-only .checkbox-light label::before { border-color: #f4f4f4 !important } body.dark-only .checkbox-dark label::before { border-color: #2c323f !important } body.dark-only .checkbox-warning label::before { border-color: #f8d62b !important } body.dark-only .checkbox-solid-primary label:before { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked+label::before { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-secondary label:before { background-color: #f73164 !important; border-color: #f73164 !important; color: #fff !important } body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked+label::before { background-color: #f73164 !important; border-color: #f73164 !important; color: #fff !important } body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-success label:before { background-color: #51bb25 !important; border-color: #51bb25 !important; color: #fff !important } body.dark-only .checkbox-solid-success input[type="checkbox"]:checked+label::before { background-color: #51bb25 !important; border-color: #51bb25 !important; color: #fff !important } body.dark-only .checkbox-solid-success input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-danger label:before { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important } body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked+label::before { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important } body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-info label:before { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff !important } body.dark-only .checkbox-solid-info input[type="checkbox"]:checked+label::before { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff !important } body.dark-only .checkbox-solid-info input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-light label:before { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important; color: #fff !important } body.dark-only .checkbox-solid-light input[type="checkbox"]:checked+label::before { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important; color: #fff !important } body.dark-only .checkbox-solid-light input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-dark label:before { background-color: #2c323f !important; border-color: #2c323f !important; color: #fff !important } body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked+label::before { background-color: #2c323f !important; border-color: #2c323f !important; color: #fff !important } body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-warning label:before { background-color: #f8d62b !important; border-color: #f8d62b !important; color: #fff !important } body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked+label::before { background-color: #f8d62b !important; border-color: #f8d62b !important; color: #fff !important } body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .bootstrap-datetimepicker-widget ul li { color: rgba(255, 255, 255, 0.6); border-bottom: 1px solid #1d1e26 } body.dark-only .bootstrap-datetimepicker-widget tr th:hover, body.dark-only .bootstrap-datetimepicker-widget tr td:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr th span:hover, body.dark-only .bootstrap-datetimepicker-widget tr td span:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr th.next:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.next:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover { background-color: #262932 } body.dark-only .btn-transparent { color: rgba(255, 255, 255, 0.6) } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after { color: #98a6ad } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after { color: #98a6ad } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button { color: #fff !important } body.dark-only .fc-button-group .fc-basicWeek-button, body.dark-only .fc-button-group .fc-basicDay-button, body.dark-only .fc-button-group .fc-agendaWeek-button, body.dark-only .fc-button-group .fc-agendaDay-button { color: #000 !important } body.dark-only .fc-button-group .fc-month-button { color: #fff !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light { color: #000 !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button { color: #fff !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover { color: #000 !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .btn-light { color: #000 !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button { color: #fff !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover { color: #000 !important } body.dark-only .categories ul li a { color: #98a6ad } body.dark-only .categories ul li:hover { background-color: #1d1e26 } body.dark-only .socialprofile .likes-profile h5 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .socialprofile span { color: #98a6ad } body.dark-only .social-status .media .media-body span+span { color: #98a6ad } body.dark-only .social-status .media .media-body p, body.dark-only .social-status .media .media-body .light-span { color: #98a6ad } body.dark-only .filter-cards-view p, body.dark-only .timeline-content p { color: #98a6ad } body.dark-only .filter-cards-view .comment-number i, body.dark-only .timeline-content .comment-number i { color: #98a6ad } body.dark-only .filter-cards-view .comments-box .input-group .form-control, body.dark-only .timeline-content .comments-box .input-group .form-control { border: none !important } body.dark-only .filter-cards-view .comments-box .input-group .input-group-append, body.dark-only .timeline-content .comments-box .input-group .input-group-append { background-color: #1d1e26 } body.dark-only .social-chat .media-body { border: 1px solid #1d1e26 } body.dark-only .social-chat .media-body:after { border-right: 7px solid #262932 } body.dark-only .social-chat span span { color: #98a6ad } body.dark-only .details-about .your-details p { color: #98a6ad } body.dark-only .activity-log .my-activity p { color: #98a6ad } body.dark-only .bookmark ul li a { color: rgba(255, 255, 255, 0.6) } @media screen and (max-width: 1366px) { body.dark-only .earning-card.card .card-body .earning-content { border-bottom: 1px solid #374558 } } @media only screen and (max-width: 991.98px) { body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { border-right: 1px solid #374558 } body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu svg, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu svg { stroke: rgba(255, 255, 255, 0.6) } } @media only screen and (max-width: 767.98px) { body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu svg, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu svg { stroke: #fff } body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link { border-left: 1px solid #374558 } body.dark-only .page-wrapper.material-icon .page-header { background-color: #262932 } body.dark-only .chart_data_left .card-body .chart-main>div:first-child { border-right: 1px solid #374558 } body.dark-only .chart_data_left .card-body .chart-main>div:nth-child(3) { border-right: 1px solid #374558 } } body.dark-only .apexcharts-tooltip.light { border-color: #374558; background-color: #1d1e26 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title { border-color: #374558 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label, body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value { color: #fff } body.dark-sidebar .toggle-sidebar svg { stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { background-color: #262932 } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main { background-color: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { background: #262932 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { border-bottom: 1px solid #374558 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { background-color: #262932 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { border-bottom: 1px solid #374558 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body .for-dark { display: none } body[class*='dark-'] .for-dark { display: block } body[class*='dark-'] .for-light { display: none } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="border-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="border-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link { border-bottom: 1px solid rgba(115, 102, 255, 0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .customizer-links { position: fixed; right: 00px; top: 50%; z-index: 3; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1) } .customizer-links>.nav { border-radius: 8px; padding: 10px; background-color: #fff } .customizer-links.open { right: 330px; border-radius: 8px 0 0 8px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link { padding: 0; position: relative } .customizer-links .nav-link:before { content: ""; position: absolute; height: 100%; width: 100%; background-color: rgba(115, 102, 255, 0.1); border-radius: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:after { content: ""; position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; top: 12px; border-width: 5px 0 5px 5px; border-left-color: #e8e6ff; opacity: 0; -webkit-transform: scale(0); transform: scale(0); color: #fff; left: -10px; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:hover i { color: var(--theme-deafult) } .customizer-links .nav-link:hover:before, .customizer-links .nav-link:hover:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:hover span { opacity: 1; right: 48px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link+.nav-link { margin-bottom: 5px } .customizer-links .nav-link span { position: absolute; right: -60px; width: -webkit-max-content; width: -moz-max-content; width: max-content; text-align: right; padding: 7px 10px; display: block; top: 0; border-radius: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; color: var(--theme-deafult); background-color: #e8e6ff; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1) } .customizer-links .nav-link i { font-size: 17px; padding: 8px 10px; display: inline-block; cursor: pointer; margin: 0; color: gray; border-radius: 5px } .customizer-contain { direction: ltr; position: fixed; height: calc(100vh); top: 82px; width: 333px; right: -335px; background-color: #fff; z-index: 8; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-contain.open { right: 0px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05) } .customizer-contain li { position: relative } .customizer-contain li.active { -webkit-box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5); box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5) } .customizer-contain h6 { text-transform: uppercase; font-weight: 500; letter-spacing: 0.5px; margin-top: 15px; padding-top: 15px; margin-bottom: 10px } .customizer-contain .customizer-header { padding: 15px 25px; border-bottom: 1px solid #f4f4f4 } .customizer-contain .customizer-header .icon-close { position: absolute; font-size: 18px; cursor: pointer; font-weight: 900; right: 24px; color: var(--theme-deafult) } .customizer-contain .customizer-header h5 { font-weight: 700; text-transform: uppercase } .customizer-contain .customizer-body { padding: 15px 25px; max-height: calc(100vh - 200px); overflow-y: scroll } .customizer-contain .customizer-body .fade:not(.show) { display: none } .customizer-contain .customizer-body .unlimited-color-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .customizer-contain .customizer-body .unlimited-color-layout .btn { font-size: 15px; padding: 4px 20px } .customizer-contain .customizer-body .unlimited-color-layout input { border: 1px solid #ccc; height: 35px; width: 35px; border-radius: 5px; background-color: #fff; margin-right: 5px } .customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout { height: 70px; width: 80px; border: 1px solid #f6f7fb; border-radius: 5px } .customizer-contain .customizer-body .tab-pane>h6:first-child { padding-top: 0; margin-top: 0 } .customizer-contain .customizer-body li { cursor: pointer; opacity: 0.9 } .customizer-contain .customizer-body li.active { opacity: 1 } .customizer-contain .customizer-body .color-layout { height: 35px; width: 35px; border-radius: 6px; display: inline-block; margin-right: 3px; border: 1px solid #b8b8b8; padding: 3px } .customizer-contain .customizer-body .color-layout>div { background-color: #7366ff; height: 100%; width: 100%; border-radius: 5px } .customizer-contain .customizer-body .color-layout[data-attr="color-2"] div { background-color: #4831D4 } .customizer-contain .customizer-body .color-layout[data-attr="color-3"] div { background-color: #d64dcf } .customizer-contain .customizer-body .color-layout[data-attr="color-4"] div { background-color: #4c2fbf } .customizer-contain .customizer-body .color-layout[data-attr="color-5"] div { background-color: #7c4dff } .customizer-contain .customizer-body .color-layout[data-attr="color-6"] div { background-color: #3949ab } .customizer-contain .customizer-body .dark>li { background-color: #2f3c4e } .customizer-contain .customizer-body .main-layout>li { height: 65px; width: 85px; border: 1px solid #f4f4f4; border-radius: 10px; display: inline-block } .customizer-contain .customizer-body .main-layout>li+li { margin-left: 7px } .customizer-contain .customizer-body .main-layout .box-layout .body .badge { left: -14px } .customizer-contain .customizer-body .sidebar-type>li, .customizer-contain .customizer-body .sidebar-setting>li { height: 70px; width: 85px; border: 1px solid #f4f4f4; border-radius: 5px; display: inline-block } .customizer-contain .customizer-body .sidebar-type>li+li, .customizer-contain .customizer-body .sidebar-setting>li+li { margin-left: 7px } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.sidebar { width: 100%; height: 10px; display: block } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.body { height: calc(100% - 10px); width: 100% } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"].body-compact .body ul li.body { width: calc(100% - 25px) } .customizer-contain .customizer-body .layout-types { margin-bottom: -30px } .customizer-contain .customizer-body .layout-types>li { display: block; width: unset; height: unset; margin-bottom: 30px } .customizer-contain .customizer-body .layout-types>li .layout-img h6 { padding-top: 0; text-transform: inherit; text-align: center } .customizer-contain .customizer-body .layout-types .box-layout { background: unset } .layout-grid:not(.customizer-color) li { padding: 5px } .layout-grid:not(.customizer-color) li>.header { height: 9px; border-radius: 3px; position: relative } .layout-grid:not(.customizer-color) li>.header ul { position: absolute; top: -8px; left: 5px } .layout-grid:not(.customizer-color) li>.header ul>li { display: inline-block; width: 4px; height: 4px; border-radius: 5px; top: calc(50% - 3px); background-color: var(--theme-deafult); margin-right: 2px; padding: 0 } .layout-grid:not(.customizer-color) li>.header ul>li:nth-child(2) { background-color: var(--theme-secondary) } .layout-grid:not(.customizer-color) li>.header ul>li:nth-child(3) { background-color: #51bb25 } .layout-grid:not(.customizer-color) li>.body { background-color: #f4f4f4; height: calc(100% - 16px); border-radius: 3px; position: relative; margin-top: 5px; text-align: center; line-height: 3.1 } .layout-grid:not(.customizer-color) li>.body ul { height: 100%; background-color: #fff } .layout-grid:not(.customizer-color) li>.body ul .sidebar { width: 18px; height: 100%; border-radius: 3px; display: inline-block; margin-right: 3px; padding: 0 } .layout-grid:not(.customizer-color) li>.body ul .sidebar.compact { width: 12px } .layout-grid:not(.customizer-color) li>.body ul .sidebar.compact~.body { width: calc(100% - 19px) } .layout-grid:not(.customizer-color) li>.body ul .body { width: calc(100% - 25px); padding: 0; margin: 0; height: 100%; 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; border-radius: 3px } .layout-grid:not(.customizer-color) li>.body ul .body .badge { position: absolute } .jsgrid-filter-row select, .jsgrid-filter-row input { padding: 6px 10px; border: 1px solid #f2f4ff; background: #fff } .popover { background-color: #fff; border: none; -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1); box-shadow: 0 0 20px rgba(115, 102, 255, 0.1) } .popover .popover-header { background-color: #eae8ff; color: #7366ff; border-bottom: none } .popover .popover-body { color: rgba(43, 43, 43, 0.7) } .tooltip.bs-tooltip-top .tooltip-arrow:before { border-top-color: #eae8ff } .tooltip.bs-tooltip-bottom .tooltip-arrow:before { border-bottom-color: #eae8ff; border-top-color: transparent } .tooltip.bs-tooltip-start .tooltip-arrow:before { border-left-color: #eae8ff; border-top-color: transparent } .tooltip.bs-tooltip-end .tooltip-arrow:before { border-right-color: #eae8ff; border-top-color: transparent } .tooltip .tooltip-inner { background-color: #eae8ff; color: #7366ff } .tooltip .tooltip-arrow:before { border-top-color: #eae8ff } .dropdown-basic .dropdown .dropdown-content a { padding: 6px 16px; color: #2b2b2b; opacity: 0.6; font-size: 13px; border-top: 1px solid #efefef; background: #fff } .dropdown-basic .dropdown .dropdown-content a:hover { background-color: #fff } .dropdown-basic .dropdown .dropdown-content .dropdown-header { padding: 8px 16px; font-weight: 400; color: #2c323f; font-size: 13px } .dropdown-basic .dropup .dropup-content { top: auto } .default-according .card .card-header { padding: 0; border: none; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px } .default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn { border-color: rgba(0, 0, 0, 0) } .default-according .card .card-header i { position: initial; font-size: 20px; display: inline-block; vertical-align: text-bottom; margin-right: 5px } .default-according .card .card-header h5 { margin-top: 0 } .default-according .card .card-header .btn-link { padding: 12px 20px; width: 100%; text-align: left; letter-spacing: 0.7px; font-family: Roboto; border: 1px solid #efefef; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px } .default-according .card .card-body { padding: 15px 20px; line-height: 22px; font-size: 13px; border-color: #efefef; border-radius: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: #2c323f } .nav-tabs { border-bottom-color: #efefef } .nav-tabs .nav-bottom .nav-item .nav-link.active { border-color: #efefef } .nav-tabs .nav-item.show .nav-link { font-weight: 500 } .nav-tabs .nav-link { color: #2c323f } .nav-tabs .nav-link.active { font-weight: 500 } .nav-tabs.nav-bottom .nav-item .nav-link.active { border-color: #ecf3fa #ecf3fa #fff } .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .dropdown-menu .dropdown-item:hover { background-color: #fff } .dropdown-menu .dropdown-divider { margin: 0; border-top: 1px solid #cccccc } .border-tab .nav-tabs .nav-item .nav-link.active { border-bottom: 2px solid #7366ff } .border-tab .nav-tabs .nav-item .nav-link.show { border-bottom: 2px solid #7366ff } .border-tab .nav-tabs .nav-item .nav-link:focus { border-bottom: 2px solid #7366ff } .tabbed-card .nav-tabs .nav-item .nav-link { top: 17px } .timeliny .timeliny-dot::before { font-size: 18px } .form-builder-header-1, .form-builder-2-header { background-color: #f7f6ff } .form-builder-header-1 .nav-primary .nav-link, .form-builder-2-header .nav-primary .nav-link { color: #2c323f; font-weight: 400 } .form-builder-header-1 .nav-primary .nav-link.active, .form-builder-2-header .nav-primary .nav-link.active { color: #fff } .form-builder-header-1 h6, .form-builder-2-header h6 { margin-bottom: 0; font-weight: 400; line-height: 36px } .component .input-group .btn { line-height: 32px; text-transform: capitalize } .form-builder .drag-box fieldset { margin-top: 0 } .login-card .login-main .theme-form label { font-size: 14px } .login-card .login-main .theme-form .show-hide { top: 50% } .faq-accordion .card .btn-link svg { margin-left: 20px } .job-filter .faq-form .form-control { font-size: 14px } .job-filter .faq-form .search-icon { width: 16px; height: 16px } .footer { background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); padding: 15px; bottom: 0; left: 0; margin-left: 280px; -webkit-transition: 0.5s; transition: 0.5s } .footer.footer-dark { background-color: #242934 } .footer.footer-dark p { color: #fff } .footer-fix { width: calc(100% - 280px); position: fixed } .grid-showcase { margin-bottom: -10px } .grid-showcase span { display: block; border: 1px solid #f4f4f4; padding: 10px; margin-bottom: 10px; text-align: center; background-color: #fff } .grid-align { margin-bottom: -30px } .grid-align .row { padding: 15px 0; min-height: 10rem; border: 1px solid rgba(115, 102, 255, 0.02); margin-bottom: 30px; background-color: rgba(115, 102, 255, 0.02) } .offcanvas .page-wrapper .page-body-wrapper .page-body, .offcanvas-bookmark .page-wrapper .page-body-wrapper .page-body { position: relative; -webkit-filter: blur(5px) grayscale(100%); filter: blur(5px) grayscale(100%) } .toggle-sidebar { position: absolute; right: 30px; top: 30px; cursor: pointer } .toggle-sidebar svg { width: 20px; height: 20px } .toggle-sidebar:before { content: ""; position: absolute; height: 40px; width: 40px; background-color: rgba(115, 102, 255, 0.1); border-radius: 100%; left: -11px; z-index: -2; top: -8px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .toggle-sidebar:hover:before { height: 40px; width: 40px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .toggle-sidebar:hover>svg { color: var(--theme-deafult) !important; stroke: var(--theme-deafult) !important } .onhover-dropdown { cursor: pointer; position: relative } .onhover-show-div { top: 80px; position: absolute; z-index: 8; background-color: #fff; -webkit-transition: all linear 0.3s; transition: all linear 0.3s } .onhover-show-div li a svg { margin-top: 0 !important } .onhover-show-div li a svg path, .onhover-show-div li a svg line { color: #2b2b2b !important } .left-header .level-menu .nav-link { display: inline-block; border-radius: 5px; background-color: rgba(247, 49, 100, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: var(--theme-secondary); margin-left: 10px } .left-header .level-menu .nav-link.active { background-color: var(--theme-secondary); color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .nav-link.active svg { stroke: #fff } .left-header .level-menu .nav-link svg { height: 18px; margin-right: 5px; vertical-align: middle; stroke: var(--theme-secondary) } .left-header .level-menu .header-level-menu { position: absolute; top: 59px; background-color: #fff; border-radius: 5px; width: 180px; height: 0; padding: 0.7rem 0.5rem; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); min-width: 180px; opacity: 0; visibility: hidden; display: block !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out } .left-header .level-menu .header-level-menu.show { opacity: 1; visibility: visible; height: 225px } .left-header .level-menu .header-level-menu li { padding: 0.5rem 1rem; width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover { background-color: rgba(115, 102, 255, 0.1); border-radius: 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover>a>span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover>a>svg { stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu>li { position: relative; width: 100% } .left-header .level-menu .header-level-menu>li:hover .header-level-sub-menu { opacity: 1; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .left-header .level-menu .header-level-menu>li a { color: #2c323f } .left-header .level-menu .header-level-menu>li svg { width: 16px; vertical-align: middle; margin-right: 5px; stroke: #2c323f } .left-header .level-menu .header-level-menu>li span { vertical-align: middle } .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { position: absolute; padding: 0.7rem 0.5rem; left: 173px; z-index: 9; background-color: #fff; width: 170px; border-radius: 5px; top: 0; opacity: 0; -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .left-header .mega-menu .nav-link { display: inline-block; border-radius: 5px; background-color: rgba(115, 102, 255, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu .nav-link.active { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff; background-color: var(--theme-deafult) } .left-header .mega-menu .nav-link .according-menu { display: none } .left-header .mega-menu .nav-link svg { height: 18px; margin-right: 5px; vertical-align: middle } .left-header .mega-menu-container { min-width: 1100px; position: absolute; width: calc(100vw - 800px); height: 0; border-radius: 0px; background-color: #fff; top: 59px; left: -30px; border-top: 1px solid #efefef; padding-bottom: 20px; padding-top: 10px; padding-left: 20px; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); opacity: 0; visibility: hidden; display: block !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out } .left-header .mega-menu-container.show { opacity: 1; visibility: visible; height: 300px } .left-header .mega-menu-container .link-section>div h6 { margin-top: 20px } .left-header .mega-menu-container .link-section li { width: 100%; padding: 7px 0 7px 15px } .left-header .mega-menu-container .link-section li a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .link-section li:hover a { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box+.mega-box { padding-left: 30px; border-left: 1px solid #efefef } .left-header .mega-menu-container .mega-box .doted li { position: relative } .left-header .mega-menu-container .mega-box .doted li:hover:before { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .doted li:before { content: ''; position: absolute; top: 15px; height: 5px; width: 5px; background-color: #999; left: 0; border-radius: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .dashed-links li { position: relative } .left-header .mega-menu-container .mega-box .dashed-links li:hover:before { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .dashed-links li:before { content: ''; position: absolute; top: 16px; height: 2px; width: 6px; background-color: #999; left: 0 } .left-header .mega-menu-container .mega-box .icon li { position: relative } .left-header .mega-menu-container .mega-box .icon li:hover:before { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .icon li:before { content: "\f101"; font-family: fontawesome; position: absolute; top: 7px; left: 0px } .left-header .mega-menu-container .mega-box .svg-icon~div h6 { margin-top: 10px; margin-bottom: 5px } .left-header .mega-menu-container .mega-box .svg-icon li { padding-left: 0px } .left-header .mega-menu-container .mega-box .svg-icon li:hover:before { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .svg-icon li a svg { width: 16px; margin-right: 5px; vertical-align: middle } .left-header .mega-menu-container .submenu-title { margin-top: 20px; margin-left: 20px } .left-header .mega-menu-container .according-menu { display: none } .left-header .horizontal-menu li { display: inline-block } .mega-menu .default-according .card .btn-link { font-weight: 500; color: gray } .mega-menu .default-according .card .card-body { font-size: 12px } .mega-menu .onhover-show-div { width: 1500px } .mega-menu .card-body { padding: 20px } .mega-menu div>div a { margin-bottom: 0px; display: inline-block; color: rgba(43, 43, 43, 0.7) } .mega-menu .list-unstyled div a { padding: 8px 35px 8px 0; -webkit-transition: .5s; transition: .5s } .mega-menu .list-unstyled div a:hover { padding: 8px 35px 8px 10px; -webkit-transition: .5s; transition: .5s } #accordionoc #collapseicon, #accordionoc #collapseicon1 { padding-top: 0px } #accordionoc li button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navs-icon.default-according.style-1 li button { position: relative } .navs-icon.default-according.style-1 li button:hover { color: var(--theme-deafult) !important } .navs-icon.default-according.style-1 li button[aria-expanded="true"]:before { right: 2px; top: 6px } .navs-icon.default-according.style-1 li button[aria-expanded="false"]:before { right: 2px; top: 6px } .navs-icon { padding: 30px } .navs-icon li { padding: 9px 0 } .navs-icon li a { color: #2b2b2b } .navs-icon li a:hover { color: var(--theme-deafult) } .navs-icon li ul { padding-top: 9px } .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before, .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after { right: 77px; left: unset } .icon-lists { font-family: Rubik, sans-serif } .pl-navs-inline { padding-left: 30px !important } .inline-nav li { line-height: 1.3 } .search-page .theme-form input { border: 1px solid var(--theme-deafult); padding-left: 20px; border-radius: 10px 0 0 10px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto } .search-page .theme-form input::-webkit-input-placeholder { color: #7366ff } .search-page .theme-form input::-moz-placeholder { color: #7366ff } .search-page .theme-form input:-ms-input-placeholder { color: #7366ff } .search-page .theme-form input::-ms-input-placeholder { color: #7366ff } .search-page .theme-form input::placeholder { color: #7366ff } .search-page .theme-form input:focus { outline: none } .search-page .theme-form .input-group .btn { line-height: 32px; font-size: 16px } .search-page .theme-form .input-group .form-control-plaintext { background: transparent } .search-page h6 { line-height: 1.4 } .search-page .nav-link { font-weight: 500; text-transform: uppercase } .search-page .border-tab.nav-tabs .material-border { border-bottom-width: 1px } .search-page .border-tab.nav-tabs .nav-item .nav-link { font-size: 15px; padding: 10px 18px } .search-page .media .media-body { overflow: hidden } .search-page .info-block { padding: 30px; border-radius: 15px; border: 1px solid #f4f4f4 } .search-page .info-block a { color: #656565; margin-bottom: 3px; display: block } .search-page .info-block h6 { color: #7366ff } .search-page .info-block+.info-block { margin-top: 20px } .search-page .border-tab.nav-tabs { -webkit-box-align: left; -ms-flex-align: left; align-items: left; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end } .search-page .border-tab.nav-tabs .nav-item { width: auto } .search-page .search-links h6 { margin-bottom: 10px } .search-page p { text-transform: lowercase; margin-bottom: 0; color: #a5a2a2 } .search-page ul.search-info li { display: inline-block; font-size: 12px; line-height: 1; color: #586082 } .search-page ul.search-info li+li { border-left: 1px solid #a8b0c2; padding-left: 8px; margin-left: 8px } .search-page ul.search-info li i { color: #f8d62b } .search-page ul.search-info li i:not(:last-child) { margin-right: 4px } .search-page #video-links .embed-responsive+.embed-responsive { margin-top: 30px } .search-list { margin-bottom: 30px; width: auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-radius: 10px; overflow: hidden; border: 1px solid #7366ff; border: none } .search-list .nav-item { background-color: rgba(115, 102, 255, 0.1) } .search-list .nav-item .nav-link { border: none; padding: 0.7rem 1.5rem; opacity: 0.5 } .search-list .nav-item .nav-link.active { background-color: rgba(115, 102, 255, 0.1); color: var(--theme-deafult); opacity: 1 } .search-list .nav-item.show, .search-list .nav-item.active { background-color: rgba(115, 102, 255, 0.1) } .select2 { max-width: 100% } .add-post #cke_text-box { border: 1px solid #efefef } .add-post form .m-checkbox-inline label { margin-bottom: 0 } .add-post form .form-control { border: 1px solid #efefef } .add-post form .col-form-label { padding-bottom: 0; padding-top: 0 } .add-post form .col-form-label .select2-container--default { margin-top: 10px; max-width: 100% } .add-post form .col-form-label .select2-container--default .selection .select2-selection .select2-search__field { padding: 2px } .add-post form .col-form-label .select2-container--default .select2-selection--multiple { border: 1px solid #efefef; max-width: 100% } .add-post form .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li { margin-top: 6px !important } .add-post .dropzone { margin-bottom: 30px } .select2-container--open .select2-dropdown { z-index: 7 } .select2-container { width: 100% !important } .select2-drpdwn .select2-selection { border-radius: 0 !important; border-color: #f4f4f4 !important; height: 40px !important; padding: 5px } .select2-drpdwn .form-control { border-radius: 5px } .select2-drpdwn .form-control-primary { border-color: var(--theme-deafult); color: var(--theme-deafult) } .select2-drpdwn .form-control-secondary { border-color: var(--theme-secondary); color: var(--theme-secondary) } .select2-drpdwn .form-control-success { border-color: #51bb25; color: #51bb25 } .select2-drpdwn .form-control-info { border-color: #a927f9; color: #a927f9 } .select2-drpdwn .form-control-warning { border-color: #f8d62b; color: #f8d62b } .select2-drpdwn .form-control-danger { border-color: #dc3545; color: #dc3545 } .select2-drpdwn .form-control-inverse { border-color: #2c323f; color: #2c323f } .select2-drpdwn .form-control-primary-fill { background-color: var(--theme-deafult); color: #fff } .select2-drpdwn .form-control-secondary-fill { background-color: var(--theme-secondary); color: #fff } .select2-drpdwn .form-control-success-fill { background-color: #51bb25; color: #fff } .select2-drpdwn .form-control-info-fill { background-color: #a927f9; color: #fff } .select2-drpdwn .form-control-warning-fill { background-color: #f8d62b; color: #fff } .select2-drpdwn .form-control-danger-fill { background-color: #dc3545; color: #fff } .select2-drpdwn .form-control-inverse-fill { background-color: #2c323f; color: #fff } .selection .select2-selection { border-radius: 5px !important } .selection .select2-selection .select2-search__field { margin-top: 0; padding: 3px } .select2-container--classic .select2-selection--multiple .select2-selection__choice { padding: 2px 6px !important; margin-top: 0 !important; background-color: var(--theme-deafult) !important; border-color: #43f !important; color: #fff; margin-right: 8px !important } .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #fff !important; float: right; margin-left: 0.5rem } .select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #e0e0e0 !important; color: #424242 !important } .select2-container--classic .select2-results__options .select2-results__option[aria-selected=true] { background-color: var(--theme-deafult) !important; color: #fff !important } .select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px !important; right: 10px !important } .select2-container--default .select2-selection--multiple .select2-selection__choice { padding: 2px 6px !important; margin-top: 0 !important; background-color: var(--theme-deafult) !important; border-color: #43f !important; color: #fff; margin-right: 8px !important } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #fff !important; float: right; margin-left: 0.5rem } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #e0e0e0 !important; color: #424242 !important } .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] { background-color: var(--theme-deafult) !important; color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5:after { position: absolute; content: ""; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { position: absolute; content: ""; top: 49%; width: 5px; height: 1px; border-radius: 100%; background-color: #59667a } .onhover-show-div { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; left: 0 } .onhover-dropdown:hover .onhover-show-div { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); visibility: visible; border-radius: 5px; overflow: hidden } .onhover-dropdown:hover .onhover-show-div:before { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; content: ""; top: -7px; position: absolute; left: 10px; z-index: 2 } .onhover-dropdown:hover .onhover-show-div:after { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #d7e2e9; content: ""; top: -7px; position: absolute; left: 10px; z-index: 1 } .page-wrapper { position: relative } .page-wrapper .page-header { max-width: 100vw; position: fixed; top: 0; z-index: 8; -webkit-transition: .5s; transition: .5s; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper .page-header .header-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 22px 30px; position: relative } .page-wrapper .page-header .header-wrapper .search-full { background-color: #fff; position: absolute; right: 0; z-index: 1; height: 0; width: 0; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .search-full.open { height: 100%; width: 100%; -webkit-animation: zoomIn 0.5s ease-in-out; animation: zoomIn 0.5s ease-in-out; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .search-full input { line-height: 65px; padding-left: 60px; width: 100% !important } .page-wrapper .page-header .header-wrapper .search-full input:focus { outline: none !important } .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search { position: absolute; font-size: 15px; right: 30px; top: 30px; color: #898989; cursor: pointer } .page-wrapper .page-header .header-wrapper .search-full .form-group:before { position: absolute; left: 30px; top: 27px; content: "\f002"; font-size: 16px; color: #898989; font-family: FontAwesome } .page-wrapper .page-header .header-wrapper .nav-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-header .header-wrapper .nav-right ul li svg { vertical-align: middle; width: 20px } .page-wrapper .page-header .header-wrapper .nav-right ul li svg path { color: #242934 } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode { cursor: pointer; width: 20px; text-align: center } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i { font-size: 18px; font-weight: 600; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i.fa-lightbulb-o { font-weight: 500; font-size: 22px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-animation: zoomIn 300ms ease-in-out; animation: zoomIn 300ms ease-in-out } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search { cursor: pointer } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body { margin-left: 15px } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body span { font-weight: 500 } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p { font-size: 12px; line-height: 1; color: rgba(43, 43, 43, 0.7) } .page-wrapper .page-header .header-wrapper .nav-right>ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-header .header-wrapper .nav-right>ul>li { padding: 6px 10px; margin-right: 5px; display: inline-block; position: relative } .page-wrapper .page-header .header-wrapper .nav-right>ul>li .badge { position: absolute; right: -5px; top: -6px; padding: 2px 4px; font-size: 11px; font-weight: 700; font-family: work-Sans, sans-serif } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul { left: inherit; right: -10px; width: 130px } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul:before, .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul:after { left: inherit; right: 10px } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li { display: block } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li a { font-size: 14px; color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li a i { margin-left: 10px; font-size: 13px; color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right>ul .flag-icon { font-size: 16px } .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip { width: unset !important; -webkit-box-shadow: unset !important; box-shadow: unset !important; background-color: transparent !important; overflow: initial } .page-wrapper .page-header .header-wrapper .nav-right .flip-card { width: 220px; height: 245px; background-color: transparent } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner { position: relative; height: 100%; text-align: center; -webkit-transition: -webkit-transform 0.6s; transition: -webkit-transform 0.6s; transition: transform 0.6s; transition: transform 0.6s, -webkit-transform 0.6s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); width: 220px; height: 240px } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button { background-color: rgba(0, 0, 0, 0); color: #7366ff; border: none } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button:focus, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button:focus { outline: rgba(0, 0, 0, 0) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front { background-color: #fff; -webkit-transition: .3s; transition: .3s } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg { margin-bottom: 15px; stroke: #2c323f; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg:hover { stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { background-color: #fff; -webkit-transform: rotateY(180deg); transform: rotateY(180deg) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:first-child { margin-top: 20px; height: 160px !important } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child { padding: 20px 0; border-top: 1px solid #ddd } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button { width: 100% } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { border-radius: 25px; padding: 6px 12px; width: 100%; border: 1px solid #ddd } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped { -webkit-transform: rotateY(180deg); transform: rotateY(180deg) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped .front { opacity: 0 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child { padding: 20px; background-color: #eaeaea } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg { position: absolute; width: 50px; height: 50px; top: 0; right: 0; opacity: 0.05 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div { width: 330px; top: 50px; right: 0; left: unset } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li { padding: 0 20px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p { opacity: 0.6 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li+li { padding-top: 15px; padding-bottom: 0px; border-top: 1px solid #f5f5f5 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li:last-child { padding-bottom: 15px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media img { width: 40px; position: relative } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .status-circle { left: 0 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body>span { letter-spacing: 0.8px; padding-right: 10px; display: inline-block } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body p { margin-bottom: 15px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:after { right: 10px !important; left: unset !important } .page-wrapper .page-header .header-wrapper .nav-right .notification-box { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .notification-box svg { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .page-wrapper .page-header .header-wrapper .nav-right .cart-box { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .cart-box svg { -webkit-animation: swing 1.5s ease infinite; animation: swing 1.5s ease infinite } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li+li { padding-bottom: 10px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown p { line-height: 1.3; margin-top: 3px; opacity: 0.6 } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle { position: absolute; right: 0; top: 0 } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle svg { width: 14px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group { width: 80px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn { padding: 0px 2px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown { top: 52px; width: 300px; right: -20px !important; left: unset } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li+li { padding-top: 8px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li+li p { margin-bottom: 8px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child { text-align: center; border-top: 1px solid #ecf3fa } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span { color: rgba(27, 49, 85, 0.4) } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:after { right: 28px !important; left: unset !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown { width: 160px; top: 57px; left: -12px; padding: 0 10px } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li { padding: 10px !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span { color: var(--theme-deafult); -webkit-transition: color 0.3s ease; transition: color 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg { stroke: var(--theme-deafult); -webkit-transition: stroke 0.3s ease; transition: stroke 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path { stroke: var(--theme-deafult); -webkit-transition: stroke 0.3s ease; transition: stroke 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child { padding-top: 10px !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span { color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg { width: 16px; vertical-align: bottom; margin-right: 10px; stroke: #2c323f } .page-wrapper .page-body-wrapper { background-color: #f8f8f8 } .page-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 136px); margin-top: 136px; padding: 0 15px 0 15px; position: relative; -webkit-transition: 0.5s; transition: 0.5s } .page-wrapper .page-body-wrapper .page-body:before { -webkit-animation: fadeIn 0.5s ease-in-out; animation: fadeIn 0.5s ease-in-out } .page-wrapper .page-body-wrapper .page-title { padding-top: 30px; padding-bottom: 30px } .page-wrapper .page-body-wrapper .page-title>.row .col-6:first-child { display: -webkit-box; display: -ms-flexbox; display: flex } .page-wrapper .page-body-wrapper .page-title>.row .col-6:first-child h3 { padding-right: 20px } .page-wrapper .page-body-wrapper .page-title .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper .page-body-wrapper .page-title .row h3 { font-size: 24px; margin-bottom: 0; text-transform: capitalize } .page-wrapper .page-body-wrapper .page-title .row h3 small { display: block; font-size: 12px; margin-bottom: 5px; text-transform: capitalize; color: rgba(43, 43, 43, 0.7) } .page-wrapper .page-body-wrapper .page-title .breadcrumb { background-color: rgba(0, 0, 0, 0); padding: 0; margin-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-body-wrapper .page-title .breadcrumb li { font-size: 13px; letter-spacing: 1px; font-family: Roboto, sans-serif } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item+.breadcrumb-item:before { content: "/" } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a { color: var(--theme-deafult) } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { width: 16px; height: 16px; color: #2c323f; vertical-align: text-top } .page-wrapper.horizontal-wrapper [data-simplebar] { position: relative } .page-wrapper.horizontal-wrapper .footer { margin-left: 0 } .page-wrapper.horizontal-wrapper .header-logo-wrapper { width: 150px } .page-wrapper.horizontal-wrapper .header-logo-wrapper .toggle-sidebar { display: none } .page-wrapper.horizontal-wrapper .left-header { padding-right: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper li { display: inline-block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { height: 54px; line-height: inherit; top: 81px; background: #fff; -webkit-box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05); box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05); overflow-x: hidden; z-index: 1; overflow-y: visible; position: fixed; width: 100vw; border-top: 1px solid #efefef } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .badge { position: absolute; top: 2px; right: 0px; z-index: 1 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main { text-align: left; position: relative } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { position: absolute; top: 0px; padding: 15px; background-color: #fff; 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; z-index: 1; cursor: pointer } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow.disabled { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow { left: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { right: 10px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { list-style: none; margin: 0; padding: 0; line-height: normal; direction: ltr; text-align: left; display: -webkit-box !important; padding: 0 5px; -webkit-transition: all .5s ease; transition: all .5s ease; white-space: nowrap } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a.active .according-menu i:before { content: '-' } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a .according-menu { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active:after { background-color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { position: relative; padding-top: 10px; padding-bottom: 10px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover>a>span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover a { background-color: rgba(115, 102, 255, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover a svg { fill: rgba(115, 102, 255, 0.1); stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:first-child { display: none !important } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { display: block; color: #2b2b2b; line-height: 23px; text-decoration: none; text-transform: capitalize; padding: 5px 15px; margin: 0 3px; letter-spacing: 0.04em; position: relative; border-radius: 5px; font-weight: 500; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active { background-color: #dad6ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a .badge { position: absolute; top: -5px; margin-left: 1px; right: 10px; padding: 0.20em 0.7em } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a svg { width: 16px; vertical-align: bottom; margin-right: 10px; stroke-width: 2.5px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { position: fixed; z-index: 4; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989; padding: 15px 0px 15px 0px; background: white } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li { border: 0; float: none; position: relative; display: block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { background: transparent; padding: 4px 30px; display: block; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; line-height: 1.9; color: rgba(43, 43, 43, 0.6); letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { left: 20px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover:after { background-color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { position: fixed; right: 0; left: 0; margin: 0 auto; z-index: 4; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989; padding: 30px; background: white; width: 95%; border-radius: 4px; display: block !important } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box { width: 20% } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { text-transform: uppercase; font-size: 14px; margin-left: -13px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content { -webkit-box-shadow: none; box-shadow: none; background-color: transparent; position: relative; display: block; padding: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li { border: 0; float: none; position: relative; display: block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { border: 0 !important; background: transparent; color: #2b2b2b; border-radius: 0 !important; text-transform: capitalize; padding: 3px 0; font-size: 13px; display: block; letter-spacing: 0.07em; line-height: 1.9; position: relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:hover { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:hover:after { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:after { position: absolute; content: ""; left: -12px; top: 50%; width: 5px; height: 1px; background-color: #59667a } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover>a:after { left: 0; right: 0; opacity: 1 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.mega-menu { position: unset } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper.overlay-white { background-color: rgba(255, 255, 255, 0.08) } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav i { font-size: 24px } .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-top: 135px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main-title { display: none !important } .page-wrapper.horizontal-wrapper .page-body-wrapper.scorlled .sidebar-wrapper { display: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-header { width: 100%; -webkit-box-shadow: none; box-shadow: none } .page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext { width: auto !important } .page-wrapper.horizontal-wrapper.enterprice-type footer { margin-left: 0 } .page-wrapper.material-icon .left-header .level-menu .nav-link, .page-wrapper.material-icon .left-header .mega-menu .nav-link { border-radius: 10px } .page-wrapper.material-icon .card { border-radius: 30px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1); box-shadow: 0 0 20px rgba(115, 102, 255, 0.1) } .page-wrapper .sidebar-main-title>div { background-color: rgba(115, 102, 255, 0.06); padding: 15px 17px; border-radius: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .page-wrapper .sidebar-main-title h6 { color: var(--theme-deafult); margin-bottom: 5px; letter-spacing: 0.40px } .page-wrapper .sidebar-main-title p { color: #2c323f; font-size: 11px; margin-bottom: 0; text-transform: capitalize; line-height: 1; width: 100%; overflow: hidden; text-overflow: ellipsis } .page-wrapper.compact-wrapper .page-header { margin-left: 280px; width: calc(100% - 280px) } .page-wrapper.compact-wrapper .page-header.close_icon { margin-left: 90px; width: calc(100% - 90px) } .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { position: fixed; top: 0; z-index: 9; height: auto; line-height: inherit; background: #fff; width: 280px; text-align: left; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1); box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { padding: 27px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon { width: auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .badge { opacity: 0; width: 0; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { max-width: 86px; margin: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a { padding: 12px 14px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main-title { display: none !important; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper { text-align: right; display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover { width: 280px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .badge { opacity: 1; width: auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { max-width: unset; margin: initial; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { padding: 12px 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a span { display: inline-block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main-title { opacity: 1; display: block !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .mobile-sidebar { -webkit-transform: translate(183px); transform: translate(183px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-left: 100px; -webkit-transition: 0.5s; transition: 0.5s } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.footer-fix { width: calc(100% - 90px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 118px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link::before { right: 20px; left: unset } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a span { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .according-menu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 115px); left: -300px; z-index: 99; -webkit-transition: color 1s ease; transition: color 1s ease; overflow: auto; color: rgba(0, 0, 0, 0); margin-top: 20px; margin-bottom: 30px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a { font-weight: 500 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { letter-spacing: 0.7px; font-family: Roboto; text-transform: capitalize; color: #2c323f } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.link-nav .according-menu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:last-child { border-bottom: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.opennav { left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn { display: block; width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn .mobile-back { padding: 20px; color: #242934; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid #efefef; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { display: block; width: 100%; padding: 0 20px; position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-main-title { padding-top: 15px; padding-bottom: 13px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list .badge { position: absolute; right: 50px; top: 14.5px; padding: 0.44em 0.7em 0.32em; z-index: 1 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list:hover>a:hover { background-color: rgba(115, 102, 255, 0.12); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover svg { fill: rgba(115, 102, 255, 0.1); stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover .according-menu i { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a { padding: 12px 15px; position: relative; color: #222222; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { width: 18px; margin-right: 10px; vertical-align: bottom; float: none; stroke-width: 2.3px; color: #2c323f; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow { right: 20px; position: absolute; top: 10px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow i { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow:before { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:first-child { display: none !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { width: 100%; padding: 0; position: relative !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a { padding-left: 40px !important; font-weight: 400 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu .submenu-title .according-menu { top: 7px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu.opensubmenu { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover>a { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover>a:after { border-top: 2px solid var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { display: none; position: relative !important; right: 0; width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu.opensubchild { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu li a { padding: 6px 45px; padding-left: 56px !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu li a:after { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { padding: 7px 25px; font-size: 14px; color: rgba(43, 43, 43, 0.6); display: block; position: relative; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { left: 20px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { margin-left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.mega-menu .sidebar-title.active~.mega-menu-container { display: block !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { padding: 0; position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container.opensubmenu { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box { width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section:hover h5 { color: var(--theme-deafult) !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section:hover h5:after { border-top: 2px solid var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title { position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { margin-bottom: 0; line-height: 1.9; padding: 6px 25px 6px 45px; font-size: 14px; position: relative; color: rgba(43, 43, 43, 0.6); display: block; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; cursor: pointer } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5:after { left: 25px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title .according-menu { top: 8px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { margin-bottom: 0; line-height: 1.9; padding: 6px 25px 6px 45px; font-size: 14px; position: relative; color: rgba(43, 43, 43, 0.6); display: block; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a:after { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content ul li a { line-height: 1.9 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover { margin-left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link { border-radius: 10px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { -webkit-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; margin-bottom: 10px; background-color: #dad6ff } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active .according-menu i { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col { -ms-flex-preferred-size: unset; flex-basis: unset } .page-wrapper.compact-wrapper .page-body-wrapper .according-menu { position: absolute; right: 15px; top: 13px; display: block } .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { vertical-align: middle; color: rgba(0, 0, 0, 0.8); font-weight: 600 } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section { border: none } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav { position: absolute; z-index: 2; right: 145px; top: 6px } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name { font-size: 18px; padding-left: 5px; text-transform: uppercase } .page-wrapper.compact-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 80px); margin-top: 80px; margin-left: 280px } .page-wrapper.compact-wrapper.dark-sidebar .toggle-sidebar svg, .page-wrapper.compact-wrapper.color-sidebar .toggle-sidebar svg { stroke: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper { background-color: #262932 } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-light, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-light { display: none } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-dark, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-dark { display: block } .page-wrapper.compact-wrapper.dark-sidebar .according-menu i, .page-wrapper.compact-wrapper.color-sidebar .according-menu i { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar .sidebar-main-title p, .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper { background-color: #2f3c4e } .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p { display: none } .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title h6 { margin-bottom: 0 } .page-wrapper.compact-sidebar~.bg-overlay1 { -webkit-transition: 0.8s; transition: 0.8s } .page-wrapper.compact-sidebar~.bg-overlay1.active { z-index: 8; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.2); position: fixed; top: 0 } .page-wrapper.compact-sidebar .toggle-sidebar { position: relative; right: unset; top: unset; margin-right: 15px } .page-wrapper.compact-sidebar .sidebar-main-title { display: none } .page-wrapper.compact-sidebar .logo-wrapper { display: none } .page-wrapper.compact-sidebar .logo-icon-wrapper { display: block; text-align: center; padding: 24px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-sidebar .page-header { margin-left: 150px; width: calc(100% - 150px) } .page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-sidebar .page-header.close_icon { margin-left: 0; width: calc(100% - 0px) } .page-wrapper.compact-sidebar .page-body-wrapper .page-body { margin-top: 80px; margin-left: 150px } .page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: 150px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper { position: fixed; top: 0; z-index: 9 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { height: auto; line-height: inherit; background: #fff; width: 150px; text-align: left; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1); box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { margin: 30px 0; height: calc(100vh - 113px); overflow: auto } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a { color: #2c323f } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { letter-spacing: 0.7px; font-family: Roboto; text-transform: capitalize; color: #2c323f; font-size: 13px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active { background: rgba(115, 102, 255, 0.1); color: #7366ff; border-radius: 20px; margin: 0 10px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span { color: #7366ff } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { display: block; padding: 20px 0; border-bottom: 1px solid #f3f3f3 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { position: fixed; top: 0px; height: calc(100vh - 0px); overflow: auto; left: 150px; width: 230px; background-color: #fff; -webkit-box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03); box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: none; padding-top: 20px; z-index: -1 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 15px 15px 15px 40px; display: block; position: relative; border-bottom: 1px solid #f1f1f1 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { position: absolute; right: 20px; top: 16px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a.active, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a.active { background-color: rgba(115, 102, 255, 0.1); color: #7366ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li .submenu-content li a.active, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li .submenu-content li a.active { background-color: rgba(0, 0, 0, 0) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu>li>a::after, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container>li>a::after { position: absolute; content: ""; left: 20px; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section { text-align: left } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 { position: relative; font-size: 14px; font-weight: 400; padding: 15px 15px 15px 40px; letter-spacing: 1px; margin-bottom: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after { position: absolute; content: ""; left: 20px; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list { position: relative } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { position: absolute; left: 53%; top: 7px; font-weight: 500; font-size: 9px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link { text-align: center } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg { display: block; margin: 0 auto 6px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link>span { display: block; font-weight: 500; letter-spacing: 1px; font-size: 14px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link .according-menu { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu { text-align: center; padding: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg { display: block; margin: 0 auto 6px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu { position: absolute; right: 20px; top: 13px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(-150px); transform: translateX(-150px) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-left: 0px } .page-wrapper.compact-small .toggle-sidebar { position: relative; right: unset; top: unset; margin-right: 15px } .page-wrapper.compact-small .sidebar-main-title, .page-wrapper.compact-small .logo-wrapper { display: none } .page-wrapper.compact-small .logo-icon-wrapper { display: block; text-align: center; padding: 27px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-small .page-header { margin-left: 90px; width: calc(100% - 90px) } .page-wrapper.compact-small .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-small .page-header.close_icon { margin-left: 0; width: calc(100% - 0px) } .page-wrapper.compact-small .page-body-wrapper .page-body { margin-left: 90px } .page-wrapper.compact-small .page-body-wrapper .footer { margin-left: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper>div { width: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { display: block; padding: 15px 0 } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 10px 15px 10px 40px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { top: 11px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg { display: block; margin: 0 auto; width: 20px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link>span { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg { margin: 0 auto } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu a>span { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(-150px); transform: translateX(-150px) } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-left: 0px } .page-wrapper.only-body { background-color: #f2f0fa } .page-wrapper.only-body .page-body-wrapper { background-color: #f2f0fa } .page-wrapper.only-body .page-header { position: relative } .page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body>span, .page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body>p { color: #fff !important } .page-wrapper.only-body .page-header .nav-menus>li>svg { stroke: #fff } .page-wrapper.only-body .page-header .nav-menus>li>a>svg { stroke: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div .lang-txt, .page-wrapper.only-body .page-header .nav-menus>li>span .lang-txt { color: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div i, .page-wrapper.only-body .page-header .nav-menus>li>span i { color: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div svg, .page-wrapper.only-body .page-header .nav-menus>li>span svg { stroke: #fff } .page-wrapper.only-body .page-header .left-header, .page-wrapper.only-body .page-header .header-logo-wrapper { display: none } .page-wrapper.only-body .page-header .header-wrapper { padding: 0 !important } .page-wrapper.only-body .page-header .header-wrapper .nav-right { position: absolute; right: 60px; top: 58px } .page-wrapper.only-body .page-header .header-wrapper .search-full { top: 37px; width: calc(100% - 50px); left: 25px } .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative { background-color: #fff; border-radius: 15px } .page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu { top: 78px; width: calc(100% - 30px); margin: 0 auto; right: 0 } .page-wrapper.only-body .page-body-wrapper .breadcrumb-item+.breadcrumb-item::before { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title { padding-top: 20px; padding-bottom: 20px } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb li { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb-item a svg { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title .row h3 { color: #fff } .page-wrapper.only-body .sidebar-wrapper, .page-wrapper.only-body footer { display: none } .page-wrapper.only-body .page-body-wrapper .page-body { margin-top: 0px; min-height: calc(100vh - 0px) } .page-wrapper.only-body .page-body-wrapper .page-title { background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); padding-left: 30px; padding-right: 30px; margin-bottom: 30px; border-radius: 15px; margin-top: 30px } .page-wrapper.only-body .page-body-wrapper .page-title>.row .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb { margin-top: 5px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .page-wrapper.modern-type .ecommerce-widget { border: 1px solid #dad6ff !important } .page-wrapper.modern-type .theme-form input[type=text], .page-wrapper.modern-type .theme-form input[type=email], .page-wrapper.modern-type .theme-form input[type=search], .page-wrapper.modern-type .theme-form input[type=password], .page-wrapper.modern-type .theme-form input[type=number], .page-wrapper.modern-type .theme-form input[type=tel], .page-wrapper.modern-type .theme-form input[type=date], .page-wrapper.modern-type .theme-form input[type=datetime-local], .page-wrapper.modern-type .theme-form input[type=time], .page-wrapper.modern-type .theme-form input[type=datetime-local], .page-wrapper.modern-type .theme-form input[type=month], .page-wrapper.modern-type .theme-form input[type=week], .page-wrapper.modern-type .theme-form input[type=url], .page-wrapper.modern-type .theme-form input[type=file], .page-wrapper.modern-type .theme-form select, .page-wrapper.modern-type textarea { background-color: #dad6ff } .page-wrapper.modern-type .file-sidebar .pricing-plan { border: 1px solid #dad6ff !important } .page-wrapper.modern-type .alert-primary { color: #7366ff } .page-wrapper.modern-type .project-box { background-color: #dad6ff } .page-wrapper.modern-type .nav-tabs .nav-link.active { background-color: transparent } .page-wrapper.modern-type .activity-timeline .media .activity-line { background-color: #dad6ff } .page-wrapper.modern-type .simplebar-mask { top: 10px } .page-wrapper.modern-type .chart_data_left .card-body .chart-main>div:last-child .media, .page-wrapper.modern-type .chart_data_right .card-body .chart-main>div:last-child .media { border-right: none !important } .page-wrapper.modern-type .page-header { margin-left: 0px; width: calc(100% - 0px) } .page-wrapper.modern-type .page-header.close_icon { margin-left: 0px; width: calc(100% - 0px) } .page-wrapper.modern-type .page-header .header-wrapper .header-logo-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper { display: block; margin-right: 30px } .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar { display: block; position: relative; top: unset; right: unset; margin-right: 15px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper { margin: 30px !important; top: 80px; bottom: 0; border-radius: 15px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 160px) } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { margin-left: 0px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-left: 0px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper .page-body { margin-left: 310px } .page-wrapper.modern-type .page-body-wrapper .page-body .container-fluid { max-width: 1450px } .page-wrapper.modern-type .page-body-wrapper .footer { margin-left: 390px; margin-right: 70px; border-radius: 10px } .page-wrapper.material-type { position: relative } .page-wrapper.material-type::before { position: absolute; content: ''; left: 0; width: 100%; height: 300px; background-image: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%) } .page-wrapper.material-type .card { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) } .page-wrapper.material-type .page-header { position: relative; max-width: 1560px; margin: 50px auto 0; border-radius: 15px 15px 0 0 } .page-wrapper.material-type .page-body-wrapper { background-image: url(../images/other-images/boxbg.jpg); background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.5) } .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper { position: relative; max-width: 1560px; margin: 0 auto; top: unset; height: unset } .page-wrapper.material-type .page-body-wrapper .page-body { margin: 0 auto; max-width: 1560px; background-color: #f8f8f8; -webkit-box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05); border-radius: 0 0 15px 15px } .page-wrapper.material-type .footer { margin-top: 40px } .page-wrapper.advance-layout { background-blend-mode: overlay; background-color: rgba(248, 248, 248, 0.7) } .page-wrapper.advance-layout .card { border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ecf3fa } .page-wrapper.advance-layout .page-header { position: relative; background-color: #fff; margin: 0 auto } .page-wrapper.advance-layout .page-body-wrapper { background: transparent } .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper { position: relative !important; top: unset !important; height: unset; -webkit-box-shadow: none; box-shadow: none; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef } .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper>div { overflow-x: hidden } .page-wrapper.advance-layout .page-body-wrapper .page-body { margin-top: 0 !important } @-webkit-keyframes pagebody { from { opacity: 0; -webkit-transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px); transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px) } 50% { opacity: 1 } } @keyframes pagebody { from { opacity: 0; -webkit-transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px); transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px) } 50% { opacity: 1 } } @media screen and (max-width: 1480px) { .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -18%; width: 91% } } @media screen and (max-width: 1460px) { .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -54%; width: 75% } .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { margin-right: 8px } } @media screen and (max-width: 1366px) { .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -49%; width: 70% } .profile-dropdown.onhover-show-div { right: 0; left: unset !important } .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after { right: 10px !important; left: unset !important } } @media screen and (max-width: 1199px) { .page-wrapper .page-header .header-wrapper .nav-right>ul>li { padding: 6px } .left-header .mega-menu-container .submenu-title { margin: 20px 20px 0 20px } .mobile-title.d-none { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px 30px 17px; border-bottom: 1px solid #ddd; margin: 0 -15px } .mobile-title.d-none h5 { color: var(--theme-deafult) } .mobile-title.d-none svg { stroke: var(--theme-deafult) !important } .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -35%; width: 56% } } @media screen and (min-width: 992px) { .page-header .header-wrapper .nav-right .notification-dropdown { top: 46px } .responsive-btn { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-mask { top: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { width: 200px; opacity: 0; visibility: hidden; border-radius: 5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a .sub-arrow { position: absolute; right: 20px; top: 5px; color: #59667a; font-weight: 100; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; font-size: 15px; top: 5px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { display: none; border-radius: 4px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover .nav-sub-childmenu { display: block; position: absolute; left: 200px; background-color: #fff; top: -10px; padding: 15px 0px 15px 0px; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover .sub-arrow { right: 16px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.hoverd .sidebar-submenu { opacity: 1; visibility: visible; margin-top: 8px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.hoverd .mega-menu-container { opacity: 1; visibility: visible; margin-top: 20px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back { display: none !important } } @media only screen and (min-width: 768px) { .page-wrapper.material-icon { position: relative } .page-wrapper.material-icon::before { position: absolute; content: ''; left: 0; width: 100%; height: 240px; background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%) } .page-wrapper.material-icon .toggle-sidebar { color: rgba(255, 255, 255, 0.8) } .page-wrapper.material-icon .toggle-sidebar:hover>svg { color: #fff !important; stroke: #fff !important } .page-wrapper.material-icon .left-header .mega-menu .nav-link, .page-wrapper.material-icon .left-header .level-menu .nav-link { background-color: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .left-header .mega-menu .nav-link svg, .page-wrapper.material-icon .left-header .level-menu .nav-link svg { stroke: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .page-header { position: relative; background: transparent; padding-left: 90px; max-width: 1660px; margin: 0 auto; width: calc(100% - 0px) } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li { color: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li .notification-box svg, .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li .cart-box svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li>a>svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li>svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang { color: #2b2b2b } .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div { color: #2b2b2b } .page-wrapper.material-icon .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p { color: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .page-header.close_icon { padding-left: 0; margin: 0 auto !important } .page-wrapper.material-icon .page-body-wrapper .page-body { margin-top: 0 !important; padding-left: 90px; max-width: 1660px; margin: 0 auto } .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { padding-left: 15px; margin: 0 auto !important } .page-wrapper.material-icon .page-body-wrapper .page-title { color: #fff } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { color: #fff } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active { color: rgba(255, 255, 255, 0.6) } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: rgba(255, 255, 255, 0.8) } } @media screen and (max-width: 767px) { .sidebar-wrapper .menu .brand-logo img { width: 120px } } @media screen and (max-width: 576px) { .toggle-nav i { font-size: 20px } } html[dir="rtl"] ul { padding-right: 0 } html[dir="rtl"] .f-right { float: left } html[dir="rtl"] .form-check-inline { margin-right: unset; margin-left: 1rem } html[dir="rtl"] .color-box button+button { margin-left: unset; margin-right: 5px } html[dir="rtl"] .knowledgebase-search .form-inline svg { left: unset; right: 20px } html[dir="rtl"] .switch-showcase .form-check .form-check-input { float: left } html[dir="rtl"] .pill-input-group span:last-child { border-top-right-radius: unset !important; border-bottom-right-radius: unset !important; border-top-left-radius: 1.3rem !important; border-bottom-left-radius: 1.3rem !important } html[dir="rtl"] .pill-input-group span:first-child { border-top-left-radius: unset !important; border-top-right-radius: unset !important; border-top-right-radius: 1.3rem !important; border-bottom-right-radius: 1.3rem !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper { text-align: right } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { padding: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .badge { left: 50px !important; right: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon { margin-right: 0; margin-left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper { text-align: left } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper img { margin-left: 8px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.page-body, html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { margin-left: 0; margin-right: 100px; -webkit-transition: 0.5s; transition: 0.5s } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: none !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .according-menu { display: none } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-left: 13px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover { -webkit-transform: translate(0px); transform: translate(0px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: block !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { float: none } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .according-menu { display: block } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu:after { right: 30px; left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a { padding-right: 45px !important; padding-left: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a:after { right: 26px; left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .page-body { margin-left: unset; margin-right: 280px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-right: unset; margin-left: 15px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu { right: unset; left: 20px } html[dir="rtl"] .page-wrapper.only-body .page-header .header-wrapper .nav-right { right: unset; left: 30px } html[dir="rtl"] .date-details>div+div { margin-left: unset; margin-right: 10px } html[dir="rtl"] .contact-editform.ps-0 { padding-left: 20px !important } html[dir="rtl"] .contact-options li .btn-category { padding-left: unset !important; padding-right: 40px } html[dir="rtl"] .list-persons .profile-mail .email-general ul { padding-right: unset; padding-left: 20px } html[dir="rtl"] .list-persons .profile-mail .email-general ul li>span { float: left } html[dir="rtl"] .list-persons .profile-mail .media .media-body ul li+li { padding-left: unset; padding-right: 10px; margin-left: unset; margin-right: 5px; border-left: unset; border-right: 1px solid #f4f4f4 } html[dir="rtl"] .file-content .form-inline i { padding-right: unset; padding-left: 10px } html[dir="rtl"] .file-sidebar .btn svg { margin-right: unset; margin-left: 8px } html[dir="rtl"] .form-select { background-position: left 0.75rem center; padding: 0.375rem 0.75rem 0.375rem 1.75rem } html[dir="rtl"] .customers ul li+li { margin-left: unset; margin-right: -10% } html[dir="rtl"] .project-list .border-tab.nav-tabs .nav-item .nav-link { padding: 5px 0 5px 30px } html[dir="rtl"] .project-box .badge { right: unset; left: 30px } html[dir="rtl"] .kanban-board { float: right } html[dir="rtl"] .kanban-item .kanban-box .customers ul li+li { margin-left: unset; margin-right: -10px } html[dir="rtl"] .kanban-item .list li i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .page-wrapper.horizontal-wrapper .header-logo-wrapper { text-align: right } html[dir="rtl"] .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-right: 0 } html[dir="rtl"] .page-wrapper.horizontal-wrapper .page-body-wrapper footer { margin-right: 0 } html[dir="rtl"] .page-wrapper.material-type .page-body-wrapper .page-body { margin-right: auto } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:first-child { margin-right: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body { margin-right: 15px; margin-left: unset } html[dir="rtl"] .page-header .header-wrapper .toggle-sidebar { margin-left: 2px; margin-right: unset } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg { right: unset; left: 0 } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown { left: -20px !important; right: unset !important } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full input { padding-left: unset; padding-right: 60px; text-align: right } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full .form-group:before { left: unset; right: 30px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-sidebar .toggle-sidebar { margin-left: 15px; margin-right: unset } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header.close_icon { margin-right: 0 } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper .page-body { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { text-align: right } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: fadeInRight 1000ms ease-in-out; animation: fadeInRight 1000ms ease-in-out } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 150px; left: unset } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 15px 40px 15px 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu>li>a::after, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container>li>a::after { left: unset; right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section { text-align: right } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 { padding: 15px 40px 15px 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after { left: unset; right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { left: unset; right: 53% } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link { text-align: center } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu { text-align: center } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu { right: unset; left: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(150px); transform: translateX(150px) } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-right: 0px } html[dir="rtl"] .page-wrapper.compact-small .page-header { margin-right: 90px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 90px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper .footer, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper .page-body { margin-right: 90px } html[dir="rtl"] .page-wrapper.material-icon .page-header { padding-left: unset; padding-right: 90px; margin: 0 auto } html[dir="rtl"] .page-wrapper.material-icon .page-header.close_icon { padding-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper .page-body { padding-left: 15px; padding-right: 90px; margin: 0 auto } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { padding-right: 15px; margin: 0 auto !important } html[dir="rtl"] .apexcharts-canvas { direction: ltr } html[dir="rtl"] .email-wrap .btn-mail { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar ul li a { padding-left: unset; padding-right: 20px } html[dir="rtl"] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { text-align: center } html[dir="rtl"] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark { text-align: right } html[dir="rtl"] .bookmark-wrap .details-bookmark .row>div+div { padding-left: 15px !important } html[dir="rtl"] .earning-card.card .card-body .chart-left { padding: 40px 40px 40px 0 } html[dir="rtl"] .earning-card.card .card-body .inner-top-left ul li, html[dir="rtl"] .earning-card.card .card-body .inner-top-right ul li { margin-left: unset; margin-right: 35px } html[dir="rtl"] .earning-card.card .card-body .inner-top-left ul li:first-child, html[dir="rtl"] .earning-card.card .card-body .inner-top-right ul li:first-child { margin-right: 0 } html[dir="rtl"] .earning-card.card .card-body .inner-top-right { padding-left: 15px } html[dir="rtl"] .earning-card.card .card-body .media .media-left { margin-right: unset; margin-left: 15px } html[dir="rtl"] .earning-card.card .card-body .earning-content { border-right: unset; border-left: 1px solid #ecf3fa } html[dir="rtl"] .chart_data_left .card-body .chart-main .media, html[dir="rtl"] .chart_data_right .card-body .chart-main .media { border-right: unset; border-left: 1px solid #ecf3fa } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content, html[dir="rtl"] .chart_data_right .card-body .chart-main .media .media-body .right-chart-content { margin-left: unset; margin-right: 30px } html[dir="rtl"] .chart_data_left .card-body .chart-main .media.border-none, html[dir="rtl"] .chart_data_right .card-body .chart-main .media.border-none { border-left: none } html[dir="rtl"] .chart_data_right .card-body .media .right-chart-content h4 .new-box { margin-left: unset; margin-right: 10px } html[dir="rtl"] .appointment-table table tr td .status-circle { left: unset; right: 35px } html[dir="rtl"] .notification .card .media .media-body h6 .dot-notification { float: left } html[dir="rtl"] .notification .card .media .media-body p .badge { margin-left: unset; margin-right: 10px } html[dir="rtl"] .notification .card .media .media-body .inner-img:first-child { margin-right: unset; margin-left: 20px } html[dir="rtl"] .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat { margin-left: unset; margin-right: 15px } html[dir="rtl"] .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .message-main span { border-bottom-right-radius: 0; border-bottom-left-radius: 30px } html[dir="rtl"] .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { border-bottom-right-radius: 30px; border-bottom-left-radius: 0 } html[dir="rtl"] .chat-default .card-body.chat-box .input-group .form-control { border-left: unset; border-right: 1px solid var(--theme-deafult) } html[dir="rtl"] .chat-default .card-body.chat-box .input-group .send-msg svg { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: 5px } html[dir="rtl"] .dash-chart .media .media-body p .font-roboto { float: right } html[dir="rtl"] .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-deafult)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, var(--theme-deafult), rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-primary::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-primary .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-secondary { background-image: -webkit-gradient(linear, left top, right top, from(#f73164), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f73164, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-secondary::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-secondary .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-success { background-image: -webkit-gradient(linear, left top, right top, from(#51bb25), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #51bb25, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-success::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-success .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-danger { background-image: -webkit-gradient(linear, left top, right top, from(#dc3545), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #dc3545, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-danger::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-danger .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-info { background-image: -webkit-gradient(linear, left top, right top, from(#a927f9), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #a927f9, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-info::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-info .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-light { background-image: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f4f4f4, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-light::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-light .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-dark { background-image: -webkit-gradient(linear, left top, right top, from(#2c323f), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #2c323f, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-dark::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-dark .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-warning { background-image: -webkit-gradient(linear, left top, right top, from(#f8d62b), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f8d62b, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-warning::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-warning .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-animate span { left: -10px; right: unset } html[dir="rtl"] .our-product table tr td:first-child, html[dir="rtl"] .best-seller-table table tr td:first-child { padding-left: 20px; padding-right: 0 } html[dir="rtl"] .our-product table tr td:last-child, html[dir="rtl"] .best-seller-table table tr td:last-child { padding-right: 20px; padding-left: 0; text-align: left } html[dir="rtl"] .best-seller-table table tbody tr td .align-middle .status-circle { left: unset; right: 32px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { left: unset; right: 30px } html[dir="rtl"] .activity-timeline .media .media-body { margin-left: unset; margin-right: 20px } html[dir="rtl"] .activity-timeline .media .activity-line { left: unset; right: 46px } html[dir="rtl"] .offer-box .offer-slider .carousel-control-prev, html[dir="rtl"] .offer-box .offer-slider .carousel-control-next { right: unset; left: 0 } html[dir="rtl"] .total-users .goal-status .progress { background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgba(169, 39, 249, 0.1) 25%, rgba(0, 0, 0, 0)) } html[dir="rtl"] .total-users .goal-status .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--theme-deafult)), color-stop(rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, var(--theme-deafult) 25%, rgba(169, 39, 249, 0.1), rgba(0, 0, 0, 0)) } html[dir="rtl"] .cal-date-widget .cal-info .pe-3 { padding-right: 1rem !important } html[dir="rtl"] .me-4 { margin-left: 1.5rem !important; margin-right: unset !important } html[dir="rtl"] .pe-4 { padding-left: 1.5rem !important; padding-right: unset !important } html[dir="rtl"] .me-1 { margin-left: 0.25rem !important; margin-right: unset !important } html[dir="rtl"] .navs-dropdown .onhover-show-div { right: 0 } html[dir="rtl"] .default-according.style-1 button { text-align: right } html[dir="rtl"] .default-according.style-1 button:before { left: 20px; right: unset } html[dir="rtl"] .default-according.style-1 button i { right: 18px; left: unset } html[dir="rtl"] .default-according .card .card-header i { right: 18px; left: unset } html[dir="rtl"] .ProfileCard-details { padding-right: 30px; padding-left: unset; float: right } html[dir="rtl"] .starter-main .card-body ul { padding-right: 30px; padding-left: unset } html[dir="rtl"] .theme-tab .tab-title li a svg { margin-left: 5px; margin-right: unset } html[dir="rtl"] .spent .spent-graph .project-budget { margin-left: 30px; margin-right: unset } html[dir="rtl"] .support-table table tbody tr td:first-child { padding-right: 0; padding-left: unset } html[dir="rtl"] .widget-joins .row .pe-0 { padding-right: 15px !important } html[dir="rtl"] .widget-joins .row .ps-0 { padding-left: 15px !important } html[dir="rtl"] .order-box .sub-total .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .sub-total .shipping-class span, html[dir="rtl"] .order-box .sub-total li .shopping-checkout-option, html[dir="rtl"] .order-box .sub-total li span, html[dir="rtl"] .order-box .total .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .total .shipping-class span, html[dir="rtl"] .order-box .total li .shopping-checkout-option, html[dir="rtl"] .order-box .total li span, html[dir="rtl"] .order-box .qty .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .qty .shipping-class span, html[dir="rtl"] .order-box .qty li .shopping-checkout-option, html[dir="rtl"] .order-box .qty li span { float: left } html[dir="rtl"] .order-box .sub-total li .count, html[dir="rtl"] .order-box .total li .count, html[dir="rtl"] .order-box .qty li .count { float: left } html[dir="rtl"] .img-paypal { margin-right: 15px; margin-left: unset } html[dir="rtl"] .cart .qty-box .input-group .btn { border-radius: 0 !important } html[dir="rtl"] .product-qnty fieldset .input-group .input-group-prepend .btn { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .grid-options { margin-right: 10px; margin-left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-1 { right: 12px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-2 { right: 18px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-3 { right: 36px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-4 { right: 42px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-5 { right: 48px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-6 { right: 66px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-7 { right: 72px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-8 { right: 78px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-9 { right: 84px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-10 { right: 103px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-11 { right: 109px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-12 { right: 115px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-13 { right: 121px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-14 { right: 127px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-15 { right: 133px; left: unset } html[dir="rtl"] .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-right: calc(25% + 9px); margin-left: unset } html[dir="rtl"] .product-filter.new-products .owl-theme .owl-nav { left: 0; right: unset } html[dir="rtl"] .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details.text-start { text-align: left !important } html[dir="rtl"] .product-sidebar .filter-section .card .card-header h6 .pull-right i { left: auto; right: unset } html[dir="rtl"] .prooduct-details-box .btn { right: unset; left: 15px } html[dir="rtl"] .prooduct-details-box .close { right: unset; left: 10px } html[dir="rtl"] .collection-filter-block svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] .feature-products form .form-group i { left: 30px; right: unset } html[dir="rtl"] .product-wrapper-grid.list-view .product-box .product-details { text-align: right } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .breadcrumb { margin-left: unset } html[dir="rtl"] .bookmark ul li+li { margin-left: unset; margin-right: 10px } html[dir="rtl"] .bookmark ul li .search-form .form-control-search { left: -50px; right: unset } html[dir="rtl"] .bookmark ul li .search-form .form-control-search:before { right: 50px; left: unset } html[dir="rtl"] .bookmark ul li .search-form .form-control-search:after { right: 20px; left: unset } html[dir="rtl"] .me-0 { margin-left: 0 !important; margin-right: unset !important } html[dir="rtl"] .footer .pull-right { float: none } html[dir="rtl"] .checkbox_animated, html[dir="rtl"] .radio_animated { margin: 0 8px 0 16px } html[dir="rtl"] .button.remove { left: -10px; right: unset } html[dir="rtl"] .code-box-copy__btn { left: 11px; right: unset } html[dir="rtl"] ul.nav-menus { border-bottom: none } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li { text-align: right } html[dir="rtl"] .badge+.badge { margin-right: 5px; margin-left: unset } html[dir="rtl"] .offset-xl-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .m-l-10 { margin-right: 10px !important; margin-left: unset !important } html[dir="rtl"] .m-r-20 { margin-left: 20px; margin-right: unset } html[dir="rtl"] .m-r-30 { margin-left: 30px; margin-right: unset } html[dir="rtl"] .m-r-5 { margin-left: 5px; margin-right: unset } html[dir="rtl"] .text-start { text-align: right !important } html[dir="rtl"] .m-r-10 { margin-left: 10px; margin-right: unset } html[dir="rtl"] .pe-3 { padding-left: 1rem !important; padding-right: unset !important } html[dir="rtl"] .p-r-0 { padding-left: 0; padding-right: 15px } html[dir="rtl"] .m-l-20 { margin-right: 20px !important; margin-left: unset !important } html[dir="rtl"] .ps-3 { padding-right: 1rem !important } html[dir="rtl"] .b-r-light { border-left: 1px solid #f4f4f4 !important; border-right: unset !important } html[dir="rtl"] .float-end { float: left !important } html[dir="rtl"] .float-start { float: right !important } html[dir="rtl"] .text-end { text-align: left !important } html[dir="rtl"] .border-right { border-left: 1px solid #dee2e6 !important; border-right: unset !important } html[dir="rtl"] .pe-0 { padding-left: 0 !important; padding-right: unset !important } html[dir="rtl"] .ps-0 { padding-right: 0 !important; padding-left: unset !important } html[dir="rtl"] .ms-1 { margin-left: unset !important; margin-right: 0.25rem !important } html[dir="rtl"] .owl-carousel { direction: ltr } html[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle), html[dir="rtl"] .btn-group>:not(:last-child)>.btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .btn-group>.btn:not(:first-child) { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .btn-group>.btn:nth-child(2) { border-radius: 0 !important } html[dir="rtl"] .btn-group .btn-group>:not(:first-child)>.btn { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .btn-group .btn+.btn, html[dir="rtl"] .btn-group .btn+.btn-group { margin-right: -1px; border-right: none } html[dir="rtl"] .btn-group .btn-group+.btn, html[dir="rtl"] .btn-group .btn-group+.btn-group { margin-right: -1px } html[dir="rtl"] .btn-group .btn-group-vertical .btn+.btn, html[dir="rtl"] .btn-group .btn-group-vertical .btn+.btn-group { margin-right: -1px } html[dir="rtl"] .btn-group .btn-group-vertical .btn-group+.btn, html[dir="rtl"] .btn-group .btn-group-vertical .btn-group+.btn-group { margin-right: -1px } html[dir="rtl"] .me-3 { margin-right: unset !important; margin-left: 1rem !important } html[dir="rtl"] .me-5 { margin-left: 3rem !important; margin-right: unset !important } html[dir="rtl"] .ms-3 { margin-right: 1rem !important; margin-left: unset !important } html[dir="rtl"] .m-r-15 { margin-left: 15px; margin-right: unset } html[dir="rtl"] .b-l-light { border-right: 1px solid #f4f4f4 !important; border-left: unset !important } html[dir="rtl"] .p-l-0 { padding-left: unset; padding-right: 0px } html[dir="rtl"] .ps-4 { padding-right: 1.5rem !important; padding-left: unset !important } html[dir="rtl"] .me-2 { margin-left: 0.5rem !important; margin-right: unset !important } html[dir="rtl"] .ms-2 { margin-right: 0.5rem !important; margin-left: unset !important } html[dir="rtl"] .pe-2 { padding-right: unset !important; padding-left: 0.5rem !important } html[dir="rtl"] .alert { text-align: right } html[dir="rtl"] .pull-right { float: left } html[dir="rtl"] .form-inline .form-group { margin-left: 15px; margin-right: 0 } html[dir="rtl"] .card { text-align: right } html[dir="rtl"] .card .card-header h5:not(.mb-0) { float: right } html[dir="rtl"] .card .card-header span { clear: both } html[dir="rtl"] .card .card-header .card-header-right { left: 35px; right: unset } html[dir="rtl"] .card .card-header .card-header-right .card-option { text-align: left } html[dir="rtl"] .card .card-header .card-header-right .card-option.list-unstyled { padding-right: 0; padding-left: unset } html[dir="rtl"] .card .card-header .pull-left { float: right } html[dir="rtl"] .card.full-card { left: 0; right: unset } html[dir="rtl"] .card .card-body .alert svg { margin-left: 4px; margin-right: unset } html[dir="rtl"] .card .card-body .value-left { margin-left: 30px; margin-right: unset } html[dir="rtl"] .card .card-body .square { margin-left: 5px; margin-right: unset } html[dir="rtl"] .modal-header .btn-close { margin: -0.5rem auto -0.5rem -0.5rem } html[dir="rtl"] .modal-footer>:not(:first-child) { margin-right: .50rem; margin-left: 0 } html[dir="rtl"] .form-inline .form-group .col-form-label { margin-left: 5px; margin-right: 0 } html[dir="rtl"] .breadcrumb-item+.breadcrumb-item { padding-right: 0.5rem; padding-left: unset } html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before { padding-left: 0.5rem; padding-right: unset; float: right } html[dir="rtl"] code[class*=language-], html[dir="rtl"] pre[class*=language-] { text-align: right } html[dir="rtl"] .input-group-prepend { margin-left: -1px; margin-right: unset } html[dir="rtl"] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir="rtl"] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: unset; margin-right: -1px; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .was-validated .form-control:invalid, html[dir="rtl"] .form-control.is-invalid, html[dir="rtl"] .was-validated .form-control:valid, html[dir="rtl"] .form-control.is-valid { background-position: left calc(0.375em + 0.1875rem) center; padding-left: calc(1.5em + 0.75rem); padding-right: 12px } html[dir="rtl"] .input-group>.form-control:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .input-group>.input-group-prepend>.btn, html[dir="rtl"] .input-group>.input-group-prepend>.input-group-text, html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.btn, html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.input-group-text, html[dir="rtl"] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), html[dir="rtl"] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .input-group>.input-group-append>.btn, html[dir="rtl"] .input-group>.input-group-append>.input-group-text, html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.btn, html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.input-group-text, html[dir="rtl"] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), html[dir="rtl"] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .border-tab.nav-left .nav-link { text-align: left } html[dir="rtl"] .socialprofile .social-group ul li:nth-child(4) { margin-right: -22px } html[dir="rtl"] .social-status form .form-group .form-control-social { padding-right: 15px; padding-left: unset } html[dir="rtl"] .social-status .media .social-status { right: 35px; left: unset } html[dir="rtl"] .social-chat .other-msg { margin-right: 40px; margin-left: unset } html[dir="rtl"] .social-chat .media-body:before { left: 100%; right: unset; border-left: 7px solid var(-semi-dark); border-right: unset } html[dir="rtl"] .social-chat .media-body:after { left: 100%; right: unset; border-left: 7px solid #fff; border-right: unset } html[dir="rtl"] .timeline-content .comment-number i { margin-left: 20px; margin-right: unset } html[dir="rtl"] .photos ul li { margin-right: unset; margin-left: 10px } html[dir="rtl"] .avatar-showcase .friend-pic { margin-left: 8px; margin-right: unset } html[dir="rtl"] .avatar-showcase .pepole-knows ul li { margin-left: 21px; margin-right: unset } html[dir="rtl"] .avatar-showcase .pepole-knows ul li:last-child { margin-left: 0 } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 100px; right: unset } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li { margin-left: 10px; margin-right: unset } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li:last-child { margin-left: 0 } html[dir="rtl"] .faq-form .search-icon { left: 12px; right: unset } html[dir="rtl"] .faq-widgets .media-body p { padding-left: 20px; padding-right: unset } html[dir="rtl"] .header-faq, html[dir="rtl"] .faq-title { text-align: right } html[dir="rtl"] .faq-accordion .faq-header svg { left: 30px; right: unset } html[dir="rtl"] .faq-accordion .card .btn-link svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .navigation-option ul li { padding: 15px 0 15px 15px } html[dir="rtl"] .navigation-option ul li a { padding-right: 40px; padding-left: unset } html[dir="rtl"] .navigation-option ul li a svg { right: 15px; left: unset } html[dir="rtl"] .updates-faq { margin-right: unset; margin-left: 30px } html[dir="rtl"] .browse .browse-articles span svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .categories .learning-header { padding-right: 30px; padding-left: unset } html[dir="rtl"] .main .langChoice { left: 30px; right: unset } html[dir="rtl"] .pricing-block svg { direction: ltr } html[dir="rtl"] p.data-attributes svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .avatars .avatar { margin-left: 10px; margin-right: unset } html[dir="rtl"] .avatars .avatar:last-child { margin-left: 0 } html[dir="rtl"] .avatars .avatar .status { left: 4px; right: unset } html[dir="rtl"] .customers.avatar-group { margin-left: 30px; margin-right: unset } html[dir="rtl"] .card .card-header h5 { float: none !important } html[dir="rtl"] .knob-chart .chart-clock-main .clock-small { right: 10px; left: unset } html[dir="rtl"] .weather-widget-two .top-bg-whether { left: -28px; right: unset } html[dir="rtl"] .weather-widget-two .bottom-whetherinfo svg { left: unset; right: -35px } html[dir="rtl"] .mobile-clock-widget .bg-svg { left: unset; right: -25px } html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 30px; right: unset } html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks .btn-label { margin-left: 5px; margin-right: unset } html[dir="rtl"] .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn { text-align: left } html[dir="rtl"] .todo .notification-popup { left: 10px; right: unset } html[dir="rtl"] .todo-options .badges-todo h6 { margin-left: 10px; margin-right: unset } html[dir="rtl"] .todo-options .badges-todo h6:last-child { margin-left: 0 } html[dir="rtl"] .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox { padding-right: 14px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; padding-left: unset; border-top-left-radius: unset; border-bottom-left-radius: unset } html[dir="rtl"] .todo-list-btns .dropdown-basic .separated-btn { margin-right: -6px; margin-left: unset } html[dir="rtl"] .todo-list-btns .dropdown-basic .separated-btn .btn { border-top-left-radius: 25px; border-bottom-left-radius: 25px } html[dir="rtl"] .search-todo .dropdown-basic .btn-group { margin-left: 18px; margin-right: unset } html[dir="rtl"] .sticky-note .note { float: right } html[dir="rtl"] .mega-menu .list-unstyled div a { padding: 8px 0 8px 35px } html[dir="rtl"] .mega-menu .list-unstyled div a:hover { padding: 8px 10px 8px 35px } html[dir="rtl"] #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .me-3 { margin-right: 1rem !important; margin-left: unset !important } html[dir="rtl"] .needs-validation .input-group>.form-control:not(:last-child), html[dir="rtl"] .needs-validation .input-group>.custom-select:not(:last-child), html[dir="rtl"] .form-row .input-group>.form-control:not(:last-child), html[dir="rtl"] .form-row .input-group>.custom-select:not(:last-child) { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .form-check { padding-right: 1.25rem; padding-left: unset } html[dir="rtl"] .form-check .form-check-input { float: right; margin-left: unset; margin-right: -1.5em } html[dir="rtl"] .mega-menu .default-according .card .btn-link { text-align: right } html[dir="rtl"] .mega-menu .default-according.style-1 button[aria-expanded="true"]:before, html[dir="rtl"] .mega-menu .default-according.style-1 button[aria-expanded="false"]:before { right: unset; left: 20px } html[dir="rtl"] .email-wrap .row .col-xl-6 { padding-right: 0; padding-left: 15px } html[dir="rtl"] .email-wrap .row .col-xl-3+.col-xl-3 { padding-left: 0; padding-right: 15px } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .email-wrap .email-app-sidebar ul { padding-right: 0 } html[dir="rtl"] .email-wrap .email-content .email-top .user-emailid:after { float: left } html[dir="rtl"] .email-wrap .email-right-aside .email-body .pe-0 { padding-right: unset !important } html[dir="rtl"] .email-wrap .email-right-aside .radius-left { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-radius: 4px } html[dir="rtl"] #renderRange { float: left; padding-left: unset; padding-right: 12px } html[dir="rtl"] .event-calendar { direction: ltr } html[dir="rtl"] .calendar-wrap .fc { direction: rtl; text-align: right } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar .fc-left { float: right } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar .fc-right { float: left } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar>*>* { margin-left: 0 } html[dir="rtl"] .calendar-wrap .fc-events-container { text-align: right } html[dir="rtl"] .calendar-wrap .fc-scroller { margin-right: unset; margin-left: -17px } html[dir="rtl"] .fc-agenda-view .fc-day-grid .fc-row { margin-right: 0 !important } html[dir="rtl"] .fc-unthemed .fc-row { margin-right: 0 !important } html[dir="rtl"] .btn-group-showcase .btn-group { margin-left: 20px; margin-right: unset } html[dir="rtl"] .btn-showcase .btn { margin-right: unset; margin-left: 18px } html[dir="rtl"] .btn-square.dropdown-toggle { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"].button-builder ul.the-icons li { float: right } html[dir="rtl"].button-builder .color-slelector { float: right } html[dir="rtl"].button-builder .custom-button-color .form-control { border-radius: 0 5px 5px 0 } html[dir="rtl"].button-builder .custom-button-color .form-control.pull-left { float: right } html[dir="rtl"].button-builder .hint-label { float: right; padding: 4px 020px 0 0 } html[dir="rtl"] #customer-review .owl-item img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } html[dir="rtl"] .options>div { margin: 0 0 8px 8px } html[dir="rtl"] .modal-dialog .modal-content .modal-body p a { margin-left: 0 } html[dir="rtl"] .drag-box fieldset .component .form-group .text-lg-left { text-align: right !important } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #prependedcheckbox { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #appendedcheckbox { border-right-color: #efefef } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .drag form { text-align: right } html[dir="rtl"] .drag form input { text-align: right } html[dir="rtl"] .drag form label { text-align: right !important } html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .drag form .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .draggable label { text-align: right } html[dir="rtl"] .form-builder-column .tab-content .tab-pane .theme-form .ui-draggable .input-group>.input-group-prepend>.input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .form-group .input-group #buttondropdown, html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #buttondropdown { margin-right: unset; margin-left: 15px } html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button { border-radius: 4px !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-left { text-align: right !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #prependedcheckbox { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #appendedcheckbox { border-right-color: #efefef } html[dir="rtl"] .form-builder .component .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .form-builder .component .form-group .pl-md-radios { padding-right: 37px; padding-left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper .logo-wrapper { -webkit-box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important; box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .logo-wrapper a { -webkit-transform: translate(-64px); transform: translate(-64px) } html[dir="rtl"] .search-page .nav i { margin-left: 10px; margin-right: unset } html[dir="rtl"] .product-stts { display: inline-block } html[dir="rtl"] .product-stts .ms-1 { margin-right: 0.25rem !important; margin-left: unset !important } html[dir="rtl"] .search-form input { padding: 10px 70px 10px 10px; text-align: right } html[dir="rtl"] .icon-hover-bottom .icon-title { text-align: right } html[dir="rtl"] .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group .btn { margin-right: 15px; margin-left: unset } html[dir="rtl"] .icon-lists div i { margin: 0 10px 0 15px } html[dir="rtl"] .icon-lists ul { padding-right: 0 } html[dir="rtl"] ul.icon-lists { padding-right: 30px } html[dir="rtl"] .floated-customizer-btn.third-floated-btn { left: 35px; right: unset } html[dir="rtl"] .floated-customizer-btn>span { margin-right: 10px } html[dir="rtl"] .floated-customizer-panel { text-align: right; left: -85px; right: unset } html[dir="rtl"] .floated-customizer-panel.active { left: 35px; right: unset } html[dir="rtl"] .floated-customizer-panel .close-customizer-btn { left: 30px; right: unset } html[dir="rtl"] .floated-customizer-panel ul { padding-right: 0 } html[dir="rtl"] .form-builder-2-header>div nav { float: left } html[dir="rtl"] .radio label { padding-left: 0; padding-right: 15px } html[dir="rtl"] .radio label::before { right: 0; margin-right: -20px; left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .row h3 { text-align: right; padding-left: 20px; padding-right: unset !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .row h6 { text-align: right } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header { margin-right: 280px; margin-left: unset; width: calc(100% - 280px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header.close_icon { margin-right: 100px; margin-left: unset; width: calc(100% - 100px) } html[dir="rtl"] .page-wrapper.modern-type .page-header { margin-right: 0; width: calc(100% - 0px) } html[dir="rtl"] .page-wrapper.modern-type .page-header.close_icon { margin-right: 0; width: calc(100% - 0px) } html[dir="rtl"] .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper { margin-right: unset; margin-left: 30px } html[dir="rtl"] .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar { margin-right: unset; margin-left: 15px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper .page-body { margin-right: 310px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper .footer { margin-left: unset; margin-right: 310px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { margin-right: 0px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-right: 0 } html[dir="rtl"] .left-header .mega-menu .nav-link svg, html[dir="rtl"] .left-header .level-menu .nav-link svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .left-header .level-menu .nav-link { margin-left: unset; margin-right: 10px } html[dir="rtl"] .left-header .level-menu .header-level-menu>li svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { left: unset; right: 173px } html[dir="rtl"] .left-header .mega-menu-container { left: unset; right: -30px } html[dir="rtl"] .left-header .mega-menu-container .mega-box+.mega-box { padding-left: unset; padding-right: 30px; border-left: unset; border-right: 1px solid #efefef } html[dir="rtl"] .page-header .header-wrapper .left-header { text-align: right } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li { padding: 7px 15px 7px 0 } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li:before { right: 0px; left: unset } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .svg-icon li { padding-right: 0 } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .svg-icon li a svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .page-header .header-wrapper .nav-right { text-align: right } html[dir="rtl"] .page-header .header-wrapper .nav-right .onhover-show-div { right: unset; left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right .chat-dropdown li .media .status-circle { left: unset; right: 0px } html[dir="rtl"] .page-header .header-wrapper .nav-right .cart-dropdown .close-circle { right: unset; left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li { margin-right: unset; margin-left: 5px; text-align: right } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li .lang-txt { margin-left: 0; margin-right: 8px } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:before { right: 0; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li .dot { left: 17px; right: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:hover .onhover-show-div:before { right: 10px; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:hover .onhover-show-div:after { right: 10px; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:last-child { padding-left: 0; padding-right: 20px; border-right: none } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:last-child { padding-right: 20px; padding-left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li i.ms-2 { margin-right: 0.5rem !important; margin-left: unset !important } html[dir="rtl"] .page-header .header-wrapper .nav-right .profile-dropdown li svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] .page-header .header-wrapper .mobile-sidebar { padding-left: 20px; padding-right: unset } html[dir="rtl"] .page-header.open { margin-right: 0 } html[dir="rtl"] ul.notification-dropdown.onhover-show-div { right: initial; left: -30px; padding: 0 } html[dir="rtl"] ul.notification-dropdown.onhover-show-div:before { right: inherit !important; left: 35px !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div:after { right: inherit !important; left: 35px !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li { margin-right: 0 !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li span.badge { margin-left: unset !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li span svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li .notification-icon { margin-left: 20px; margin-right: unset } html[dir="rtl"] .card-body .alert svg~p { padding-left: unset; padding-right: 20px } html[dir="rtl"] .alert i { margin-left: 5px; margin-right: 0 } html[dir="rtl"] .inverse { padding: 13px 65px 13px 20px } html[dir="rtl"] .inverse i { left: unset; right: 0 } html[dir="rtl"] .alert-primary.inverse:before { border-right: 7px solid #7366ff; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-secondary.inverse:before { border-right: 7px solid #f73164; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-success.inverse:before { border-right: 7px solid #51bb25; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-danger.inverse:before { border-right: 7px solid #dc3545; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-warning.inverse:before { border-right: 7px solid #f8d62b; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-info.inverse:before { border-right: 7px solid #a927f9; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-light.inverse:before { border-right: 7px solid #f4f4f4; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-dark.inverse:before { border-right: 7px solid #2c323f; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-dismissible .btn-close { left: 0; right: unset } html[dir="rtl"] .alert-dismissible .btn-close span { padding-left: 0; padding-right: unset } html[dir="rtl"] .icofont.icofont-truck { display: inline-block } html[dir="rtl"] .blog-box .blog-details { padding-left: 20px; text-align: right } html[dir="rtl"] .blog-box .blog-details .blog-social { padding-right: 0 } html[dir="rtl"] .blog-box .blog-details .blog-social li { padding-left: 40px; padding-right: unset } html[dir="rtl"] .blog-box .blog-details .blog-social li:first-child { border-left: 1px solid #777777; border-right: unset; padding-left: 40px; padding-right: unset } html[dir="rtl"] .blog-box .blog-details .blog-social li+li { margin-right: 30px; margin-left: unset; padding-left: 0 } html[dir="rtl"] .blog-box .blog-details-main .blog-social li { border-left: 1px dotted; border-right: unset } html[dir="rtl"] .blog-box .blog-details-main .blog-social li:last-child { border-left: none } html[dir="rtl"] .blog-box .blog-date span { font-size: 36px; font-weight: 500; padding-left: 5px } html[dir="rtl"] .comment-box .media img { margin-left: 45px; margin-right: unset } html[dir="rtl"] .comment-box .media h6 { text-align: right } html[dir="rtl"] .comment-box ul ul { margin-right: 135px; margin-left: unset; padding-right: 0 } html[dir="rtl"] .comment-box .comment-social { text-align: left } html[dir="rtl"] .comment-box .comment-social li { padding-left: 0; padding-right: 20px } html[dir="rtl"] .comment-box .comment-social li:first-child { border-left: 1px solid #efefef; border-right: unset; padding-right: 0; padding-left: 20px } html[dir="rtl"] .button-builder-wrap .form-group .btn { margin-left: 15px; margin-right: 0; padding: 9px } html[dir="rtl"] .button-builder ul.the-icons { padding-right: 0 !important } html[dir="rtl"] .call-chat-body .chat-box .chat-right-aside .chat .chat-history .caller-img.ps-0 { padding-left: 15px !important } html[dir="rtl"] .chat-box .user-image { float: right; margin-left: 5px; margin-right: 0 } html[dir="rtl"] .chat-box .people-list .search i { left: 10px; right: unset } html[dir="rtl"] .chat-box .about { float: right; padding-right: 10px; padding-left: unset; text-align: right } html[dir="rtl"] .chat-box .chat-menu { border-right: 1px solid #f4f4f4; border-left: unset } html[dir="rtl"] .chat-box .chat-menu .nav { padding-right: 0 } html[dir="rtl"] .chat-box .chat-menu.ps-0 { padding-left: 15px !important } html[dir="rtl"] .chat-box .chat-right-aside .chat .chat-message .smiley-box { margin-left: 0.5rem; margin-right: unset } html[dir="rtl"] .chat-box .chat-right-aside .chat .chat-message .text-box .btn { border-radius: 5px 0 0 5px } html[dir="rtl"] .chat-box .chat-right-aside.pe-0 { padding-right: 15px !important } html[dir="rtl"] .chat-box .chat .chat-message .text-box .input-group-append { margin-right: -2px } html[dir="rtl"] .chat-msg-box ul { padding-right: 0 } html[dir="rtl"] .chat-left-aside .status-circle { left: unset; right: 40px } html[dir="rtl"] .chat-right-aside .chat .chat-header .chat-menu-icons { padding-left: 0; padding-right: unset } html[dir="rtl"] .chat-right-aside .chat .chat-header .chat-menu-icons.float-sm-right { float: left !important } html[dir="rtl"] .chat-right-aside .chat .chat-header img { float: right } html[dir="rtl"] .cke_toolbar, html[dir="rtl"] .cke_toolgroup, html[dir="rtl"] a.cke_button, html[dir="rtl"] .cke_combo_text { float: right } html[dir="rtl"] .cke_reset_all, html[dir="rtl"] .cke_reset_all *, html[dir="rtl"] .cke_reset_all a, html[dir="rtl"] .cke_reset_all textarea { text-align: right } html[dir="rtl"] .cke_combo_text { padding-left: unset; padding-right: 10px } html[dir="rtl"] #editor1 #cke_editor1 #cke_1_contents iframe html { direction: rtl !important } html[dir="rtl"] #clockdiv ul { padding-right: 0 } html[dir="rtl"] .custom-card .card-footer>div+div { border-right: 1px solid #efefef; border-left: unset !important } html[dir="rtl"] .card-social { padding-right: 0 } html[dir="rtl"] .card-absolute .card-header { right: 15px; left: unset } html[dir="rtl"] .dataTables_wrapper .dataTables_filter input[type="search"] { margin-right: 10px; margin-left: 0 } html[dir="rtl"] .dataTables_wrapper .dataTables_length { float: right } html[dir="rtl"] .dataTables_wrapper .dataTables_filter { margin-left: unset; margin-right: 15px; float: left } html[dir="rtl"] .dataTables_wrapper .dataTables_info { float: right } html[dir="rtl"] .dataTables_wrapper .advance-5_filter { margin-left: 0 } html[dir="rtl"] .dataTables_wrapper .btn-group button { margin-left: 5px; margin-right: unset } html[dir="rtl"] .dataTables_wrapper .btn-group button:last-child { margin-left: 0 } html[dir="rtl"] .dataTables_wrapper table.dataTable tbody td.select-checkbox:after, html[dir="rtl"] .dataTables_wrapper table.dataTable tbody th.select-checkbox:after { margin-left: 31px } html[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate { margin-right: 15px !important; margin-left: 0 !important; float: left } html[dir="rtl"] table.dataTable thead>tr>th { padding-left: 30px; padding-right: 12px } html[dir="rtl"] table.dataTable thead>tr>th:before { left: 1em !important; right: unset } html[dir="rtl"] table.dataTable thead>tr>th:after { left: 0.5em !important; right: unset } html[dir="rtl"] table.dataTable thead .sorting:before, html[dir="rtl"] table.dataTable thead .sorting_asc:before, html[dir="rtl"] table.dataTable thead .sorting_desc:before, html[dir="rtl"] table.dataTable thead .sorting_asc_disabled:before, html[dir="rtl"] table.dataTable thead .sorting_desc_disabled:before { left: 1em !important; right: unset } html[dir="rtl"] .dataTables_scrollHeadInner { padding-right: unset !important; padding-left: 0 !important } html[dir="rtl"] div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child { padding-right: 0; padding-left: 0 } html[dir="rtl"] div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child { padding-right: 0; padding-left: 0 } html[dir="rtl"] .dt-plugin-buttons button.m-r-10 { margin-left: 10px; margin-right: 0 } html[dir="rtl"] .datetime-picker .theme-form .form-group label { text-align: left !important } html[dir="rtl"] .datetime-picker .theme-form .form-group .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .datetime-picker .theme-form .form-group .input-group .form-control { border-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .dropdown-basic .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important } html[dir="rtl"] .dropdown-basic .separated-btn .btn { border-radius: 0.25rem; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .dropdown-basic .btn-group { margin-right: unset; margin-left: 18px } html[dir="rtl"] .error-wrapper .col-md-8.offset-md-2 { margin: 0 auto !important } html[dir="rtl"] .product-price del { padding-left: 20px; padding-right: 0 } html[dir="rtl"] .product-box .modal .modal-header .btn-close { right: unset; left: 15px } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before { border-left-color: #007bff } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-left:before, html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-right:before { right: 0; left: unset; border-left: 15px solid #2a3142 } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-info:before { border-left-color: transparent } html[dir="rtl"] .product-box .ribbon-warning.ribbon-clip:before { border-left-color: #ff850d; border-right-color: unset } html[dir="rtl"] .product-box .ribbon-clip { right: -14px; left: unset } html[dir="rtl"] .product-box .ribbon-clip:before { right: 0; left: unset } html[dir="rtl"] .product-hover ul { padding-right: 0 } html[dir="rtl"] .customer-review .media img { margin-left: 25px; margin-right: 0 } html[dir="rtl"] .nav { padding-right: 0 } html[dir="rtl"] .custom-file-label::after { left: 0; right: unset } html[dir="rtl"] .wizard-4 ul.anchor { float: right; padding-right: 0; padding-left: 30px } html[dir="rtl"] .wizard-4 .step-container { clear: unset } html[dir="rtl"] .wizard-4 .form-group { text-align: right } html[dir="rtl"] .wizard-4 .action-bar .btn { float: left } html[dir="rtl"] .f1 .f1-buttons { text-align: left } html[dir="rtl"] .f1 .f1-steps .f1-step { float: right } html[dir="rtl"] .static-top-widget .media-body { padding-right: 30px; padding-left: unset } html[dir="rtl"] .static-top-widget .media-body .icon-bg { left: -20px; right: unset } html[dir="rtl"] .widget-joins .media .details { border-right: 1px solid #efefef; border-left: unset } html[dir="rtl"] .widget-joins .media .media-body { text-align: right } html[dir="rtl"] .weather-widget-two .bottom-whetherinfo .whether-content { text-align: left } html[dir="rtl"] .jstree-default .jstree-node { margin-left: unset; margin-right: 24px; background-position: -292px -4px; background-repeat: repeat-y } html[dir="rtl"] .img-cropper .btn-group { margin-right: 0; margin-left: 10px } html[dir="rtl"] .img-cropper .btn-group button:last-child { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem } html[dir="rtl"] .img-cropper .btn-group button:first-child { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .docs-toggles .btn-group .btn { border-radius: 0 } html[dir="rtl"] .docs-toggles .btn-group .btn:last-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem } html[dir="rtl"] .docs-toggles .btn-group .btn:first-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle)>.btn-group:not(:last-child)>.btn { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .jsgrid-button+.jsgrid-button { margin-right: 5px; margin-left: unset } html[dir="rtl"] .list-group { padding-right: 0 } html[dir="rtl"] .list-group i, html[dir="rtl"] .list-group img { margin-left: 10px; margin-right: 0 } html[dir="rtl"] .authentication-box { text-align: right } html[dir="rtl"] .mega-horizontal .offset-sm-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .navs-icon svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .navs-icon .fa { margin-left: 10px; margin-right: unset } html[dir="rtl"] .nav-list .nav-list-disc { text-align: right; padding-right: 0 } html[dir="rtl"] .pl-navs-inline { padding-right: 30px !important; padding-left: 0 !important } html[dir="rtl"] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before { left: 77px; right: unset } html[dir="rtl"] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after { left: 77px; right: unset } html[dir="rtl"] .navs-dropdown .onhover-show-div .navs-icon li { text-align: right } html[dir="rtl"] .navs-icon.default-according.style-1 li button[aria-expanded="true"]:before { left: 2px; right: unset } html[dir="rtl"] .navs-icon.default-according.style-1 li button[aria-expanded="false"]:before { left: 2px; right: unset } html[dir="rtl"] .search-form .form-group:after { right: 53px; left: unset } html[dir="rtl"] .search-form .form-group:before { right: 82px; left: unset } html[dir="rtl"] .order-history table tbody tr td .product-name .order-process .order-process-circle:before { right: -15px; left: unset } html[dir="rtl"] .order-history table th:first-child, html[dir="rtl"] .order-history table td:first-child { text-align: right } html[dir="rtl"] .product-page-details span { padding-right: 15px; padding-left: 0 } html[dir="rtl"] .m-checkbox-inline label { margin-left: 20px; margin-right: 0 } html[dir="rtl"] .form-label-align-right label { text-align: left } html[dir="rtl"] .br-theme-bars-reversed .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-movie .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-1to10 .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-square .br-widget .br-current-rating { float: right } html[dir="rtl"] .br-theme-bars-reversed .br-widget a, html[dir="rtl"] .br-theme-bars-movie .br-widget a, html[dir="rtl"] .br-theme-bars-1to10 .br-widget a, html[dir="rtl"] .br-theme-bars-square .br-widget a { float: right } html[dir="rtl"] .ribbon-left { right: auto; left: -2px } html[dir="rtl"] .ribbon-vertical-left { right: auto; left: 12px } html[dir="rtl"] .ribbon-vertical-right { right: auto; left: 12px } html[dir="rtl"] .star-ratings ul.search-info { padding-right: 0 } html[dir="rtl"] .star-ratings ul.search-info li+li { border-right: 1px solid #a5afc6; border-left: unset; padding-right: 8px; padding-left: 0; margin-right: 8px; margin-left: 0 } html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow { left: 10px !important; right: unset !important } html[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__choice { float: right } html[dir="rtl"] .selection .select2-selection .select2-search__field { text-align: right } html[dir="rtl"] .select2-results__option { text-align: right } html[dir="rtl"] .editor-statusbar { text-align: left } html[dir="rtl"] .editor-statusbar span { margin-right: 1em; margin-left: unset } html[dir="rtl"] .CodeMirror-scroll { margin-left: -30px; margin-right: unset } html[dir="rtl"] .primary-color ul, html[dir="rtl"] .yellow-color ul { padding-right: 0 } html[dir="rtl"] .u-step-desc { text-align: right } html[dir="rtl"] .u-step-number { right: 20px; left: unset } html[dir="rtl"] .u-step-number~.u-step-desc { margin-right: 50px } html[dir="rtl"] .u-pearl:after { left: 0; right: unset } html[dir="rtl"] .u-pearl:before { right: 0; left: unset } html[dir="rtl"] .u-step-icon { float: right; margin-left: .5em; margin-right: unset } html[dir="rtl"] .list-icons { padding-right: 0 } html[dir="rtl"] .card-header.note-toolbar .note-color .dropdown-toggle { padding-right: 5px } html[dir="rtl"] .card-header.note-toolbar .form-group.draggable { text-align: right } html[dir="rtl"] .card-header.note-toolbar .form-check { padding-right: 24px; padding-left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control { padding-right: 24px; padding-left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control .custom-control-label::after { right: 0; left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control .custom-control-label::before { right: 0; left: unset } html[dir="rtl"] .dropdown-toggle::after { margin-right: 0.255em; margin-left: unset } html[dir="rtl"] .tabbed-card ul { left: 22px; right: unset } html[dir="rtl"] .checkbox label { padding-right: 16px; padding-left: unset } html[dir="rtl"] .checkbox label::before { right: 0; left: unset; margin-right: -16px; margin-left: unset } html[dir="rtl"] .radio label::after { right: 5px; left: unset; margin-right: -20px; margin-left: unset } html[dir="rtl"] .cd-timeline-content::before { border-right: 7px solid #f4f4f4; border-left-color: transparent } html[dir="rtl"] .cd-timeline-img i { right: 40%; left: unset; margin-right: -12px; margin-left: unset } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content { float: left; border-left: 7px solid #eeeeee; border-right: unset } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { right: auto; left: 122%; text-align: left } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content::before { right: auto; left: 100%; border-left-color: #eeeeee; border-right-color: transparent } html[dir="rtl"] .cd-timeline-content .cd-date { right: 122%; left: unset } html[dir="rtl"] .introjs-tooltip { right: 0; left: unset } html[dir="rtl"] .introjs-helperNumberLayer { right: -16px; left: unset } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext { text-align: right } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons { text-align: left } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton { margin-left: 5px; margin-right: unset } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton { border-radius: 0.2em 0 0 0.2em } html[dir="rtl"] .list-inline-item:not(:last-child) { margin-left: 0.5rem; margin-right: unset } html[dir="rtl"] .like-comment ul.list-inline { padding-right: 0 } html[dir="rtl"] .typeahead { text-align: right } html[dir="rtl"] .listing ul { padding-right: 0 } html[dir="rtl"] .listing ul .icofont { float: right } html[dir="rtl"] .gallery .hover-5 img { margin-right: 30px } html[dir="rtl"] .gallery .hover-5:hover img { margin-right: 0 } html[dir="rtl"] .lg-outer { text-align: right } html[dir="rtl"] .lg-toolbar .lg-icon { float: left } html[dir="rtl"] #lg-counter { padding-right: 20px; padding-left: unset; float: right } html[dir="rtl"] .chart-widget-top .text-end { text-align: left !important } html[dir="rtl"] .chart-widget-top .num .ms-1 { margin-right: 0.25rem !important } html[dir="rtl"] .bar-chart-widget .earning-details i { left: -240px } html[dir="rtl"] .bar-chart-widget .bottom-content .b-r-light { border-left: 1px solid #eeeeee !important; border-right: unset !important } html[dir="rtl"] .bar-chart-widget .bottom-content .num .ms-1 { margin-right: 0.25rem !important } html[dir="rtl"] .chart-vertical-center #myDoughnutGraph, html[dir="rtl"] .chart-vertical-center #myPolarGraph { width: auto !important } html[dir="rtl"] .crm-activity ul.dates li+li { border-right: 1px solid #ddd; padding-right: 10px; margin-right: 5px; border-left: unset; padding-left: unset; margin-left: unset } html[dir="rtl"] div.dt-buttons { float: right } html[dir="rtl"] .dt-button-collection { left: -39px !important } html[dir="rtl"] .dropzone .dz-preview .dz-error-mark, html[dir="rtl"] .dropzone .dz-preview .dz-success-mark { right: 50%; margin-right: -27px; margin-left: unset; left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper footer { margin-right: 280px; margin-left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper footer p i { margin-right: 5px; margin-left: unset } html[dir="rtl"] .footer-copyright { text-align: right } html[dir="rtl"] .footer-links { text-align: left } html[dir="rtl"] .page-item:first-child .page-link { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none } html[dir="rtl"] .page-item:last-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .popover.top>.arrow:after, html[dir="rtl"] .popover.bottom>.arrow:after { margin-right: -10px; margin-left: unset } html[dir="rtl"] .bootstrap-touchspin>.input-group-append>.btn, html[dir="rtl"] .bootstrap-touchspin>.input-group-append>.input-group-text { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important } html[dir="rtl"] .bootstrap-touchspin>.form-control:not(:last-child), html[dir="rtl"] .bootstrap-touchspin>.custom-select:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .typeahead span.twitter-typeahead .tt-suggestion { text-align: right } html[dir="rtl"] .typeahead .league-name { text-align: right; margin-right: 5px } html[dir="rtl"] .follow .text-md-right { text-align: left !important } html[dir="rtl"] .jvectormap-zoomin, html[dir="rtl"] .jvectormap-zoomout, html[dir="rtl"] .jvectormap-goback { right: 10px; left: unset } html[dir="rtl"] .customizer-links { right: unset; left: 0 } html[dir="rtl"] .customizer-links>.nav { padding-right: 10px } html[dir="rtl"] .customizer-links .nav-link:after { right: -10px; left: unset; border-width: 5px 5px 5px 0; border-left-color: unset; border-right-color: #e8e6ff } html[dir="rtl"] .customizer-links .nav-link span { right: unset; left: -60px } html[dir="rtl"] .customizer-links .nav-link:hover span { left: 48px } html[dir="rtl"] .customizer-links.open { right: unset; left: 330px; border-radius: 0 8px 8px 0 } html[dir="rtl"] .customizer-contain { width: 330px; right: unset; left: -330px } html[dir="rtl"] .customizer-contain.open { right: unset; left: 0px } html[dir="rtl"] .customizer-contain .customizer-header .icon-close { left: unset; right: 30px } html[dir="rtl"] .box-layout.page-wrapper.horizontal-wrapper .page-header { padding-right: 250px; padding-left: unset } html[dir="rtl"] .box-layout.page-wrapper.horizontal-wrapper .page-header.open { padding-right: 0 } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body { margin-left: unset; margin-right: 230px } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1280px; padding-left: 0; left: 50% } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-header { margin-left: auto; margin-right: auto; padding-left: unset; padding-right: 230px } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-header.close_icon { padding-right: 100px } html[dir="rtl"] body.dark-only .earning-card.card .card-body .earning-content { border-left: 1px solid #374558 } html[dir="rtl"] body.dark-only .chart_data_left .card-body .chart-main .media, html[dir="rtl"] body.dark-only .chart_data_right .card-body .chart-main .media { border-left: 1px solid #374558 } html[dir="rtl"] body.dark-only .widget-joins .media .details { border-left: unset !important; border-right: 1px solid #374558 } html[dir="rtl"] body.dark-only .custom-card .card-footer>div+div { border-right: 1px solid #374558 } html[dir="rtl"] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light, html[dir="rtl"] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right { border-right: none !important; border-left: 1px solid #374558 !important } @media screen and (max-width: 1660px) { html[dir="rtl"] .caller-img { left: unset; right: 15px } } @media only screen and (max-width: 1366px) { html[dir="rtl"] .profile-dropdown.onhover-show-div { right: unset !important; left: 0 !important } html[dir="rtl"] .product-wrapper .product-grid .feature-products { margin-right: 0 } html[dir="rtl"] .product-grid { margin-right: 0 } html[dir="rtl"] .d-none-productlist { margin-left: 10px; margin-right: unset } html[dir="rtl"] .product-sidebar { -webkit-transform: translateX(300px) scaleX(0); transform: translateX(300px) scaleX(0) } html[dir="rtl"] .photos ul li:nth-child(3n) { margin-left: 15px; margin-right: unset } html[dir="rtl"] .chat-left-aside .status-circle { left: unset; right: 22px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left { padding: 40px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left-btn { text-align: left } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 4px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { right: 2px } html[dir="rtl"] .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: unset; padding-right: 15px } } @media (min-width: 1200px) { html[dir="rtl"] .chat-box .pe-xl-0 { padding-left: 0 !important; padding-right: 15px !important } html[dir="rtl"] .chat-box .ps-xl-0 { padding-right: 0 !important; padding-left: 15px !important } html[dir="rtl"] .pixelstrap ul a:hover .sub-arrow, html[dir="rtl"] .pixelstrap ul a:focus .sub-arrow, html[dir="rtl"] .pixelstrap ul a:active .sub-arrow, html[dir="rtl"] .pixelstrap ul a.highlighted .sub-arrow { left: 3px; right: unset } } @media (min-width: 992px) { html[dir="rtl"] .text-lg-start { text-align: right !important } } @media only screen and (max-width: 1199.98px) { html[dir="rtl"] .jkanban-container .btn { margin-left: unset; margin-right: 20px } html[dir="rtl"] .link-section>div>h6:before { right: unset; left: 10px } html[dir="rtl"] .left-header .mega-menu-container { left: -300px !important; right: unset !important } html[dir="rtl"] .left-header .mega-menu-container.d-block { left: 0 !important; right: unset !important; -webkit-animation: fadeInLeft 0.3s ease-in-out; animation: fadeInLeft 0.3s ease-in-out } html[dir="rtl"] .left-header .mega-menu-container .mega-box+.mega-box { padding-right: 15px; border-right: 0 } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li:first-child { padding-left: 10px !important } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li .submenu li:first-child { padding-right: 15px !important; padding-left: 15px !important } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 45px } html[dir="rtl"] .email-wrap .row .col-xl-6 { padding-right: 15px } html[dir="rtl"] .email-wrap .row .col-xl-3+.col-xl-3 { padding-left: 15px } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .email-wrap .email-app-sidebar ul { padding-right: 0 } html[dir="rtl"] .email-wrap .email-content .email-top .user-emailid:after { float: left } html[dir="rtl"] .email-wrap .email-right-aside .email-body .pe-0 { padding-right: unset !important } html[dir="rtl"] .email-wrap .email-right-aside .radius-left { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-radius: 4px } html[dir="rtl"] .chat-menu-icons { text-align: left } html[dir="rtl"] .chat-box .chat-history .row .col-sm-7 { padding-left: 0 !important; padding-right: unset !important } html[dir="rtl"] .chat-menu { left: 0; right: unset } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: left } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 30px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { right: 18px } } @media only screen and (max-width: 991.98px) { html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 20px } html[dir="rtl"] .left-header .mega-menu .nav-link svg, html[dir="rtl"] .left-header .level-menu .nav-link svg { margin-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn { float: left; -webkit-transform: rotate(180deg); transform: rotate(180deg) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { margin-right: 0; border-right: none; padding-right: 0; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header { margin-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-header { padding-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper .page-body { padding-right: 15px } html[dir="rtl"] .faq-accordion .faq-header svg { left: 20px } html[dir="rtl"] .categories .learning-header { padding-right: 20px } html[dir="rtl"] .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img { margin-left: 15px; margin-right: unset } html[dir="rtl"] .page-body-wrapper .page-body, html[dir="rtl"] .page-body-wrapper footer { margin-right: 0 !important } html[dir="rtl"] .main .langChoice { left: 20px } html[dir="rtl"] .cd-timeline-img i { right: 50% !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .breadcrumb { margin-right: 0 } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 60px) } html[dir="rtl"] .page-wrapper .page-header { margin-right: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header { margin-right: 0 !important; margin-left: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper.close_icon { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .card-body .value-left { margin-left: 20px } html[dir="rtl"] .bookmark ul li .search-form .form-control-search { left: -127px } html[dir="rtl"] .card .card-header .card-header-right { left: 15px } html[dir="rtl"] .earning-card.card .card-body>.row>div .chart-left { padding: 20px } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 20px } html[dir="rtl"] .activity-timeline .media .activity-line { right: 26px } html[dir="rtl"] .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-right: 0 } html[dir="rtl"] .offer-box .offer-slider .carousel-control-prev-icon, html[dir="rtl"] .offer-box .offer-slider .carousel-control-next-icon { right: unset; left: 20px } } @media only screen and (max-width: 991px) and (min-width: 768px) { html[dir="rtl"] .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper { left: unset; right: 0 } } @media (min-width: 768px) { html[dir="rtl"] .float-md-end { float: left !important } html[dir="rtl"] .text-md-end { text-align: left !important } html[dir="rtl"] .offset-md-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .text-md-start { text-align: right !important } html[dir="rtl"] .ecommerce-widget .text-md-end { text-align: left !important } html[dir="rtl"] .ecommerce-widget .text-md-end ul { text-align: left } } @media only screen and (max-width: 767.98px) { html[dir="rtl"] .list-persons .profile-mail .email-general ul { padding-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu { right: 80px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link { border: none } html[dir="rtl"] .left-header .mega-menu .nav-link.active { color: #000 } html[dir="rtl"] .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-right: 0 } html[dir="rtl"] .feature-products .filter-toggle { margin-right: 10px; margin-left: unset } html[dir="rtl"] .page-wrapper .nav-right .nav-menus { margin-right: unset; margin-left: 57px } html[dir="rtl"] .page-wrapper.compact-wrapper .nav-right .nav-menus { margin-right: unset; margin-left: 25px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link { padding-right: 16px; padding-left: 0; border: 0 } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 25px !important } html[dir="rtl"] .ecommerce-widget .text-md-right { text-align: left !important } html[dir="rtl"] .bar-chart-widget .earning-details i { left: -147px !important } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: unset; margin-right: 25px } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li { margin-left: unset; margin-right: 30px } } @media (min-width: 576px) { html[dir="rtl"] .offset-sm-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .text-sm-end { text-align: left !important } html[dir="rtl"] .float-sm-end { float: left !important } html[dir="rtl"] .me-sm-2 { margin-left: 0.5rem !important; margin-right: unset !important } } @media only screen and (max-width: 575.98px) { html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 15px } html[dir="rtl"] .list-persons .nav-pills .nav-link .media .media-body { text-align: right } html[dir="rtl"] .mega-menu { padding-left: unset; padding-right: 15px } html[dir="rtl"] .left-header .level-menu .nav-link { margin: 0 } html[dir="rtl"] .page-wrapper .nav-right .nav-menus { margin-left: 45px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li { margin-right: unset; margin-left: 1px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, html[dir="rtl"] .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar { margin-left: 8px; padding-left: 8px; margin-right: unset; padding-right: unset; border-right: unset; border-left: 1px solid #ddd } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu { left: 15px } html[dir="rtl"] .page-wrapper.compact-wrapper .nav-right .nav-menus { margin-left: 30px } html[dir="rtl"] .translate_wrapper.active .more_lang.active { left: unset; right: 15px } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:last-child { padding-right: 10px } html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.profile-dropdown, html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.chat-dropdown, html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown { left: unset !important; right: 15px !important } html[dir="rtl"] .faq-accordion .faq-header svg { left: 15px } html[dir="rtl"] .categories .learning-header { padding-right: 15px } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 15px !important } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li { margin-left: 0px } html[dir="rtl"] .main .langChoice { left: 15px } html[dir="rtl"] .page-wrapper .search-form .form-group { margin-left: 0 } html[dir="rtl"] .card-body .value-left { margin-left: 15px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: right } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left-btn { text-align: right } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-right: 15px } } @media only screen and (max-width: 480px) { html[dir="rtl"] .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { right: 140px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div { right: unset; left: 20px } } @media only screen and (max-width: 420px) { html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 112px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 80px } } @media only screen and (max-width: 360px) { html[dir="rtl"] .prooduct-details-box .close { left: 0 } html[dir="rtl"] .social-app-profile .hovercard .user-image .avatar { margin-top: -47px } html[dir="rtl"] .social-app-profile .hovercard .user-image .avatar img { width: 85px; height: 85px } html[dir="rtl"] .social-chat .other-msg { margin-right: 15px } } @media screen and (max-width: 1460px) { html[dir="rtl"] .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { margin-left: 8px; margin-right: unset } } .box-layout { background-image: url(../images/other-images/boxbg.jpg); background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.5) } @media only screen and (min-width: 1280px) { .box-layout .apache-cotainer-large>div, .box-layout .apache-cotainer-large canvas, .box-layout #line-visual>div, .box-layout #line-visual canvas, .box-layout #line-visulH>div, .box-layout #line-visulH canvas { width: 100% !important } .box-layout .left-header .mega-menu-container { width: calc(100vw - 870px); left: -70px; min-width: 1000px } .box-layout .page-wrapper.box-layout, .box-layout.page-wrapper.box-layout { padding-top: 40px; margin-top: 0 !important } .box-layout .page-wrapper.compact-wrapper, .box-layout.page-wrapper.compact-wrapper { margin-top: 40px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper { width: 230px; top: 40px; border-radius: 10px 0 0 10px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1200px; left: 47% } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.footer-fix, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.footer-fix { padding-left: 0 } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 196px) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper { -webkit-box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1); box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { margin-top: 10px; margin-bottom: 20px; height: calc(100vh - 191px) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 130px); margin-top: 0; top: 80px; overflow: scroll; max-height: calc(100vh - 220px); padding-bottom: 80px; margin-left: 230px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.compact-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.compact-wrapper .page-header .header-wrapper .left-header { display: inline-block } .box-layout .page-wrapper.compact-sidebar .page-header, .box-layout.page-wrapper.compact-sidebar .page-header { padding-left: 148px } .box-layout .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header, .box-layout.page-wrapper.compact-sidebar .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30% } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper { margin-top: 40px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper { top: 40px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { display: none; -webkit-transition: 0.5s; transition: 0.5s } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 166px); margin: 0 } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 470px; top: 40px; height: calc(100vh - 84px) } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: unset; animation: unset } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .footer, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: 0 } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body { min-height: calc(100vh - 90px); margin-top: 0; top: 80px; overflow: scroll; max-height: calc(100vh - 170px); padding-bottom: 80px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.compact-sidebar.compact-small .page-header, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header { padding-left: 90px } .box-layout .page-wrapper.compact-sidebar.compact-small .page-header.close_icon, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header.close_icon { padding-left: 0 } .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 410px } .box-layout .page-wrapper.horizontal-wrapper:before, .box-layout.page-wrapper.horizontal-wrapper:before { display: none } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper { margin-top: 40px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-top: 80px; min-height: calc(100vh - 310px); max-height: calc(100vh - 230px); overflow: scroll } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .footer, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .footer { padding-left: 15px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { width: 1280px; top: 80px; margin: 0; overflow-x: unset; position: relative } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu { left: 0%; -webkit-transform: translate(0, 0); transform: translate(0, 0); top: 125px; background-color: #fff } .box-layout .page-wrapper.horizontal-wrapper .page-header, .box-layout.page-wrapper.horizontal-wrapper .page-header { padding-left: 0 } .box-layout .page-wrapper.modern-type .page-header, .box-layout.page-wrapper.modern-type .page-header { padding-left: 0px } .box-layout .page-wrapper.modern-type .page-header .header-wrapper .left-header, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 26%; flex: 0 0 26%; max-width: 26% } .box-layout .page-wrapper.modern-type .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .nav-right { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60% } .box-layout .page-wrapper.modern-type .page-body-wrapper .page-body, .box-layout.page-wrapper.modern-type .page-body-wrapper .page-body { margin-left: 260px } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper { top: 120px } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 311px) } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 316px) } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon~footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1280px; left: 50%; margin-left: 0 } .box-layout .page-wrapper.modern-type .page-body-wrapper .footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .footer { margin-left: 0 } .box-layout .page-wrapper .page-header, .box-layout.page-wrapper .page-header { max-width: 1280px; margin: 0 auto; left: 0; right: 0; -webkit-transition: .5s; transition: .5s; padding-left: 230px; margin-top: 40px; border-radius: 10px; width: unset } .box-layout .page-wrapper .page-header.close_icon, .box-layout.page-wrapper .page-header.close_icon { padding-left: 0; margin-left: auto; width: calc(100% - 0px); -webkit-transition: .5s; transition: .5s } .box-layout .page-wrapper .page-header .header-wrapper, .box-layout.page-wrapper .page-header .header-wrapper { border: 1px solid #f8f8f8; border-radius: 10px 10px 0 0 } .box-layout .page-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33% } .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; max-width: 24% } .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right { -webkit-box-flex: 0; -ms-flex: 0 0 63%; flex: 0 0 63%; max-width: 63% } .box-layout .page-wrapper.material-type .page-body-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper.material-type .page-body-wrapper .page-body, .box-layout.page-wrapper.material-type .page-body-wrapper .page-body { margin-top: 0 } .box-layout .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper { top: 0 } .box-layout .page-wrapper.material-icon .page-header.close_icon, .box-layout.page-wrapper.material-icon .page-header.close_icon { margin-top: 40px !important } .box-layout .page-wrapper.material-icon .page-body-wrapper, .box-layout.page-wrapper.material-icon .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper.material-icon .page-body-wrapper .page-body, .box-layout.page-wrapper.material-icon .page-body-wrapper .page-body { top: 0; min-height: calc(100vh - 170px); padding-bottom: 40px } .box-layout .page-wrapper.advance-layout .page-header, .box-layout.page-wrapper.advance-layout .page-header { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07) } .box-layout .page-wrapper.advance-layout .page-body-wrapper, .box-layout.page-wrapper.advance-layout .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper .page-body-wrapper, .box-layout.page-wrapper .page-body-wrapper { width: 1280px; -webkit-box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07); box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07); margin: 0 auto; overflow: hidden } .box-layout .page-wrapper .page-body-wrapper .learning-comment, .box-layout.page-wrapper .page-body-wrapper .learning-comment { margin-left: -14px !important; float: left !important } .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive, .box-layout.page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive { min-width: 1087px; overflow: auto } .box-layout .page-wrapper .page-body-wrapper .active-order-table, .box-layout.page-wrapper .page-body-wrapper .active-order-table { max-width: 443px; overflow: auto } .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p, .box-layout.page-wrapper .page-body-wrapper .active-order-table table tbody tr td p { width: 100px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after { height: 57px; bottom: -64px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after { height: 36px; bottom: -43px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after { height: 40px; bottom: -48px } .box-layout .page-wrapper .page-body-wrapper footer, .box-layout.page-wrapper .page-body-wrapper footer { width: 1280px; margin: 0 auto; padding-left: 230px; margin-bottom: 40px !important; position: fixed; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); border-radius: 0 0 10px } .box-layout .page-wrapper .page-body-wrapper .blockquote-footer, .box-layout.page-wrapper .page-body-wrapper .blockquote-footer { margin-left: 0; width: 100% } .box-layout .page-wrapper .page-body-wrapper .footer-fix, .box-layout.page-wrapper .page-body-wrapper .footer-fix { padding-left: 230px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content { 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; min-width: 300px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div { z-index: 8; background-color: rgba(255, 255, 255, 0.75); background-blend-mode: overlay; width: 100%; padding: 30px; left: 15px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button { width: 40%; font-size: 14px; margin: 0 auto } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons { margin-top: 20px; margin-bottom: 20px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #717171; width: 50px; height: 50px; padding: 8px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img { margin-top: 30px; margin-bottom: 30px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img { width: 38% } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 { font-size: 28px; color: #717171 } .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts, .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts { width: 100% } .box-layout .page-wrapper .page-body-wrapper .chat-right-aside, .box-layout.page-wrapper .page-body-wrapper .chat-right-aside { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; overflow: hidden } .box-layout .page-wrapper .page-body-wrapper .caller-img, .box-layout.page-wrapper .page-body-wrapper .caller-img { position: absolute; width: 100%; max-width: 100%; left: 15px } .box-layout .page-wrapper .page-body-wrapper .caller-img img, .box-layout.page-wrapper .page-body-wrapper .caller-img img { opacity: 0.7 } .box-layout .page-wrapper .page-body-wrapper .browser-widget img, .box-layout.page-wrapper .page-body-wrapper .browser-widget img { height: 65px } .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content, .box-layout.page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content { top: 39px } .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-header img { margin-top: -73px } .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-profile img { height: 130px; top: -17px } .box-layout .page-wrapper .page-body-wrapper .select2, .box-layout.page-wrapper .page-body-wrapper .select2 { width: 901.781px } .box-layout .page-wrapper ul.close_icon>li label, .box-layout.page-wrapper ul.close_icon>li label { padding: 0 } .box-layout .page-wrapper ul.close_icon>li label:after, .box-layout.page-wrapper ul.close_icon>li label:after { display: none } .box-layout .page-wrapper .bookmark ul, .box-layout.page-wrapper .bookmark ul { margin-right: -1px } .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn, .box-layout.page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn { padding-left: 20px; padding-right: 20px } .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"], .box-layout.page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"] { display: none } .box-layout .page-wrapper .media.bitcoin-graph, .box-layout.page-wrapper .media.bitcoin-graph { display: block } .box-layout .page-wrapper .media.bitcoin-graph .top-bitcoin, .box-layout.page-wrapper .media.bitcoin-graph .top-bitcoin { display: inline-block; vertical-align: middle } .box-layout .page-wrapper .media.bitcoin-graph .media-body, .box-layout.page-wrapper .media.bitcoin-graph .media-body { margin-top: 30px } .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6, .box-layout.page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6 { font-size: 14PX } .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-right, .box-layout.page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-right { text-align: center !important } .box-layout .page-wrapper .alert.inverse p, .box-layout.page-wrapper .alert.inverse p { max-width: 238px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .box-layout .page-wrapper .auth-bg-effect .second-effect, .box-layout.page-wrapper .auth-bg-effect .second-effect { left: 55% } .box-layout .page-wrapper .auth-bg-video video, .box-layout.page-wrapper .auth-bg-video video { min-width: 67%; width: 67% } .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop, .box-layout.page-wrapper .page-builder .ge-canvas.ge-layout-desktop { margin-top: 40px } .box-layout .page-wrapper .page-builder .ge-addRowGroup, .box-layout.page-wrapper .page-builder .ge-addRowGroup { margin-bottom: 10px } .box-layout .page-wrapper .pricing-wrapper-card, .box-layout.page-wrapper .pricing-wrapper-card { padding: 50px 20px } .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height, .box-layout.page-wrapper .card .blog-box.blog-grid.set-min-height { min-height: 400px } .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily { min-height: 430px } .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris { min-height: 430px } .box-layout .page-wrapper .box-col-12, .box-layout.page-wrapper .box-col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .box-layout .page-wrapper .box-col-6, .box-layout.page-wrapper .box-col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .box-layout .page-wrapper .box-col-3, .box-layout.page-wrapper .box-col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .box-layout .page-wrapper .box-col-7, .box-layout.page-wrapper .box-col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60% } .box-layout .page-wrapper .box-col-5, .box-layout.page-wrapper .box-col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40% } .box-layout .page-wrapper .box-col-8, .box-layout.page-wrapper .box-col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70% } .box-layout .page-wrapper .box-col-4, .box-layout.page-wrapper .box-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33% } .box-layout .page-wrapper .chat-box .chat-right-aside, .box-layout.page-wrapper .chat-box .chat-right-aside { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: calc(100% - 15px); overflow: hidden } .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i, .box-layout.page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { font-size: 19px } .box-layout .page-wrapper .chat-box .toogle-bar, .box-layout.page-wrapper .chat-box .toogle-bar { display: inline-block; margin-right: 0 !important } .box-layout .page-wrapper .chat-menu, .box-layout.page-wrapper .chat-menu { right: 0; border-top: 1px solid #ddd; opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); visibility: hidden; top: 81px; position: absolute; z-index: 9; background-color: #fff; -webkit-transition: all linear 0.3s; transition: all linear 0.3s } .box-layout .page-wrapper .chat-menu.show, .box-layout.page-wrapper .chat-menu.show { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: all linear 0.3s; transition: all linear 0.3s; padding-bottom: 25px } .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar, .box-layout.page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar { stroke-width: 23px !important } .box-layout .page-wrapper .social-app-profile .box-col-4, .box-layout.page-wrapper .social-app-profile .box-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30% } .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset, .box-layout.page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset { max-height: 165px } .box-layout .page-wrapper .email-wrap .row .col-xl-6, .box-layout.page-wrapper .email-wrap .row .col-xl-6 { padding-left: 12px } .box-layout .page-wrapper .email-wrap .row .col-xl-3+.col-xl-3, .box-layout.page-wrapper .email-wrap .row .col-xl-3+.col-xl-3 { padding-right: 12px } .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox, .box-layout.page-wrapper .email-wrap .email-right-aside .email-body .inbox { height: 644px } .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after, .box-layout.page-wrapper .email-wrap .email-content .email-top .user-emailid:after { right: -10px } .box-layout .page-wrapper .todo .notification-popup, .box-layout.page-wrapper .todo .notification-popup { right: 320px } .box-layout .page-wrapper .touchspin, .box-layout.page-wrapper .touchspin { padding: 0 10px } .box-layout .page-wrapper .vertical-menu-main, .box-layout.page-wrapper .vertical-menu-main { width: 1280px; margin: 0 auto; left: 0; right: 0 } .box-layout .page-wrapper .vertical-menu-main .mega-menu, .box-layout.page-wrapper .vertical-menu-main .mega-menu { width: 1050px !important; max-width: 1050px !important; left: -320px !important } .box-layout .page-wrapper .comingsoon video, .box-layout.page-wrapper .comingsoon video { min-width: 67%; width: 67% } } @media screen and (max-width: 1660px) and (min-width: 1440px) { .box-layout .calendar-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .box-layout .chart_data_right.second { display: none !important } }
assets/admin/d_user/assets/scss/style.scss.css
:root { --theme-deafult: #7366ff; --theme-secondary: #f73164 } .font-roboto { font-family: Roboto, sans-serif } .p-0 { padding: 0px } .p-5 { padding: 5px } .p-10 { padding: 10px } .p-15 { padding: 15px } .p-20 { padding: 20px } .p-25 { padding: 25px } .p-30 { padding: 30px } .p-35 { padding: 35px } .p-40 { padding: 40px } .p-45 { padding: 45px } .p-50 { padding: 50px } .p-l-0 { padding-left: 0px } .p-l-5 { padding-left: 5px } .p-l-10 { padding-left: 10px } .p-l-15 { padding-left: 15px } .p-l-20 { padding-left: 20px } .p-l-25 { padding-left: 25px } .p-l-30 { padding-left: 30px } .p-l-35 { padding-left: 35px } .p-l-40 { padding-left: 40px } .p-l-45 { padding-left: 45px } .p-l-50 { padding-left: 50px } .p-t-0 { padding-top: 0px !important } .p-t-5 { padding-top: 5px !important } .p-t-10 { padding-top: 10px !important } .p-t-15 { padding-top: 15px !important } .p-t-20 { padding-top: 20px !important } .p-t-25 { padding-top: 25px !important } .p-t-30 { padding-top: 30px !important } .p-t-35 { padding-top: 35px !important } .p-t-40 { padding-top: 40px !important } .p-t-45 { padding-top: 45px !important } .p-t-50 { padding-top: 50px !important } .p-b-0 { padding-bottom: 0px !important } .p-b-5 { padding-bottom: 5px !important } .p-b-10 { padding-bottom: 10px !important } .p-b-15 { padding-bottom: 15px !important } .p-b-20 { padding-bottom: 20px !important } .p-b-25 { padding-bottom: 25px !important } .p-b-30 { padding-bottom: 30px !important } .p-b-35 { padding-bottom: 35px !important } .p-b-40 { padding-bottom: 40px !important } .p-b-45 { padding-bottom: 45px !important } .p-b-50 { padding-bottom: 50px !important } .p-r-0 { padding-right: 0px } .p-r-5 { padding-right: 5px } .p-r-10 { padding-right: 10px } .p-r-15 { padding-right: 15px } .p-r-20 { padding-right: 20px } .p-r-25 { padding-right: 25px } .p-r-30 { padding-right: 30px } .p-r-35 { padding-right: 35px } .p-r-40 { padding-right: 40px } .p-r-45 { padding-right: 45px } .p-r-50 { padding-right: 50px } .m-0 { margin: 0px !important } .m-5 { margin: 5px !important } .m-10 { margin: 10px !important } .m-15 { margin: 15px !important } .m-20 { margin: 20px !important } .m-25 { margin: 25px !important } .m-30 { margin: 30px !important } .m-35 { margin: 35px !important } .m-40 { margin: 40px !important } .m-45 { margin: 45px !important } .m-50 { margin: 50px !important } .m-t-0 { margin-top: 0px !important } .m-t-5 { margin-top: 5px !important } .m-t-10 { margin-top: 10px !important } .m-t-15 { margin-top: 15px !important } .m-t-20 { margin-top: 20px !important } .m-t-25 { margin-top: 25px !important } .m-t-30 { margin-top: 30px !important } .m-t-35 { margin-top: 35px !important } .m-t-40 { margin-top: 40px !important } .m-t-45 { margin-top: 45px !important } .m-t-50 { margin-top: 50px !important } .m-b-0 { margin-bottom: 0px !important } .m-b-5 { margin-bottom: 5px !important } .m-b-10 { margin-bottom: 10px !important } .m-b-15 { margin-bottom: 15px !important } .m-b-20 { margin-bottom: 20px !important } .m-b-25 { margin-bottom: 25px !important } .m-b-30 { margin-bottom: 30px !important } .m-b-35 { margin-bottom: 35px !important } .m-b-40 { margin-bottom: 40px !important } .m-b-45 { margin-bottom: 45px !important } .m-b-50 { margin-bottom: 50px !important } .m-l-0 { margin-left: 0px !important } .m-l-5 { margin-left: 5px !important } .m-l-10 { margin-left: 10px !important } .m-l-15 { margin-left: 15px !important } .m-l-20 { margin-left: 20px !important } .m-l-25 { margin-left: 25px !important } .m-l-30 { margin-left: 30px !important } .m-l-35 { margin-left: 35px !important } .m-l-40 { margin-left: 40px !important } .m-l-45 { margin-left: 45px !important } .m-l-50 { margin-left: 50px !important } .m-r-0 { margin-right: 0px } .m-r-5 { margin-right: 5px } .m-r-10 { margin-right: 10px } .m-r-15 { margin-right: 15px } .m-r-20 { margin-right: 20px } .m-r-25 { margin-right: 25px } .m-r-30 { margin-right: 30px } .m-r-35 { margin-right: 35px } .m-r-40 { margin-right: 40px } .m-r-45 { margin-right: 45px } .m-r-50 { margin-right: 50px } .b-r-0 { border-radius: 0px !important } .b-r-1 { border-radius: 1px !important } .b-r-2 { border-radius: 2px !important } .b-r-3 { border-radius: 3px !important } .b-r-4 { border-radius: 4px !important } .b-r-5 { border-radius: 5px !important } .b-r-6 { border-radius: 6px !important } .b-r-7 { border-radius: 7px !important } .b-r-8 { border-radius: 8px !important } .b-r-9 { border-radius: 9px !important } .b-r-10 { border-radius: 10px !important } .f-12 { font-size: 12px !important } .f-14 { font-size: 14px !important } .f-16 { font-size: 16px !important } .f-18 { font-size: 18px !important } .f-20 { font-size: 20px !important } .f-22 { font-size: 22px !important } .f-24 { font-size: 24px !important } .f-26 { font-size: 26px !important } .f-28 { font-size: 28px !important } .f-30 { font-size: 30px !important } .f-32 { font-size: 32px !important } .f-34 { font-size: 34px !important } .f-36 { font-size: 36px !important } .f-38 { font-size: 38px !important } .f-40 { font-size: 40px !important } .f-42 { font-size: 42px !important } .f-44 { font-size: 44px !important } .f-46 { font-size: 46px !important } .f-48 { font-size: 48px !important } .f-50 { font-size: 50px !important } .f-52 { font-size: 52px !important } .f-54 { font-size: 54px !important } .f-56 { font-size: 56px !important } .f-58 { font-size: 58px !important } .f-60 { font-size: 60px !important } .f-62 { font-size: 62px !important } .f-64 { font-size: 64px !important } .f-66 { font-size: 66px !important } .f-68 { font-size: 68px !important } .f-70 { font-size: 70px !important } .f-72 { font-size: 72px !important } .f-74 { font-size: 74px !important } .f-76 { font-size: 76px !important } .f-78 { font-size: 78px !important } .f-80 { font-size: 80px !important } .f-82 { font-size: 82px !important } .f-84 { font-size: 84px !important } .f-86 { font-size: 86px !important } .f-88 { font-size: 88px !important } .f-90 { font-size: 90px !important } .f-92 { font-size: 92px !important } .f-94 { font-size: 94px !important } .f-96 { font-size: 96px !important } .f-98 { font-size: 98px !important } .f-100 { font-size: 100px !important } .f-w-100 { font-weight: 100 } .f-w-300 { font-weight: 300 } .f-w-500 { font-weight: 500 } .f-w-400 { font-weight: 400 } .f-w-600 { font-weight: 600 } .f-w-700 { font-weight: 700 } .f-w-900 { font-weight: 900 } .f-s-normal { font-style: normal } .f-s-italic { font-style: italic } .f-s-oblique { font-style: oblique } .f-s-initial { font-style: initial } .f-s-inherit { font-style: inherit } .text-overline { text-decoration: overline } .text-line-through { text-decoration: line-through } .text-underline { text-decoration: underline } .text-dashed { -webkit-text-decoration: dashed; text-decoration: dashed } .text-blink { text-decoration: blink } .text-dotted { -webkit-text-decoration: dotted; text-decoration: dotted } .text-initial { text-decoration: initial } .text-none { text-decoration: none } .text-solid { -webkit-text-decoration: solid; text-decoration: solid } .text-wavy { -webkit-text-decoration: wavy; text-decoration: wavy } .text-inherit { text-decoration: inherit } .text-double { -webkit-text-decoration: double; text-decoration: double } .baseline { vertical-align: baseline } .sub { vertical-align: sub } .super { vertical-align: super } .top { vertical-align: top } .text-top { vertical-align: text-top } .middle { vertical-align: middle } .bottom { vertical-align: bottom } .text-bottom { vertical-align: text-bottom } .initial { vertical-align: initial } .inherit { vertical-align: inherit } .p-static { position: static } .p-absolute { position: absolute } .p-fixed { position: fixed } .p-relative { position: relative } .p-initial { position: initial } .p-inherit { position: inherit } .f-left { float: left } .f-right { float: right } .f-none { float: none } .o-hidden { overflow: hidden } .o-visible { overflow: visible } .o-auto { overflow: auto } .img-10 { width: 10px !important } .img-20 { width: 20px !important } .img-30 { width: 30px !important } .img-40 { width: 40px !important } .img-50 { width: 50px !important } .img-60 { width: 60px !important } .img-70 { width: 70px !important } .img-80 { width: 80px !important } .img-90 { width: 90px !important } .img-100 { width: 100px !important } .font-primary { color: #7366ff !important } .font-secondary { color: #f73164 !important } .font-success { color: #51bb25 !important } .font-danger { color: #dc3545 !important } .font-info { color: #a927f9 !important } .font-light { color: #f4f4f4 !important } .font-dark { color: #2c323f !important } .font-warning { color: #f8d62b !important } .font-primary { color: var(--theme-deafult) !important } .font-secondary { color: var(--theme-secondary) !important } .label { border-radius: 2px; color: #fff; font-size: 12px; line-height: 1; margin-bottom: 0; text-transform: capitalize } .label-theme { background-color: #7366ff } .label-primary { background-color: #7366ff } .label-secondary { background-color: #f73164 } .label-success { background-color: #51bb25 } .label-danger { background-color: #dc3545 } .label-info { background-color: #a927f9 } .label-light { background-color: #f4f4f4 } .label-dark { background-color: #2c323f } .label-warning { background-color: #f8d62b } .badge-primary { background-color: #7366ff } .badge-secondary { background-color: #f73164 } .badge-success { background-color: #51bb25 } .badge-danger { background-color: #dc3545 } .badge-info { background-color: #a927f9 } .badge-light { background-color: #f4f4f4 } .badge-dark { background-color: #2c323f } .badge-warning { background-color: #f8d62b } .badge-primary { background-color: var(--theme-deafult) !important } .badge-secondary { background-color: var(--theme-secondary) !important } .bg-primary { background-color: #7366ff !important; color: #fff } .bg-light-primary { background-color: rgba(115, 102, 255, 0.2) !important; color: #fff } .bg-secondary { background-color: #f73164 !important; color: #fff } .bg-light-secondary { background-color: rgba(247, 49, 100, 0.2) !important; color: #fff } .bg-success { background-color: #51bb25 !important; color: #fff } .bg-light-success { background-color: rgba(81, 187, 37, 0.2) !important; color: #fff } .bg-danger { background-color: #dc3545 !important; color: #fff } .bg-light-danger { background-color: rgba(220, 53, 69, 0.2) !important; color: #fff } .bg-info { background-color: #a927f9 !important; color: #fff } .bg-light-info { background-color: rgba(169, 39, 249, 0.2) !important; color: #fff } .bg-light { background-color: #f4f4f4 !important; color: #fff } .bg-light-light { background-color: rgba(244, 244, 244, 0.2) !important; color: #fff } .bg-dark { background-color: #2c323f !important; color: #fff } .bg-light-dark { background-color: rgba(44, 50, 63, 0.2) !important; color: #fff } .bg-warning { background-color: #f8d62b !important; color: #fff } .bg-light-warning { background-color: rgba(248, 214, 43, 0.2) !important; color: #fff } .bg-primary { background-color: var(--theme-deafult) !important } .bg-secondary { background-color: var(--theme-secondary) !important } .txt-primary { color: #7366ff !important } .txt-secondary { color: #f73164 !important } .txt-success { color: #51bb25 !important } .txt-danger { color: #dc3545 !important } .txt-info { color: #a927f9 !important } .txt-light { color: #f4f4f4 !important } .txt-dark { color: #2c323f !important } .txt-warning { color: #f8d62b !important } .txt-google-plus { color: #c64e40 !important } .txt-twitter { color: #6fa2d8 !important } .txt-linkedin { color: #0077B5 !important } .txt-fb { color: #50598e !important } .txt-primary { color: var(--theme-deafult) !important } .txt-secondary { color: var(--theme-secondary) !important } .btn-primary { background-color: #7366ff !important; border-color: #7366ff !important } .btn-primary.disabled, .btn-primary:disabled { background-color: #7366ff !important; border-color: #7366ff !important } .btn-primary:focus { -webkit-box-shadow: 0 0 0 0.2rem #fff; box-shadow: 0 0 0 0.2rem #fff } .btn-secondary { background-color: #f73164 !important; border-color: #f73164 !important } .btn-secondary.disabled, .btn-secondary:disabled { background-color: #f73164 !important; border-color: #f73164 !important } .btn-secondary:focus { -webkit-box-shadow: 0 0 0 0.2rem #fdc4d3; box-shadow: 0 0 0 0.2rem #fdc4d3 } .btn-success { background-color: #51bb25 !important; border-color: #51bb25 !important } .btn-success.disabled, .btn-success:disabled { background-color: #51bb25 !important; border-color: #51bb25 !important } .btn-success:focus { -webkit-box-shadow: 0 0 0 0.2rem #aae990; box-shadow: 0 0 0 0.2rem #aae990 } .btn-danger { background-color: #dc3545 !important; border-color: #dc3545 !important } .btn-danger.disabled, .btn-danger:disabled { background-color: #dc3545 !important; border-color: #dc3545 !important } .btn-danger:focus { -webkit-box-shadow: 0 0 0 0.2rem #f3b7bd; box-shadow: 0 0 0 0.2rem #f3b7bd } .btn-info { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { color: #fff } .btn-info.disabled, .btn-info:disabled { background-color: #a927f9 !important; border-color: #a927f9 !important } .btn-info:focus { -webkit-box-shadow: 0 0 0 0.2rem #e4bcfd; box-shadow: 0 0 0 0.2rem #e4bcfd } .btn-light { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important } .btn-light.disabled, .btn-light:disabled { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important } .btn-light:focus { -webkit-box-shadow: 0 0 0 0.2rem #fff; box-shadow: 0 0 0 0.2rem #fff } .btn-dark { background-color: #2c323f !important; border-color: #2c323f !important } .btn-dark.disabled, .btn-dark:disabled { background-color: #2c323f !important; border-color: #2c323f !important } .btn-dark:focus { -webkit-box-shadow: 0 0 0 0.2rem #6c7a98; box-shadow: 0 0 0 0.2rem #6c7a98 } .btn-warning { background-color: #f8d62b !important; border-color: #f8d62b !important } .btn-warning.disabled, .btn-warning:disabled { background-color: #f8d62b !important; border-color: #f8d62b !important } .btn-warning:focus { -webkit-box-shadow: 0 0 0 0.2rem #fdf3bf; box-shadow: 0 0 0 0.2rem #fdf3bf } .btn-light { background-color: rgba(115, 102, 255, 0.06) !important; border-color: rgba(115, 102, 255, 0.06) !important } .btn-light:hover { background-color: rgba(115, 102, 255, 0.1) !important; border-color: rgba(115, 102, 255, 0.1) !important } .btn-primary { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important } .btn-secondary { background-color: var(--theme-secondary) !important; border-color: var(--theme-secondary) !important } .btn-outline-primary-2x { border-width: 2px; border-color: #7366ff; color: #7366ff; background-color: transparent } .btn-outline-primary-2x:hover, .btn-outline-primary-2x:focus, .btn-outline-primary-2x:active, .btn-outline-primary-2x.active { color: white; background-color: #43f !important; border-color: #43f !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-secondary-2x { border-width: 2px; border-color: #f73164; color: #f73164; background-color: transparent } .btn-outline-secondary-2x:hover, .btn-outline-secondary-2x:focus, .btn-outline-secondary-2x:active, .btn-outline-secondary-2x.active { color: white; background-color: #ec0944 !important; border-color: #ec0944 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-success-2x { border-width: 2px; border-color: #51bb25; color: #51bb25; background-color: transparent } .btn-outline-success-2x:hover, .btn-outline-success-2x:focus, .btn-outline-success-2x:active, .btn-outline-success-2x.active { color: white; background-color: #3f901d !important; border-color: #3f901d !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-danger-2x { border-width: 2px; border-color: #dc3545; color: #dc3545; background-color: transparent } .btn-outline-danger-2x:hover, .btn-outline-danger-2x:focus, .btn-outline-danger-2x:active, .btn-outline-danger-2x.active { color: white; background-color: #bd2130 !important; border-color: #bd2130 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-info-2x { border-width: 2px; border-color: #a927f9; color: #a927f9; background-color: transparent } .btn-outline-info-2x:hover, .btn-outline-info-2x:focus, .btn-outline-info-2x:active, .btn-outline-info-2x.active { color: white; background-color: #9106e7 !important; border-color: #9106e7 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-light-2x { border-width: 2px; border-color: #f4f4f4; color: #f4f4f4; background-color: transparent } .btn-outline-light-2x:hover, .btn-outline-light-2x:focus, .btn-outline-light-2x:active, .btn-outline-light-2x.active { color: white; background-color: #dbdbdb !important; border-color: #dbdbdb !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-dark-2x { border-width: 2px; border-color: #2c323f; color: #2c323f; background-color: transparent } .btn-outline-dark-2x:hover, .btn-outline-dark-2x:focus, .btn-outline-dark-2x:active, .btn-outline-dark-2x.active { color: white; background-color: #171a21 !important; border-color: #171a21 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-warning-2x { border-width: 2px; border-color: #f8d62b; color: #f8d62b; background-color: transparent } .btn-outline-warning-2x:hover, .btn-outline-warning-2x:focus, .btn-outline-warning-2x:active, .btn-outline-warning-2x.active { color: white; background-color: #e8c308 !important; border-color: #e8c308 !important; -webkit-box-shadow: none; box-shadow: none } .btn-outline-primary { border-color: #7366ff; color: #7366ff; background-color: transparent } .btn-outline-primary.disabled { color: #7366ff } .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active { color: white; background-color: #43f !important; border-color: #43f !important } .btn-outline-secondary { border-color: #f73164; color: #f73164; background-color: transparent } .btn-outline-secondary.disabled { color: #f73164 } .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active { color: white; background-color: #ec0944 !important; border-color: #ec0944 !important } .btn-outline-success { border-color: #51bb25; color: #51bb25; background-color: transparent } .btn-outline-success.disabled { color: #51bb25 } .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active { color: white; background-color: #3f901d !important; border-color: #3f901d !important } .btn-outline-danger { border-color: #dc3545; color: #dc3545; background-color: transparent } .btn-outline-danger.disabled { color: #dc3545 } .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active { color: white; background-color: #bd2130 !important; border-color: #bd2130 !important } .btn-outline-info { border-color: #a927f9; color: #a927f9; background-color: transparent } .btn-outline-info.disabled { color: #a927f9 } .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active { color: white; background-color: #9106e7 !important; border-color: #9106e7 !important } .btn-outline-light { border-color: #f4f4f4; color: #f4f4f4; background-color: transparent; color: #2b2b2b } .btn-outline-light.disabled { color: #f4f4f4 } .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active { color: white; background-color: #dbdbdb !important; border-color: #dbdbdb !important } .btn-outline-dark { border-color: #2c323f; color: #2c323f; background-color: transparent } .btn-outline-dark.disabled { color: #2c323f } .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active { color: white; background-color: #171a21 !important; border-color: #171a21 !important } .btn-outline-warning { border-color: #f8d62b; color: #f8d62b; background-color: transparent } .btn-outline-warning.disabled { color: #f8d62b } .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active { color: white; background-color: #e8c308 !important; border-color: #e8c308 !important } .btn-primary:not([disabled]):not(.disabled).active { background-color: #43f; border-color: #43f; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-primary:not([disabled]):not(.disabled).active:hover, .btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled).active:active, .btn-primary:not([disabled]):not(.disabled).active.active { color: white; background-color: #43f; border-color: #43f } .btn-secondary:not([disabled]):not(.disabled).active { background-color: #ec0944; border-color: #ec0944; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-secondary:not([disabled]):not(.disabled).active:hover, .btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled).active:active, .btn-secondary:not([disabled]):not(.disabled).active.active { color: white; background-color: #ec0944; border-color: #ec0944 } .btn-success:not([disabled]):not(.disabled).active { background-color: #3f901d; border-color: #3f901d; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-success:not([disabled]):not(.disabled).active:hover, .btn-success:not([disabled]):not(.disabled).active:focus, .btn-success:not([disabled]):not(.disabled).active:active, .btn-success:not([disabled]):not(.disabled).active.active { color: white; background-color: #3f901d; border-color: #3f901d } .btn-danger:not([disabled]):not(.disabled).active { background-color: #bd2130; border-color: #bd2130; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-danger:not([disabled]):not(.disabled).active:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .btn-danger:not([disabled]):not(.disabled).active:active, .btn-danger:not([disabled]):not(.disabled).active.active { color: white; background-color: #bd2130; border-color: #bd2130 } .btn-info:not([disabled]):not(.disabled).active { background-color: #9106e7; border-color: #9106e7; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-info:not([disabled]):not(.disabled).active:hover, .btn-info:not([disabled]):not(.disabled).active:focus, .btn-info:not([disabled]):not(.disabled).active:active, .btn-info:not([disabled]):not(.disabled).active.active { color: white; background-color: #9106e7; border-color: #9106e7 } .btn-light:not([disabled]):not(.disabled).active { background-color: #dbdbdb; border-color: #dbdbdb; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-light:not([disabled]):not(.disabled).active:hover, .btn-light:not([disabled]):not(.disabled).active:focus, .btn-light:not([disabled]):not(.disabled).active:active, .btn-light:not([disabled]):not(.disabled).active.active { color: white; background-color: #dbdbdb; border-color: #dbdbdb } .btn-dark:not([disabled]):not(.disabled).active { background-color: #171a21; border-color: #171a21; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-dark:not([disabled]):not(.disabled).active:hover, .btn-dark:not([disabled]):not(.disabled).active:focus, .btn-dark:not([disabled]):not(.disabled).active:active, .btn-dark:not([disabled]):not(.disabled).active.active { color: white; background-color: #171a21; border-color: #171a21 } .btn-warning:not([disabled]):not(.disabled).active { background-color: #e8c308; border-color: #e8c308; -webkit-box-shadow: none !important; box-shadow: none !important } .btn-warning:not([disabled]):not(.disabled).active:hover, .btn-warning:not([disabled]):not(.disabled).active:focus, .btn-warning:not([disabled]):not(.disabled).active:active, .btn-warning:not([disabled]):not(.disabled).active.active { color: white; background-color: #e8c308; border-color: #e8c308 } .btn-outline-primary-2x:not([disabled]):not(.disabled).active { background-color: #7366ff; border-color: #7366ff; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-primary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-primary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-primary-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #43f !important; border-color: #43f !important } .btn-outline-secondary-2x:not([disabled]):not(.disabled).active { background-color: #f73164; border-color: #f73164; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active:active, .btn-outline-secondary-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #ec0944 !important; border-color: #ec0944 !important } .btn-outline-success-2x:not([disabled]):not(.disabled).active { background-color: #51bb25; border-color: #51bb25; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-success-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-success-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-success-2x:not([disabled]):not(.disabled).active:active, .btn-outline-success-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #3f901d !important; border-color: #3f901d !important } .btn-outline-danger-2x:not([disabled]):not(.disabled).active { background-color: #dc3545; border-color: #dc3545; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-danger-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-danger-2x:not([disabled]):not(.disabled).active:active, .btn-outline-danger-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #bd2130 !important; border-color: #bd2130 !important } .btn-outline-info-2x:not([disabled]):not(.disabled).active { background-color: #a927f9; border-color: #a927f9; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-info-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-info-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-info-2x:not([disabled]):not(.disabled).active:active, .btn-outline-info-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #9106e7 !important; border-color: #9106e7 !important } .btn-outline-light-2x:not([disabled]):not(.disabled).active { background-color: #f4f4f4; border-color: #f4f4f4; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-light-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-light-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-light-2x:not([disabled]):not(.disabled).active:active, .btn-outline-light-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #dbdbdb !important; border-color: #dbdbdb !important } .btn-outline-dark-2x:not([disabled]):not(.disabled).active { background-color: #2c323f; border-color: #2c323f; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-dark-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-dark-2x:not([disabled]):not(.disabled).active:active, .btn-outline-dark-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #171a21 !important; border-color: #171a21 !important } .btn-outline-warning-2x:not([disabled]):not(.disabled).active { background-color: #f8d62b; border-color: #f8d62b; -webkit-box-shadow: none !important; box-shadow: none !important; color: white } .btn-outline-warning-2x:not([disabled]):not(.disabled).active:hover, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:focus, .btn-outline-warning-2x:not([disabled]):not(.disabled).active:active, .btn-outline-warning-2x:not([disabled]):not(.disabled).active.active { color: white; -webkit-box-shadow: none !important; box-shadow: none !important; background-color: #e8c308 !important; border-color: #e8c308 !important } table thead .border-bottom-primary th, table tbody .border-bottom-primary th, table tbody .border-bottom-primary td { border-bottom: 1px solid #7366ff !important } table thead .border-bottom-secondary th, table tbody .border-bottom-secondary th, table tbody .border-bottom-secondary td { border-bottom: 1px solid #f73164 !important } table thead .border-bottom-success th, table tbody .border-bottom-success th, table tbody .border-bottom-success td { border-bottom: 1px solid #51bb25 !important } table thead .border-bottom-danger th, table tbody .border-bottom-danger th, table tbody .border-bottom-danger td { border-bottom: 1px solid #dc3545 !important } table thead .border-bottom-info th, table tbody .border-bottom-info th, table tbody .border-bottom-info td { border-bottom: 1px solid #a927f9 !important } table thead .border-bottom-light th, table tbody .border-bottom-light th, table tbody .border-bottom-light td { border-bottom: 1px solid #f4f4f4 !important } table thead .border-bottom-dark th, table tbody .border-bottom-dark th, table tbody .border-bottom-dark td { border-bottom: 1px solid #2c323f !important } table thead .border-bottom-warning th, table tbody .border-bottom-warning th, table tbody .border-bottom-warning td { border-bottom: 1px solid #f8d62b !important } .table-styling .table-primary, .table-styling.table-primary { background-color: #7366ff; color: #fff; border: 3px solid #7366ff } .table-styling .table-primary thead, .table-styling.table-primary thead { background-color: #43f; border: 3px solid #43f } .table-styling .table-primary th, .table-styling .table-primary td, .table-styling.table-primary th, .table-styling.table-primary td { background-color: transparent } .table-styling .table-secondary, .table-styling.table-secondary { background-color: #f73164; color: #fff; border: 3px solid #f73164 } .table-styling .table-secondary thead, .table-styling.table-secondary thead { background-color: #ec0944; border: 3px solid #ec0944 } .table-styling .table-secondary th, .table-styling .table-secondary td, .table-styling.table-secondary th, .table-styling.table-secondary td { background-color: transparent } .table-styling .table-success, .table-styling.table-success { background-color: #51bb25; color: #fff; border: 3px solid #51bb25 } .table-styling .table-success thead, .table-styling.table-success thead { background-color: #3f901d; border: 3px solid #3f901d } .table-styling .table-success th, .table-styling .table-success td, .table-styling.table-success th, .table-styling.table-success td { background-color: transparent } .table-styling .table-danger, .table-styling.table-danger { background-color: #dc3545; color: #fff; border: 3px solid #dc3545 } .table-styling .table-danger thead, .table-styling.table-danger thead { background-color: #bd2130; border: 3px solid #bd2130 } .table-styling .table-danger th, .table-styling .table-danger td, .table-styling.table-danger th, .table-styling.table-danger td { background-color: transparent } .table-styling .table-info, .table-styling.table-info { background-color: #a927f9; color: #fff; border: 3px solid #a927f9 } .table-styling .table-info thead, .table-styling.table-info thead { background-color: #9106e7; border: 3px solid #9106e7 } .table-styling .table-info th, .table-styling .table-info td, .table-styling.table-info th, .table-styling.table-info td { background-color: transparent } .table-styling .table-light, .table-styling.table-light { background-color: #f4f4f4; color: #fff; border: 3px solid #f4f4f4 } .table-styling .table-light thead, .table-styling.table-light thead { background-color: #dbdbdb; border: 3px solid #dbdbdb } .table-styling .table-light th, .table-styling .table-light td, .table-styling.table-light th, .table-styling.table-light td { background-color: transparent } .table-styling .table-dark, .table-styling.table-dark { background-color: #2c323f; color: #fff; border: 3px solid #2c323f } .table-styling .table-dark thead, .table-styling.table-dark thead { background-color: #171a21; border: 3px solid #171a21 } .table-styling .table-dark th, .table-styling .table-dark td, .table-styling.table-dark th, .table-styling.table-dark td { background-color: transparent } .table-styling .table-warning, .table-styling.table-warning { background-color: #f8d62b; color: #fff; border: 3px solid #f8d62b } .table-styling .table-warning thead, .table-styling.table-warning thead { background-color: #e8c308; border: 3px solid #e8c308 } .table-styling .table-warning th, .table-styling .table-warning td, .table-styling.table-warning th, .table-styling.table-warning td { background-color: transparent } .b-primary { border: 1px solid #7366ff !important } .b-t-primary { border-top: 1px solid #7366ff !important } .b-b-primary { border-bottom: 1px solid #7366ff !important } .b-l-primary { border-left: 1px solid #7366ff !important } .b-r-primary { border-right: 1px solid #7366ff !important } .b-secondary { border: 1px solid #f73164 !important } .b-t-secondary { border-top: 1px solid #f73164 !important } .b-b-secondary { border-bottom: 1px solid #f73164 !important } .b-l-secondary { border-left: 1px solid #f73164 !important } .b-r-secondary { border-right: 1px solid #f73164 !important } .b-success { border: 1px solid #51bb25 !important } .b-t-success { border-top: 1px solid #51bb25 !important } .b-b-success { border-bottom: 1px solid #51bb25 !important } .b-l-success { border-left: 1px solid #51bb25 !important } .b-r-success { border-right: 1px solid #51bb25 !important } .b-danger { border: 1px solid #dc3545 !important } .b-t-danger { border-top: 1px solid #dc3545 !important } .b-b-danger { border-bottom: 1px solid #dc3545 !important } .b-l-danger { border-left: 1px solid #dc3545 !important } .b-r-danger { border-right: 1px solid #dc3545 !important } .b-info { border: 1px solid #a927f9 !important } .b-t-info { border-top: 1px solid #a927f9 !important } .b-b-info { border-bottom: 1px solid #a927f9 !important } .b-l-info { border-left: 1px solid #a927f9 !important } .b-r-info { border-right: 1px solid #a927f9 !important } .b-light { border: 1px solid #f4f4f4 !important } .b-t-light { border-top: 1px solid #f4f4f4 !important } .b-b-light { border-bottom: 1px solid #f4f4f4 !important } .b-l-light { border-left: 1px solid #f4f4f4 !important } .b-r-light { border-right: 1px solid #f4f4f4 !important } .b-dark { border: 1px solid #2c323f !important } .b-t-dark { border-top: 1px solid #2c323f !important } .b-b-dark { border-bottom: 1px solid #2c323f !important } .b-l-dark { border-left: 1px solid #2c323f !important } .b-r-dark { border-right: 1px solid #2c323f !important } .b-warning { border: 1px solid #f8d62b !important } .b-t-warning { border-top: 1px solid #f8d62b !important } .b-b-warning { border-bottom: 1px solid #f8d62b !important } .b-l-warning { border-left: 1px solid #f8d62b !important } .b-r-warning { border-right: 1px solid #f8d62b !important } .border-1 { border-width: 1px !important } .border-2 { border-width: 2px !important } .border-3 { border-width: 3px !important } .border-4 { border-width: 4px !important } .border-5 { border-width: 5px !important } .border-6 { border-width: 6px !important } .border-7 { border-width: 7px !important } .border-8 { border-width: 8px !important } .border-9 { border-width: 9px !important } .border-10 { border-width: 10px !important } .opacity-0 { opacity: 0 } .map-block { height: 350px; width: 100% } .map-js-height { height: 500px } .map-js-height .btn-group input { background-color: #7366ff } .map-js-height .btn-group input+input { background-color: #f73164 } .custom-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .custom-scrollbar::-webkit-scrollbar { width: 6px } .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .comment { color: #9f9ba5; font-style: italic } .line { color: #2c323f } .line pre { font-size: 100% } .list-circle { list-style: circle } .theme-close { opacity: 1; height: 40px; width: 40px; position: absolute; font-weight: 400; z-index: 1; right: 0; background-color: #fff !important; border-radius: 5px } .options>div { color: #ccc; display: inline-block; padding: 2px 10px; border: 1px solid; margin: 0 8px 8px 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .options>div:hover { background-color: #7366ff; color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .modal-footer { -ms-flex-wrap: wrap; flex-wrap: wrap } .img-cropper #putData { margin-bottom: 0 } .img-cropper .img-container { min-height: auto; margin-bottom: 0 } .img-cropper .docs-data>.input-group:last-child { margin-bottom: 0 } .img-cropper .docs-preview { margin-top: 20px; margin-bottom: 10px } .dropzone .dz-preview .dz-error-message { background: #fff !important; color: #7366ff !important; border: 1px solid #7366ff } .dropzone .dz-preview .dz-error-message:after { border-bottom: 6px solid #7366ff !important } .typeahead .theme-form .form-group { margin-bottom: 0 } .editor-statusbar { border-bottom: 1px solid rgba(0, 0, 0, 0.125) } .page-builder .ge-canvas.ge-editing .row { padding: 30px; margin-bottom: 0; background-color: rgba(115, 102, 255, 0.02) } .page-builder .btn-screen { padding: 0 18px 0 0 } .bg-overlay.active { height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.2); position: fixed; z-index: 8; top: 0 } button:focus { outline: none !important } .dotted { border-style: dotted } .dashed { border-style: dashed } .double { border-style: double } .groove { border-style: groove } .ridge { border-style: ridge } .inset { border-style: inset } .outset { border-style: outset } @-webkit-keyframes fadeIncustom { 0% { opacity: 0; top: 50px } 75% { opacity: .6; top: 0 } 100% { opacity: 1 } } @keyframes fadeIncustom { 0% { opacity: 0; top: 50px } 75% { opacity: .6; top: 0 } 100% { opacity: 1 } } .daterangepicker select.monthselect, .daterangepicker select.yearselect { border-color: #efefef; background-color: #fff; font-size: 14px; color: #898989; padding: 5px 10px; border-radius: 5px; width: 46% } body { font-size: 14px; overflow-x: hidden; font-family: Rubik, sans-serif; color: #2b2b2b } ul { padding-left: 0px; list-style-type: none; margin-bottom: 0 } * a { color: var(--theme-deafult); text-decoration: none; letter-spacing: 1px } a:hover { text-decoration: none; color: var(--theme-deafult) } a[class*="badge-"]:hover { color: #fff } .btn { font-size: 14px } *.btn:focus { -webkit-box-shadow: none !important; box-shadow: none !important } p { font-size: 13px; line-height: 1.7; letter-spacing: .7px } code { color: var(--theme-deafult) !important; background-color: rgba(115, 102, 255, 0.03); padding: 3px; margin: 0 3px; border-radius: 2px } .media { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .media .media-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1 } blockquote { border-left: 4px solid #ecf3fa; padding: 15px } .figure.text-center blockquote { border: none !important } .figure.text-end blockquote { border-left: none !important; border-right: 4px solid #ecf3fa } .row>div { position: relative } :focus { outline-color: var(--theme-deafult) } .disabled { cursor: not-allowed; opacity: 0.5 } svg { vertical-align: baseline } input:focus { outline-color: rgba(0, 0, 0, 0) } label { margin-bottom: .5rem } .media-widgets .media-body { margin-bottom: 30px } .typography h1, .typography .h1, .typography h2, .typography .h2, .typography h3, .typography .h3, .typography h4, .typography .h4, .typography h5, .typography .h5, .typography h6, .typography .h6 { margin: 20px 0; margin-top: 0 } .typography h1:last-child, .typography .h1:last-child, .typography h2:last-child, .typography .h2:last-child, .typography h3:last-child, .typography .h3:last-child, .typography h4:last-child, .typography .h4:last-child, .typography h5:last-child, .typography .h5:last-child, .typography h6:last-child, .typography .h6:last-child { margin-bottom: 0 } .typography small { padding-left: 10px; color: #2c323f } pre { background-color: rgba(115, 102, 255, 0.03); padding: 20px 0 } .owl-theme .owl-dots .owl-dot span { background: #d0ccff } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: var(--theme-deafult) } .owl-theme .owl-nav.disabled+.owl-dots { margin-bottom: -10px; margin-top: 25px } .click2edit~.note-editor.note-frame { margin-bottom: 30px } .note-editor.note-frame { border-color: #f4f4f4 } .note-editor.note-frame { border-color: #f4f4f4 } .modal .modal-body .card { -webkit-box-shadow: none !important; box-shadow: none !important } .modal-dialog .modal-content .modal-body p a { margin-right: 0 } .alert-theme button { top: 25px !important; right: 20px !important; color: var(--theme-deafult) } .alert-theme span+span+span { background-color: #fff; color: var(--theme-deafult); border-radius: 4px; -webkit-box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2) } .alert-theme i { padding: 20px; padding-right: 0 !important; margin-right: 20px !important } .alert-theme .progress { margin-top: -2px !important; height: 2px; width: 100% } .alert-theme .progress .progress-bar { background-color: var(--theme-deafult) } .alert-copy { border: 1px solid var(--theme-deafult); line-height: 1; display: inline-block; width: 300px; color: #fff; background-color: var(--theme-deafult) } .alert-copy .close { -webkit-box-shadow: none; box-shadow: none; color: #fff; line-height: 1.4; font-weight: 100 } .alert-copy .close:focus { outline: none } .ace-editor { height: 400px; width: 100% } .editor-toolbar { width: 100% !important } .editor-toolbar.fullscreen { z-index: 100 } .CodeMirror { top: 0 !important } .CodeMirror-fullscreen { top: 50px !important } .irs-from, .irs-to, .irs-single { background: var(--theme-deafult) } .irs-from:after, .irs-to:after, .irs-single:after { border-top-color: var(--theme-deafult) } .irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge { background-color: var(--theme-deafult) } .swal-button { background-color: var(--theme-deafult) } .swal-button:active { background-color: #5c4dff } .swal-button--cancel { background-color: #EFEFEE !important } .clipboaard-container h6 { line-height: 1.6; font-size: 13px } fieldset .bootstrap-touchspin-postfix, fieldset .bootstrap-touchspin-prefix { border-radius: 0; padding: .4rem .75rem } fieldset .input-group-lg .touchspin { height: 50px } .f1 .f1-steps .f1-step .f1-step-icon { padding: 12px } .form-inline .form-group { display: -webkit-box; display: -ms-flexbox; display: flex } .input-group-text i { line-height: 1.5 } .animated-modal .form-select { display: inline-block; width: auto; vertical-align: middle } .default-according .card { margin-bottom: 0; -webkit-box-shadow: none; box-shadow: none } .default-according .card+.card { margin-top: 10px } .default-according .card .btn-link { font-weight: 500; color: #2b2b2b; text-decoration: none } .default-according .card .btn-link:focus, .default-according .card .btn-link:hover { text-decoration: none } .default-according .card .card-header { padding: 0.75rem 1.25rem; border: 1px solid #ecf3fa } .default-according .card .card-header i { position: absolute; left: 18px; font-size: 20px; top: 20px } .default-according .card .card-header h5 { margin-top: 2px } .default-according .card .card-body { border: 1px solid #ecf3fa; border-top: none } .default-according.style-1 button { width: 100%; text-align: left } .default-according.style-1 button:before { right: 20px; position: absolute; -webkit-transition: 0.4s; transition: 0.4s; font-size: 20px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .default-according.style-1 button[aria-expanded="true"]:before { content: ""; font-family: IcoFont } .default-according.style-1 button[aria-expanded="false"]:before { content: ""; font-family: IcoFont } .notify-alert .close { background: unset; border: none; font-size: 25px } .alert { border-radius: .15rem; padding: 15px } .alert svg { vertical-align: middle } .alert .progress { margin-top: 15px } .alert [data-notify='icon'] { margin-right: 10px; line-height: 20px; position: absolute } .alert [data-notify='message'] { display: inline-block; width: 100% } .alert i { margin-right: 5px; font-size: 16px } .alert p { margin-bottom: 0 } .alert .close { opacity: 1 } .alert .close span { font-size: 24px; font-weight: 400; display: inline-block; border-radius: 3px; text-shadow: none; padding: 0 5px; padding-right: 0 } .alert-dismissible .close { padding: 10px 1.25rem; top: 4px; padding-right: 13px; opacity: 0.5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .alert-dismissible .close:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; color: inherit } .card-body button:focus { outline: none } .card-body .alert:last-child { margin-bottom: 0 } .card-body .alert svg { width: 14px; height: 14px; margin-right: 4px; position: absolute; top: 18px } .card-body .alert svg~p { padding-left: 20px } strong { display: inline-block } strong~p { display: inline-block } .alert-primary { background-color: rgba(115, 102, 255, 0.8); border-color: rgba(115, 102, 255, 0.9); color: #fff } .alert-primary .progress { height: 5px; background-color: #6e61ff; border-radius: 0 } .alert-primary .progress-bar { background-color: #fff } .alert-primary .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-primary .alert-link { color: #7366ff } .alert-primary hr { border-top-color: #7366ff } .alert-primary.dark { background-color: #7366ff; border-color: #7366ff; color: #fafafa } .alert-primary.dark .alert-link { color: #fff } .alert-primary.outline, .alert-primary.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #7366ff; color: #7366ff } .alert-primary.outline .btn-close, .alert-primary.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-primary.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #7366ff; color: #2b2b2b } .alert-primary.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #7366ff; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-primary.inverse i { padding: 17px 20px; display: inline-block; background-color: #7366ff; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-primary.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-secondary { background-color: rgba(247, 49, 100, 0.8); border-color: rgba(247, 49, 100, 0.9); color: #fff } .alert-secondary .progress { height: 5px; background-color: #f72c60; border-radius: 0 } .alert-secondary .progress-bar { background-color: #fff } .alert-secondary .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-secondary .alert-link { color: #f73164 } .alert-secondary hr { border-top-color: #f73164 } .alert-secondary.dark { background-color: #f73164; border-color: #f73164; color: #fafafa } .alert-secondary.dark .alert-link { color: #fff } .alert-secondary.outline, .alert-secondary.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f73164; color: #f73164 } .alert-secondary.outline .btn-close, .alert-secondary.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-secondary.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f73164; color: #2b2b2b } .alert-secondary.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f73164; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-secondary.inverse i { padding: 17px 20px; display: inline-block; background-color: #f73164; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-secondary.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-success { background-color: rgba(81, 187, 37, 0.8); border-color: rgba(81, 187, 37, 0.9); color: #fff } .alert-success .progress { height: 5px; background-color: #4fb724; border-radius: 0 } .alert-success .progress-bar { background-color: #ebfae5 } .alert-success .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-success .alert-link { color: #51bb25 } .alert-success hr { border-top-color: #51bb25 } .alert-success.dark { background-color: #51bb25; border-color: #51bb25; color: #fafafa } .alert-success.dark .alert-link { color: #fff } .alert-success.outline, .alert-success.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #51bb25; color: #51bb25 } .alert-success.outline .btn-close, .alert-success.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-success.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #51bb25; color: #2b2b2b } .alert-success.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #51bb25; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-success.inverse i { padding: 17px 20px; display: inline-block; background-color: #51bb25; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-success.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-danger { background-color: rgba(220, 53, 69, 0.8); border-color: rgba(220, 53, 69, 0.9); color: #fff } .alert-danger .progress { height: 5px; background-color: #db3141; border-radius: 0 } .alert-danger .progress-bar { background-color: #fff } .alert-danger .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-danger .alert-link { color: #dc3545 } .alert-danger hr { border-top-color: #dc3545 } .alert-danger.dark { background-color: #dc3545; border-color: #dc3545; color: #fafafa } .alert-danger.dark .alert-link { color: #fff } .alert-danger.outline, .alert-danger.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #dc3545; color: #dc3545 } .alert-danger.outline .btn-close, .alert-danger.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-danger.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #dc3545; color: #2b2b2b } .alert-danger.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #dc3545; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-danger.inverse i { padding: 17px 20px; display: inline-block; background-color: #dc3545; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-danger.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-warning { background-color: rgba(248, 214, 43, 0.8); border-color: rgba(248, 214, 43, 0.9); color: #fff } .alert-warning .progress { height: 5px; background-color: #f8d526; border-radius: 0 } .alert-warning .progress-bar { background-color: #fff } .alert-warning .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-warning .alert-link { color: #f8d62b } .alert-warning hr { border-top-color: #f8d62b } .alert-warning.dark { background-color: #f8d62b; border-color: #f8d62b; color: #fafafa } .alert-warning.dark .alert-link { color: #fff } .alert-warning.outline, .alert-warning.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f8d62b; color: #f8d62b } .alert-warning.outline .btn-close, .alert-warning.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-warning.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f8d62b; color: #2b2b2b } .alert-warning.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f8d62b; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-warning.inverse i { padding: 17px 20px; display: inline-block; background-color: #f8d62b; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-warning.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-info { background-color: rgba(169, 39, 249, 0.8); border-color: rgba(169, 39, 249, 0.9); color: #fff } .alert-info .progress { height: 5px; background-color: #a722f9; border-radius: 0 } .alert-info .progress-bar { background-color: #fff } .alert-info .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-info .alert-link { color: #a927f9 } .alert-info hr { border-top-color: #a927f9 } .alert-info.dark { background-color: #a927f9; border-color: #a927f9; color: #fafafa } .alert-info.dark .alert-link { color: #fff } .alert-info.outline, .alert-info.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #a927f9; color: #a927f9 } .alert-info.outline .btn-close, .alert-info.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-info.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #a927f9; color: #2b2b2b } .alert-info.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #a927f9; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-info.inverse i { padding: 17px 20px; display: inline-block; background-color: #a927f9; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-info.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-light { background-color: rgba(244, 244, 244, 0.8); border-color: rgba(244, 244, 244, 0.9); color: #fff; color: #2c323f; background-color: #f4f4f4 } .alert-light .progress { height: 5px; background-color: #f1f1f1; border-radius: 0 } .alert-light .progress-bar { background-color: #fff } .alert-light .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-light .alert-link { color: #f4f4f4; color: #2c323f } .alert-light .btn-close { -webkit-filter: unset; filter: unset } .alert-light hr { border-top-color: #f4f4f4 } .alert-light.dark { background-color: #f4f4f4; border-color: #f4f4f4; color: #fafafa; color: #2c323f } .alert-light.dark .alert-link { color: #fff; color: #2c323f } .alert-light.outline, .alert-light.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #f4f4f4; color: #f4f4f4; color: #2c323f } .alert-light.outline .btn-close, .alert-light.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-light.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #f4f4f4; color: #2b2b2b } .alert-light.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #f4f4f4; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-light.inverse i { padding: 17px 20px; display: inline-block; background-color: #f4f4f4; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-light.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .alert-dark { background-color: rgba(44, 50, 63, 0.8); border-color: rgba(44, 50, 63, 0.9); color: #fff } .alert-dark .progress { height: 5px; background-color: #2a303c; border-radius: 0 } .alert-dark .progress-bar { background-color: #a8b0c2 } .alert-dark .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } .alert-dark .alert-link { color: #2c323f } .alert-dark hr { border-top-color: #2c323f } .alert-dark.dark { background-color: #2c323f; border-color: #2c323f; color: #fafafa } .alert-dark.dark .alert-link { color: #fff } .alert-dark.outline, .alert-dark.outline-2x { background-color: rgba(0, 0, 0, 0); border-color: #2c323f; color: #2c323f } .alert-dark.outline .btn-close, .alert-dark.outline-2x .btn-close { -webkit-filter: unset; filter: unset } .alert-dark.inverse { background-color: transparent; padding: 13px 20px 13px 65px; border-color: #2c323f; color: #2b2b2b } .alert-dark.inverse:before { top: 16px; content: ""; position: absolute; left: 54px; width: 0; height: 0; border-left: 7px solid #2c323f; border-top: 7px solid transparent; border-bottom: 7px solid transparent } .alert-dark.inverse i { padding: 17px 20px; display: inline-block; background-color: #2c323f; color: #fff; border-radius: 3px 0 0 3px; position: absolute; left: 0; top: 0; height: 100% } .alert-dark.inverse .btn-close { -webkit-filter: unset; filter: unset; top: -3px } .dismiss-text .alert .btn-close { background: unset; opacity: 1; top: -6px; right: 40px } .dismiss-text .alert .btn-close span { display: inline-block; border-radius: 3px; text-shadow: none; padding: 0 5px } .outline-2x { border-width: 2px; padding: 11px 1.25rem } .avatars .avatar { display: inline-block; margin-right: 10px; position: relative; width: auto } .avatars .avatar:last-child { margin-right: 0 } .avatars .avatar .b-r-30 { border-radius: 30px } .avatars .avatar .b-r-35 { border-radius: 35px } .avatars .avatar .b-r-25 { border-radius: 25px } .avatars .avatar .b-r-15 { border-radius: 15px } .avatars .avatar.ratio img { width: auto } .avatars .avatar .status { position: absolute; background-color: #999; bottom: 0; right: 4px; border-radius: 100%; border: 1px solid #fff } .avatars .avatar .status { position: absolute; height: 12%; width: 12%; background-color: #51bb25; border-radius: 100%; bottom: 12%; right: 4% } .customers ul { display: inline-block } .customers ul li img { border: 2px solid #fff; -webkit-box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2); box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.2); -webkit-transition: 0.5s; transition: 0.5s } .customers ul li img:hover { -webkit-transform: translateY(-4px) scale(1.02); transform: translateY(-4px) scale(1.02); -webkit-transition: 0.5s; transition: 0.5s } .customers ul li+li { margin-left: -10% } .customers ul li:nth-child(4) { margin-left: -4px } .customers.avatar-group { margin-right: 30px } .customers.avatar-group:last-child { margin-right: 0 } .avatar-showcase { margin-bottom: -10px } .avatar-showcase .avatars .avatar { margin-bottom: 10px } .avatar-showcase .avatar-group { margin-bottom: 10px } .avatar-showcase .ratio>* { position: relative; top: unset; left: unset } .avatar-showcase .add-friend .d-block { margin: 8px 0 } .badge { padding: 0.44em 0.7em } .badge+.badge { margin-left: 5px } .badge svg { width: 10px; height: 10px; padding-top: 3px } .pill-badge-primary { background-color: var(--theme-deafult); -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-deafult), 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(var(--theme-deafult), 0.25); color: #fff; border-radius: 0 } .pill-badge-secondary { background-color: #f73164; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(247, 49, 100, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(247, 49, 100, 0.25); color: #fff; border-radius: 0 } .pill-badge-success { background-color: #51bb25; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(81, 187, 37, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(81, 187, 37, 0.25); color: #fff; border-radius: 0 } .pill-badge-danger { background-color: #dc3545; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(220, 53, 69, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(220, 53, 69, 0.25); color: #fff; border-radius: 0 } .pill-badge-info { background-color: #a927f9; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(169, 39, 249, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(169, 39, 249, 0.25); color: #fff; border-radius: 0 } .pill-badge-light { background-color: #f4f4f4; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(244, 244, 244, 0.25); color: #fff; border-radius: 0 } .pill-badge-dark { background-color: #2c323f; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(44, 50, 63, 0.25); color: #fff; border-radius: 0 } .pill-badge-warning { background-color: #f8d62b; -webkit-box-shadow: -0.5px 4.33px 16px 0px rgba(248, 214, 43, 0.25); box-shadow: -0.5px 4.33px 16px 0px rgba(248, 214, 43, 0.25); color: #fff; border-radius: 0 } .pill-badge-primary { background-color: var(--theme-deafult) } .pill-badge-secondary { background-color: var(--theme-secondary) } .round-badge-primary { border-radius: 6px; background-color: var(--theme-deafult); -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-deafult), 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(var(--theme-deafult), 0.18); color: #fff !important } .round-badge-secondary { border-radius: 6px; background-color: #f73164; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(247, 49, 100, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(247, 49, 100, 0.18); color: #fff !important } .round-badge-success { border-radius: 6px; background-color: #51bb25; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18); color: #fff !important } .round-badge-danger { border-radius: 6px; background-color: #dc3545; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(220, 53, 69, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(220, 53, 69, 0.18); color: #fff !important } .round-badge-info { border-radius: 6px; background-color: #a927f9; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(169, 39, 249, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(169, 39, 249, 0.18); color: #fff !important } .round-badge-light { border-radius: 6px; background-color: #f4f4f4; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(244, 244, 244, 0.18); color: #fff !important } .round-badge-dark { border-radius: 6px; background-color: #2c323f; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(44, 50, 63, 0.18); color: #fff !important } .round-badge-warning { border-radius: 6px; background-color: #f8d62b; -webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(248, 214, 43, 0.18); box-shadow: -0.5px -6.67px 14px 0px rgba(248, 214, 43, 0.18); color: #fff !important } .round-badge-primary { background-color: var(--theme-deafult) } .round-badge-secondary { background-color: var(--theme-secondary) } .bookmark ul li { display: inline-block } .bookmark ul li .search-form { position: absolute; bottom: 53px; z-index: 1 } .bookmark ul li .search-form .form-control-search { top: 65px; position: absolute; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; right: -20px; -webkit-transform: translateY(-35px) scaleY(0); transform: translateY(-35px) scaleY(0); opacity: 0; visibility: hidden } .bookmark ul li .search-form .form-control-search input { width: 240px; background-color: #fff; -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 21px rgba(0, 0, 0, 0.1) } .bookmark ul li .search-form .form-control-search.open { -webkit-transform: translateY(0px) scaleY(1); transform: translateY(0px) scaleY(1); opacity: 1; visibility: visible; -webkit-transition: all linear 0.3s; transition: all linear 0.3s; z-index: 100 } .bookmark ul li .search-form .form-control-search:after { top: 12px; left: 20px; z-index: 1 } .bookmark ul li .search-form .form-control-search:before { left: 50px; top: 9px; z-index: 2 } .bookmark ul li a { position: relative; color: #2b2b2b } .bookmark ul li a svg { vertical-align: middle; height: 20px; width: 20px } .bookmark ul li+li { margin-left: 10px } .bookmark ul li:last-child { padding-right: 0 } .bookmark ul li:last-child a { border-radius: 5px } .bookmark ul li:last-child a svg { color: #ff9f40 } .offcanvas-bookmark.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body .bookmark ul li a { z-index: 99999; color: rgba(255, 255, 255, 0.5) } .offcanvas-bookmark:before { position: fixed; content: ''; background-color: rgba(0, 0, 0, 0.5); height: 100%; width: 100%; z-index: 1; right: 0; left: 0 } .breadcrumb-colored { padding: 12px 16px; border-radius: 4px } .breadcrumb-colored li a { color: #fff } .breadcrumb-colored li.active { color: #fff; opacity: 0.7 } .breadcrumb-colored .breadcrumb-item:before { color: #fff } .breadcrumb-colored .breadcrumb-item.txt-dark:before { color: #000 } .breadcrumb-icon { --bs-breadcrumb-divider: '>' } .breadcrumb-icon li { display: inline-block } .breadcrumb-no-divider { --bs-breadcrumb-divider: '' } .breadcrumb-item.active { text-transform: capitalize } .form-builder .help-block { margin-bottom: 0; color: #ccc; text-transform: capitalize } .form-builder .btn-light { color: #ccc } .form-builder .copy-btn { padding: 8px } .form-builder .nav-primary .nav-link.active, .form-builder .nav-primary .nav-primary .show>.nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active, .form-builder .nav-primary .nav-pills.nav-primary .show>.nav-link { border-radius: 5px } .form-builder .nav-primary .nav-link, .form-builder .nav-primary .nav-pills.nav-primary .nav-link { color: #000; font-weight: 500 } .form-builder .theme-form { margin-top: 30px } .btn-link { color: var(--theme-deafult) } .btn-primary-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#988fff), color-stop(51%, #4e3dff), to(#988fff)); background-image: linear-gradient(to right, #988fff 0%, #4e3dff 51%, #988fff 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff } .btn-primary-gradien:focus, .btn-primary-gradien:active, .btn-primary-gradien.active { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#988fff), color-stop(0%), color-stop(#4e3dff), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #988fff, 0%, #4e3dff, 100%, #fff) !important } .btn-secondary-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#f95882), color-stop(51%, #f50a46), to(#f95882)); background-image: linear-gradient(to right, #f95882 0%, #f50a46 51%, #f95882 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-secondary-gradien:hover, .btn-secondary-gradien:focus, .btn-secondary-gradien:active, .btn-secondary-gradien.active, .btn-secondary-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#f95882), color-stop(0%), color-stop(#f50a46), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #f95882, 0%, #f50a46, 100%, #fff) !important } .btn-success-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#62d632), color-stop(51%, #42991e), to(#62d632)); background-image: linear-gradient(to right, #62d632 0%, #42991e 51%, #62d632 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-success-gradien:hover, .btn-success-gradien:focus, .btn-success-gradien:active, .btn-success-gradien.active, .btn-success-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#62d632), color-stop(0%), color-stop(#42991e), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #62d632, 0%, #42991e, 100%, #fff) !important } .btn-danger-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#e25865), color-stop(51%, #c62232), to(#e25865)); background-image: linear-gradient(to right, #e25865 0%, #c62232 51%, #e25865 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-danger-gradien:hover, .btn-danger-gradien:focus, .btn-danger-gradien:active, .btn-danger-gradien.active, .btn-danger-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#e25865), color-stop(0%), color-stop(#c62232), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #e25865, 0%, #c62232, 100%, #fff) !important } .btn-warning-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#f9de52), color-stop(51%, #f2cb08), to(#f9de52)); background-image: linear-gradient(to right, #f9de52 0%, #f2cb08 51%, #f9de52 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-warning-gradien:hover, .btn-warning-gradien:focus, .btn-warning-gradien:active, .btn-warning-gradien.active, .btn-warning-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#f9de52), color-stop(0%), color-stop(#f2cb08), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #f9de52, 0%, #f2cb08, 100%, #fff) !important } .btn-info-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#b94ffa), color-stop(51%, #9707f1), to(#b94ffa)); background-image: linear-gradient(to right, #b94ffa 0%, #9707f1 51%, #b94ffa 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-info-gradien:hover, .btn-info-gradien:focus, .btn-info-gradien:active, .btn-info-gradien.active, .btn-info-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#b94ffa), color-stop(0%), color-stop(#9707f1), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #b94ffa, 0%, #9707f1, 100%, #fff) !important } .btn-light-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #e0e0e0), to(#fff)); background-image: linear-gradient(to right, #fff 0%, #e0e0e0 51%, #fff 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-light-gradien:hover, .btn-light-gradien:focus, .btn-light-gradien:active, .btn-light-gradien.active, .btn-light-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(0%), color-stop(#e0e0e0), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #fff, 0%, #e0e0e0, 100%, #fff) !important } .btn-dark-gradien { background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(51%, #1b1f27), to(#3d4557)); background-image: linear-gradient(to right, #3d4557 0%, #1b1f27 51%, #3d4557 100%); border: none; color: #fff; background-size: auto 200%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .btn-dark-gradien:hover, .btn-dark-gradien:focus, .btn-dark-gradien:active, .btn-dark-gradien.active, .btn-dark-gradien.hover { -webkit-transition: 1.5s; transition: 1.5s; background-position: right center; background-image: -webkit-gradient(linear, left top, right top, from(#3d4557), color-stop(0%), color-stop(#1b1f27), color-stop(100%), to(#fff)) !important; background-image: linear-gradient(to right, #3d4557, 0%, #1b1f27, 100%, #fff) !important } .btn { padding: 0.375rem 1.75rem } .btn-lg { font-size: 18px } .btn-sm { font-size: 12px } .btn-xs { padding: 0.05rem 0.4rem; font-size: 11px } .large-btn { margin-bottom: -20px } .large-btn .btn { margin-right: 5px; margin-bottom: 15px } .btn-air-primary { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-primary:hover, .btn-air-primary:active, .btn-air-primary:not([disabled]):not(.disabled):active { background-color: #43f; border-color: #43f } .input-air-primary { -webkit-box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(115, 102, 255, 0.1) !important } .input-air-primary:focus { border-color: #7366ff } .btn-air-secondary { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-secondary:hover, .btn-air-secondary:active, .btn-air-secondary:not([disabled]):not(.disabled):active { background-color: #ec0944; border-color: #ec0944 } .input-air-secondary { -webkit-box-shadow: 0 3px 5px 1px rgba(247, 49, 100, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(247, 49, 100, 0.1) !important } .input-air-secondary:focus { border-color: #f73164 } .btn-air-success { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-success:hover, .btn-air-success:active, .btn-air-success:not([disabled]):not(.disabled):active { background-color: #3f901d; border-color: #3f901d } .input-air-success { -webkit-box-shadow: 0 3px 5px 1px rgba(81, 187, 37, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(81, 187, 37, 0.1) !important } .input-air-success:focus { border-color: #51bb25 } .btn-air-danger { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-danger:hover, .btn-air-danger:active, .btn-air-danger:not([disabled]):not(.disabled):active { background-color: #bd2130; border-color: #bd2130 } .input-air-danger { -webkit-box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(220, 53, 69, 0.1) !important } .input-air-danger:focus { border-color: #dc3545 } .btn-air-info { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-info:hover, .btn-air-info:active, .btn-air-info:not([disabled]):not(.disabled):active { background-color: #9106e7; border-color: #9106e7 } .input-air-info { -webkit-box-shadow: 0 3px 5px 1px rgba(169, 39, 249, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(169, 39, 249, 0.1) !important } .input-air-info:focus { border-color: #a927f9 } .btn-air-light { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-light:hover, .btn-air-light:active, .btn-air-light:not([disabled]):not(.disabled):active { background-color: #dbdbdb; border-color: #dbdbdb } .input-air-light { -webkit-box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(244, 244, 244, 0.1) !important } .input-air-light:focus { border-color: #f4f4f4 } .btn-air-dark { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-dark:hover, .btn-air-dark:active, .btn-air-dark:not([disabled]):not(.disabled):active { background-color: #171a21; border-color: #171a21 } .input-air-dark { -webkit-box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(44, 50, 63, 0.1) !important } .input-air-dark:focus { border-color: #2c323f } .btn-air-warning { -webkit-box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important; box-shadow: 0 5px 10px 2px rgba(88, 103, 221, 0.19) !important } .btn-air-warning:hover, .btn-air-warning:active, .btn-air-warning:not([disabled]):not(.disabled):active { background-color: #e8c308; border-color: #e8c308 } .input-air-warning { -webkit-box-shadow: 0 3px 5px 1px rgba(248, 214, 43, 0.1) !important; box-shadow: 0 3px 5px 1px rgba(248, 214, 43, 0.1) !important } .input-air-warning:focus { border-color: #f8d62b } .btn-gradient { color: #fff !important; font-weight: 500; padding: 10px 30px; border-radius: 5px; background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); letter-spacing: 0.06rem } .btn-gradient:hover { background-size: 100% !important } .btn-warning { color: #fff } .btn-warning:hover, .btn-warning.disabled { color: #fff } [class*='-gradien']:hover { background-size: 50% 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff } .btn-square { border-radius: 0px } .btn-pill { border-radius: 60px } .btn-group-pill .btn:first-child { border-radius: 60px 0 0 60px } .btn-group-pill .btn:last-child { border-radius: 0 60px 60px 0 } .btn-group-square .btn:first-child { border-radius: 0px 0 0 0px } .btn-group-square .btn:last-child { border-radius: 0 0px 0px 0 } .btn-showcase { margin-bottom: -10px } .btn-showcase .btn { margin-bottom: 10px; margin-right: 18px } .btn-dropdown-showcase { margin-bottom: -10px } .btn-dropdown-showcase .dropdown { margin-bottom: 10px; margin-right: 18px } .btn-dropdown-showcase .btn-group { margin-bottom: 10px; margin-right: 18px } .btn-group .radio label::before { top: 2px } .btn-group .radio label::after { top: 7px } .btn-group .checkbox label { margin-top: 3px } .btn-group-showcase>div { margin-bottom: -20px } .btn-group-showcase>div label { margin-bottom: 0 } .btn-group-showcase .btn-group { margin-right: 20px; margin-bottom: 20px } .btn-group-showcase .checkbox input[type="checkbox"] { display: none } .tooltiptext { visibility: visible; width: 120px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; opacity: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s } .tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent } .card { margin-bottom: 30px; border: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing: 0.5px; border-radius: 15px; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05) } .card:hover { -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .card .card-header { background-color: #fff; padding: 40px; border-bottom: 1px solid #ecf3fa; border-top-left-radius: 15px; border-top-right-radius: 15px; position: relative } .card .card-header.card-no-border { border-bottom: none !important } .card .card-header h5 { font-size: 22px } .card .card-header h5:not(.mb-0), .card .card-header h5:not(.m-0) { margin-bottom: 0; text-transform: capitalize } .card .card-header>span { font-size: 12px; color: rgba(43, 43, 43, 0.7); margin-top: 5px; display: block; letter-spacing: 1px } .card .card-header .card-header-right { border-radius: 0 0 0 7px; right: 35px; top: 33px; display: inline-block; float: right; padding: 8px 0; position: absolute; background-color: #fff; z-index: 1 } .card .card-header .card-header-right .card-option { text-align: right; width: 35px; height: 20px; overflow: hidden; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out } .card .card-header .card-header-right .card-option li { display: inline-block } .card .card-header .card-header-right .card-option li:first-child i { -webkit-transition: 1s; transition: 1s; font-size: 16px; color: var(--theme-deafult) } .card .card-header .card-header-right .card-option li:first-child i.icofont { color: unset } .card .card-header .card-header-right i { margin: 0 5px; cursor: pointer; color: #2c323f; line-height: 20px } .card .card-header .card-header-right i.icofont-refresh { font-size: 13px } .card .card-body { padding: 40px; background-color: rgba(0, 0, 0, 0) } .card .card-body p:last-child { margin-bottom: 0 } .card .sub-title { border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 5px; margin-bottom: 8px; font-size: 18px } .card .card-footer { background-color: #fff; border-top: 1px solid #ecf3fa; padding: 40px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px } .card.card-load .card-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: rgba(255, 255, 255, 0.7); z-index: 8; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .card.card-load .card-loader i { margin: 0 auto; color: var(--theme-deafult); font-size: 20px } .card.full-card { position: fixed; top: 0; z-index: 99999; -webkit-box-shadow: none; box-shadow: none; right: 0; border-radius: 0; border: 1px solid #efefef; width: calc(100vw - 12px); height: calc(100vh) } .card.full-card .card-body { overflow: auto } .card-absolute { margin-top: 20px } .card-absolute .card-header { position: absolute; top: -20px; left: 15px; border-radius: 0.25rem; padding: 10px 15px } .card-absolute .card-header h5 { font-size: 17px } .card-absolute .card-body { margin-top: 10px } .card-header .border-tab { margin-bottom: -13px } .custom-card { overflow: hidden; padding: 30px } .custom-card .card-header { padding: 0 } .custom-card .card-header img { border-radius: 50%; margin-top: -100px; -webkit-transform: scale(1.5); transform: scale(1.5) } .custom-card .card-profile { text-align: center } .custom-card .card-profile img { height: 110px; padding: 7px; background-color: #fff; z-index: 1; position: relative } .custom-card .card-social { text-align: center } .custom-card .card-social li { display: inline-block; padding: 15px 0 } .custom-card .card-social li:last-child a { margin-right: 0 } .custom-card .card-social li a { padding: 0; margin-right: 15px; color: #bcc6de; font-size: 16px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .custom-card .card-social li a:hover { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .custom-card .profile-details h6 { margin-bottom: 30px; margin-top: 10px; color: rgba(43, 43, 43, 0.7); font-size: 14px } .custom-card .card-footer { padding: 0 } .custom-card .card-footer>div { padding: 15px; text-align: center } .custom-card .card-footer>div+div { border-left: 1px solid #efefef } .custom-card .card-footer>div h3 { margin-bottom: 0; font-size: 24px } .custom-card .card-footer>div h6 { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .custom-card .card-footer>div h5 { font-size: 16px; margin-bottom: 0 } .custom-card .card-footer>div i { font-size: 24px; display: inline-block; margin-bottom: 15px } .custom-card .card-footer>div .m-b-card { margin-bottom: 10px } .color-box { margin-bottom: -10px } .color-box button { margin-bottom: 10px } .color-box button+button { margin-left: 5px } .primary-color ul li:nth-child(13) { background-color: #7a6eff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(13) span:before { content: "#7a6eff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(12) { background-color: #8175ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(12) span:before { content: "#8175ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(11) { background-color: #887dff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(11) span:before { content: "#887dff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(10) { background-color: #8f85ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(10) span:before { content: "#8f85ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(9) { background-color: #968cff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(9) span:before { content: "#968cff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(8) { background-color: #9d94ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(8) span:before { content: "#9d94ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(7) { background-color: #a49cff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(7) span:before { content: "#a49cff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(6) { background-color: #aba3ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(6) span:before { content: "#aba3ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(5) { background-color: #b2abff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(5) span:before { content: "#b2abff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(4) { background-color: #b9b3ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(4) span:before { content: "#b9b3ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(3) { background-color: #c0baff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(3) span:before { content: "#c0baff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(2) { background-color: #c7c2ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(2) span:before { content: "#c7c2ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .primary-color ul li:nth-child(1) { background-color: #cec9ff; padding: 10px 15px; margin-bottom: 10px } .primary-color ul li:nth-child(1) span:before { content: "#cec9ff"; display: block; color: #fff; text-align: center } .primary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(13) { background-color: #f8406f; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(13) span:before { content: "#f8406f"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(12) { background-color: #f84e7a; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(12) span:before { content: "#f84e7a"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(11) { background-color: #f95d85; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(11) span:before { content: "#f95d85"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(10) { background-color: #f96c90; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(10) span:before { content: "#f96c90"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(9) { background-color: #fa7b9b; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(9) span:before { content: "#fa7b9b"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(8) { background-color: #fa89a6; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(8) span:before { content: "#fa89a6"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(7) { background-color: #fb98b2; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(7) span:before { content: "#fb98b2"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(6) { background-color: #fca7bd; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(6) span:before { content: "#fca7bd"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(5) { background-color: #fcb6c8; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(5) span:before { content: "#fcb6c8"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(4) { background-color: #fdc4d3; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(4) span:before { content: "#fdc4d3"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(3) { background-color: #fdd3de; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(3) span:before { content: "#fdd3de"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(2) { background-color: #fee2e9; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(2) span:before { content: "#fee2e9"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .secondary-color ul li:nth-child(1) { background-color: #fef0f4; padding: 10px 15px; margin-bottom: 10px } .secondary-color ul li:nth-child(1) span:before { content: "#fef0f4"; display: block; color: #fff; text-align: center } .secondary-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(13) { background-color: #53bf26; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(13) span:before { content: "#53bf26"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(12) { background-color: #54c327; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(12) span:before { content: "#54c327"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(11) { background-color: #56c627; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(11) span:before { content: "#56c627"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(10) { background-color: #58ca28; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(10) span:before { content: "#58ca28"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(9) { background-color: #59ce29; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(9) span:before { content: "#59ce29"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(8) { background-color: #5bd22a; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(8) span:before { content: "#5bd22a"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(7) { background-color: #5dd52b; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(7) span:before { content: "#5dd52b"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(6) { background-color: #60d62f; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(6) span:before { content: "#60d62f"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(5) { background-color: #63d733; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(5) span:before { content: "#63d733"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(4) { background-color: #66d737; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(4) span:before { content: "#66d737"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(3) { background-color: #69d83a; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(3) span:before { content: "#69d83a"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(2) { background-color: #6cd93e; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(2) span:before { content: "#6cd93e"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .success-color ul li:nth-child(1) { background-color: #6fda42; padding: 10px 15px; margin-bottom: 10px } .success-color ul li:nth-child(1) span:before { content: "#6fda42"; display: block; color: #fff; text-align: center } .success-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(13) { background-color: #ae33f9; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(13) span:before { content: "#ae33f9"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(12) { background-color: #b340fa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(12) span:before { content: "#b340fa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(11) { background-color: #b84cfa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(11) span:before { content: "#b84cfa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(10) { background-color: #bd59fa; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(10) span:before { content: "#bd59fa"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(9) { background-color: #c265fb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(9) span:before { content: "#c265fb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(8) { background-color: #c771fb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(8) span:before { content: "#c771fb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(7) { background-color: #cc7efb; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(7) span:before { content: "#cc7efb"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(6) { background-color: #d18afc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(6) span:before { content: "#d18afc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(5) { background-color: #d597fc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(5) span:before { content: "#d597fc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(4) { background-color: #daa3fc; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(4) span:before { content: "#daa3fc"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(3) { background-color: #dfaffd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(3) span:before { content: "#dfaffd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(2) { background-color: #e4bcfd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(2) span:before { content: "#e4bcfd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .info-color ul li:nth-child(1) { background-color: #e9c8fd; padding: 10px 15px; margin-bottom: 10px } .info-color ul li:nth-child(1) span:before { content: "#e9c8fd"; display: block; color: #fff; text-align: center } .info-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(13) { background-color: #f8d93a; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(13) span:before { content: "#f8d93a"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(12) { background-color: #f9dc49; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(12) span:before { content: "#f9dc49"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(11) { background-color: #f9df57; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(11) span:before { content: "#f9df57"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(10) { background-color: #fae166; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(10) span:before { content: "#fae166"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(9) { background-color: #fae475; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(9) span:before { content: "#fae475"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(8) { background-color: #fbe784; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(8) span:before { content: "#fbe784"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(7) { background-color: #fbea93; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(7) span:before { content: "#fbea93"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(6) { background-color: #fceda1; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(6) span:before { content: "#fceda1"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(5) { background-color: #fcf0b0; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(5) span:before { content: "#fcf0b0"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(4) { background-color: #fdf3bf; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(4) span:before { content: "#fdf3bf"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(3) { background-color: #fdf6ce; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(3) span:before { content: "#fdf6ce"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(2) { background-color: #fef8dd; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(2) span:before { content: "#fef8dd"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .yellow-color ul li:nth-child(1) { background-color: #fefbec; padding: 10px 15px; margin-bottom: 10px } .yellow-color ul li:nth-child(1) span:before { content: "#fefbec"; display: block; color: #fff; text-align: center } .yellow-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(13) { background-color: #de3e4d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(13) span:before { content: "#de3e4d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(12) { background-color: #df4655; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(12) span:before { content: "#df4655"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(11) { background-color: #e14f5d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(11) span:before { content: "#e14f5d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(10) { background-color: #e25865; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(10) span:before { content: "#e25865"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(9) { background-color: #e4606d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(9) span:before { content: "#e4606d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(8) { background-color: #e56975; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(8) span:before { content: "#e56975"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(7) { background-color: #e7727d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(7) span:before { content: "#e7727d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(6) { background-color: #e87b85; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(6) span:before { content: "#e87b85"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(5) { background-color: #ea838d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(5) span:before { content: "#ea838d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(4) { background-color: #eb8c95; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(4) span:before { content: "#eb8c95"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(3) { background-color: #ed959d; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(3) span:before { content: "#ed959d"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(2) { background-color: #ee9da5; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(2) span:before { content: "#ee9da5"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .red-color ul li:nth-child(1) { background-color: #f0a6ad; padding: 10px 15px; margin-bottom: 10px } .red-color ul li:nth-child(1) span:before { content: "#f0a6ad"; display: block; color: #fff; text-align: center } .red-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(13) { background-color: #eb2067; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(13) span:before { content: "#eb2067"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(12) { background-color: #ec2e70; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(12) span:before { content: "#ec2e70"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(11) { background-color: #ed3c7a; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(11) span:before { content: "#ed3c7a"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(10) { background-color: #ee4a83; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(10) span:before { content: "#ee4a83"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(9) { background-color: #f0588d; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(9) span:before { content: "#f0588d"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(8) { background-color: #f16696; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(8) span:before { content: "#f16696"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(7) { background-color: #f274a0; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(7) span:before { content: "#f274a0"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(6) { background-color: #f482aa; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(6) span:before { content: "#f482aa"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(5) { background-color: #f590b3; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(5) span:before { content: "#f590b3"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(4) { background-color: #f69ebd; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(4) span:before { content: "#f69ebd"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(3) { background-color: #f7acc6; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(3) span:before { content: "#f7acc6"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(2) { background-color: #f9bad0; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(2) span:before { content: "#f9bad0"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .pink-color ul li:nth-child(1) { background-color: #fac8d9; padding: 10px 15px; margin-bottom: 10px } .pink-color ul li:nth-child(1) span:before { content: "#fac8d9"; display: block; color: #fff; text-align: center } .pink-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(13) { background-color: #919191; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(13) span:before { content: "#919191"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(12) { background-color: #989898; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(12) span:before { content: "#989898"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(11) { background-color: #a0a0a0; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(11) span:before { content: "#a0a0a0"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(10) { background-color: #a8a8a8; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(10) span:before { content: "#a8a8a8"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(9) { background-color: #afafaf; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(9) span:before { content: "#afafaf"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(8) { background-color: #b7b7b7; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(8) span:before { content: "#b7b7b7"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(7) { background-color: #bfbfbf; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(7) span:before { content: "#bfbfbf"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(6) { background-color: #c6c6c6; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(6) span:before { content: "#c6c6c6"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(5) { background-color: #cecece; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(5) span:before { content: "#cecece"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(4) { background-color: #d6d6d6; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(4) span:before { content: "#d6d6d6"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(3) { background-color: #ddd; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(3) span:before { content: "#ddd"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(2) { background-color: #e5e5e5; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(2) span:before { content: "#e5e5e5"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .gray-color ul li:nth-child(1) { background-color: #ececec; padding: 10px 15px; margin-bottom: 10px } .gray-color ul li:nth-child(1) span:before { content: "#ececec"; display: block; color: #fff; text-align: center } .gray-color ul li:last-child { margin-bottom: 0 } .light-font { color: rgba(43, 43, 43, 0.7) } div.dt-button-background { display: none !important } div.DTS div.dataTables_scrollBody table { z-index: 1 } #auto-generate-content_wrapper.dataTables_wrapper button { background-color: white; border: 1px solid var(--theme-deafult); color: var(--theme-deafult) } .dataTables_wrapper { padding: 0; width: 100% } .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: 1px solid #ecf3fa } .dataTables_wrapper .dt-buttons .btn { border-radius: 0.25rem !important } .dataTables_wrapper .btn-group button { margin-right: 5px } .dataTables_wrapper button { font-weight: 400; padding: 0.375rem 0.75rem; font-size: 14px; border-radius: 0.25rem; color: #fff } .dataTables_wrapper+.dataTables_wrapper { margin-top: 20px } .dataTables_wrapper .dataTables_paginate { margin-left: 15px !important; border: 1px solid #f4f4f4; border-radius: 0.25rem; padding-top: 0 } .dataTables_wrapper .dataTables_paginate .paginate_button { margin: 0 } .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active { background: var(--theme-deafult); color: #fff !important; -webkit-box-shadow: none; box-shadow: none } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { border: 1px solid var(--theme-deafult); color: #2c323f !important; background: transparent !important } .dataTables_wrapper .dataTables_length { margin-bottom: 30px } .dataTables_wrapper .dataTables_length select { border-color: #f4f4f4; color: #2c323f; padding: 0 10px; margin: 0 10px; height: 2.7142em; background-color: #fff } .dataTables_wrapper table.dataTable { border: 1px solid #efefef } .dataTables_wrapper table.dataTable tbody td.select-checkbox, .dataTables_wrapper table.dataTable tbody th.select-checkbox { padding-right: 40px !important } .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, .dataTables_wrapper table.dataTable tbody th.select-checkbox:before { right: 20px; top: 22px; left: unset } .dataTables_wrapper table.dataTable tbody td.select-checkbox:after, .dataTables_wrapper table.dataTable tbody th.select-checkbox:after { margin-top: -5px; margin-left: 21px } .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td { border-bottom: 2px solid #efefef } .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td { padding: 0.75rem } .dataTables_wrapper .dataTables_filter { margin-bottom: 25px; margin-left: 15px } .dataTables_wrapper .dataTables_filter input[type="search"] { border: 1px solid #efefef; padding: 0 10px; margin-left: 10px; height: 37px; border-radius: 0 } .dataTables_scrollHeadInner { width: 100% !important } table .fixedHeader-floating { position: fixed !important; background-color: #fff } table .box>div { padding: 5px 15px; background-color: var(--theme-deafult); display: inline-block; color: #fff; border-radius: 5px; margin-bottom: 15px; margin-right: 15px } table.dataTable.fixedHeader-locked, table.dataTable.fixedHeader-floating { width: calc(100vw - 250px) !important; max-width: calc(100vw - 250px) !important; overflow: hidden !important; right: 0 !important; z-index: 99; left: 260px !important } table.dataTable:not(.fixedHeader-locked):not(.fixedHeader-floating) { width: 100% !important } table.dataTable { border-collapse: collapse !important; margin-top: 0 !important } table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after { bottom: 12px !important } table.dataTable input, table.dataTable select { border: 1px solid #efefef; height: 37px } .toolbar { padding: 5px 15px; background-color: var(--theme-deafult); display: inline-block; color: #fff; border-radius: 5px; margin-bottom: 15px; margin-right: 15px } code.option { color: #dc3545 !important } code.api { color: #51bb25 !important } .dt-ext .dataTables_wrapper .page-item.active .page-link { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff } .dt-ext .dataTables_wrapper .dataTables_paginate { border: none } .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0; border: none } .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.hover, .dt-ext .dataTables_wrapper .dataTables_paginate .paginate_button.active { border: none !important } .dt-ext .dataTables_wrapper .dataTables_paginate .page-link { margin-left: 0px; color: var(--theme-deafult) } .dt-ext .dataTables_wrapper button.dt-button, .dt-ext .dataTables_wrapper div.dt-button, .dt-ext .dataTables_wrapper a.dt-button, .dt-ext .dataTables_wrapper button.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:focus:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper button.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper div.dt-button.active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button:active:not(.disabled), .dt-ext .dataTables_wrapper a.dt-button.active:not(.disabled) { background-color: var(--theme-deafult); border-color: var(--theme-deafult); border-radius: 2px; color: #fff; background-image: none; font-size: 14px } .dt-ext .dataTables_wrapper button.dt-button.btn-success, .dt-ext .dataTables_wrapper div.dt-button.btn-success, .dt-ext .dataTables_wrapper a.dt-button.btn-success { background-color: #51bb25; border-color: #51bb25 } .dt-ext .dataTables_wrapper button.dt-button.btn-primary, .dt-ext .dataTables_wrapper div.dt-button.btn-primary, .dt-ext .dataTables_wrapper a.dt-button.btn-primary { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .dt-ext .dataTables_wrapper button.dt-button.btn-danger, .dt-ext .dataTables_wrapper div.dt-button.btn-danger, .dt-ext .dataTables_wrapper a.dt-button.btn-danger { background-color: #dc3545; border-color: #dc3545 } .dt-ext .dataTables_wrapper table.dataTable th.focus, .dt-ext .dataTables_wrapper table.dataTable td.focus { outline: 3px solid var(--theme-deafult) } .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected>.sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.stripe tbody>tr.odd>.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd.selected, .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.odd>.selected { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable.display tbody>tr.even.selected>.sorting_1, .dt-ext .dataTables_wrapper table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 { background-color: #fff } .dt-ext .dataTables_wrapper table.dataTable tbody>tr.selected, .dt-ext .dataTables_wrapper table.dataTable tbody>tr>.selected { background-color: #fff } td.highlight { background-color: #f4f4f4 !important } td.details-control { background: url("../images/details_open.png") no-repeat center center; cursor: pointer } tr.shown td.details-control { background: url("../images/details_close.png") no-repeat center center } .dataTables_scroll~.dataTables_paginate { margin-top: 20px !important } .product-table th:last-child { min-width: 120px } .product-table h6 { font-weight: 600; color: #2c323f } table.dataTable.display tbody tr.odd>.sorting_1 { background-color: #fdfeff } .clockpicker-canvas line { stroke: var(--theme-deafult) } .clockpicker-canvas-fg, .clockpicker-canvas-bearing { fill: var(--theme-deafult) } .daterangepicker { border: none; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05) } .daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: var(--theme-deafult) } .datepicker { z-index: 99 } .datepicker--day-name { color: #7366ff; font-weight: bold } .datepicker--cell.-current- { color: #000; border-radius: 5px; font-weight: bold; border: 2px solid var(--theme-deafult) } .datepicker--cell.-focus- { background: var(--theme-deafult); color: #fff } .datepicker--cell.-selected- { background: var(--theme-deafult) !important } .daterangepicker.ltr { color: #898989; z-index: 8 } .daterangepicker.ltr tr { font-size: 13px } .daterangepicker.ltr tr td { height: 34px; width: 34px } .daterangepicker.ltr tr td.in-range { background-color: #fafafa } .daterangepicker.ltr tr td.active { background-color: var(--theme-deafult) } .daterangepicker.ltr .ranges { float: none } .daterangepicker.ltr .ranges li { color: var(--theme-deafult) } .daterangepicker.ltr .ranges li:hover { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult); color: #fff } .daterangepicker.ltr .ranges li.active { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult); color: #fff } .daterangepicker.ltr .calendar-time select { color: #898989; border-color: #efefef; background-color: #fff; font-size: 14px; padding: 5px 10px; border-radius: 5px; width: 30% } .datepickers-container, .bootstrap-datetimepicker-widget { z-index: 7 } .datetime-picker .bootstrap-datetimepicker-widget.dropdown-menu { width: auto } .datetime-picker .input-group-text i { line-height: 1.3 } .date-range-picker .theme-form { margin-bottom: 30px } .date-range-picker>div:last-child .theme-form { margin-bottom: 0px } .daterangepicker:before { border-bottom: 7px solid #efefef } .daterangepicker .daterangepicker_input i { font-size: 14px; color: #59667a } .daterangepicker .input-mini { border-color: #efefef !important; font-size: 14px; color: #59667a } .daterangepicker th, .daterangepicker td { height: 34px; width: 34px } .daterangepicker th:hover, .daterangepicker td:hover { color: #2c323f } .daterangepicker th.prev, .daterangepicker th.next, .daterangepicker td.prev, .daterangepicker td.next { color: #fff; height: 34px; width: 34px; background-color: var(--theme-deafult) } .daterangepicker th.month, .daterangepicker td.month { color: var(--theme-deafult); letter-spacing: 1px; text-transform: uppercase } .clockpicker-popover { border: none; -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px rgba(8, 21, 66, 0.05); z-index: 7 } .clockpicker-popover .popover-content { background-color: rgba(115, 102, 255, 0.05) } .clockpicker-canvas-bg { fill: #fff } .clockpicker-tick:hover { color: inherit; background-color: #fff } .dropdown-basic { margin-bottom: -10px } .dropdown-basic .btn-group { margin-right: 18px } .dropdown-basic .btn-group .btn-round { border-radius: 50px } .dropdown-basic .separated-btn { margin-left: -6px } .dropdown-basic .separated-btn .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; padding: 10px } .dropdown-basic button { max-height: 43px } .dropdown-basic .dropdown { position: relative; display: inline-block; margin-bottom: 10px } .dropdown-basic .dropdown .dropbtn { color: white; padding: 12px 35px; border: none; cursor: pointer } .dropdown-basic .dropdown .dropdown-content { display: none; position: absolute; right: 0; background-color: #f9f9f9; min-width: 175px; -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; left: 0; top: 45px } .dropdown-basic .dropdown .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block } .dropdown-basic .dropdown .dropdown-content .dropdown-header { padding: 12px 16px } .dropdown-basic .dropdown-content a:hover { background-color: #f1f1f1 } .dropdown-basic .dropdown:hover .dropdown-content { display: block } .dropup-basic .dropup { position: relative; display: inline-block } .dropup-basic .dropup .dropbtn { color: white; padding: 12px; border: none } .dropup-basic .dropup .dropup-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 170px; bottom: 45px; z-index: 999; left: 0 } .dropup-basic .dropup .dropup-content a { color: black; padding: 12px 16px; text-decoration: none; display: block } .dropup-basic .dropup .dropup-content a:hover { background-color: #f1f1f1 } .dropup-basic .dropup:hover .dropup-content { display: block } .dropup-basic .dropup:hover .dropup-content a.active { background-color: #f1f1f1 } .form-builder .drag-box { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .form-builder .drag-box fieldset { border: 1px dotted #ecf3fa; min-height: 655px; padding: 30px; width: 100%; overflow: hidden; margin-top: 30px; border-radius: 4px } .form-builder .component { cursor: pointer } .form-builder .component label { padding-top: 8px } .form-builder .component .form-group input, .form-builder .component .form-group textarea, .form-builder .component .form-group select { border-radius: 4px } .form-builder .component .form-group .input-group #prependedcheckbox, .form-builder .component .form-group .input-group #prependedtext { border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .input-group #appendedcheckbox { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right-color: transparent } .form-builder .component .form-group .input-group #appendedtext, .form-builder .component .form-group .input-group #buttondropdown { border-top-right-radius: 0; border-bottom-right-radius: 0 } .form-builder .component .form-group .input-group #buttondropdown { margin-right: -1px } .form-builder .component .form-group .input-group .input-group-btn button { border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .input-group .input-group-prepend .btn-right, .form-builder .component .form-group .input-group .input-group-prepend .checkbox-radius { border-radius: 4px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder .component .form-group .pl-md-radios { padding-left: 37px } .form-builder input { cursor: pointer } .form-builder textarea { resize: vertical } .form-builder .popover { z-index: 8; opacity: 1; left: -290px !important; top: 95px !important } .form-builder .popover .control-group { cursor: default } .form-builder .popover input { cursor: pointer } .form-builder .render { min-height: 500px; width: 100%; border-radius: 4px } .form-builder .popover .controls { margin-left: 0 } .form-builder .popover .control-label { text-align: left } .form-builder .popover form { width: 100% } .form-builder .popover .fade.left.in { left: -215px } .form-builder .target:after { float: left; content: " "; height: 77px; margin-top: 3px; background: #f4f4f4; width: 100%; border: 1px dashed #ecf3fa } .drag form { padding: 10px 5px; border: 1px dotted #ecf3fa; position: absolute; background: #fff; -webkit-box-shadow: 0 0 30px #ecf3fa; box-shadow: 0 0 30px #ecf3fa; overflow: hidden } .drag form input { border-radius: 5px } .form-builder-header-1 { background-color: #f4f4f4; padding: 15px; border-radius: 5px; min-height: 67px } .form-builder-header-1 h6 { margin-bottom: 0; margin-top: 10px } .form-builder .help-block { font-size: 12px } .form-builder input { border-radius: 4px !important } .form-builder .form-group .col-md-12 { padding: 0 } .form-builder .popover { width: 300px } .form-builder .popover-header { background-color: var(--theme-deafult); padding: 15px } .form-builder .popover-body { padding: 15px } .form-builder .popover-body .form-group.row { padding: 0 15px } .form-builder .popover-body .form-group.row .col-lg-12 { padding: 0 } .icon-addon .addon-md .glyphicon, .icon-addon .addon-md .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .icon-addon .glyphicon, .icon-addon .fa { position: absolute; z-index: 2; left: 10px; font-size: 14px; width: 20px; margin-left: -2.5px; text-align: center; padding: 10px 0; top: 1px } .input-group-square .input-group-text, .input-group-square .form-control { border-radius: 0 } .input-group-solid .input-group-text, .input-group-solid .form-control { background: #f4f4f4 } .input-group-air { -webkit-box-shadow: 0 3px 20px 0 #efefef; box-shadow: 0 3px 20px 0 #efefef } .icon-addon { position: relative; color: #4c5667; display: block } .icon-addon:after { display: table; content: ""; clear: both } .icon-addon:before { display: table; content: "" } .icon-addon .addon-md .form-control { padding-left: 30px; float: left; font-weight: normal } .icon-addon .form-control { padding-left: 30px; float: left; font-weight: normal } .pill-input-group span:last-child { border-top-right-radius: 1.3rem; border-bottom-right-radius: 1.3rem } .pill-input-group span:first-child { border-top-left-radius: 1.3rem; border-bottom-left-radius: 1.3rem } .form-wizard .tab { display: none } .form-wizard .btn-mb { margin-bottom: 30px } .form-wizard .step { height: 10px; width: 10px; margin: 0 2px; background-color: var(--theme-deafult); border: none; border-radius: 50%; display: inline-block; opacity: 0.5 } .form-wizard .step.active { opacity: 1 } .form-wizard .step.finish { background-color: var(--theme-secondary) } .stepwizard { display: table; width: 100%; position: relative; margin-bottom: 30px } .stepwizard .stepwizard-row { display: table-row } .stepwizard .stepwizard-row:before { top: 16px; bottom: 0; position: absolute; content: " "; width: 100%; height: 1px; background-color: #ecf3fa } .stepwizard .stepwizard-row .stepwizard-step { display: table-cell; text-align: center; position: relative } .stepwizard .stepwizard-row .stepwizard-step p { margin-top: 10px } .stepwizard .stepwizard-row .stepwizard-step button[disabled] { opacity: 1 !important; filter: alpha(opacity=100) !important } .f1 fieldset { display: none } .f1 .input-error { border-color: #dc3545 } .f1 .f1-steps { overflow: hidden; position: relative; margin-top: 30px; margin-bottom: 30px } .f1 .f1-steps .f1-progress { position: absolute; top: 24px; width: 100%; height: 1px; background: #898989 } .f1 .f1-steps .f1-progress .f1-progress-line { height: 1px; background: var(--theme-deafult); width: 16% } .f1 .f1-steps .f1-step { position: relative; float: left; width: 33.333333%; text-align: center } .f1 .f1-steps .f1-step.activated .f1-step-icon { background: #fff; border: 1px solid var(--theme-deafult); color: var(--theme-deafult) } .f1 .f1-steps .f1-step.activated p { color: var(--theme-deafult) } .f1 .f1-steps .f1-step.active .f1-step-icon { width: 48px; height: 48px; background: var(--theme-deafult); font-size: 22px; line-height: 20px } .f1 .f1-steps .f1-step.active p { color: var(--theme-deafult) } .f1 .f1-steps .f1-step p { color: #898989 } .f1 .f1-steps .f1-step .f1-step-icon { display: inline-block; width: 40px; height: 40px; background: #898989; font-size: 16px; color: #fff; line-height: 20px; border-radius: 50% } .f1 .f1-buttons { text-align: right } .wizard-4 .action-bar { position: absolute; bottom: 50px; right: 50px } .wizard-4 .action-bar .btn { float: right; margin: 0 5px; background-color: #e3e0ff !important; border-color: #e3e0ff !important; color: var(--theme-deafult) } .wizard-4 .action-bar .buttonDisabled { color: #59667a; background-color: rgba(89, 102, 122, 0.05) !important; border: 1px solid rgba(89, 102, 122, 0.05) !important; cursor: text } .wizard-4 .step-container { background: #f8f9fe; position: relative; margin: 0; padding: 0; border: 0 solid #e8ebf2; overflow: hidden; clear: right; width: 70% } .wizard-4 .step-container div.content { display: block; position: absolute; float: left; height: 445px; text-align: left; overflow: auto; z-index: 1; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both } .wizard-4 .step-container div.content .wizard-title { width: 450px; margin: 0 auto } .wizard-4 .loader { display: none } .wizard-4 .msg-box { position: fixed; display: none; padding: 5px 10px; background-color: #a299ff; top: 30px; border-radius: 5px; right: 60px; padding: 10px 20px } .wizard-4 .msg-box .content { padding: 0; float: left; padding-top: 3px; color: #fff } .wizard-4 .msg-box .close { color: #fff; margin-left: 10px; opacity: 1; font-size: 18px; line-height: 1.4 } .wizard-4 ul.anchor { float: left; width: 30%; height: 100vh; padding: 80px } .wizard-4 ul.anchor .disabled { opacity: 0.7; color: #59667a } .wizard-4 ul.anchor .disabled h4 { background-color: rgba(89, 102, 122, 0.15) } .wizard-4 ul.anchor .logo { padding-bottom: 20px } .wizard-4 ul.anchor li { position: relative; display: block; margin: 0; padding: 0; padding-bottom: 19px; float: left; clear: both; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 0 } .wizard-4 ul.anchor li+li a { padding-left: 80px } .wizard-4 ul.anchor li:last-child { position: absolute; bottom: 0 } .wizard-4 ul.anchor li:last-child img { height: 300px } .wizard-4 ul.anchor li h4 { display: inline-block; background-color: rgba(115, 102, 255, 0.2); padding: 16px 23px; border-radius: 100%; position: absolute; left: 0; top: 6px } .wizard-4 ul.anchor li a { display: block; position: relative; float: left; margin: 0; padding: 10px 20px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; text-decoration: none; outline-style: none; z-index: 1; font-size: 18px } .wizard-4 ul.anchor li a small { display: block; font-size: 14px } .wizard-4 ul.anchor li a .stepNumber { position: relative; float: left; width: 30px; text-align: center; padding: 5px; padding-top: 0 } .wizard-4 ul.anchor li a.done h4 { color: #fff; background: var(--theme-deafult) } .wizard-4 ul.anchor li a.done h4:before { font-size: 12px; position: absolute; left: 5px; top: -3px; content: "\e64c"; font-family: 'themify'; background-color: #fff; color: var(--theme-deafult); border-radius: 15px; padding: 2px; border: 1px solid } .wizard-4 ul.anchor li a.error { color: #898989; background: #fe8a7d; border: 1px solid #dc3545 } .wizard-4 ul.anchor li a.error:hover { color: #000 } .form-space { margin-bottom: -10px } .form-space>div { margin-bottom: 10px } .theme-form .form-control :focus { -webkit-box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05); box-shadow: 0 0 0 0.2rem rgba(171, 140, 228, 0.05) } .theme-form textarea { border-color: #efefef } .theme-form textarea::-webkit-input-placeholder { color: #898989; font-size: 14px; letter-spacing: 1px; font-weight: 100 } .theme-form input[type=text], .theme-form input[type=email], .theme-form input[type=search], .theme-form input[type=password], .theme-form input[type=number], .theme-form input[type=tel], .theme-form input[type=date], .theme-form input[type=datetime-local], .theme-form input[type=time], .theme-form input[type=datetime-local], .theme-form input[type=month], .theme-form input[type=week], .theme-form input[type=url], .theme-form input[type=file], .theme-form textarea, .theme-form select { border-color: #efefef; background-color: #fff; font-size: 14px; color: #898989; padding: 12px 10px; -webkit-box-shadow: none; box-shadow: none } .theme-form input[type=text]::-webkit-input-placeholder, .theme-form input[type=email]::-webkit-input-placeholder, .theme-form input[type=search]::-webkit-input-placeholder, .theme-form input[type=password]::-webkit-input-placeholder, .theme-form input[type=number]::-webkit-input-placeholder, .theme-form input[type=tel]::-webkit-input-placeholder, .theme-form input[type=date]::-webkit-input-placeholder, .theme-form input[type=datetime-local]::-webkit-input-placeholder, .theme-form input[type=time]::-webkit-input-placeholder, .theme-form input[type=datetime-local]::-webkit-input-placeholder, .theme-form input[type=month]::-webkit-input-placeholder, .theme-form input[type=week]::-webkit-input-placeholder, .theme-form input[type=url]::-webkit-input-placeholder, .theme-form input[type=file]::-webkit-input-placeholder, .theme-form textarea::-webkit-input-placeholder, .theme-form select::-webkit-input-placeholder { color: #898989; font-size: 14px; letter-spacing: 1px; font-weight: 100 } .theme-form input[type=file] { height: auto } .theme-form select.form-control:not([size]):not([multiple]) { border-color: #efefef; font-size: 14px } .theme-form .checkbox label { padding-left: 10px } .theme-form .form-divider { position: relative; clear: both; height: 0; margin: 30px 0; border-top: 1px solid #efefef } .theme-form .form-divider:before { position: absolute; top: -11px; left: 40%; margin-left: -10px; padding: 0 5px; content: "Or Signup With"; color: #242934; background: #fff } .theme-form .login-divider { position: relative; clear: both; height: 0; margin: 30px 0; border-top: 1px solid #efefef } .theme-form .login-divider:before { position: absolute; top: -11px; left: 40%; margin-left: -10px; padding: 0 5px; color: #242934; background: #fff; content: "Or Login With" } .theme-form .btn-fb, .theme-form .btn-twitter, .theme-form .btn-google, .theme-form .btn-linkedin { color: #fff; width: 100% } .theme-form .btn-fb { background-color: #50598e } .theme-form .btn-twitter { background-color: #6fa2d8 } .theme-form .btn-google { background-color: #c64e40 } .theme-form .btn-linkedin { background-color: #0077B5 } .form-inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .form-inline .col-form-label { margin-right: 5px } .search-form .form-group:before { position: absolute; content: ""; width: 1px; height: 25px; background: #e8ebf2; left: 82px; top: 50px } .search-form .form-group:after { position: absolute; content: "\f002"; font-family: "FontAwesome"; top: 53px; left: 53px; color: #8e8e8e } .search-form input { border: 1px solid #efefef; padding: 10px 10px 10px 70px; border-radius: 10px; background-color: rgba(244, 244, 244, 0.3) } .search-form input:focus { outline: none !important } .form-label-align-right label { text-align: right; padding-top: 17px; font-weight: 500 } .form-builder-column #pills-tabContent .theme-form .form-group, .form-builder-column #pills-tabContent .theme-form .ui-draggable { margin-bottom: 0 !important } .form-builder-column #pills-tabContent .theme-form .form-group .checkbox label, .form-builder-column #pills-tabContent .theme-form .ui-draggable .checkbox label { margin-top: 0 } .form-builder-column #pills-tabContent .theme-form .form-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable input { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group .input-group #prependedcheckbox, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #prependedcheckbox { margin-right: 0; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder-column #pills-tabContent .theme-form .form-group .input-group input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group input { margin-right: 15px } .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-prepend .input-group-text input, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-prepend .input-group-text input { margin-right: 0 } .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group select, .form-builder-column #pills-tabContent .theme-form .ui-draggable select { border-radius: 4px } .form-builder-column #pills-tabContent .theme-form .form-group .m-t-help-block, .form-builder-column #pills-tabContent .theme-form .ui-draggable .m-t-help-block { margin-top: -3px } .form-builder-column #pills-tabContent #pills-button .theme-form button { margin-bottom: 6px } .form-builder-column .droppable-active { background-color: rgba(115, 102, 255, 0.2) !important; opacity: 0.1 } .form-builder-column .form-body { min-height: 540px } .form-builder-column .draggable { cursor: move } .form-builder-column .drag-bx { border: 1px dotted #ecf3fa; border-radius: 4px } .form-builder-column .tools a { cursor: pointer; font-size: 80% } .ui-front textarea { font-family: Rubik, sans-serif !important } .form-builder-2 .form-group .checkbox label { margin-top: 0 } .form-builder-2 .form-group input { border-radius: 4px } .form-builder-2 .form-group .input-group #prependedcheckbox { margin-right: 0; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-builder-2 .form-group .input-group input { margin-right: 15px } .form-builder-2 .form-group .input-group .input-group-prepend .input-group-text input { margin-right: 0 } .form-builder-2 .form-group .input-group .input-group-btn button { border-radius: 4px } .form-builder-2 .form-group select { border-radius: 4px } .form-builder-2 .form-group .m-t-help-block { margin-top: -3px } .form-builder-2-header { background-color: #f4f4f4; padding: 15px; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px } .form-builder-2-header>div { display: inline-block; width: 49% } .form-builder-2-header>div nav { text-align: right; float: right } .draggable input { border-radius: 5px } .draggable select { border-radius: 4px } .icon-lists div { cursor: pointer; line-height: 60px; white-space: nowrap; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .icon-lists div:hover { background-color: #fafafa } .icon-lists div i { margin: 0 15px 0 10px; font-size: 24px } .icon-lists.whether-icon svg { height: 50px; width: 50px } .icon-lists.feather-icons .media svg { margin: 0 15px 0 10px } .icon-lists .feather-icon .icon-first h6 { display: none } .flag-icons, .feather-icons { margin-bottom: -15px; margin-top: -15px } .flag-icons div, .feather-icons div { line-height: 1; word-wrap: break-word; overflow: auto } .flag-icons div .flag-icon, .feather-icons div .flag-icon { height: 50px; width: 50px } .flag-icons div .media, .feather-icons div .media { padding-top: 15px; padding-bottom: 15px; width: 100% } .flag-icons div .media-body h6, .feather-icons div .media-body h6 { margin-bottom: 0; font-size: 14px; font-weight: 400; max-width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden } .flag-icons div .media-body h5, .feather-icons div .media-body h5 { background-color: var(--theme-deafult); display: inline-block; padding: 3px 5px; font-size: 11px; border-radius: 3px; margin-bottom: 5px; margin-right: 5px; color: #fff } .icon-hover-bottom { background-color: #fdfeff; width: 100%; bottom: 0; left: 0; -webkit-box-shadow: 0px 0px 1px 1px #f4f4f4; box-shadow: 0px 0px 1px 1px #f4f4f4; z-index: 999 } .icon-hover-bottom .icon-popup { 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; width: 100%; padding: 20px } .icon-hover-bottom .icon-popup .close-icon { position: absolute; right: 10px; top: 10px; font-size: 20px; color: #ccc; cursor: pointer } .icon-hover-bottom .icon-popup>div { display: inline-block } .icon-hover-bottom .icon-popup>div .flag-icon { width: 60px; height: 60px } .icon-hover-bottom .icon-popup .icon-class { margin: 0 20px; cursor: pointer } .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group { display: initial } .icon-hover-bottom .icon-title { display: block; color: #2c323f; text-transform: uppercase; font-weight: 500 } .icon-hover-bottom span, .icon-hover-bottom label, .icon-hover-bottom .btn { font-family: Roboto, sans-serif } .icon-hover-bottom .form-group input { display: inline-block; width: 300px; background-color: #fff; font-family: Roboto, sans-serif } .fa-fa-icon-show-div, .icons-show-div { display: none } .icon-first i { color: #898989 } .icon-first h6 { display: none } .list-group-item.active { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .list-group i { margin-right: 10px } .list-group img { height: 40px; width: 40px; margin-right: 10px } .loader-wrapper { height: 100%; width: 100%; 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; position: fixed; background-color: #fff; z-index: 11; top: 0 } .loader-wrapper .loader-index { 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; position: relative; -webkit-filter: url("#goo"); filter: url("#goo") } .loader-wrapper .loader-index:after { content: ""; width: 4em; height: 4em; background: var(--theme-deafult); border-radius: 50%; position: absolute; -webkit-transform: scale(0.5); transform: scale(0.5); -webkit-animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate; animation: grow 2s cubic-bezier(0.14, 0.05, 0.55, 0.5) infinite alternate } .loader-wrapper .loader-index span { width: 2em; height: 2em; background: var(--theme-secondary); border-radius: 50%; margin-right: 2em; position: relative; -webkit-transform: translateX(7em); transform: translateX(7em); -webkit-animation: move 4s ease-in-out infinite; animation: move 4s ease-in-out infinite } .loader-wrapper .loader-index span:before { content: ""; width: 2em; height: 2em; background: var(--theme-deafult); border-radius: 50%; position: absolute; left: 3em; -webkit-transform: translateX(0em); transform: translateX(0em); -webkit-animation: shrink 2s ease-in-out infinite; animation: shrink 2s ease-in-out infinite } .loader-wrapper .loader-index span:after { content: ""; width: 2em; height: 2em; background: #a927f9; border-radius: 50%; position: absolute; right: 3em; -webkit-transform: translateX(0em); transform: translateX(0em); -webkit-animation: shrink 2s ease-in-out infinite; animation: shrink 2s ease-in-out infinite } @-webkit-keyframes grow { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #a927f9 } 50% { -webkit-transform: scale(1); transform: scale(1); background: var(--theme-secondary) } } @keyframes grow { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); background: #a927f9 } 50% { -webkit-transform: scale(1); transform: scale(1); background: var(--theme-secondary) } } @-webkit-keyframes move { 0% { -webkit-transform: translateX(7em); transform: translateX(7em) } 50% { -webkit-transform: translateX(-5em); transform: translateX(-5em) } } @keyframes move { 0% { -webkit-transform: translateX(7em); transform: translateX(7em) } 50% { -webkit-transform: translateX(-5em); transform: translateX(-5em) } } @-webkit-keyframes shrink { 0% { -webkit-transform: translateX(0em); transform: translateX(0em) } 50% { -webkit-transform: translateX(-1em); transform: translateX(-1em) } } @keyframes shrink { 0% { -webkit-transform: translateX(0em); transform: translateX(0em) } 50% { -webkit-transform: translateX(-1em); transform: translateX(-1em) } } .loader-wrapper svg { width: 0; height: 0 } .loader-wrapper body { font-family: sans; min-height: 100vh; margin: 0; display: grid; place-content: center; background: black } .loader-wrapper h1 { color: #fff; text-align: center; margin-bottom: 2em; letter-spacing: 3px; position: relative; z-index: 2 } .loader-wrapper h1:before { position: absolute; content: ""; height: 1px; background: -webkit-gradient(linear, left top, right top, from(var(--theme-secondary)), color-stop(var(--theme-deafult)), to(#a927f9)); background: linear-gradient(to right, var(--theme-secondary), var(--theme-deafult), #a927f9); color: #fff; top: 2.75em; left: 0.75em; width: 2.5em; font-weight: 400; font-variant: small-caps; font-size: 0.5em } .loader-box { height: 150px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: middle; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity; transition: .3s color, .3s border, .3s transform, .3s opacity } .loader-box [class*="loader-"] { display: inline-block; width: 50px; height: 50px; color: inherit; vertical-align: middle } .loader-box .loader-1 { border: 0.2em dotted var(--theme-deafult); border-radius: 50%; -webkit-animation: 1s loader-01 linear infinite; animation: 1s loader-01 linear infinite } @-webkit-keyframes loader-01 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-01 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-2 { border: .2em solid transparent; border-left-color: var(--theme-secondary); border-right-color: var(--theme-secondary); border-radius: 50%; -webkit-animation: 1s loader-02 linear infinite; animation: 1s loader-02 linear infinite } @-webkit-keyframes loader-02 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-02 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-3 { border: 0.2em solid #a927f9; border-bottom-color: transparent; border-radius: 50%; -webkit-animation: 1s loader-03 linear infinite; animation: 1s loader-03 linear infinite; position: relative } @-webkit-keyframes loader-03 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-03 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-4 { border: 1px solid #a927f9; border-radius: 50%; -webkit-animation: 1s loader-04 linear infinite; animation: 1s loader-04 linear infinite; position: relative } .loader-box .loader-4:before { content: ''; display: block; width: 0; height: 0; position: absolute; top: -.2em; left: 50%; border: 0.2em solid #a927f9; border-radius: 50% } @-webkit-keyframes loader-04 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-04 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-5 { border: .2em solid transparent; border-top-color: #f8d62b; border-radius: 50%; -webkit-animation: 1s loader-05 linear infinite; animation: 1s loader-05 linear infinite; position: relative } .loader-box .loader-5:before { content: ''; display: block; width: inherit; height: inherit; position: absolute; top: -.2em; left: -.2em; border: 0.2em solid #f8d62b; border-radius: 50%; opacity: .5 } @-webkit-keyframes loader-05 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-05 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-6 { border: 0.2em solid #dc3545; border-radius: 50%; -webkit-animation: loader-06 1s ease-out infinite; animation: loader-06 1s ease-out infinite } @-webkit-keyframes loader-06 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-06 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-7 { border: 0 solid transparent; border-radius: 50%; position: relative } .loader-box .loader-7:before, .loader-box .loader-7:after { content: ''; border: 0.2em solid var(--theme-deafult); border-radius: 50%; width: inherit; height: inherit; position: absolute; top: 0; left: 0; -webkit-animation: loader-07 1s linear infinite; animation: loader-07 1s linear infinite; opacity: 0 } .loader-box .loader-7:before { -webkit-animation-delay: 1s; animation-delay: 1s } .loader-box .loader-7:after { -webkit-animation-delay: .5s; animation-delay: .5s } @-webkit-keyframes loader-07 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-07 { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 50% { opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-8 { position: relative } .loader-box .loader-8:before, .loader-box .loader-8:after { content: ''; width: inherit; height: inherit; border-radius: 50%; background-color: var(--theme-secondary); opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out } .loader-box .loader-8:after { -webkit-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) } } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } .loader-box .loader-9 { background-color: #a927f9; border-radius: 50%; -webkit-animation: loader-09 1.0s infinite ease-in-out; animation: loader-09 1.0s infinite ease-in-out } @-webkit-keyframes loader-09 { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes loader-09 { 0% { -webkit-transform: scale(0); transform: scale(0) } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .loader-box .loader-10 { position: relative; -webkit-animation: loader-10-1 2.0s infinite linear; animation: loader-10-1 2.0s infinite linear } .loader-box .loader-10:before, .loader-box .loader-10:after { content: ''; width: 0; height: 0; border: 0.5em solid #a927f9; display: block; position: absolute; border-radius: 100%; -webkit-animation: loader-10-2 2s infinite ease-in-out; animation: loader-10-2 2s infinite ease-in-out } .loader-box .loader-10:before { top: 0; left: 50% } .loader-box .loader-10:after { bottom: 0; right: 50%; -webkit-animation-delay: -1s; animation-delay: -1s } @-webkit-keyframes loader-10-1 { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-10-1 { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @-webkit-keyframes loader-10-2 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes loader-10-2 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0) } 50% { -webkit-transform: scale(1); transform: scale(1) } } .loader-box .loader-11 { background-color: #f8d62b; -webkit-animation: loader-11 1.2s infinite ease-in-out; animation: loader-11 1.2s infinite ease-in-out } @-webkit-keyframes loader-11 { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) } } @keyframes loader-11 { 0% { -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); transform: perspective(120px) rotateX(0deg) rotateY(0deg) } 50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) } 100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) } } .loader-box .loader-12 { position: relative } .loader-box .loader-12:before, .loader-box .loader-12:after { content: ''; display: block; position: absolute; background-color: #dc3545; left: 50%; right: 0; top: 0; bottom: 50%; -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; -webkit-animation: loader-12 1s linear infinite; animation: loader-12 1s linear infinite } .loader-box .loader-12:after { top: 50%; bottom: 0; -webkit-animation-delay: .25s; animation-delay: .25s } @-webkit-keyframes loader-12 { 0%, 100% { -webkit-box-shadow: -.5em 0 0 transparent; box-shadow: -.5em 0 0 transparent; background-color: #dc3545 } 50% { -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; background-color: transparent } } @keyframes loader-12 { 0%, 100% { -webkit-box-shadow: -.5em 0 0 transparent; box-shadow: -.5em 0 0 transparent; background-color: #dc3545 } 50% { -webkit-box-shadow: -0.5em 0 0 #dc3545; box-shadow: -0.5em 0 0 #dc3545; background-color: transparent } } .loader-box .loader-13:before, .loader-box .loader-13:after, .loader-box .loader-13 { border-radius: 50%; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: loader-13 1.8s infinite ease-in-out; animation: loader-13 1.8s infinite ease-in-out } .loader-box .loader-13 { color: var(--theme-deafult); position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; top: -1em } .loader-box .loader-13:before { right: 100%; -webkit-animation-delay: -0.32s; animation-delay: -0.32s } .loader-box .loader-13:after { left: 100% } .loader-box .loader-13:before, .loader-box .loader-13:after { content: ''; display: block; position: absolute; top: 0; width: inherit; height: inherit } @-webkit-keyframes loader-13 { 0%, 80%, 100% { -webkit-box-shadow: 0 1em 0 -1em; box-shadow: 0 1em 0 -1em } 40% { -webkit-box-shadow: 0 1em 0 -.2em; box-shadow: 0 1em 0 -.2em } } @keyframes loader-13 { 0%, 80%, 100% { -webkit-box-shadow: 0 1em 0 -1em; box-shadow: 0 1em 0 -1em } 40% { -webkit-box-shadow: 0 1em 0 -.2em; box-shadow: 0 1em 0 -.2em } } .loader-box .loader-14 { border-radius: 50%; -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary); position: relative; -webkit-animation: loader-14 0.8s ease-in-out alternate infinite; animation: loader-14 0.8s ease-in-out alternate infinite; -webkit-animation-delay: 0.32s; animation-delay: 0.32s; top: -1em } .loader-box .loader-14:after, .loader-box .loader-14:before { content: ''; position: absolute; width: inherit; height: inherit; border-radius: inherit; -webkit-box-shadow: inherit; box-shadow: inherit; -webkit-animation: inherit; animation: inherit } .loader-box .loader-14:before { left: -1em; -webkit-animation-delay: 0.48s; animation-delay: 0.48s } .loader-box .loader-14:after { right: -1em; -webkit-animation-delay: 0.16s; animation-delay: 0.16s } @-webkit-keyframes loader-14 { 0% { -webkit-box-shadow: 0 2em 0 -0.2em var(--theme-secondary); box-shadow: 0 2em 0 -0.2em var(--theme-secondary) } 100% { -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary) } } @keyframes loader-14 { 0% { -webkit-box-shadow: 0 2em 0 -0.2em var(--theme-secondary); box-shadow: 0 2em 0 -0.2em var(--theme-secondary) } 100% { -webkit-box-shadow: 0 1em 0 -0.2em var(--theme-secondary); box-shadow: 0 1em 0 -0.2em var(--theme-secondary) } } .loader-box .loader-15 { background: #a927f9; position: relative; -webkit-animation: loader-15 1s ease-in-out infinite; animation: loader-15 1s ease-in-out infinite; -webkit-animation-delay: 0.4s; animation-delay: 0.4s; width: .25em; height: .5em; margin: 0 .5em } .loader-box .loader-15:after, .loader-box .loader-15:before { content: ''; position: absolute; width: inherit; height: inherit; background: inherit; -webkit-animation: inherit; animation: inherit } .loader-box .loader-15:before { right: .5em; -webkit-animation-delay: 0.2s; animation-delay: 0.2s } .loader-box .loader-15:after { left: .5em; -webkit-animation-delay: 0.6s; animation-delay: 0.6s } @-webkit-keyframes loader-15 { 0%, 100% { -webkit-box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9; box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9 } 50% { -webkit-box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9; box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9 } } @keyframes loader-15 { 0%, 100% { -webkit-box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9; box-shadow: 0 0 0 #a927f9, 0 0 0 #a927f9 } 50% { -webkit-box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9; box-shadow: 0 -0.25em 0 #a927f9, 0 0.25em 0 #a927f9 } } .loader-box .loader-16 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); -webkit-perspective: 1000px; perspective: 1000px; border-radius: 50% } .loader-box .loader-16:before, .loader-box .loader-16:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: inherit; height: inherit; border-radius: 50%; -webkit-animation: 1s spin linear infinite; animation: 1s spin linear infinite } .loader-box .loader-16:before { -webkit-transform: rotateX(70deg); transform: rotateX(70deg) } .loader-box .loader-16:after { -webkit-transform: rotateY(70deg); transform: rotateY(70deg); -webkit-animation-delay: .4s; animation-delay: .4s } @-webkit-keyframes rotate { 0% { -webkit-transform: translate(-50%, -50%) rotateZ(0deg); transform: translate(-50%, -50%) rotateZ(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotateZ(360deg); transform: translate(-50%, -50%) rotateZ(360deg) } } @keyframes rotate { 0% { -webkit-transform: translate(-50%, -50%) rotateZ(0deg); transform: translate(-50%, -50%) rotateZ(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotateZ(360deg); transform: translate(-50%, -50%) rotateZ(360deg) } } @-webkit-keyframes rotateccw { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg) } } @keyframes rotateccw { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(-360deg); transform: translate(-50%, -50%) rotate(-360deg) } } @-webkit-keyframes spin { 0%, 100% { -webkit-box-shadow: 0.2em 0px 0 0px #a927f9; box-shadow: 0.2em 0px 0 0px #a927f9 } 12% { -webkit-box-shadow: 0.2em 0.2em 0 0 #a927f9; box-shadow: 0.2em 0.2em 0 0 #a927f9 } 25% { -webkit-box-shadow: 0 0.2em 0 0px #a927f9; box-shadow: 0 0.2em 0 0px #a927f9 } 37% { -webkit-box-shadow: -0.2em 0.2em 0 0 #a927f9; box-shadow: -0.2em 0.2em 0 0 #a927f9 } 50% { -webkit-box-shadow: -0.2em 0 0 0 #a927f9; box-shadow: -0.2em 0 0 0 #a927f9 } 62% { -webkit-box-shadow: -0.2em -0.2em 0 0 #a927f9; box-shadow: -0.2em -0.2em 0 0 #a927f9 } 75% { -webkit-box-shadow: 0px -0.2em 0 0 #a927f9; box-shadow: 0px -0.2em 0 0 #a927f9 } 87% { -webkit-box-shadow: 0.2em -0.2em 0 0 #a927f9; box-shadow: 0.2em -0.2em 0 0 #a927f9 } } @keyframes spin { 0%, 100% { -webkit-box-shadow: 0.2em 0px 0 0px #a927f9; box-shadow: 0.2em 0px 0 0px #a927f9 } 12% { -webkit-box-shadow: 0.2em 0.2em 0 0 #a927f9; box-shadow: 0.2em 0.2em 0 0 #a927f9 } 25% { -webkit-box-shadow: 0 0.2em 0 0px #a927f9; box-shadow: 0 0.2em 0 0px #a927f9 } 37% { -webkit-box-shadow: -0.2em 0.2em 0 0 #a927f9; box-shadow: -0.2em 0.2em 0 0 #a927f9 } 50% { -webkit-box-shadow: -0.2em 0 0 0 #a927f9; box-shadow: -0.2em 0 0 0 #a927f9 } 62% { -webkit-box-shadow: -0.2em -0.2em 0 0 #a927f9; box-shadow: -0.2em -0.2em 0 0 #a927f9 } 75% { -webkit-box-shadow: 0px -0.2em 0 0 #a927f9; box-shadow: 0px -0.2em 0 0 #a927f9 } 87% { -webkit-box-shadow: 0.2em -0.2em 0 0 #a927f9; box-shadow: 0.2em -0.2em 0 0 #a927f9 } } .loader-box .loader-17 { position: relative; background-color: #f8d62b; border-radius: 50% } .loader-box .loader-17:after, .loader-box .loader-17:before { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; opacity: .8 } .loader-box .loader-17:after { left: -.5em; top: -.25em; background-color: #f8d62b; -webkit-transform-origin: 30px 35px; transform-origin: 30px 35px; -webkit-animation: loader-17 1s linear infinite; animation: loader-17 1s linear infinite; opacity: .6 } .loader-box .loader-17:before { left: -1.25em; top: -.75em; background-color: #f8d62b; -webkit-transform-origin: 40px 40px; transform-origin: 40px 40px; -webkit-animation: loader-17 2s linear infinite; animation: loader-17 2s linear infinite } @-webkit-keyframes loader-17 { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0); transform: rotateZ(0deg) translate3d(0, 0, 0) } 100% { -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0); transform: rotateZ(360deg) translate3d(0, 0, 0) } } @keyframes loader-17 { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0); transform: rotateZ(0deg) translate3d(0, 0, 0) } 100% { -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0); transform: rotateZ(360deg) translate3d(0, 0, 0) } } .loader-box .loader-18 { position: relative } .loader-box .loader-18:before, .loader-box .loader-18:after { content: ''; display: block; position: absolute; border-radius: 50%; border: .1em solid transparent; border-bottom-color: #dc3545; top: 0; left: 0; -webkit-animation: 1s loader-18 linear infinite; animation: 1s loader-18 linear infinite } .loader-box .loader-18:before { width: 40px; height: 40px } .loader-box .loader-18:after { width: 30px; height: 30px; top: .1em; left: .1em; animation-direction: reverse } @-webkit-keyframes loader-18 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-18 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-19 { border-top: 0.2em solid var(--theme-deafult); border-right: .2em solid transparent; -webkit-animation: loader-19 1s linear infinite; animation: loader-19 1s linear infinite; border-radius: 100%; position: relative } @-webkit-keyframes loader-19 { to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-19 { to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-20 { background-color: transparent; -webkit-box-shadow: inset 0px 0px 0px 0.1em var(--theme-secondary); box-shadow: inset 0px 0px 0px 0.1em var(--theme-secondary); border-radius: 50%; position: relative } .loader-box .loader-20:after, .loader-box .loader-20:before { position: absolute; content: ""; background-color: var(--theme-secondary); top: 24px; left: 24px; height: .1em; -webkit-transform-origin: left center; transform-origin: left center } .loader-box .loader-20:after { width: .4em; -webkit-animation: loader-20 2s linear infinite; animation: loader-20 2s linear infinite } .loader-box .loader-20:before { width: 20px; -webkit-animation: loader-20 8s linear infinite; animation: loader-20 8s linear infinite } @-webkit-keyframes loader-20 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-20 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-21 { position: relative } .loader-box .loader-21:before, .loader-box .loader-21:after { position: absolute; content: "" } .loader-box .loader-21:before { width: 80%; height: 80%; left: 10%; bottom: 10%; border-radius: 100% 100% 100% 0; -webkit-box-shadow: 0px 0px 0px 0.1em #a927f9; box-shadow: 0px 0px 0px 0.1em #a927f9; -webkit-animation: loader-21 1s linear infinite; animation: loader-21 1s linear infinite; -webkit-transform: rotate(-46deg); transform: rotate(-46deg) } .loader-box .loader-21:after { width: 1em; height: .3em; border-radius: 100%; left: 0; background-color: rgba(255, 255, 255, 0.2); bottom: -.2em; z-index: -1 } @-webkit-keyframes loader-21 { 0% { top: 0 } 50% { top: -5px } 100% { top: 0 } } @keyframes loader-21 { 0% { top: 0 } 50% { top: -5px } 100% { top: 0 } } .loader-box .loader-22 { border: 0.1em #a927f9 solid; border-radius: 100%; position: relative; overflow: hidden; z-index: 1 } .loader-box .loader-22:after, .loader-box .loader-22:before { position: absolute; content: ""; background-color: #a927f9 } .loader-box .loader-22:after { width: 50%; height: .1em; left: 50%; top: 50%; -webkit-transform-origin: left center; transform-origin: left center; -webkit-animation: loader-22 2s linear infinite alternate; animation: loader-22 2s linear infinite alternate } .loader-box .loader-22:before { width: 100%; height: 40%; left: 0; bottom: 0 } @-webkit-keyframes loader-22 { 0% { -webkit-transform: rotate(-160deg); transform: rotate(-160deg) } 100% { -webkit-transform: rotate(-20deg); transform: rotate(-20deg) } } @keyframes loader-22 { 0% { -webkit-transform: rotate(-160deg); transform: rotate(-160deg) } 100% { -webkit-transform: rotate(-20deg); transform: rotate(-20deg) } } .loader-box .loader-23 { height: .5em; border: 0.1em #f8d62b solid; border-radius: .1em; position: relative; -webkit-animation: loader-23 5s linear infinite; animation: loader-23 5s linear infinite } .loader-box .loader-23:after { width: .07em; height: 100%; background-color: #f8d62b; border-radius: 0px .5em .5em 0px; position: absolute; content: ""; top: 0; left: calc(100% + .1em) } @-webkit-keyframes loader-23 { 0% { -webkit-box-shadow: inset 0px 0px 0px #f8d62b; box-shadow: inset 0px 0px 0px #f8d62b } 100% { -webkit-box-shadow: inset 1em 0px 0px #f8d62b; box-shadow: inset 1em 0px 0px #f8d62b } } @keyframes loader-23 { 0% { -webkit-box-shadow: inset 0px 0px 0px #f8d62b; box-shadow: inset 0px 0px 0px #f8d62b } 100% { -webkit-box-shadow: inset 1em 0px 0px #f8d62b; box-shadow: inset 1em 0px 0px #f8d62b } } .loader-box .loader-24 { width: .8em; height: 1em; border: 0.1em #dc3545 solid; border-radius: 0px 0px .2em .2em; position: relative } .loader-box .loader-24:after, .loader-box .loader-24:before { position: absolute; content: "" } .loader-box .loader-24:after { width: .2em; height: 50%; border: 0.1em #dc3545 solid; border-left: none; border-radius: 0px .5em .5em 0px; left: calc(100% + .1em); top: .1em } .loader-box .loader-24:before { width: .1em; height: .3em; background-color: #dc3545; top: -.3em; left: .05em; -webkit-box-shadow: 0.2em 0px 0px 0px #dc3545, 0.2em -0.2em 0px 0px #dc3545, 0.4em 0px 0px 0px #dc3545; box-shadow: 0.2em 0px 0px 0px #dc3545, 0.2em -0.2em 0px 0px #dc3545, 0.4em 0px 0px 0px #dc3545; -webkit-animation: loader-24 1s linear infinite alternate; animation: loader-24 1s linear infinite alternate } @-webkit-keyframes loader-24 { 0% { height: 0px } 100% { height: 6px } } @keyframes loader-24 { 0% { height: 0px } 100% { height: 6px } } .loader-box .loader-25 { border: 0.1em var(--theme-deafult) solid; position: relative; -webkit-animation: loader-25-1 5s linear infinite; animation: loader-25-1 5s linear infinite } .loader-box .loader-25:after { width: .2em; height: .2em; position: absolute; content: ""; background-color: var(--theme-deafult); bottom: calc(100% + .2em); left: -.4em; -webkit-animation: loader-25-2 1s ease-in-out infinite; animation: loader-25-2 1s ease-in-out infinite } @-webkit-keyframes loader-25-1 { 0% { -webkit-box-shadow: inset 0 0 0 0 var(--theme-deafult); box-shadow: inset 0 0 0 0 var(--theme-deafult) } 100% { -webkit-box-shadow: inset 0 -1em 0 0 var(--theme-deafult); box-shadow: inset 0 -1em 0 0 var(--theme-deafult) } } @keyframes loader-25-1 { 0% { -webkit-box-shadow: inset 0 0 0 0 var(--theme-deafult); box-shadow: inset 0 0 0 0 var(--theme-deafult) } 100% { -webkit-box-shadow: inset 0 -1em 0 0 var(--theme-deafult); box-shadow: inset 0 -1em 0 0 var(--theme-deafult) } } @-webkit-keyframes loader-25-2 { 25% { left: calc(100% + .2em); bottom: calc(100% + .2em) } 50% { left: calc(100% + .2em); bottom: -.4em } 75% { left: -.4em; bottom: -.4em } 100% { left: -.4em; bottom: calc(100% + .2em) } } @keyframes loader-25-2 { 25% { left: calc(100% + .2em); bottom: calc(100% + .2em) } 50% { left: calc(100% + .2em); bottom: -.4em } 75% { left: -.4em; bottom: -.4em } 100% { left: -.4em; bottom: calc(100% + .2em) } } .loader-box .loader-26 { width: .5em; height: .5em; background-color: var(--theme-secondary); -webkit-box-shadow: 1em 0px 0px var(--theme-secondary); box-shadow: 1em 0px 0px var(--theme-secondary); border-radius: 50%; -webkit-animation: loader-26 1s ease-in-out infinite alternate; animation: loader-26 1s ease-in-out infinite alternate } @-webkit-keyframes loader-26 { 0% { opacity: 0.1; -webkit-transform: rotate(0deg) scale(0.5); transform: rotate(0deg) scale(0.5) } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1.2); transform: rotate(360deg) scale(1.2) } } @keyframes loader-26 { 0% { opacity: 0.1; -webkit-transform: rotate(0deg) scale(0.5); transform: rotate(0deg) scale(0.5) } 100% { opacity: 1; -webkit-transform: rotate(360deg) scale(1.2); transform: rotate(360deg) scale(1.2) } } .loader-box .loader-29 { border-radius: 50%; -webkit-box-shadow: inset 0 0 0 0.1em #a927f9, -0.5em -0.5em 0 -0.4em #a927f9, 0 -0.7em 0 -0.4em #a927f9, 0.5em -0.5em 0 -0.4em #a927f9, -0.5em 0.5em 0 -0.4em #a927f9, 0 0.7em 0 -0.4em #a927f9, 0.5em 0.5em 0 -0.4em #a927f9, -0.7em 0 0 -0.4em #a927f9, 0.7em 0 0 -0.4em #a927f9; box-shadow: inset 0 0 0 0.1em #a927f9, -0.5em -0.5em 0 -0.4em #a927f9, 0 -0.7em 0 -0.4em #a927f9, 0.5em -0.5em 0 -0.4em #a927f9, -0.5em 0.5em 0 -0.4em #a927f9, 0 0.7em 0 -0.4em #a927f9, 0.5em 0.5em 0 -0.4em #a927f9, -0.7em 0 0 -0.4em #a927f9, 0.7em 0 0 -0.4em #a927f9; -webkit-animation: 5s loader-29 linear infinite; animation: 5s loader-29 linear infinite } @-webkit-keyframes loader-29 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-29 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-30 { border: .2em solid transparent; border-top-color: #a927f9; border-bottom-color: #a927f9; border-radius: 50%; position: relative; -webkit-animation: 1s loader-30 linear infinite; animation: 1s loader-30 linear infinite } .loader-box .loader-30:before, .loader-box .loader-30:after { content: ''; display: block; width: 0; height: 0; position: absolute; border: .2em solid transparent; border-bottom-color: #a927f9 } .loader-box .loader-30:before { -webkit-transform: rotate(135deg); transform: rotate(135deg); right: -.3em; top: -.05em } .loader-box .loader-30:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); left: -.3em; bottom: -.05em } @-webkit-keyframes loader-30 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-30 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .loader-box .loader-31 { -webkit-box-shadow: 0 0 2em #f8d62b; box-shadow: 0 0 2em #f8d62b; background-color: #f8d62b; position: relative; border-radius: 50%; -webkit-transform: rotateX(-60deg) perspective(1000px); transform: rotateX(-60deg) perspective(1000px) } .loader-box .loader-31:before, .loader-box .loader-31:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: inherit; height: inherit; border-radius: inherit; -webkit-animation: 1s loader-31 ease-out infinite; animation: 1s loader-31 ease-out infinite } .loader-box .loader-31:after { -webkit-animation-delay: .4s; animation-delay: .4s } @-webkit-keyframes loader-31 { 0% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b; box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b } 100% { opacity: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b; box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b } } @keyframes loader-31 { 0% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b; box-shadow: 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b, 0 0 0 -0.5em #f8d62b } 100% { opacity: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b; box-shadow: -1em -1em 0 -0.35em #f8d62b, 0 -1.5em 0 -0.35em #f8d62b, 1em -1em 0 -0.35em #f8d62b, -1.5em 0 0 -0.35em #f8d62b, 1.5em 0 0 -0.35em #f8d62b, -1em 1em 0 -0.35em #f8d62b, 0 1.5em 0 -0.35em #f8d62b, 1em 1em 0 -0.35em #f8d62b } } .loader-box .loader-32 { position: relative; border-radius: 50%; -webkit-box-shadow: 0 0 1em 0 #dc3545, inset 0 0 1em 0 #dc3545; box-shadow: 0 0 1em 0 #dc3545, inset 0 0 1em 0 #dc3545; -webkit-animation: 1s loader-32 linear infinite; animation: 1s loader-32 linear infinite } .loader-box .loader-32:before, .loader-box .loader-32:after { content: ''; display: block; width: inherit; height: inherit; position: absolute; border-radius: 50% } .loader-box .loader-32:before { border-top: 0.2em solid #dc3545; border-right: .2em solid transparent; top: .28em; right: calc(50% - .22em) } .loader-box .loader-32:after { border-bottom: 0.2em solid #dc3545; border-left: .2em solid transparent; bottom: .28em; left: calc(50% - .22em) } @-webkit-keyframes loader-32 { 0% { -webkit-transform: rotateX(-60deg) rotateZ(0deg); transform: rotateX(-60deg) rotateZ(0deg) } 100% { -webkit-transform: rotateX(-60deg) rotateZ(360deg); transform: rotateX(-60deg) rotateZ(360deg) } } @keyframes loader-32 { 0% { -webkit-transform: rotateX(-60deg) rotateZ(0deg); transform: rotateX(-60deg) rotateZ(0deg) } 100% { -webkit-transform: rotateX(-60deg) rotateZ(360deg); transform: rotateX(-60deg) rotateZ(360deg) } } .loader-box .loader-34 { position: relative; width: 1em; height: .5em } .loader-box .loader-34:after, .loader-box .loader-34:before { position: absolute; content: ""; height: .4em; width: .4em; top: 0; background-color: var(--theme-deafult); border-radius: 50% } .loader-box .loader-34:after { right: 0; -webkit-animation: loader-34-2 0.5s ease-in-out infinite; animation: loader-34-2 0.5s ease-in-out infinite; -webkit-animation-direction: alternate; animation-direction: alternate } .loader-box .loader-34:before { left: 0; -webkit-animation: loader-34-1 0.5s ease-in-out infinite; animation: loader-34-1 0.5s ease-in-out infinite; -webkit-animation-direction: alternate; animation-direction: alternate } @-webkit-keyframes loader-34-1 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(0.2em); transform: translatex(0.2em) } } @keyframes loader-34-1 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(0.2em); transform: translatex(0.2em) } } @-webkit-keyframes loader-34-2 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(-0.2em); transform: translatex(-0.2em) } } @keyframes loader-34-2 { 0% { -webkit-transform: translatex(0px); transform: translatex(0px) } 65% { height: .4em; width: .4em } 100% { height: .5em; width: .3em; -webkit-transform: translatex(-0.2em); transform: translatex(-0.2em) } } .loader-box .loader-35 { margin: 0 .5em; position: relative } .loader-box .loader-35:before { border-radius: 50%; background-color: var(--theme-secondary); -webkit-animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; animation: loader-35 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; content: ''; width: inherit; height: inherit; top: 0; left: 0; position: absolute } @-webkit-keyframes loader-35 { 0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 25% { -webkit-transform: translateX(-100%) scale(0.3); transform: translateX(-100%) scale(0.3) } 50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 75% { -webkit-transform: translateX(100%) scale(0.3); transform: translateX(100%) scale(0.3) } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } } @keyframes loader-35 { 0% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 25% { -webkit-transform: translateX(-100%) scale(0.3); transform: translateX(-100%) scale(0.3) } 50% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } 75% { -webkit-transform: translateX(100%) scale(0.3); transform: translateX(100%) scale(0.3) } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1) } } .loader-box .loader-37 { border-right: 0.1em solid #a927f9; border-radius: 100%; -webkit-animation: loader-37 800ms linear infinite; animation: loader-37 800ms linear infinite } .loader-box .loader-37:before, .loader-box .loader-37:after { content: ''; width: .8em; height: .8em; display: block; position: absolute; top: calc(50% - .4em); left: calc(50% - .4em); border-left: 0.08em solid #a927f9; border-radius: 100%; animation: loader-37 400ms linear infinite reverse } .loader-box .loader-37:after { width: .6em; height: .6em; top: calc(50% - .3em); left: calc(50% - .3em); border: 0; border-right: 0.05em solid #a927f9; -webkit-animation: none; animation: none } @-webkit-keyframes loader-37 { from { -webkit-transform: rotate(360deg); transform: rotate(360deg) } to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } @keyframes loader-37 { from { -webkit-transform: rotate(360deg); transform: rotate(360deg) } to { -webkit-transform: rotate(0deg); transform: rotate(0deg) } } .loader-box .loader-38 { height: 0.1em; width: 0.1em; -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; -webkit-animation: loader-38 6s infinite; animation: loader-38 6s infinite } @-webkit-keyframes loader-38 { 0% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 8.33% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 16.66% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 24.99% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 33.32% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 41.65% { -webkit-box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 49.98% { -webkit-box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 58.31% { -webkit-box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 66.64% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 74.97% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 83.3% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 91.63% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 100% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } } @keyframes loader-38 { 0% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 8.33% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 16.66% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 24.99% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 33.32% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } 41.65% { -webkit-box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9; box-shadow: 0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9 } 49.98% { -webkit-box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9; box-shadow: 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9 } 58.31% { -webkit-box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 66.64% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 74.97% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 83.3% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, 0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 91.63% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9, -0.2em 0.2em 0 0.1em #a927f9 } 100% { -webkit-box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9; box-shadow: -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9, -0.2em -0.2em 0 0.1em #a927f9 } } .loader-box .loader-39 { position: relative; width: .15em; height: .15em; background-color: #f8d62b; border-radius: 100%; -webkit-animation: loader-39-1 30s infinite linear; animation: loader-39-1 30s infinite linear } .loader-box .loader-39:before, .loader-box .loader-39:after { content: ''; border-radius: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .loader-box .loader-39:before { width: 20px; height: 60px; -webkit-animation: loader-39-2 .8s linear infinite; animation: loader-39-2 .8s linear infinite } .loader-box .loader-39:after { width: 60px; height: 20px; -webkit-animation: loader-39-2 1.2s linear infinite; animation: loader-39-2 1.2s linear infinite } @-webkit-keyframes loader-39-1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes loader-39-1 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @-webkit-keyframes loader-39-2 { 0% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } 25% { -webkit-box-shadow: 0.04em 0.04em 0 0.02em #f8d62b; box-shadow: 0.04em 0.04em 0 0.02em #f8d62b } 50% { -webkit-box-shadow: -0.04em 0.04em 0 0.02em #f8d62b; box-shadow: -0.04em 0.04em 0 0.02em #f8d62b } 75% { -webkit-box-shadow: -0.04em -0.04em 0 0.02em #f8d62b; box-shadow: -0.04em -0.04em 0 0.02em #f8d62b } 100% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } } @keyframes loader-39-2 { 0% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } 25% { -webkit-box-shadow: 0.04em 0.04em 0 0.02em #f8d62b; box-shadow: 0.04em 0.04em 0 0.02em #f8d62b } 50% { -webkit-box-shadow: -0.04em 0.04em 0 0.02em #f8d62b; box-shadow: -0.04em 0.04em 0 0.02em #f8d62b } 75% { -webkit-box-shadow: -0.04em -0.04em 0 0.02em #f8d62b; box-shadow: -0.04em -0.04em 0 0.02em #f8d62b } 100% { -webkit-box-shadow: 0.04em -0.04em 0 0.02em #f8d62b; box-shadow: 0.04em -0.04em 0 0.02em #f8d62b } } .loader-box .loader-40 { border: 0.05em #dc3545 solid; border-radius: .2em; overflow: hidden; position: relative } .loader-box .loader-40:after, .loader-box .loader-40:before { content: ''; border-radius: 50%; position: absolute; width: inherit; height: inherit; -webkit-animation: loader-40 2s infinite linear; animation: loader-40 2s infinite linear } .loader-box .loader-40:before { border-top: 0.2em #dc3545 solid; top: -.15em; left: calc(-50% - .15em); -webkit-transform-origin: right center; transform-origin: right center } .loader-box .loader-40:after { border-bottom: 0.2em #dc3545 solid; top: .15em; right: calc(-50% - .15em); -webkit-transform-origin: left center; transform-origin: left center } @-webkit-keyframes loader-40 { from { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes loader-40 { from { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .loader-box .loader-41 { border: 0.05em var(--theme-deafult) solid; border-radius: .2em; position: relative; background: linear-gradient(45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent), linear-gradient(-45deg, transparent 48%, var(--theme-deafult) 50%, var(--theme-deafult) 50%, transparent 52%, transparent); background-size: .5em .5em; background-position: 0% 0%; -webkit-animation: loader-41 1s infinite linear; animation: loader-41 1s infinite linear } @-webkit-keyframes loader-41 { from { background-position: 0 0 } to { background-position: -1em 0 } } @keyframes loader-41 { from { background-position: 0 0 } to { background-position: -1em 0 } } .loader-box .loader-42 { width: 2em; height: .66em; border: 0.05em var(--theme-secondary) solid; border-radius: .1em; background: linear-gradient(-60deg, transparent 0%, transparent 50%, var(--theme-secondary) 50%, var(--theme-secondary) 75%, transparent 75%, transparent); background-size: 1em 2em; background-position: 0 0; -webkit-animation: loader-42 0.8s infinite linear; animation: loader-42 0.8s infinite linear } @-webkit-keyframes loader-42 { from { background-position: 0 0 } to { background-position: -2em 0 } } @keyframes loader-42 { from { background-position: 0 0 } to { background-position: -2em 0 } } .popover-header { background-color: #2c323f; color: #fff } .popover-main .btn-showcase a { color: #fff } .popover-main .btn-showcase button:last-child { margin-right: 0 } @media print { .page-wrapper .page-title { visibility: hidden } .page-wrapper .page-body-wrapper .page-title { display: none } table.fixedHeader-floating { display: none } } .invoice-table { margin-top: 16px; margin-bottom: 16px } .invoice .text-right input { margin-top: 6px } .invoice .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .animate-chk label { line-height: 1.6; cursor: pointer } .animate-chk label:last-child { margin-bottom: 0 } .checkbox_animated { cursor: pointer; position: relative; margin: 0 1rem 0 0 } .checkbox_animated:before { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: rotate(-45deg) scale(0, 0); transform: rotate(-45deg) scale(0, 0); content: ""; position: absolute; left: 0.25rem; top: 0.225rem; z-index: 1; width: 0.75rem; height: 0.375rem; border: 2px solid var(--theme-deafult); border-top-style: none; border-right-style: none } .checkbox_animated:after { content: ""; position: absolute; top: -0.125rem; left: 0; width: 1.3rem; height: 1.3rem; background: #fff; border: 2px solid #ecf3fa; cursor: pointer } .checkbox_animated:checked:before { -webkit-transform: rotate(-45deg) scale(1, 1); transform: rotate(-45deg) scale(1, 1) } .radio_animated { position: relative; margin: 0 1rem 0 0; cursor: pointer } .radio_animated:before { -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75); -webkit-transform: scale(0, 0); transform: scale(0, 0); content: ""; position: absolute; top: 0; left: 0.125rem; z-index: 1; width: 0.75rem; height: 0.75rem; background: var(--theme-deafult); border-radius: 50% } .radio_animated:after { content: ""; position: absolute; top: -0.25rem; left: -0.125rem; width: 1.25rem; height: 1.25rem; background: #fff; border: 2px solid #ecf3fa; border-radius: 50% } .radio_animated:checked:before { -webkit-transform: scale(1, 1); transform: scale(1, 1) } .checkbox label { display: inline-block; position: relative; padding-left: 16px; cursor: pointer; margin-top: 10px; margin-bottom: 10px } .checkbox label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -16px; border: 1px solid #efefef; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out } .checkbox label::after { display: inline-block; position: absolute; width: 16px; height: 16px; left: 0; top: 0; margin-left: -20px; padding-left: 3px; padding-top: 1px; font-size: 11px; color: #242934 } .checkbox input[type="checkbox"] { opacity: 0 } .checkbox input[type="checkbox"]:focus { outline-offset: -2px } .checkbox input[type="checkbox"]:focus+label::before { outline-offset: -2px } .checkbox input[type="checkbox"]:checked+label::before { font-family: themify; content: "\e64c"; text-align: center; line-height: 1.2 } .checkbox input[type="checkbox"]:disabled+label { opacity: 0.65 } .checkbox input[type="checkbox"]:disabled+label::before { background-color: #f4f4f4; cursor: not-allowed } .checkbox .checkbox-circle label::before { border-radius: 50% } .checkbox .checkbox-inline { margin-top: 0 } .m-squar label::before { border-radius: 0 } .m-squar .checkbox-circle label::before { border-radius: 50% } .m-squar .checkbox-inline { margin-top: 0 } .checkbox-primary label::before { border-color: var(--theme-deafult) } .checkbox-primary input[type="checkbox"]:checked+label::before { border-color: var(--theme-deafult); color: var(--theme-deafult) } .checkbox-primary input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-primary label:before { background-color: var(--theme-deafult); border-color: var(--theme-deafult); color: #fff } .checkbox-solid-primary input[type="checkbox"]:checked+label::before { background-color: var(--theme-deafult); border-color: var(--theme-deafult); color: #fff } .checkbox-solid-primary input[type="checkbox"]:checked+label::after { color: #fff } .radio-primary input[type="radio"]+label::before { border-color: var(--theme-deafult) } .radio-primary input[type="radio"]+label::after { background-color: var(--theme-deafult) } .radio-primary input[type="radio"]:checked+label::before { border-color: var(--theme-deafult) } .radio-primary input[type="radio"]:checked+label::after { background-color: var(--theme-deafult) } .checkbox-secondary label::before { border-color: #f73164 } .checkbox-secondary input[type="checkbox"]:checked+label::before { border-color: #f73164; color: #f73164 } .checkbox-secondary input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-secondary label:before { background-color: #f73164; border-color: #f73164; color: #fff } .checkbox-solid-secondary input[type="checkbox"]:checked+label::before { background-color: #f73164; border-color: #f73164; color: #fff } .checkbox-solid-secondary input[type="checkbox"]:checked+label::after { color: #fff } .radio-secondary input[type="radio"]+label::before { border-color: #f73164 } .radio-secondary input[type="radio"]+label::after { background-color: #f73164 } .radio-secondary input[type="radio"]:checked+label::before { border-color: #f73164 } .radio-secondary input[type="radio"]:checked+label::after { background-color: #f73164 } .checkbox-success label::before { border-color: #51bb25 } .checkbox-success input[type="checkbox"]:checked+label::before { border-color: #51bb25; color: #51bb25 } .checkbox-success input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-success label:before { background-color: #51bb25; border-color: #51bb25; color: #fff } .checkbox-solid-success input[type="checkbox"]:checked+label::before { background-color: #51bb25; border-color: #51bb25; color: #fff } .checkbox-solid-success input[type="checkbox"]:checked+label::after { color: #fff } .radio-success input[type="radio"]+label::before { border-color: #51bb25 } .radio-success input[type="radio"]+label::after { background-color: #51bb25 } .radio-success input[type="radio"]:checked+label::before { border-color: #51bb25 } .radio-success input[type="radio"]:checked+label::after { background-color: #51bb25 } .checkbox-danger label::before { border-color: #dc3545 } .checkbox-danger input[type="checkbox"]:checked+label::before { border-color: #dc3545; color: #dc3545 } .checkbox-danger input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-danger label:before { background-color: #dc3545; border-color: #dc3545; color: #fff } .checkbox-solid-danger input[type="checkbox"]:checked+label::before { background-color: #dc3545; border-color: #dc3545; color: #fff } .checkbox-solid-danger input[type="checkbox"]:checked+label::after { color: #fff } .radio-danger input[type="radio"]+label::before { border-color: #dc3545 } .radio-danger input[type="radio"]+label::after { background-color: #dc3545 } .radio-danger input[type="radio"]:checked+label::before { border-color: #dc3545 } .radio-danger input[type="radio"]:checked+label::after { background-color: #dc3545 } .checkbox-info label::before { border-color: #a927f9 } .checkbox-info input[type="checkbox"]:checked+label::before { border-color: #a927f9; color: #a927f9 } .checkbox-info input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-info label:before { background-color: #a927f9; border-color: #a927f9; color: #fff } .checkbox-solid-info input[type="checkbox"]:checked+label::before { background-color: #a927f9; border-color: #a927f9; color: #fff } .checkbox-solid-info input[type="checkbox"]:checked+label::after { color: #fff } .radio-info input[type="radio"]+label::before { border-color: #a927f9 } .radio-info input[type="radio"]+label::after { background-color: #a927f9 } .radio-info input[type="radio"]:checked+label::before { border-color: #a927f9 } .radio-info input[type="radio"]:checked+label::after { background-color: #a927f9 } .checkbox-light label::before { border-color: #f4f4f4 } .checkbox-light input[type="checkbox"]:checked+label::before { border-color: #f4f4f4; color: #f4f4f4 } .checkbox-light input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-light label:before { background-color: #f4f4f4; border-color: #f4f4f4; color: #fff } .checkbox-solid-light input[type="checkbox"]:checked+label::before { background-color: #f4f4f4; border-color: #f4f4f4; color: #fff } .checkbox-solid-light input[type="checkbox"]:checked+label::after { color: #fff } .radio-light input[type="radio"]+label::before { border-color: #f4f4f4 } .radio-light input[type="radio"]+label::after { background-color: #f4f4f4 } .radio-light input[type="radio"]:checked+label::before { border-color: #f4f4f4 } .radio-light input[type="radio"]:checked+label::after { background-color: #f4f4f4 } .checkbox-dark label::before { border-color: #2c323f } .checkbox-dark input[type="checkbox"]:checked+label::before { border-color: #2c323f; color: #2c323f } .checkbox-dark input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-dark label:before { background-color: #2c323f; border-color: #2c323f; color: #fff } .checkbox-solid-dark input[type="checkbox"]:checked+label::before { background-color: #2c323f; border-color: #2c323f; color: #fff } .checkbox-solid-dark input[type="checkbox"]:checked+label::after { color: #fff } .radio-dark input[type="radio"]+label::before { border-color: #2c323f } .radio-dark input[type="radio"]+label::after { background-color: #2c323f } .radio-dark input[type="radio"]:checked+label::before { border-color: #2c323f } .radio-dark input[type="radio"]:checked+label::after { background-color: #2c323f } .checkbox-warning label::before { border-color: #f8d62b } .checkbox-warning input[type="checkbox"]:checked+label::before { border-color: #f8d62b; color: #f8d62b } .checkbox-warning input[type="checkbox"]:checked+label::after { color: #fff } .checkbox-solid-warning label:before { background-color: #f8d62b; border-color: #f8d62b; color: #fff } .checkbox-solid-warning input[type="checkbox"]:checked+label::before { background-color: #f8d62b; border-color: #f8d62b; color: #fff } .checkbox-solid-warning input[type="checkbox"]:checked+label::after { color: #fff } .radio-warning input[type="radio"]+label::before { border-color: #f8d62b } .radio-warning input[type="radio"]+label::after { background-color: #f8d62b } .radio-warning input[type="radio"]:checked+label::before { border-color: #f8d62b } .radio-warning input[type="radio"]:checked+label::after { background-color: #f8d62b } .m-checkbox-inline .checkbox { display: inline-block } .m-checkbox-inline .radio { display: inline-block } .m-checkbox-inline label { margin-right: 20px } .radio label { display: inline-block; position: relative; padding-left: 5px; cursor: pointer } .radio label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -20px; border: 1px solid #efefef; border-radius: 50%; background-color: #fff; -webkit-transition: border 0.15s ease-in-out; transition: border 0.15s ease-in-out } .radio label::after { display: inline-block; position: absolute; content: " "; width: 9px; height: 9px; left: 5px; top: 5px; margin-left: -20px; border-radius: 50%; background-color: #898989; -webkit-transform: scale(0, 0); transform: scale(0, 0); -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33) } .radio input[type="radio"] { opacity: 0 } .radio input[type="radio"]:focus+label::before { outline-offset: -2px } .radio input[type="radio"]:checked+label::after { -webkit-transform: scale(1, 1); transform: scale(1, 1) } .radio input[type="radio"]:disabled+label { opacity: 0.65 } .radio input[type="radio"]:disabled+label::before { cursor: not-allowed } .radio .radio-inline { margin-top: 0 } [class*="ribbon-wrapper"] { position: relative; padding-top: 40px } .ribbon { padding: 0 20px; height: 30px; line-height: 30px; clear: left; position: absolute; top: 12px; left: 0px; color: #fff; z-index: 2 } .ribbon-clip { left: -14px } .ribbon-clip:before { position: absolute; top: 30px; left: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-vertical-left-wrapper { padding-left: 40px; position: relative } .ribbon-vertical-right-wrapper { padding-right: 40px } .ribbon-wrapper-bottom { padding-bottom: 40px; padding-top: 0 } .ribbon-wrapper-right-bottom { padding-right: 40px } .ribbon-space-bottom { top: 0px } .ribbon-bookmark:before { position: absolute; top: 0; left: 100%; display: block; width: 0; height: 0; content: ''; border: 15px solid #2c323f; border-right: 10px solid transparent } .ribbon-right { left: auto; right: -2px } .ribbon-clip-right { right: -14px } .ribbon-clip-right:before { position: absolute; top: 30px; right: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-clip-bottom { left: -14px; bottom: 12px; top: auto } .ribbon-clip-bottom:before { position: absolute; bottom: 30px; left: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-clip-bottom-right { right: -14px; left: auto; bottom: 12px; top: auto } .ribbon-clip-bottom-right:before { position: absolute; bottom: 30px; right: 0; width: 0; height: 0; content: ""; border: 7px solid transparent; border-top-color: #2c323f; border-right-color: #2c323f } .ribbon-bookmark.ribbon-right:before { right: 100%; left: auto; border-right: 15px solid #2c323f; border-left: 10px solid transparent } .ribbon-vertical-left { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; left: 12px; top: -2px } .ribbon-vertical-right { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; top: -2px; left: auto; right: 12px } .ribbon-bookmark.ribbon-vertical-left:before, .ribbon-bookmark.ribbon-vertical-right:before { top: 100%; left: 0; margin-top: -14px; border-right: 15px solid #2c323f; border-bottom: 10px solid transparent } .ribbon-primary { background: #7366ff } .ribbon-primary { background: #7366ff } .ribbon-bookmark.ribbon-primary:before { border-color: #7366ff; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-primary:before { border-right-color: #7366ff; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-primary:before { border-right-color: #7366ff; border-bottom-color: transparent } .ribbon-primary.ribbon-corner:before { border-top-color: #7366ff; border-left-color: #7366ff } .ribbon-primary.ribbon-corner.ribbon-right:before { border-right-color: #7366ff; border-left-color: transparent } .ribbon-primary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #7366ff } .ribbon-primary.ribbon-clip:before { border-color: transparent; border-top-color: #43f; border-right-color: #43f } .ribbon-primary.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #43f; border-left-color: #43f } .ribbon-primary.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #43f; border-right-color: #43f } .ribbon-primary.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #43f; border-right-color: transparent; border-left-color: #43f } .ribbon-secondary { background: #f73164 } .ribbon-secondary { background: #f73164 } .ribbon-bookmark.ribbon-secondary:before { border-color: #f73164; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-secondary:before { border-right-color: #f73164; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-secondary:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-secondary:before { border-right-color: #f73164; border-bottom-color: transparent } .ribbon-secondary.ribbon-corner:before { border-top-color: #f73164; border-left-color: #f73164 } .ribbon-secondary.ribbon-corner.ribbon-right:before { border-right-color: #f73164; border-left-color: transparent } .ribbon-secondary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f73164 } .ribbon-secondary.ribbon-clip:before { border-color: transparent; border-top-color: #ec0944; border-right-color: #ec0944 } .ribbon-secondary.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #ec0944; border-left-color: #ec0944 } .ribbon-secondary.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #ec0944; border-right-color: #ec0944 } .ribbon-secondary.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #ec0944; border-right-color: transparent; border-left-color: #ec0944 } .ribbon-success { background: #51bb25 } .ribbon-success { background: #51bb25 } .ribbon-bookmark.ribbon-success:before { border-color: #51bb25; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-success:before { border-right-color: #51bb25; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-success:before { border-right-color: #51bb25; border-bottom-color: transparent } .ribbon-success.ribbon-corner:before { border-top-color: #51bb25; border-left-color: #51bb25 } .ribbon-success.ribbon-corner.ribbon-right:before { border-right-color: #51bb25; border-left-color: transparent } .ribbon-success.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #51bb25 } .ribbon-success.ribbon-clip:before { border-color: transparent; border-top-color: #3f901d; border-right-color: #3f901d } .ribbon-success.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #3f901d; border-left-color: #3f901d } .ribbon-success.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #3f901d; border-right-color: #3f901d } .ribbon-success.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #3f901d; border-right-color: transparent; border-left-color: #3f901d } .ribbon-danger { background: #dc3545 } .ribbon-danger { background: #dc3545 } .ribbon-bookmark.ribbon-danger:before { border-color: #dc3545; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-danger:before { border-right-color: #dc3545; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-danger:before { border-right-color: #dc3545; border-bottom-color: transparent } .ribbon-danger.ribbon-corner:before { border-top-color: #dc3545; border-left-color: #dc3545 } .ribbon-danger.ribbon-corner.ribbon-right:before { border-right-color: #dc3545; border-left-color: transparent } .ribbon-danger.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #dc3545 } .ribbon-danger.ribbon-clip:before { border-color: transparent; border-top-color: #bd2130; border-right-color: #bd2130 } .ribbon-danger.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #bd2130; border-left-color: #bd2130 } .ribbon-danger.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #bd2130; border-right-color: #bd2130 } .ribbon-danger.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #bd2130; border-right-color: transparent; border-left-color: #bd2130 } .ribbon-info { background: #a927f9 } .ribbon-info { background: #a927f9 } .ribbon-bookmark.ribbon-info:before { border-color: #a927f9; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-info:before { border-right-color: #a927f9; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before { border-right-color: #a927f9; border-bottom-color: transparent } .ribbon-info.ribbon-corner:before { border-top-color: #a927f9; border-left-color: #a927f9 } .ribbon-info.ribbon-corner.ribbon-right:before { border-right-color: #a927f9; border-left-color: transparent } .ribbon-info.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #a927f9 } .ribbon-info.ribbon-clip:before { border-color: transparent; border-top-color: #9106e7; border-right-color: #9106e7 } .ribbon-info.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #9106e7; border-left-color: #9106e7 } .ribbon-info.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #9106e7; border-right-color: #9106e7 } .ribbon-info.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #9106e7; border-right-color: transparent; border-left-color: #9106e7 } .ribbon-light { background: #f4f4f4 } .ribbon-light { background: #f4f4f4 } .ribbon-bookmark.ribbon-light:before { border-color: #f4f4f4; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-light:before { border-right-color: #f4f4f4; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-light:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-light:before { border-right-color: #f4f4f4; border-bottom-color: transparent } .ribbon-light.ribbon-corner:before { border-top-color: #f4f4f4; border-left-color: #f4f4f4 } .ribbon-light.ribbon-corner.ribbon-right:before { border-right-color: #f4f4f4; border-left-color: transparent } .ribbon-light.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f4f4f4 } .ribbon-light.ribbon-clip:before { border-color: transparent; border-top-color: #dbdbdb; border-right-color: #dbdbdb } .ribbon-light.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #dbdbdb; border-left-color: #dbdbdb } .ribbon-light.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #dbdbdb; border-right-color: #dbdbdb } .ribbon-light.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #dbdbdb; border-right-color: transparent; border-left-color: #dbdbdb } .ribbon-dark { background: #2c323f } .ribbon-dark { background: #2c323f } .ribbon-bookmark.ribbon-dark:before { border-color: #2c323f; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-dark:before { border-right-color: #2c323f; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-dark:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-dark:before { border-right-color: #2c323f; border-bottom-color: transparent } .ribbon-dark.ribbon-corner:before { border-top-color: #2c323f; border-left-color: #2c323f } .ribbon-dark.ribbon-corner.ribbon-right:before { border-right-color: #2c323f; border-left-color: transparent } .ribbon-dark.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #2c323f } .ribbon-dark.ribbon-clip:before { border-color: transparent; border-top-color: #171a21; border-right-color: #171a21 } .ribbon-dark.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #171a21; border-left-color: #171a21 } .ribbon-dark.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #171a21; border-right-color: #171a21 } .ribbon-dark.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #171a21; border-right-color: transparent; border-left-color: #171a21 } .ribbon-warning { background: #f8d62b } .ribbon-warning { background: #f8d62b } .ribbon-bookmark.ribbon-warning:before { border-color: #f8d62b; border-right-color: transparent } .ribbon-bookmark.ribbon-right.ribbon-warning:before { border-right-color: #f8d62b; border-left-color: transparent } .ribbon-bookmark.ribbon-vertical-left.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-right.ribbon-warning:before { border-right-color: #f8d62b; border-bottom-color: transparent } .ribbon-warning.ribbon-corner:before { border-top-color: #f8d62b; border-left-color: #f8d62b } .ribbon-warning.ribbon-corner.ribbon-right:before { border-right-color: #f8d62b; border-left-color: transparent } .ribbon-warning.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #f8d62b } .ribbon-warning.ribbon-clip:before { border-color: transparent; border-top-color: #e8c308; border-right-color: #e8c308 } .ribbon-warning.ribbon-clip-right:before { border-right-color: transparent; border-top-color: #e8c308; border-left-color: #e8c308 } .ribbon-warning.ribbon-clip-bottom:before { border-top-color: transparent; border-bottom-color: #e8c308; border-right-color: #e8c308 } .ribbon-warning.ribbon-clip-bottom-right:before { border-top-color: transparent; border-bottom-color: #e8c308; border-right-color: transparent; border-left-color: #e8c308 } .switch { position: relative; display: inline-block; width: 60px; height: 34px } .switch input { display: none } .switch input:checked+.switch-state { background-color: var(--theme-deafult) } .switch input:checked+.switch-state:before { -webkit-transform: translateX(26px); transform: translateX(26px) } .switch input:focus+.switch-state { -webkit-box-shadow: 0 0 1px var(--theme-deafult); box-shadow: 0 0 1px var(--theme-deafult) } .switch-state { border-radius: 20px; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #f4f4f4; -webkit-transition: .4s; transition: .4s } .switch-state:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: #fff; -webkit-transition: .4s; transition: .4s; border-radius: 20px } .icon-state .switch-state:after { content: "\efb8"; font-family: IcoFont; left: 10px; position: absolute; top: 10px; color: #2c323f; -webkit-transition: .4s; transition: .4s; opacity: 0.3 } .icon-state input:checked+.switch-state:after { content: "\efad"; left: 36px; opacity: 1; -webkit-transition: .4s; transition: .4s } .switch-lg .switch { width: 75px; height: 40px } .switch-lg .switch .switch-state:before { height: 30px; width: 30px; left: 7px; bottom: 5px; top: 4px } .switch-lg.icon-state .switch .switch-state:after { left: 12px; font-size: 18px } .switch-lg.icon-state .switch input:checked+.switch-state:after { left: 47px } .switch-lg.icon-state .switch input:checked+.switch-state:before { -webkit-transform: translateX(32px); transform: translateX(32px) } .switch-sm.icon-state .switch .switch-state:after { top: 4px; left: 4px; font-size: 8px } .switch-sm.icon-state .switch input:checked+.switch-state:after { left: 13px; top: 4px } .switch-sm .switch { width: 25px; height: 16px; margin-top: 10px; margin-bottom: 0px } .switch-sm .switch .switch-state:before { height: 8px; width: 8px; left: 4px; bottom: 4px } .switch-sm input:checked+.switch-state:before { left: -13px } .switch-outline .switch-state { background-color: #fff; border: 1px solid var(--theme-deafult); -webkit-transition: .4s; transition: .4s } .switch-outline .switch-state:before { background-color: #f4f4f4; bottom: 3px; color: #fff } .switch-outline .switch input { display: none } .switch-outline .switch input:checked+.switch-state { background-color: rgba(0, 0, 0, 0); border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state:before { background-color: var(--theme-deafult); bottom: 3px; -webkit-transform: translateX(26px); transform: translateX(26px) } .switch-outline .switch input:checked+.switch-state:after { color: #fff } .switch-outline .switch-state.bg-primary { border: 1px solid var(--theme-deafult); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-primary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state.bg-primary:before { background-color: var(--theme-deafult) } .switch-outline .switch-state.bg-dark { border: 1px solid #2c323f; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-dark { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #2c323f } .switch-outline .switch input:checked+.switch-state.bg-dark:before { background-color: #2c323f } .switch-outline .switch-state.bg-warning { border: 1px solid #f8d62b; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-warning { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #f8d62b } .switch-outline .switch input:checked+.switch-state.bg-warning:before { background-color: #f8d62b } .switch-outline .switch-state.bg-success { border: 1px solid #51bb25; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-success { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #51bb25 } .switch-outline .switch input:checked+.switch-state.bg-success:before { background-color: #51bb25 } .switch-outline .switch-state.bg-info { border: 1px solid #a927f9; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-info { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #a927f9 } .switch-outline .switch input:checked+.switch-state.bg-info:before { background-color: #a927f9 } .switch-outline .switch-state.bg-danger { border: 1px solid #dc3545; background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-danger { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid #dc3545 } .switch-outline .switch input:checked+.switch-state.bg-danger:before { background-color: #dc3545 } .switch-outline .switch-state.bg-primary { border: 1px solid var(--theme-deafult); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-primary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-deafult) } .switch-outline .switch input:checked+.switch-state.bg-primary:before { background-color: var(--theme-deafult) } .switch-outline .switch-state.bg-secondary { border: 1px solid var(--theme-secondary); background-color: rgba(0, 0, 0, 0) !important } .switch-outline .switch input:checked+.switch-state.bg-secondary { background-color: rgba(0, 0, 0, 0) !important; border: 1px solid var(--theme-secondary) } .switch-outline .switch input:checked+.switch-state.bg-secondary:before { background-color: var(--theme-secondary) } .switch-showcase { margin-bottom: -8px } .switch-showcase .media { line-height: 1 } .switch-showcase .form-check .form-check-input { float: right } .form-switch .form-check-input:checked { background-color: var(--theme-deafult); border-color: var(--theme-deafult) } .nav-pills .nav-link.active, .nav-pills .show>.nav-link { background-color: var(--theme-deafult) } .nav i { margin-right: 10px } .nav-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .nav-theme .nav-link, .nav-pills.nav-theme .nav-link { color: var(--theme-deafult) } .nav-theme .nav-link.active, .nav-theme .show>.nav-link, .nav-pills.nav-theme .nav-link.active, .nav-pills.nav-theme .show>.nav-link { background-color: var(--theme-deafult); color: #fff } .nav-primary .nav-link, .nav-pills.nav-primary .nav-link { color: var(--theme-deafult) } .nav-primary .nav-link.active, .nav-primary .show>.nav-link, .nav-pills.nav-primary .nav-link.active, .nav-pills.nav-primary .show>.nav-link { background-color: var(--theme-deafult); color: #fff } .nav-secondary .nav-link, .nav-pills.nav-secondary .nav-link { color: #f73164 } .nav-secondary .nav-link.active, .nav-secondary .show>.nav-link, .nav-pills.nav-secondary .nav-link.active, .nav-pills.nav-secondary .show>.nav-link { background-color: #f73164; color: #fff } .nav-success .nav-link, .nav-pills.nav-success .nav-link { color: #51bb25 } .nav-success .nav-link.active, .nav-success .show>.nav-link, .nav-pills.nav-success .nav-link.active, .nav-pills.nav-success .show>.nav-link { background-color: #51bb25; color: #fff } .nav-danger .nav-link, .nav-pills.nav-danger .nav-link { color: #dc3545 } .nav-danger .nav-link.active, .nav-danger .show>.nav-link, .nav-pills.nav-danger .nav-link.active, .nav-pills.nav-danger .show>.nav-link { background-color: #dc3545; color: #fff } .nav-info .nav-link, .nav-pills.nav-info .nav-link { color: #a927f9 } .nav-info .nav-link.active, .nav-info .show>.nav-link, .nav-pills.nav-info .nav-link.active, .nav-pills.nav-info .show>.nav-link { background-color: #a927f9; color: #fff } .nav-light .nav-link, .nav-pills.nav-light .nav-link { color: #f4f4f4 } .nav-light .nav-link.active, .nav-light .show>.nav-link, .nav-pills.nav-light .nav-link.active, .nav-pills.nav-light .show>.nav-link { background-color: #f4f4f4; color: #fff } .nav-dark .nav-link, .nav-pills.nav-dark .nav-link { color: #2c323f } .nav-dark .nav-link.active, .nav-dark .show>.nav-link, .nav-pills.nav-dark .nav-link.active, .nav-pills.nav-dark .show>.nav-link { background-color: #2c323f; color: #fff } .nav-warning .nav-link, .nav-pills.nav-warning .nav-link { color: #f8d62b } .nav-warning .nav-link.active, .nav-warning .show>.nav-link, .nav-pills.nav-warning .nav-link.active, .nav-pills.nav-warning .show>.nav-link { background-color: #f8d62b; color: #fff } .nav-tabs.nav-bottom .nav-item .nav-link.active, .nav-tabs.nav-bottom .nav-item .nav-link.focus, .nav-tabs.nav-bottom .nav-item .nav-link.hover { border-color: #fff #dee2e6 #dee2e6 } .tab-content~.nav-tabs.border-tab { margin-bottom: 0; margin-top: 30px } .border-tab.nav-tabs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin-bottom: 30px } .border-tab.nav-tabs .nav-item .nav-link { font-size: 16px; color: #2c323f; text-align: center; padding: 10px 25px; border: none; border-bottom: none; -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus, .border-tab.nav-tabs .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus { border-bottom: none } .border-tab.nav-left .nav-link { border-left: 2px solid transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #2c323f } .border-tab.nav-left .nav-link.active, .border-tab.nav-left .show>.nav-link { background-color: transparent; border-left-color: var(--theme-deafult); color: var(--theme-deafult); border-radius: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .border-tab.nav-right .nav-link { border-right: 2px solid transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #2c323f; text-align: right } .border-tab.nav-right .nav-link.active, .border-tab.nav-right .show>.nav-link { background-color: transparent; border-right-color: var(--theme-deafult); color: var(--theme-deafult); border-radius: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .border-tab.nav-theme .nav-link.active, .border-tab.nav-theme .nav-item.show, .border-tab.nav-theme .nav-link:focus, .border-tab.nav-theme .nav-link:hover { color: var(--theme-deafult); background-color: transparent } .border-tab.nav-theme .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus { border-bottom: 2px solid var(--theme-deafult) } .border-tab.nav-theme .nav-item .nav-link.active, .border-tab.nav-theme .nav-item .nav-link.show, .border-tab.nav-theme .nav-item .nav-link:focus, .border-tab.nav-theme .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-left.nav-theme .nav-link.active, .border-tab.nav-left.nav-theme .show>.nav-link { border-left-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-right.nav-theme .nav-link.active, .border-tab.nav-right.nav-theme .show>.nav-link { border-right-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-primary .nav-link.active, .border-tab.nav-primary .nav-item.show, .border-tab.nav-primary .nav-link:focus, .border-tab.nav-primary .nav-link:hover { color: var(--theme-deafult); background-color: transparent } .border-tab.nav-primary .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus { border-bottom: 2px solid var(--theme-deafult) } .border-tab.nav-primary .nav-item .nav-link.active, .border-tab.nav-primary .nav-item .nav-link.show, .border-tab.nav-primary .nav-item .nav-link:focus, .border-tab.nav-primary .nav-item .nav-link:hover { color: var(--theme-deafult) } .border-tab.nav-left.nav-primary .nav-link.active, .border-tab.nav-left.nav-primary .show>.nav-link { border-left-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-right.nav-primary .nav-link.active, .border-tab.nav-right.nav-primary .show>.nav-link { border-right-color: var(--theme-deafult); color: var(--theme-deafult) } .border-tab.nav-secondary .nav-link.active, .border-tab.nav-secondary .nav-item.show, .border-tab.nav-secondary .nav-link:focus, .border-tab.nav-secondary .nav-link:hover { color: #f73164; background-color: transparent } .border-tab.nav-secondary .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus { border-bottom: 2px solid #f73164 } .border-tab.nav-secondary .nav-item .nav-link.active, .border-tab.nav-secondary .nav-item .nav-link.show, .border-tab.nav-secondary .nav-item .nav-link:focus, .border-tab.nav-secondary .nav-item .nav-link:hover { color: #f73164 } .border-tab.nav-left.nav-secondary .nav-link.active, .border-tab.nav-left.nav-secondary .show>.nav-link { border-left-color: #f73164; color: #f73164 } .border-tab.nav-right.nav-secondary .nav-link.active, .border-tab.nav-right.nav-secondary .show>.nav-link { border-right-color: #f73164; color: #f73164 } .border-tab.nav-success .nav-link.active, .border-tab.nav-success .nav-item.show, .border-tab.nav-success .nav-link:focus, .border-tab.nav-success .nav-link:hover { color: #51bb25; background-color: transparent } .border-tab.nav-success .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus { border-bottom: 2px solid #51bb25 } .border-tab.nav-success .nav-item .nav-link.active, .border-tab.nav-success .nav-item .nav-link.show, .border-tab.nav-success .nav-item .nav-link:focus, .border-tab.nav-success .nav-item .nav-link:hover { color: #51bb25 } .border-tab.nav-left.nav-success .nav-link.active, .border-tab.nav-left.nav-success .show>.nav-link { border-left-color: #51bb25; color: #51bb25 } .border-tab.nav-right.nav-success .nav-link.active, .border-tab.nav-right.nav-success .show>.nav-link { border-right-color: #51bb25; color: #51bb25 } .border-tab.nav-danger .nav-link.active, .border-tab.nav-danger .nav-item.show, .border-tab.nav-danger .nav-link:focus, .border-tab.nav-danger .nav-link:hover { color: #dc3545; background-color: transparent } .border-tab.nav-danger .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus { border-bottom: 2px solid #dc3545 } .border-tab.nav-danger .nav-item .nav-link.active, .border-tab.nav-danger .nav-item .nav-link.show, .border-tab.nav-danger .nav-item .nav-link:focus, .border-tab.nav-danger .nav-item .nav-link:hover { color: #dc3545 } .border-tab.nav-left.nav-danger .nav-link.active, .border-tab.nav-left.nav-danger .show>.nav-link { border-left-color: #dc3545; color: #dc3545 } .border-tab.nav-right.nav-danger .nav-link.active, .border-tab.nav-right.nav-danger .show>.nav-link { border-right-color: #dc3545; color: #dc3545 } .border-tab.nav-info .nav-link.active, .border-tab.nav-info .nav-item.show, .border-tab.nav-info .nav-link:focus, .border-tab.nav-info .nav-link:hover { color: #a927f9; background-color: transparent } .border-tab.nav-info .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus { border-bottom: 2px solid #a927f9 } .border-tab.nav-info .nav-item .nav-link.active, .border-tab.nav-info .nav-item .nav-link.show, .border-tab.nav-info .nav-item .nav-link:focus, .border-tab.nav-info .nav-item .nav-link:hover { color: #a927f9 } .border-tab.nav-left.nav-info .nav-link.active, .border-tab.nav-left.nav-info .show>.nav-link { border-left-color: #a927f9; color: #a927f9 } .border-tab.nav-right.nav-info .nav-link.active, .border-tab.nav-right.nav-info .show>.nav-link { border-right-color: #a927f9; color: #a927f9 } .border-tab.nav-light .nav-link.active, .border-tab.nav-light .nav-item.show, .border-tab.nav-light .nav-link:focus, .border-tab.nav-light .nav-link:hover { color: #f4f4f4; background-color: transparent } .border-tab.nav-light .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus { border-bottom: 2px solid #f4f4f4 } .border-tab.nav-light .nav-item .nav-link.active, .border-tab.nav-light .nav-item .nav-link.show, .border-tab.nav-light .nav-item .nav-link:focus, .border-tab.nav-light .nav-item .nav-link:hover { color: #f4f4f4 } .border-tab.nav-left.nav-light .nav-link.active, .border-tab.nav-left.nav-light .show>.nav-link { border-left-color: #f4f4f4; color: #f4f4f4 } .border-tab.nav-right.nav-light .nav-link.active, .border-tab.nav-right.nav-light .show>.nav-link { border-right-color: #f4f4f4; color: #f4f4f4 } .border-tab.nav-dark .nav-link.active, .border-tab.nav-dark .nav-item.show, .border-tab.nav-dark .nav-link:focus, .border-tab.nav-dark .nav-link:hover { color: #2c323f; background-color: transparent } .border-tab.nav-dark .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus { border-bottom: 2px solid #2c323f } .border-tab.nav-dark .nav-item .nav-link.active, .border-tab.nav-dark .nav-item .nav-link.show, .border-tab.nav-dark .nav-item .nav-link:focus, .border-tab.nav-dark .nav-item .nav-link:hover { color: #2c323f } .border-tab.nav-left.nav-dark .nav-link.active, .border-tab.nav-left.nav-dark .show>.nav-link { border-left-color: #2c323f; color: #2c323f } .border-tab.nav-right.nav-dark .nav-link.active, .border-tab.nav-right.nav-dark .show>.nav-link { border-right-color: #2c323f; color: #2c323f } .border-tab.nav-warning .nav-link.active, .border-tab.nav-warning .nav-item.show, .border-tab.nav-warning .nav-link:focus, .border-tab.nav-warning .nav-link:hover { color: #f8d62b; background-color: transparent } .border-tab.nav-warning .nav-item .nav-link { -webkit-transition: 0.3s; transition: 0.3s } .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus { border-bottom: 2px solid #f8d62b } .border-tab.nav-warning .nav-item .nav-link.active, .border-tab.nav-warning .nav-item .nav-link.show, .border-tab.nav-warning .nav-item .nav-link:focus, .border-tab.nav-warning .nav-item .nav-link:hover { color: #f8d62b } .border-tab.nav-left.nav-warning .nav-link.active, .border-tab.nav-left.nav-warning .show>.nav-link { border-left-color: #f8d62b; color: #f8d62b } .border-tab.nav-right.nav-warning .nav-link.active, .border-tab.nav-right.nav-warning .show>.nav-link { border-right-color: #f8d62b; color: #f8d62b } .tabbed-card ul { position: absolute; right: 22px; top: 33px; border-bottom: none } .tabbed-card ul.border-tab.nav-tabs { top: 12px } .tabbed-card ul.border-tab.nav-tabs .nav-item { float: right } .tabbed-card ul.border-tab.nav-tabs .nav-item .nav-link { padding: 32px 15px } thead, tbody, tfoot, tr, td, th { border-color: #dee2e6 } .pills-component { width: 20% } .table { margin-bottom: 0px } .table>:not(:last-child)>:last-child>* { border-bottom-color: #ecf3fa } .table th, .table td { padding: .75rem } .table.table-primary th { color: #fff } .table thead.bg-primary tr th { color: #fff } .table th { color: #2b2b2b; font-weight: 500 } .table td { color: #2b2b2b } .table [class*='bg-'] { color: #fff } .table .bg-light { color: #2b2b2b } .table tfoot { font-weight: bold } .table-dark th { color: #fff } .table-inverse { color: #fff; background-color: #292b2c } .table-inverse th, .table-inverse td { border-color: #fff; color: #fff } .table-inverse.table-bordered { border: 0 } .table[class*='bg-'] th, .table[class*='bg-'] td { color: #fff } .table-hover>tbody>tr:hover { --bs-table-accent-bg: #f6f6f6 } .table-double { border-left: 4px double #dee2e6; border-right: 4px double #dee2e6 } .table-double thead, .table-double tbody, .table-double tfoot, .table-double tr, .table-double td, .table-double th { border-style: double; border-width: 4px; border-right: 0; border-left: 0 } .table-dotted { border-left: 2px dotted #dee2e6; border-right: 2px dotted #dee2e6 } .table-dotted thead, .table-dotted tbody, .table-dotted tfoot, .table-dotted tr, .table-dotted td, .table-dotted th { border-style: dotted !important; border-width: 2px; border-right: 0; border-left: 0 } .table-dashed { border-left: 2px dashed #dee2e6; border-right: 2px dashed #dee2e6 } .table-dashed thead, .table-dashed tbody, .table-dashed tfoot, .table-dashed tr, .table-dashed td, .table-dashed th { border-style: dashed !important; border-width: 2px; border-right: 0; border-left: 0 } .table-xl td, .table-xl th { padding: 1.25rem 2rem; font-size: 120% } .table-lg td, .table-lg th { padding: 0.9rem 2rem; font-size: 110% } .table-de td, .table-de th { padding: 0.75rem 2rem } .table-sm th, .table-sm td { padding: 0.5rem 2rem; font-size: 90% } .table-xs th, .table-xs td { padding: 0.2rem 2rem; font-size: 80% } .table-border-horizontal tr, .table-border-horizontal th, .table-border-horizontal td { border-top: 1px solid #f2f4ff; padding: 0.75rem 2rem } .table-border-vertical tr, .table-border-vertical th, .table-border-vertical td { border-top: 0; border-right: 1px solid #f2f4ff } .table-border-vertical tr td { border-bottom: 0 } .table-border-vertical tr td:last-child { border-right: none } .table-border-vertical tbody tr th { border-bottom: 0 } .table-bordernone td { border: none !important } .table-bordernone thead th { border: none !important } .table-bordernone .u-s-tb { padding: 11px } .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: rgba(245, 247, 250, 0.5) } .table-bordered thead, .table-bordered tbody, .table-bordered tfoot, .table-bordered tr, .table-bordered td, .table-bordered th { border-color: #f2f4ff } .bootstrap-touchspin input.touchspin { padding: 0 12px } .bootstrap-touchspin .input-group .btn { padding: 0.5rem 1.75rem } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down { margin-top: -2px } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical i { position: absolute; top: 4px; left: 7px; font-size: 10px; font-weight: normal } .bootstrap-touchspin .touchspin-vertical-tab .input-group .input-group-btn-vertical>.btn { display: block; float: none; width: 100%; max-width: 100%; padding: 9px; margin-left: -1px; position: relative } .bootstrap-touchspin .input-group { font-family: Rubik, sans-serif } .bootstrap-touchspin .input-group .btn { border-radius: 0 !important } .bootstrap-touchspin .dropdown-basic .dropdown .dropbtn { padding: 9px 30px } .bootstrap-touchspin .dropdown-basic .dropdown .dropdown-content { z-index: 9999 } .introjs-helperLayer { background-color: rgba(255, 255, 255, 0.9); border: 1px solid rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) } .introjs-tooltipReferenceLayer { background-color: transparent } .introjs-helperNumberLayer { color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background: #dc3545; background: -webkit-gradient(linear, left top, left bottom, from(var(--theme-deafult)), to(var(--theme-deafult))); background: linear-gradient(to bottom, var(--theme-deafult) 0%, var(--theme-deafult) 100%); border: 3px solid #fff; -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) } .introjs-arrow { border: 12px solid #fff } .introjs-arrow.top { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.top-right { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.top-middle { border-top-color: transparent; border-right-color: transparent; border-bottom-color: var(--theme-deafult); border-left-color: transparent } .introjs-arrow.right { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: var(--theme-deafult) } .introjs-arrow.right-bottom { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: var(--theme-deafult) } .introjs-arrow.bottom { border-top-color: var(--theme-deafult); border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent } .introjs-arrow.left { border-top-color: transparent; border-right-color: var(--theme-deafult); border-bottom-color: transparent; border-left-color: transparent } .introjs-arrow.left-bottom { border-top-color: transparent; border-right-color: var(--theme-deafult); border-bottom-color: transparent; border-left-color: transparent } .introjs-tooltip { background-color: var(--theme-deafult); -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); color: #fff; border-color: var(--theme-deafult) } .introjs-button { border: 1px solid #efefef; text-shadow: 1px 1px 0 #fff; color: #2b2b2b !important; background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); background-image: linear-gradient(#fff, #fff) } .introjs-button:hover { border-color: #efefef } .introjs-button:focus, .introjs-button:active { background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf3fa), to(#efefef)); background-image: linear-gradient(#ecf3fa, #efefef) } .introjs-skipbutton { color: var(--theme-deafult) } .introjs-prevbutton.introjs-fullbutton { border: 1px solid #efefef } .introjs-disabled { color: var(--theme-deafult); border-color: #efefef } .introjs-disabled:hover, .introjs-disabled:focus { color: var(--theme-deafult); border-color: #efefef } .introjs-bullets ul li a { background: #ecf3fa } .introjs-bullets ul li a:hover { background: #fff } .introjs-bullets ul li a.active { background: #fff } .introjs-progress { background-color: #f4f4f4 } .introjs-progressbar { background-color: var(--theme-deafult) } .introjs-hint:hover>.introjs-hint-pulse { border: 5px solid rgba(60, 60, 60, 0.57) } .introjs-hint-pulse { border: 5px solid rgba(60, 60, 60, 0.27); background-color: rgba(136, 136, 136, 0.24) } .introjs-hint-dot { border: 10px solid rgba(146, 146, 146, 0.36) } .jstree-default .jstree-clicked { background-color: #fff; -webkit-box-shadow: none; box-shadow: none; color: #2c323f } .vakata-context, .vakata-context ul { background-color: #fff; border: none; -webkit-box-shadow: 0 0 2px 2px #efefef; box-shadow: 0 0 2px 2px #efefef } .vakata-context li a .vakata-contextmenu-sep, .vakata-context ul li a .vakata-contextmenu-sep { display: none } .vakata-context li a:hover, .vakata-context ul li a:hover { background-color: #fff; -webkit-box-shadow: None; box-shadow: None } .vakata-context .vakata-context-separator, .vakata-context ul .vakata-context-separator { display: none } .Typeahead { width: 100% } .Typeahead * { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead *:before { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead *:after { -webkit-box-sizing: border-box; box-sizing: border-box } .Typeahead .tt-hint { display: none !important } .u-cf:before { content: " "; display: table } .u-cf:after { content: " "; display: table; clear: both } .u-hidden { display: none !important } .u-posRelative { position: relative } .Typeahead-spinner { position: absolute; top: 14px; right: 18px; display: none; color: #c5c5c5 } .ProfileCard-avatar svg { height: 18px; vertical-align: bottom } .ProfileCard-avatar svg path { color: #7e7c7c !important } .ProfileCard-avatar svg polygon { color: #7e7c7c !important } .Typeahead-hint { width: 100%; padding: 5px 8px; font-size: 24px; line-height: 30px; border: 1px solid #024e6a; border-radius: 8px; position: absolute; top: 0; left: 0; color: #ccd6dd; opacity: 1 } .Typeahead-menu { position: absolute; top: 100%; left: 0; padding: 15px; z-index: 100; display: none; width: 100%; overflow: hidden; background-color: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) } .Typeahead-menu.is-open { display: block } .Typeahead-selectable { cursor: pointer } .Typeahead-selectable+.Typeahead-selectable { border-top: 1px solid #ccd6dd } .ProfileCard { position: relative; padding: 10px; border: 1px solid #ccc !important; margin-bottom: 10px; border-radius: 10px } .ProfileCard:hover { color: #414345; background: #f8f8f8 } .ProfileCard:hover .ProfileCard-avatar { border-color: #f5f8fa } .ProfileCard:hover .ProfileCard-screenName { color: #fff } .ProfileCard:hover .ProfileCard-stat-label { color: #fff } .ProfileCard-avatar { position: absolute; border-radius: 5px } .ProfileCard-details { padding-left: 35px; float: left } .ProfileCard-realName { display: inline-block; color: #898989 } .ProfileCard-screenName { display: inline-block; color: #898989 } .ProfileCard-description { margin-top: 5px; font-size: 14px; line-height: 18px } .ProfileCard-stats { float: right; text-align: right } .ProfileCard-stat { display: inline-block; font-size: 12px; line-height: 16px; text-transform: uppercase } .ProfileCard-stat+.ProfileCard-stat { margin-left: 5px } .ProfileCard-stat-label { color: #898989; font-weight: 500 } .ProfileCard.is-active { color: #fff; background: var(--theme-deafult) } .ProfileCard.is-active .ProfileCard-screenName { color: #fff } .ProfileCard.is-active .ProfileCard-stat-label { color: #fff } .EmptyMessage { position: relative; padding: 10px; font-size: 14px; line-height: 30px; text-align: center } .Typeahead-spinner { width: 1rem; height: 1rem } [data-simplebar] { position: unset } .simplebar-mask { top: 100px } .simplebar-track { right: -2px } .simplebar-track.simplebar-vertical { top: 100px; width: 10px } .simplebar-track.simplebar-horizontal { visibility: hidden !important } .simplebar-scrollbar:before { background: rgba(115, 102, 255, 0.2) } .blog-box img { border-radius: 0.25rem } .blog-box .top-radius-blog { border-bottom-left-radius: 0; border-bottom-right-radius: 0 } .blog-box h6 { font-weight: 600; margin: 15px 0 } .blog-box .blog-details { padding-right: 20px } .blog-box .blog-details .blog-social { margin-top: 30px } .blog-box .blog-details .blog-social li { display: inline-block; font-size: 12px; color: rgba(43, 43, 43, 0.7) } .blog-box .blog-details .blog-social li+li { padding-left: 20px; line-height: 1; padding-right: 0 } .blog-box .blog-details .blog-social li i { padding-right: 5px; font-weight: 300 } .blog-box .blog-details .blog-social li:first-child { border-right: 1px solid gray; padding-right: 20px } .blog-box .blog-details-main hr { background-color: #ccc } .blog-box .blog-details-main .blog-social { margin: 20px 0 } .blog-box .blog-details-main .blog-social li { display: inline-block; font-size: 12px; color: rgba(43, 43, 43, 0.7); padding: 0 24px; border-right: 1px dotted } .blog-box .blog-details-main .blog-social li:last-child { border-right: 0 } .blog-box .blog-details-main .blog-social li i { padding-right: 5px } .blog-box .blog-details-main .blog-bottom-details { margin: 20px; font-size: 14px; line-height: 1.714; font-weight: 500 } .blog-box .blog-date { color: rgba(43, 43, 43, 0.7) } .blog-box .blog-date span { font-size: 36px; font-weight: 500; padding-right: 5px } .blog-box.blog-shadow:before { -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6); box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 5px; content: ""; position: absolute; height: 100%; top: 0; width: 100%; bottom: 0 } .blog-box.blog-shadow:hover:before { -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65); box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.65); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .blog-box.blog-shadow .blog-details { position: absolute; bottom: 0; width: 100%; padding: 40px } .blog-box.blog-shadow .blog-details h4 { color: #fff; margin-bottom: 0 } .blog-box.blog-shadow .blog-details p { font-size: 14px; color: #fff; margin-bottom: 10px } .blog-box.blog-shadow .blog-details .blog-social li { color: #fff } .blog-list .blog-details .blog-social { margin-top: 0 } .blog-list .blog-details h6 { margin-top: 0; color: gray; font-weight: 500 } .blog-list .blog-details hr { margin-top: 10px; margin-bottom: 10px } .blog-list img { padding: 17px } .blog-grid img { width: 100% } .blog-grid .blog-details { padding: 20px } .blog-grid .blog-details h6 { font-size: 14px; margin-bottom: 0; line-height: 1.8 } .blog-box { position: relative; max-height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .blog-box .blog-details p { font-size: 14px; line-height: 1.8; letter-spacing: 0.7px; margin-top: 30px; margin-bottom: 0; color: rgba(43, 43, 43, 0.7) } .blog-box .blog-details h4 { font-size: 18px; font-weight: 500; line-height: 1.5; margin-top: 20px; margin-bottom: 0 } .blog-box .blog-details .single-blog-content-top { margin-top: 20px; border-top: 1px solid #efefef } .blog-box .blog-details .blog-social li, .blog-box .blog-details .comment-social li { font-size: 14px } .comment-box { padding-top: 50px; padding-bottom: 50px } .comment-box hr { margin-top: 20px; margin-bottom: 30px } .comment-box li { margin-bottom: 30px } .comment-box li:last-child { margin-bottom: 0 } .comment-box ul ul { margin-left: 135px } .comment-box p { font-size: 14px; line-height: 2; color: rgba(43, 43, 43, 0.7); text-align: justify; margin-bottom: 0 } .comment-box h4 { font-weight: 600 } .comment-box .media img { margin-right: 30px; border-radius: 10px; height: 90px; padding: 7px; width: 90px; border: 1px solid #efefef } .comment-box .media h6 { font-weight: 500; margin-bottom: 20px } .comment-box .media h6 span { padding-left: 10px; font-size: 13px; color: rgba(43, 43, 43, 0.7); font-weight: 400 } .comment-box .comment-social li { display: inline-block; color: #ccc; padding-left: 20px; margin-bottom: 0; text-transform: uppercase } .comment-box .comment-social li:first-child { border-right: 1px solid #efefef; padding-right: 20px } .comment-box .comment-social li i { padding-right: 10px } .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 30px } .bookmark-wrap .btn-mail { color: var(--theme-deafult) !important } .bookmark-wrap .details-bookmark .row>div+div { padding-right: 15px !important } .bookmark-wrap .left-bookmark { height: 700px } .bookmark-wrap .left-bookmark ul li button { border: none; cursor: pointer } .bookmark-wrap .left-bookmark ul li button:focus { outline: none } .bookmark-wrap .left-bookmark ul li svg { width: 18px; height: 18px; vertical-align: middle } .bookmark-wrap .left-bookmark ul li>.main-title { color: var(--theme-deafult); font-weight: 500; margin-bottom: 5px; display: block; font-size: 16px } .bookmark-wrap .left-bookmark ul li>.main-title span a:hover { background-color: rgba(0, 0, 0, 0) } .bookmark-wrap .left-bookmark ul li>.main-title svg { color: #898989; stroke-width: 1px } .bookmark-wrap .left-bookmark ul li a>.title { text-transform: capitalize } .form-bookmark a { text-transform: capitalize !important; color: var(--theme-deafult) !important; line-height: 1 !important; font-weight: 500 } .form-bookmark a:hover { background-color: rgba(0, 0, 0, 0) !important } .form-bookmark input#index_var { display: none } .form-bookmark input, .form-bookmark select { font-size: 14px } .form-bookmark .select2-container .select2-selection--single { border-color: #ced4da } .form-bookmark .select2 { width: 100% !important } .form-bookmark .error { margin: 0 !important; font-size: 11px; color: red !important } .form-bookmark button { margin-top: 10px } @-webkit-keyframes displayTransition { from { opacity: 0 } to { opacity: 1 } } @keyframes displayTransition { from { opacity: 0 } to { opacity: 1 } } .bookmark-tabcontent .details-bookmark { height: auto; min-height: 359px } .bookmark-tabcontent .details-bookmark .bookmark-card { position: relative } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { padding: 3px; border-radius: 4px; background-color: rgba(0, 0, 0, 0.2); width: 30px; position: absolute; right: 15px; top: 15px; opacity: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon i { color: #fff; font-size: 16px; vertical-align: text-bottom } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon.favourite i { color: #fed112 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data { width: 100% } .bookmark-tabcontent .details-bookmark .bookmark-card.card .desciption-data .content-general { display: none } .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { -webkit-transition: 0.5s; transition: 0.5s } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark { text-align: left; padding: 15px; border-top: 1px solid #f4f4f4; position: relative } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark h6 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark p { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block { opacity: 0; position: absolute; width: 100%; padding: 15px; top: 30px; left: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li { display: inline-block } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li+li { margin-left: 5px } .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark .hover-block ul li svg { width: 16px; height: 16px; color: #898989 } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover { -webkit-box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04); box-shadow: 1px 4px 16px 3px rgba(0, 0, 0, 0.04); -webkit-transition: 0.5s; transition: 0.5s } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark p { opacity: 0 } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .title-bookmark .hover-block { opacity: 1; -webkit-animation: displayTransition 2s; animation: displayTransition 2s } .bookmark-tabcontent .details-bookmark .bookmark-card.card:hover .favourite-icon { opacity: 1 } .bookmark-tabcontent .details-bookmark.list-bookmark .row .col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .desciption-data .content-general { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { opacity: 1 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block { position: absolute; right: 30px; opacity: 1; text-align: right } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block { opacity: 1; -webkit-animation: displayTransition 0s; animation: displayTransition 0s } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark { border-top: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 { margin-top: 0; display: inline-block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6 { position: relative; padding-right: 15px; margin-bottom: -5px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark h6::after { position: absolute; content: '-'; right: 0; color: #898989 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general { margin-top: 5px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p { width: 68%; margin-right: 20px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 20% } .bookmark-tabcontent .tab-content .card .d-flex { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .bookmark-tabcontent .tab-content .card .d-flex svg { width: 18px; height: 18px; vertical-align: middle } .bookmark-tabcontent .tab-content .card .d-flex ul li { display: inline-block } .bookmark-tabcontent .tab-content .card .d-flex ul li+li { margin-left: 5px } .bookmark-tabcontent .tab-content .tab-pane>.card { -webkit-box-shadow: none; box-shadow: none } @media only screen and (max-width: 1660px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .content-general p { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block { margin-top: 6px } } @media screen and (min-width: 1200px) and (max-width: 1366px) { .bookmark-wrap .left-bookmark ul li .btn-block svg { display: none } } @media only screen and (max-width: 1366px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 40% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card.card .title-bookmark .hover-block { top: 80px } } @media only screen and (max-width: 1199px) { .bookmark-wrap .left-bookmark { height: auto } .bookmark-tabcontent .details-bookmark { min-height: auto } } @media only screen and (max-width: 991px) { .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 20px } } @media only screen and (max-width: 767px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 172px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block p { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website:hover .title-bookmark .hover-block ul { position: relative; right: unset; top: unset } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 45% } } @media only screen and (max-width: 575px) { .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card img { width: 100% } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark { padding-left: 15px } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .hover-block { position: relative; right: unset; text-align: left; top: unset; padding: 0 } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark .content-general { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p, .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6 { display: block } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark h6::after { display: none } .bookmark-tabcontent .details-bookmark.list-bookmark .bookmark-card .details-website .title-bookmark p { margin-top: 15px } .modal-bookmark .modal-body, .modal-bookmark .modal-header { padding: 15px } } .cart .total-amount { text-align: right !important; margin-top: 30px } .cart .amount-space { margin-left: 40px } .cart .cart-btn-transform { text-transform: capitalize } .cart .qty-box { width: 25%; margin: 0 auto } .cart .qty-box .input-group .btn { background-color: #ddd !important; border-color: #ddd !important; padding: 8px 12px } .cart-buttons { margin-top: 30px } .cart-buttons .cart-btn { float: right; padding-right: 85px } .radial-bar.radial-bar-lg:after, .radial-bar.radial-bar-lg>img { width: 70px; height: 70px; margin-left: 15px; margin-top: 15px; line-height: 70px } .radial-bar.radial-bar-sm:after, .radial-bar.radial-bar-sm>img { width: 35px; height: 35px; margin-left: 7.5px; margin-top: 7.5px; line-height: 35px } .radial-bar.radial-bar-xs:after, .radial-bar.radial-bar-xs>img { width: 20px; height: 20px; margin-left: 5.5px; margin-top: 4.5px; line-height: 21px } .chart-block canvas { width: 100% !important } .chart-block .chart-overflow { overflow: hidden; text-align: center } .candidcahrt { width: 100%; height: 470px } .amcharts-export-canvas { position: absolute; display: none; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-color: #fff } .amcharts-export-canvas .canvas-container { -webkit-transition: opacity .5s ease-out; transition: opacity .5s ease-out } .amcharts-export-canvas.active { display: block } .amcharts-export-canvas.dropbox .canvas-container { opacity: .5 } .flot-chart-container { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 400px } .flot-chart-container #toggling-series-flot { width: 79% !important } .all-chart .flot-chart-container { height: 350px } .flot-chart-placeholder { width: 100%; height: 100%; font-size: 14px; line-height: 1.2em; text-align: center } .flot-chart-placeholder .legend table { border-spacing: 5px } .morris-hover { position: absolute; z-index: 8 } .morris-hover.morris-default-style { border-radius: 10px; padding: 6px; color: #898989; background: #fff; border: solid 1px #ecf3fa; font-family: sans-serif; font-size: 12px; text-align: center } .morris-hover.morris-default-style .morris-hover-row-label { font-weight: bold; margin: 0.25em 0 } .morris-hover.morris-default-style .morris-hover-point { white-space: nowrap; margin: 0.1em 0 } .chart-sparkline { position: absolute; left: 0; top: 0; visibility: hidden; background: rgba(49, 49, 49, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); color: #fff; font: 10px Rubik, sans-serif; text-align: left; white-space: nowrap; padding: 5px; border: 1px solid rgba(49, 49, 49, 0.75); -webkit-box-sizing: content-box; box-sizing: content-box; z-index: 10000; border-radius: 5px } .chart-sparkline .jqsfield { color: #fff; font: 10px Rubik, sans-serif; text-align: left } .radial-bar { position: relative; display: inline-block; border-radius: 50%; background-color: transparent; -webkit-box-sizing: content-box; box-sizing: content-box; width: 80px; height: 80px; font-size: 18px; background-clip: content-box } .radial-bar:after { display: inline-block; position: absolute; top: 0; left: 0; border-radius: 50%; text-align: center; font-weight: 500; color: #455a64; content: attr(data-label); background-color: #fff; z-index: 1; width: 56px; height: 56px; margin-left: 12px; margin-top: 12px; line-height: 56px } .radial-bar>img { display: inline-block; position: absolute; top: 0; left: 0; border-radius: 50%; text-align: center; font-weight: 500; color: #455a64; z-index: 3; width: 56px; height: 56px; margin-left: 12px; margin-top: 12px; line-height: 56px } .radial-bar-danger.radial-bar-20 { background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #dc3545 50%, #efefef 50%, #efefef) } .radial-bar.radial-bar-lg { width: 100px; height: 100px; font-size: 20px } .radial-bar.radial-bar-sm { width: 50px; height: 50px; font-size: 12px } .radial-bar.radial-bar-xs { width: 30px; height: 30px; font-size: 8px } .pieLabel div { color: #fff !important } .pieLabel div input[type=checkbox] { margin: 7px } .knob-chart { min-height: 255px } .knob-chart .chart-clock-main { position: relative; width: 200px; margin: 45px auto } .knob-chart .chart-clock-main .clock-large { position: absolute; left: -48px; top: -45px } .knob-chart .chart-clock-main .clock-medium { position: absolute; left: 2px; top: 5px } .knob-chart .chart-clock-main .clock-small { position: absolute; left: 15px; top: 55px } .peity-charts svg { width: 100%; height: 250px } .peity-charts.peity-chart-primary svg polygon { fill: rgba(115, 102, 255, 0.2) } .peity-charts.peity-chart-primary svg polyline { stroke: var(--theme-deafult) } .bar-odd-even svg rect:nth-child(odd) { fill: var(--theme-deafult) } .bar-odd-even svg rect:nth-child(even) { fill: var(--theme-secondary) } .donut-peity svg path:nth-child(odd) { fill: var(--theme-deafult) } .donut-peity svg path:nth-child(even) { fill: var(--theme-secondary) } .small-donut~svg path:nth-child(odd), .small-donut svg path:nth-child(odd), .donut-peity2~svg path:nth-child(odd), .donut-peity2 svg path:nth-child(odd), .pie-peity~svg path:nth-child(odd), .pie-peity svg path:nth-child(odd) { fill: var(--theme-deafult) } .small-donut~svg path:nth-child(even), .small-donut svg path:nth-child(even), .donut-peity2~svg path:nth-child(even), .donut-peity2 svg path:nth-child(even), .pie-peity~svg path:nth-child(even), .pie-peity svg path:nth-child(even) { fill: #efefef } .small-donut2~svg path:nth-child(odd) { fill: var(--theme-secondary) } .small-donut3~svg path:nth-child(odd) { fill: #51bb25 } .small-donut4~svg path:nth-child(odd) { fill: #a927f9 } .small-donut5~svg path:nth-child(odd) { fill: #f8d62b } .small-donut6~svg path:nth-child(odd) { fill: #dc3545 } p.data-attributes svg { margin-right: 10px } .knob-block { position: relative } .knob-block input { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center !important; -ms-flex-align: center !important; align-items: center !important; -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; height: 100% !important; width: 100% !important; left: 0 !important; top: 0 !important; margin-left: 0 !important; margin-top: -3px !important } .knob-input-disable input { display: none !important } .apex-chart { margin: 0 auto } .apexcharts-toolbar { z-index: 1 !important } .apexcharts-menu-item { width: 110px } .word-tree { height: 400px } .ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area { fill: var(--theme-deafult) } .ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut { stroke: var(--theme-deafult) } .ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut { stroke: var(--theme-secondary) } .ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area { fill: var(--theme-secondary) } .apache-cotainer { width: 100%; height: 350px; margin: 0 } .boxplot-cotainer { height: 420px } .apache-cotainer-large { width: 100%; height: 500px; margin: 0 } .test-buttons button+button { margin-left: 10px } .clip-chart-wrapper .test-chart-block { margin-bottom: -30px } #echart-gauge .test-chart { width: 100%; height: 395px } .polar-line { height: 350px } #dotted { height: 390px } .chat-box .toogle-bar { display: none } .chat-box .chat-menu { max-width: 340px } .chat-box .people-list .search { position: relative } .chat-box .people-list .search .form-control { background-color: #fafdff; border: 1px solid #f4f4f4 } .chat-box .people-list .search .form-control::-webkit-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::-moz-placeholder { color: #59667a } .chat-box .people-list .search .form-control:-ms-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::-ms-input-placeholder { color: #59667a } .chat-box .people-list .search .form-control::placeholder { color: #59667a } .chat-box .people-list .search i { position: absolute; right: 10px; top: 10px; font-size: 14px; color: #ecf3fa } .chat-box .people-list ul { padding: 0 } .chat-box .people-list ul li { padding-bottom: 20px } .chat-box .people-list ul li:last-child { padding-bottom: 0 } .chat-box .user-image { float: left; width: 52px; height: 52px; margin-right: 5px } .chat-box .about { float: left; margin-top: 5px; padding-left: 10px } .chat-box .about .name { color: #2c323f; letter-spacing: 1px; font-weight: 500 } .chat-box .status { color: #59667a; letter-spacing: 1px; font-size: 12px; margin-top: 5px } .chat-box .status .chat-status { font-weight: 600; color: #2b2b2b } .chat-box .status p { font-size: 14px } .chat-box .chat-right-aside .chat .chat-header { padding: 15px; border-bottom: 1px solid #f4f4f4; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .chat-box .chat-right-aside .chat .chat-header img { float: left; width: 50px; height: 50px; -webkit-box-shadow: 1px 1px 4px 1px #ecf3fa; box-shadow: 1px 1px 4px 1px #ecf3fa } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li { margin-right: 24px } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { color: rgba(43, 43, 43, 0.7); font-size: 25px; cursor: pointer } .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons { margin-left: auto } .chat-box .chat-right-aside .chat .chat-msg-box { padding: 20px; overflow-y: auto; height: 560px; margin-bottom: 80px } .chat-box .chat-right-aside .chat .chat-msg-box .chat-user-img { margin-top: -35px } .chat-box .chat-right-aside .chat .chat-msg-box .message-data { margin-bottom: 10px } .chat-box .chat-right-aside .chat .chat-msg-box .message-data-time { letter-spacing: 1px; font-size: 12px; color: #59667a } .chat-box .chat-right-aside .chat .chat-msg-box .message { color: #2c323f; padding: 20px; line-height: 1.9; letter-spacing: 1px; font-size: 14px; margin-bottom: 30px; width: 50%; position: relative } .chat-box .chat-right-aside .chat .chat-msg-box .my-message { border: 1px solid #f4f4f4; border-radius: 10px; border-top-left-radius: 0 } .chat-box .chat-right-aside .chat .chat-msg-box .other-message { background-color: #fdfeff; border-radius: 10px; border-top-right-radius: 0 } .chat-box .chat-right-aside .chat .chat-message { padding: 20px; border-top: 1px solid #fafdff; position: absolute; width: calc(100% - 15px); background-color: #fff; bottom: 0 } .chat-box .chat-right-aside .chat .chat-message .smiley-box { background: #efefef; padding: 10px; display: block; border-radius: 4px; margin-right: 0.5rem } .chat-box .chat-right-aside .chat .chat-message .text-box { position: relative } .chat-box .chat-right-aside .chat .chat-message .text-box .input-txt-bx { height: 50px; border: 2px solid var(--theme-deafult); padding-left: 18px; font-size: 12px; letter-spacing: 1px } .chat-box .chat-right-aside .chat .chat-message .text-box i { position: absolute; right: 20px; top: 20px; font-size: 20px; color: #ecf3fa; cursor: pointer } .chat-box .chat-right-aside .chat .chat-message .text-box .btn { font-size: 16px; font-weight: 500; padding: 0.74rem 1.75rem; border-radius: 0 5px 5px 0 } .chat-box .chat-menu { border-left: 1px solid #f4f4f4 } .chat-box .chat-menu .tab-pane { padding: 0 15px } .chat-box .chat-menu ul li .about .status i { font-size: 10px } .chat-box .chat-menu .user-profile { margin-top: 30px } .chat-box .chat-menu .user-profile .user-content h5 { margin: 25px 0 } .chat-box .chat-menu .user-profile .user-content hr { margin: 25px 0 } .chat-box .chat-menu .user-profile .user-content p { font-size: 16px } .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link.active, .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link.show, .chat-box .chat-menu .user-profile .border-tab.nav-tabs .nav-item .nav-link:focus { border-bottom: 0 } .chat-box .chat-menu .user-profile .image { position: relative } .chat-box .chat-menu .user-profile .image .icon-wrapper { position: absolute; bottom: 0; left: 55%; 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; height: 35px; width: 35px; border-radius: 50%; background-color: #fff; cursor: pointer; overflow: hidden; margin: 0 auto; font-size: 14px; -webkit-box-shadow: 1px 1px 3px 1px #f4f4f4; box-shadow: 1px 1px 3px 1px #f4f4f4 } .chat-box .chat-menu .user-profile .image .avatar img { border-radius: 50%; border: 5px solid #f4f4f4 } .chat-box .chat-menu .user-profile .border-right { border-right: 1px solid #dee2e6 } .chat-box .chat-menu .user-profile .follow { margin-top: 0 } .chat-box .chat-menu .user-profile .follow .follow-num { font-size: 20px; color: #000 } .chat-box .chat-menu .user-profile .follow span { color: #242934; font-size: 14px; letter-spacing: 1px } .chat-box .chat-menu .user-profile .social-media a { color: #59667a; font-size: 15px; padding: 0 7px } .chat-box .chat-menu .user-profile .chat-profile-contact p { font-size: 14px; color: #59667a } .chat-box .chat-menu .nav { margin-bottom: 20px } .chat-box .chat-menu .nav-tabs .nav-item { width: 33.33% } .chat-box .chat-menu .nav-tabs .nav-item a { padding: 15px !important; color: #59667a !important; letter-spacing: 1px; font-size: 14px; font-weight: 500; height: 60px; 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 } .chat-box .chat-menu .nav-tabs .nav-item .material-border { border-width: 1px; border-color: var(--theme-deafult) } .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active { color: #000 !important } .chat-box .chat-history .call-content { 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; min-width: 300px } .chat-box .chat-history .total-time h2 { font-size: 50px; color: #efefef; font-weight: 600; margin-bottom: 30px } .chat-box .chat-history .receiver-img { margin-top: 55px } .chat-box .chat-history .receiver-img img { border-radius: 5px } .chat-box .chat-history .call-icons { margin-bottom: 35px } .chat-box .chat-history .call-icons ul li { width: 60px; height: 60px; border: 1px solid #f4f4f4; border-radius: 50%; padding: 12px; cursor: pointer } .chat-box .chat-history .call-icons ul li+li { margin-left: 10px } .chat-box .chat-history .call-icons ul li a { color: #999; font-size: 25px } .chat-left-aside>.media { margin-bottom: 15px } .chat-left-aside .people-list { height: 625px } .chat-left-aside ul li { position: relative } .status-circle { width: 12px; height: 12px; position: absolute; top: 4px; left: 44px; border-radius: 50%; border: 2px solid #fff } .away { background-color: #f8d62b } .online { background-color: #51bb25 } .offline { background-color: #dc3545 } .chat-container .aside-chat-left { width: 320px } .chat-container .chat-right-aside { width: 320px } .call-chat-sidebar { max-width: 320px } .call-chat-sidebar .card .card-body, .chat-body .card .card-body { padding: 15px } .checkout .checkout-details { background-color: #f9f9f9; border: 1px solid #dddddd; padding: 40px } .checkout .checkout-details .order-place { margin-top: 15px } .order-box .title-box { padding-bottom: 20px; color: #444444; font-size: 22px; border-bottom: 1px solid #ededed; margin-bottom: 20px } .order-box .title-box span { width: 35%; float: right; font-weight: 600; text-align: right } .order-box .title-box h4 { font-weight: 600 } .order-box .title-box .checkbox-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .order-box .sub-total li { position: relative; display: inline-block; font-size: 16px; font-weight: 600; color: #333333; line-height: 20px; margin-bottom: 20px; width: 100% } .order-box .sub-total li .count { position: relative; font-size: 18px; line-height: 20px; font-weight: 400; width: 35%; float: right; text-align: right } .order-box .sub-total .shipping-class { margin-bottom: 12px } .order-box .sub-total .shipping-class .shopping-checkout-option { margin-top: -4px; position: relative; font-size: 18px; line-height: 20px; color: var(--theme-deafult); font-weight: 400; width: 35%; float: right; text-align: right } .order-box .total { position: relative; margin-bottom: 30px } .order-box .total li { position: relative; display: block; font-weight: 400; color: #333333; line-height: 20px; font-size: 18px } .order-box .qty { position: relative; border-bottom: 1px solid #ededed; margin-bottom: 30px } .order-box .qty li { position: relative; display: block; font-size: 15px; color: #444444; line-height: 20px; margin-bottom: 20px } .order-box .qty li span { float: right; font-size: 18px; line-height: 20px; color: #232323; font-weight: 400; width: 35%; text-align: right } .radio-option { position: relative } .img-paypal { width: 30%; margin-left: 15px } @media screen and (max-width: 1199px) { .checkout .checkout-details { padding: 25px } .order-box .title-box span { width: 30% } .order-box .sub-total li .count { width: 38% } .order-box .sub-total .shipping-class .shopping-checkout-option { width: 46% } .order-box .qty li span { width: 38% } .order-box .total li .count { width: 38% } } @media screen and (max-width: 991px) { .order-box .sub-total .shipping-class .shopping-checkout-option { width: 38% } } @media screen and (max-width: 575px) { .checkout .checkout-details { padding: 15px } .order-box .sub-total .shipping-class .shopping-checkout-option { width: 50% } .order-box .sub-total li .count { width: 50% } } .comingsoon-bgimg { background: url(../images/other-images/coming-soon-bg.jpg); background-position: bottom; background-size: cover } .comingsoon { 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; min-height: 100vh; padding: 50px 0 } .comingsoon .comingsoon-inner h5 { font-size: 18px; letter-spacing: 1px; color: rgba(43, 43, 43, 0.7); font-weight: 500; margin-bottom: 30px; margin-top: 30px } .comingsoon .comingsoon-inner .countdown { padding: 30px 0; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4 } .comingsoon .comingsoon-inner .countdown .time { 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; border-radius: 50%; color: #fff; font-weight: 500; width: 100px; height: 100px; font-size: 36px; background: var(--theme-deafult) } .comingsoon .comingsoon-inner .countdown .title { padding-top: 13px; font-size: 14px; font-weight: 400; color: rgba(43, 43, 43, 0.7); text-transform: uppercase; letter-spacing: 1px } .comingsoon .comingsoon-inner .countdown ul li { display: inline-block; text-transform: uppercase; margin: 0 20px } .comingsoon .comingsoon-inner .countdown ul li span { display: block } .comingsoon video { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transition: 1s opacity; transition: 1s opacity } .alert-contactadd { background-color: #fff; border: 1px solid var(--theme-deafult); width: 12%; padding: 10px } .updateimg { position: absolute; left: 15px; width: 100px; top: 32px; line-height: 93px; opacity: 0 } #right-history { top: 81px; right: -320px; height: 100%; position: fixed; width: 320px; z-index: 9; background-color: #fff; -webkit-transition: .5s; transition: .5s; -webkit-box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) } #right-history h6 span a { color: #2b2b2b } #right-history.show { right: 0; -webkit-transition: .3s; transition: .3s } .history-details>div { padding: 30px 0 } .history-details .media { padding: 30px 15px; border-top: 1px solid #f4f4f4 } .history-details .media i { padding: 5px; background: #fed112; color: #fff; border-radius: 100% } .history-details .media h6 { margin-bottom: 5px } .delete-contact { display: none } .more-data { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .contact-editform { padding: 30px; -webkit-animation: displayTransition 1s; animation: displayTransition 1s } .contact-editform a { display: block } .contact-editform button { margin-top: 30px } .contact-editform .select2-container .select2-selection--single { height: 39px !important; border-color: #ced4da !important } #deletemodal .modal-header { border-bottom: none } #deletemodal .modal-header .delete-data span svg { vertical-align: middle; margin-right: 15px } .contact-options li .btn-category { line-height: 39px; border-radius: 3px; padding-left: 40px !important; padding: 0; color: var(--theme-deafult); font-weight: 500 } .list-persons p { font-family: Roboto, sans-serif } .list-persons .profile-mail { padding: 30px 0 } .list-persons .profile-mail .media img { height: 100px } .list-persons .profile-mail .media .media-body h5 { margin-bottom: 5px } .list-persons .profile-mail .media .media-body ul { margin-top: 5px } .list-persons .profile-mail .media .media-body ul li { display: inline-block } .list-persons .profile-mail .media .media-body ul li a { font-size: 13px } .list-persons .profile-mail .media .media-body ul li+li { padding-left: 10px; margin-left: 5px; border-left: 2px solid #f4f4f4 } .list-persons .profile-mail .email-general { padding-top: 50px } .list-persons .profile-mail .email-general ul { padding-right: 20px } .list-persons .profile-mail .email-general ul li { color: #898989; padding-bottom: 10px; margin-bottom: 10px } .list-persons .profile-mail .email-general ul li:last-child { padding-bottom: 0; margin-bottom: 0 } .list-persons .profile-mail .email-general ul li>span { float: right } .list-persons .profile-mail .email-general p span { margin-left: 30px } .list-persons .profile-mail .email-general .gender { margin-top: 30px } .contacts-tabs .nav-pills { border-right: 1px solid #f4f4f4; height: 100% } .contacts-tabs .nav-pills .nav-link.active, .contacts-tabs .nav-pills .nav-link>.nav-link, .contacts-tabs .nav-pills .show.active, .contacts-tabs .nav-pills .show>.nav-link { background-color: rgba(115, 102, 255, 0.05); color: #2b2b2b } .contacts-tabs .nav-pills .nav-link { color: #2b2b2b; padding: 0 } .contacts-tabs .nav-pills .nav-link .media .img-50 { height: 50px } .contacts-tabs .nav-pills .nav-link+.nav-link { border-top: 1px solid #f4f4f4 } .contacts-tabs .nav-pills .media { padding: 20px } .contacts-tabs .tab-content .tab-content-child { -webkit-animation: displayTransition 1s; animation: displayTransition 1s } @media only screen and (max-width: 991px) { #right-history { top: 60px } .updateimg { top: 21px } .list-persons .profile-mail { padding: 20px } .list-persons .profile-mail .email-general .gender { margin-top: 20px } .contact-editform button { margin-top: 20px } } @media only screen and (max-width: 767px) { .contact-editform { padding: 20px } .contact-editform.pl-0 { padding-left: 20px !important } .contacts-tabs .nav-pills { border-right: none; border-bottom: 1px solid #f4f4f4 } } @media only screen and (max-width: 575px) { #right-history { width: 270px } .updateimg { top: 16px; left: 29px } .contacts-tabs .media img.m-r-20 { margin-right: 15px } .contacts-tabs .nav-pills .media { padding: 15px } .list-persons .profile-mail { padding: 15px } .list-persons .profile-mail .email-general .gender { margin-top: 15px } .list-persons .nav-pills .nav-link .media .media-body { text-align: left } .contact-editform { padding: 15px } .contact-editform button { margin-top: 15px } .contact-editform.pl-0 { padding-left: 15px !important } .contact-editform form .row>div .row>div>div, .contact-options form .row>div .row>div>div { margin-bottom: 0 } .contact-editform form .row>div .row>div+div, .contact-options form .row>div .row>div+div { margin-top: 15px } } @media only screen and (max-width: 360px) { .updateimg { line-height: 73px; width: 80px } .list-persons .profile-mail .email-general p span { margin-left: 10px } .list-persons .profile-mail .media { display: block } .list-persons .profile-mail .media img { height: 80px; width: 80px !important; margin-bottom: 15px } } .dash-chart .profit-card { margin: -30px 0 -14px } .dash-chart .profit-card #negative-chart .apexcharts-tooltip.light .apexcharts-tooltip-title { display: none } .dash-chart .profit-card #negative-chart .apexcharts-tooltip-series-group.active { padding-bottom: 0 } .dash-chart .media .media-body p { color: rgba(43, 43, 43, 0.7) } .dash-chart .media .media-body p .font-roboto { color: rgba(43, 43, 43, 0.7) } .dash-chart .progress-animate { margin-top: -6px; margin-right: 2px } .support-ticket-font ul { font-size: 12px } .negative-container { margin: -36px -15px -29px } .negative-container .apexcharts-xaxis .apexcharts-xaxis-texts-g text { font-size: 13px; fill: rgba(43, 43, 43, 0.4); font-family: Roboto, sans-serif !important } .ecommerce-widgets { -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative } .ecommerce-widgets .ecommerce-box { width: 60px; height: 60px } .ecommerce-widgets .ecommerce-box.light-bg-primary { background-color: rgba(115, 102, 255, 0.15); 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; border-radius: 100% } .ecommerce-widgets .fa-heart { font-size: 24px; background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--theme-deafult)), to(#a927f9)); background: linear-gradient(to right, var(--theme-deafult) 10%, #a927f9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 2px } .dash-map #map { height: 300px; width: 100% } .dash-map #map .gmnoprint { display: none } .monthly-visit { margin: -4px 0 -35px } .new-update .media .media-body span, .new-update .media .media-body p { font-weight: 500 } .activity-timeline .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .activity-timeline .media .activity-line { top: 132px; height: 57%; position: absolute; width: 4px; background-color: #f8f8f8; margin: 0 auto; left: 46px; z-index: 1 } .activity-timeline .media .circle-dot-primary { background-color: rgba(var(--theme-deafult), 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: var(--theme-deafult); -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-secondary { background-color: rgba(247, 49, 100, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f73164; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-success { background-color: rgba(81, 187, 37, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #51bb25; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-danger { background-color: rgba(220, 53, 69, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #dc3545; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-info { background-color: rgba(169, 39, 249, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #a927f9; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-light { background-color: rgba(244, 244, 244, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f4f4f4; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-dark { background-color: rgba(44, 50, 63, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #2c323f; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media .circle-dot-warning { background-color: rgba(248, 214, 43, 0.25); border-radius: 100%; padding: 6px; font-size: 5px; color: #f8d62b; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } .activity-timeline .media+.media { margin-top: 45px } .activity-timeline .media .media-body { margin-left: 20px } .activity-timeline .media .media-body p { color: rgba(43, 43, 43, 0.6); font-size: 12px; margin-top: 2px } .activity-dot-primary { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid var(--theme-deafult); -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(var(--theme-deafult), 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(var(--theme-deafult), 0.25); position: relative; z-index: 2 } .activity-dot-secondary { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f73164; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(247, 49, 100, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(247, 49, 100, 0.25); position: relative; z-index: 2 } .activity-dot-success { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #51bb25; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(81, 187, 37, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(81, 187, 37, 0.25); position: relative; z-index: 2 } .activity-dot-danger { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #dc3545; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(220, 53, 69, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(220, 53, 69, 0.25); position: relative; z-index: 2 } .activity-dot-info { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #a927f9; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(169, 39, 249, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(169, 39, 249, 0.25); position: relative; z-index: 2 } .activity-dot-light { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f4f4f4; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(244, 244, 244, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(244, 244, 244, 0.25); position: relative; z-index: 2 } .activity-dot-dark { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #2c323f; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(44, 50, 63, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(44, 50, 63, 0.25); position: relative; z-index: 2 } .activity-dot-warning { width: 16px; height: 16px; background-color: #fff; border-radius: 100%; border: 3px solid #f8d62b; -webkit-box-shadow: 0.5px 4.33px 15px 0px rgba(248, 214, 43, 0.25); box-shadow: 0.5px 4.33px 15px 0px rgba(248, 214, 43, 0.25); position: relative; z-index: 2 } .offer-box { background: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none } .offer-box .offer-slider { background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); border-radius: 15px; height: 200px; width: 100% } .offer-box .offer-slider .carousel-control-prev { right: 0; left: unset } .offer-box .offer-slider .carousel-control-prev-icon { top: 116px; position: absolute } .offer-box .offer-slider .carousel-control-next-icon { top: 75px; position: absolute } .offer-box .offer-slider .carousel-control-prev-icon, .offer-box .offer-slider .carousel-control-next-icon { width: 12px; height: 12px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px } .offer-box .offer-slider .carousel-control-prev, .offer-box .offer-slider .carousel-control-next { width: 10% } .offer-box .offer-slider .selling-slide .d-flex { height: 73%; 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 } .offer-box .offer-slider .selling-slide p { color: rgba(255, 255, 255, 0.5); font-weight: 500; font-family: Roboto, sans-serif; margin-bottom: 5px } .offer-box .offer-slider .selling-slide .badge-white { background-color: rgba(255, 255, 255, 0.1) } .offer-box .offer-slider .selling-slide .badge-dotted { border: 1px dashed rgba(255, 255, 255, 0.4) } .offer-box .offer-slider .selling-slide .badge { font-size: 13px; color: #fff; font-weight: 500; padding: 8px 15px } .offer-box .offer-slider .selling-slide h4 { color: #fff; margin-bottom: 14px } .offer-box .offer-slider .selling-slide .center-img { margin-top: -60px } .total-users .goal-chart { margin: -35px -15px -30px } .total-users .goal-chart .apexcharts-datalabels-group text { font-weight: 700 } .total-users .goal-chart .apexcharts-datalabels-group text:last-child { fill: #2b2b2b } .total-users .goal-status ul li+li { margin-top: 30px; padding-top: 30px } .total-users .goal-status ul li .goal-detail { margin-bottom: 30px } .total-users .goal-status ul li .goal-detail h6 { margin-bottom: 16px } .total-users .goal-status ul:last-child li { border-top: 1px solid #ecf3fa; margin-top: 27px; padding-top: 27px } .total-users .goal-status .rate-card>ul li:last-child { border-top: none } .total-users .goal-status>ul li:last-child { border-top: none } .total-users .goal-status .goal-end-point ul li:first-child { border-top: none } .total-users .goal-status .progress { background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgba(169, 39, 249, 0.1) 25%, rgba(0, 0, 0, 0)) } .total-users .goal-status .progress-gradient-primary { border-radius: 15%; background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(rgba(169, 39, 249, 0.1)), to(var(--theme-deafult))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 25%, rgba(169, 39, 249, 0.1), var(--theme-deafult)) } .total-users .goal-status .progress-gradient-primary:after { display: none } .best-seller-table table { margin-bottom: 0px } .best-seller-table table th, .best-seller-table table td { border: none } .best-seller-table table thead tr th { padding-top: 0; font-size: 16px; font-weight: 500 } .best-seller-table table thead tr th h5 { font-size: 22px } .best-seller-table table tr th, .best-seller-table table tr td { padding: 19px 10px } .best-seller-table table tr th:first-child, .best-seller-table table tr td:first-child { padding-left: 0 } .best-seller-table table tr th:last-child, .best-seller-table table tr td:last-child { padding-right: 0 } .best-seller-table table tbody tr td { vertical-align: middle; -webkit-transition: 0.5s; transition: 0.5s; position: relative; font-weight: 500 } .best-seller-table table tbody tr td .flag-icon { font-size: 18px; position: relative; display: inline-block; width: 1.33333em; line-height: 1em } .best-seller-table table tbody tr td p { font-size: 11px; color: rgba(43, 43, 43, 0.8); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr td .fa-check-circle { position: absolute; left: 30px; top: 30px; opacity: 0; color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr td .label { padding: 8px 12px; color: #2b2b2b; border-radius: 10px; -webkit-transition: 0.5s; transition: 0.5s; font-size: 13px } .best-seller-table table tbody tr td .align-middle { position: relative } .best-seller-table table tbody tr td .align-middle .status-circle { width: 10px; height: 10px; top: 2px; left: 32px; opacity: 0; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td { color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td p { color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td span { color: #2b2b2b } .best-seller-table table tbody tr:hover td .label { background-color: rgba(115, 102, 255, 0.1); color: var(--theme-deafult); -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td .fa-check-circle { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:hover td .align-middle .status-circle { opacity: 1; -webkit-transition: 0.5s; transition: 0.5s } .best-seller-table table tbody tr:last-child td { padding-bottom: 0 } #riskfactorchart path { stroke-width: 10px; stroke-dasharray: 10, 20; stroke-linecap: round } #riskfactorchart #apexcharts-radialbarTrack-0 { stroke: #ecd8d8; stroke-linecap: round } .our-product table thead tr th, .our-product table thead tr td { border: none; padding-top: 0; padding-bottom: 40px } .our-product table thead tr th span, .our-product table thead tr td span { color: rgba(43, 43, 43, 0.3); font-weight: 500 } .our-product table tr td { padding: 20px 20px 0; border-top: none } .our-product table tr td:first-child { padding-left: 0 } .our-product table tr td:last-child { padding-right: 0; text-align: right } .our-product table tr td p { color: rgba(43, 43, 43, 0.6); margin-bottom: 0; text-transform: capitalize } .our-product table tr td .btn { font-size: 12px; font-weight: 500 } .our-product table tr td .flag-icon { font-size: 18px } .our-product table tr td .badge { font-size: 13px; font-weight: 600; padding: 7px 14px } .our-product table tr td .btn-secondary { background-color: #feecf0 !important; border-color: #feecf0 !important; color: var(--theme-secondary); font-weight: 700 } .our-product table tr:first-child td { padding-top: 0 } .our-product table tr:last-child td { padding-bottom: 0 } @media only screen and (max-width: 1660px) { .risk-col .goal-status.row>div, .risk-col .goal-status.row>ul { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .total-users .goal-status>ul li:first-child { border-top: none } } @media only screen and (max-width: 1460px) { .offer-box .offer-slider .selling-slide .d-flex { height: 80% } .offer-box .offer-slider .selling-slide .center-img { margin-top: -49px } } @media only screen and (max-width: 1440px) { .offer-box .offer-slider .selling-slide .d-flex { height: 81% } } @media only screen and (max-width: 1366px) { .best-seller-table table tbody tr td .fa-check-circle { left: 2px } .offer-box .offer-slider { height: 100% } .offer-box .offer-slider .selling-slide .d-flex { height: 100% } .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: 15px } .offer-box .offer-slider .selling-slide .center-img { margin-top: 0 } } @media (max-width: 1366px) and (min-width: 1200px) { .offer-box .offer-slider .selling-slide>div { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .offer-box .offer-slider .selling-slide>div:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40% } .offer-box .offer-slider .selling-slide>div:nth-child(2) { -webkit-box-flex: 0; -ms-flex: 0 0 28%; flex: 0 0 28%; max-width: 28% } } @media only screen and (max-width: 1305px) { .size-column>.xl-50 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100% } } @media only screen and (max-width: 1199px) { .best-seller-table table tbody tr td { min-width: 150px } .best-seller-table table tbody tr td .fa-check-circle { left: 18px } .best-seller-table table tbody tr td:first-child { min-width: 200px } .best-seller-table table tbody tr td:nth-child(4) { min-width: 100px } .best-seller-table table tbody tr td:last-child { min-width: 100px } .offer-box .offer-slider .selling-slide { padding-bottom: 40px } .offer-box .offer-slider .selling-slide>div:nth-child(2) { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .offer-box .offer-slider .selling-slide .center-img { text-align: center } } @media only screen and (max-width: 991px) { .profit-card .progress-animate { margin-bottom: 15px; overflow: inherit; background-color: transparent } .activity-timeline .media+.media { margin-top: 30px } .activity-timeline .media .activity-line { top: 78px; height: 63%; left: 26px } .monthly-visit { margin-top: 0 } .ecommerce-widgets .ecommerce-box { width: 50px; height: 50px } .ecommerce-widgets .fa-heart { font-size: 20px; margin-top: 4px } .offer-box .offer-slider .selling-slide { padding-bottom: 20px } .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: 0 } .offer-box .offer-slider .carousel-control-prev-icon, .offer-box .offer-slider .carousel-control-next-icon { right: 20px } .best-seller-table table thead tr th h5 { font-size: 18px } } @media only screen and (max-width: 767px) { .offer-box .offer-slider .selling-slide { padding-bottom: 20px } .offer-box .offer-slider .selling-slide .d-flex .left-content, .offer-box .offer-slider .selling-slide .d-flex .right-content { text-align: center; width: 100% } .offer-box .offer-slider .selling-slide .d-flex .right-content { margin-top: 30px } } @media only screen and (max-width: 575px) { .activity-timeline .media+.media { margin-top: 20px } .offer-box .offer-slider .selling-slide .center-img img { width: 50% } .offer-box .offer-slider .selling-slide h4 { font-size: 18px } .offer-box .offer-slider .selling-slide .badge { font-size: 12px } .risk-col .goal-status.row>div, .risk-col .goal-status.row>ul { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .total-users .goal-status>ul li:first-child { border-top: 1px solid #ecf3fa } .total-users .goal-status ul:last-child li { padding-top: 20px; margin-top: 20px } } @media only screen and (max-width: 480px) { .our-product table tr td:first-child, .our-product table tr td:nth-child(2) { min-width: 160px } } @media only screen and (max-width: 360px) { .profit-card span { display: block; margin-top: 5px } .activity-timeline .media .activity-line { height: 67% } } .texts-light { color: rgba(43, 43, 43, 0.7) } .form-control-plaintext { width: auto !important } .badge-light-primary { background-color: #fff; color: #7366ff } .badge-light-secondary { background-color: #feecf0; color: #f73164 } .badge-light-success { background-color: #c4f0b2; color: #51bb25 } .badge-light-danger { background-color: #f9dadd; color: #dc3545 } .badge-light-info { background-color: #f4e4fe; color: #a927f9 } .badge-light-light { background-color: #fff; color: #f4f4f4 } .badge-light-dark { background-color: #8490a9; color: #2c323f } .badge-light-warning { background-color: #fefae7; color: #f8d62b } .badge-light-primary { background-color: rgba(115, 102, 255, 0.1) } .badge-light-success { background-color: rgba(81, 187, 37, 0.2) } .table thead th { border-bottom: 2px solid #ecf3fa } .profile-greeting { background-color: #FFCC2A; background-size: cover !important; background-repeat: no-repeat; background-position: center center; position: relative } .profile-greeting .card-body { padding: 40px 20px } .profile-greeting .badge-groups .badge.f-12 svg { width: 16px; height: 16px } .profile-greeting .media .media-body p { font-weight: 500; font-size: 10px } .profile-greeting .media .badge-groups { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .profile-greeting .media .badge-groups .badge { color: #fff !important; padding: 10px 14px !important } .profile-greeting .media .badge-groups .badge:first-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: -webkit-gradient(linear, left top, right top, color-stop(28%, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.1))); background: linear-gradient(90deg, rgba(0, 0, 0, 0) 28%, rgba(255, 255, 255, 0.1) 100%); border-radius: 5px } .profile-greeting .media .badge-groups .badge:last-child { background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.1)), to(rgba(0, 0, 0, 0))); background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 20%, rgba(0, 0, 0, 0) 100%); border-radius: 5px; width: 56px; text-align: left } .profile-greeting .greeting-user { margin: 42px 0 } .profile-greeting .greeting-user h4 { margin-top: 30px; margin-bottom: 20px; color: #fff } .profile-greeting .greeting-user p { font-weight: 500; padding: 0 50px; margin-bottom: 25px } .profile-greeting .greeting-user p span { color: rgba(255, 255, 255, 0.8) } .profile-greeting .greeting-user .profile-vector { -webkit-filter: drop-shadow(15px 17px 12px rgba(0, 0, 0, 0.1)); filter: drop-shadow(15px 17px 12px rgba(0, 0, 0, 0.1)) } .profile-greeting .greeting-user .right-circle i { padding: 5px 6px; background-color: rgba(255, 255, 255, 0.2); border-radius: 100% } .profile-greeting .greeting-user .left-icon { width: 50px; height: 50px; background-color: rgba(255, 255, 255, 0.1); border-radius: 20px 20px 20px 10px; position: absolute; left: 4%; bottom: 4% } .profile-greeting .greeting-user .left-icon i { color: #fff; margin-top: 38%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .profile-greeting .whatsnew-btn .btn { background-color: #fff !important; border-radius: 5px; color: var(--theme-deafult); font-weight: 500; padding: 6px 18px } .earning-card.card .card-body { overflow: hidden } .earning-card.card .card-body .chart-left { padding: 40px 0 40px 40px } .earning-card.card .card-body .chart-right { padding: 0 40px } .earning-card.card .card-body .chart-right .weekly-data { padding-bottom: 40px } .earning-card.card .card-body .chart-right .p-tb { padding: 40px 0 } .earning-card.card .card-body .left_side_earning { margin-bottom: 30px } .earning-card.card .card-body .left_side_earning:last-child { margin-bottom: 0 } .earning-card.card .card-body .left_side_earning h5 { line-height: 36px; font-weight: 500; margin: 0; font-size: 1rem } .earning-card.card .card-body .left_side_earning p { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .earning-card.card .card-body .left-btn a.btn { padding: 10px 16px } .earning-card.card .card-body .inner-top-left ul li, .earning-card.card .card-body .inner-top-right ul li { line-height: 22px; color: rgba(43, 43, 43, 0.7); font-weight: 500; margin-left: 35px; letter-spacing: 1px } .earning-card.card .card-body .inner-top-left ul li.active, .earning-card.card .card-body .inner-top-right ul li.active { color: var(--theme-deafult) } .earning-card.card .card-body .inner-top-left ul li:first-child { margin-left: 0 } .earning-card.card .card-body .inner-top-right ul li { position: relative } .earning-card.card .card-body .inner-top-right ul li:before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: var(--theme-deafult); left: -40%; top: 27% } .earning-card.card .card-body .inner-top-right ul li:last-child:before { background-color: #dc3545 } .earning-card.card .card-body .border-top { border-top: 1px solid #ecf3fa !important; padding: 38px 40px 37px } .earning-card.card .card-body .earning-content { border-right: 1px solid #ecf3fa } .earning-card.card .card-body .media .media-left { width: 42px; height: 42px; border-radius: 50%; background-color: var(--theme-deafult); margin-right: 15px; 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; color: #fff; cursor: pointer } .earning-card.card .card-body .media .media-left i { font-size: 18px; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .earning-card.card .card-body .media .media-left:hover { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .earning-card.card .card-body .media .media-body h6 { margin-bottom: 2px; line-height: 24px } .earning-card.card .card-body .media .media-body p { font-size: 14px; color: rgba(43, 43, 43, 0.7) } .chart_data_left .card-body .chart-main .media, .chart_data_right .card-body .chart-main .media { padding: 45px 40px; border-right: 1px solid #ecf3fa } .chart_data_left .card-body .chart-main .media .hospital-small-chart, .chart_data_right .card-body .chart-main .media .hospital-small-chart { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: -25px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar { position: relative } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container { height: 74px; width: 75px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip { position: absolute; opacity: 0 } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip .chartist-tooltip-value { font-size: 10px; padding: 5px; color: #fff; background-color: rgba(0, 0, 0, 0.5); border-radius: 4px } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container .chartist-tooltip.tooltip-show { opacity: 1 } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .flot-chart-container svg { position: absolute; bottom: 23px; width: 100%; height: 95% } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-a .ct-slice-donut { stroke: var(--theme-deafult) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 svg .ct-series-b .ct-slice-donut { stroke: rgba(115, 102, 255, 0.1) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart2 .chartist-tooltip .chartist-tooltip-value { background-color: var(--theme-deafult); -webkit-box-shadow: 1px 1.732px 8px 0px rgba(115, 102, 255, 0.5); box-shadow: 1px 1.732px 8px 0px rgba(115, 102, 255, 0.5) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 .chartist-tooltip .chartist-tooltip-value, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 .chartist-tooltip .chartist-tooltip-value { background-color: var(--theme-secondary); -webkit-box-shadow: 1px 1.732px 8px 0px rgba(247, 49, 100, 0.5); box-shadow: 1px 1.732px 8px 0px rgba(247, 49, 100, 0.5) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-a .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-a .ct-slice-donut { stroke: var(--theme-secondary) } .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_left .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart1 svg .ct-series-b .ct-slice-donut, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-point, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-line, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-bar, .chart_data_right .card-body .chart-main .media .hospital-small-chart .small-bar .small-chart3 svg .ct-series-b .ct-slice-donut { stroke: rgba(247, 49, 100, 0.1) } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content { margin-left: 10px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content h4, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content h4 { line-height: 1; font-weight: 500 } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content span, .chart_data_right .card-body .chart-main .media .media-body .right-chart-content span { color: rgba(43, 43, 43, 0.7) } .chart_data_left .card-body .chart-main .media.border-none, .chart_data_right .card-body .chart-main .media.border-none { border-right: none !important } .chart_data_right .card-body .media .right-chart-content { margin-left: 0 !important } .chart_data_right .card-body .media .right-chart-content h4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chart_data_right .card-body .media .right-chart-content h4 .new-box { padding: 3px 5px; background-color: var(--theme-deafult); font-size: 10px; color: #fff; margin-left: 10px } .chart_data_right .card-body .media .right-chart-content span { color: rgba(43, 43, 43, 0.7) } .chart_data_right .card-body .knob-block { margin-bottom: -5px } .chart_data_right .card-body .knob-block input { height: 40% !important; width: 40% !important; left: 50% !important; top: 2% !important; -webkit-transform: translate(-50%) !important; transform: translate(-50%) !important; margin-left: 0 !important; margin-top: 17px !important; color: #242934 !important } .chart_data_right .card-body .knob-block canvas { width: 100%; height: 100% } .chart_data_right .card-body .knob-block .chart-overflow { overflow: hidden; text-align: center } .header-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .third-news-update span, .news span, .appointment-sec span { font-weight: 500 } .third-news-update .card-header-right-icon select, .news .card-header-right-icon select, .appointment-sec .card-header-right-icon select { background-color: rgba(115, 102, 255, 0.08) !important; border: none; color: var(--theme-deafult) !important; width: auto !important; height: 32px !important; border-radius: 10px; padding: 5px 10px; line-height: 50px !important; font-weight: 500; border: none; outline: none !important } .third-news-update .card-header-right-icon select:hover, .news .card-header-right-icon select:hover, .appointment-sec .card-header-right-icon select:hover { background-color: rgba(115, 102, 255, 0.08) !important; color: var(--theme-deafult) !important } .third-news-update .news-update, .news .news-update, .appointment-sec .news-update { padding: 30px 40px; border-bottom: 1px solid #ecf3fa } .third-news-update .news-update span, .news .news-update span, .appointment-sec .news-update span { color: rgba(43, 43, 43, 0.7); font-family: Roboto, sans-serif; font-weight: 400 } .third-news-update .news-update:last-child, .news .news-update:last-child, .appointment-sec .news-update:last-child { border: none !important } .third-news-update .card-header-right-icon .dropdown .dropdown-toggle, .news .card-header-right-icon .dropdown .dropdown-toggle, .appointment-sec .card-header-right-icon .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .third-news-update .card-header-right-icon .dropdown .dropdown-toggle:after, .news .card-header-right-icon .dropdown .dropdown-toggle:after, .appointment-sec .card-header-right-icon .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .third-news-update .card-header-right-icon .dropdown .dropdown-menu, .news .card-header-right-icon .dropdown .dropdown-menu, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .third-news-update .card-header-right-icon .dropdown .dropdown-menu .dropdown-item, .news .card-header-right-icon .dropdown .dropdown-menu .dropdown-item, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .third-news-update .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover, .news .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover, .appointment-sec .card-header-right-icon .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } .third-news-update .bottom-btn, .news .bottom-btn, .appointment-sec .bottom-btn { text-align: center; font-size: 18px; font-weight: 500 } .third-news-update .news .card .card-footer, .news .news .card .card-footer, .appointment-sec .news .card .card-footer { padding-top: 0; border-top: none !important } .third-news-update .appointment .radar-chart .apexcharts-datalabel, .news .appointment .radar-chart .apexcharts-datalabel, .appointment-sec .appointment .radar-chart .apexcharts-datalabel { font-size: 13px; font-weight: 600; fill: #2b2b2b } .third-news-update .alert-sec .card.bg-img, .news .alert-sec .card.bg-img, .appointment-sec .alert-sec .card.bg-img { background-image: url(../images/dashboard/bg.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center } .third-news-update .alert-sec .card .card-header, .news .alert-sec .card .card-header, .appointment-sec .alert-sec .card .card-header { background-color: transparent !important; border-bottom: none !important; padding-bottom: 0 } .third-news-update .alert-sec .card .card-header .header-top h5, .news .alert-sec .card .card-header .header-top h5, .appointment-sec .alert-sec .card .card-header .header-top h5 { color: #fff } .third-news-update .alert-sec .card .card-header .header-top p, .news .alert-sec .card .card-header .header-top p, .appointment-sec .alert-sec .card .card-header .header-top p { opacity: 35%; color: #fff } .third-news-update .alert-sec .card .card-header .header-top .dot-right-icon, .news .alert-sec .card .card-header .header-top .dot-right-icon, .appointment-sec .alert-sec .card .card-header .header-top .dot-right-icon { color: #fff; width: 50px; height: 32px; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; font-size: 22px; 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 } .third-news-update .alert-sec .card .card-body .body-bottom h6, .news .alert-sec .card .card-body .body-bottom h6, .appointment-sec .alert-sec .card .card-body .body-bottom h6 { color: #fff; margin-bottom: 8px } .third-news-update .alert-sec .card .card-body .body-bottom span, .news .alert-sec .card .card-body .body-bottom span, .appointment-sec .alert-sec .card .card-body .body-bottom span { color: rgba(255, 255, 255, 0.8) } .notification .card .media { margin-bottom: 34px } .notification .card .media .media-body p { color: var(--theme-secondary) } .notification .card .media .media-body p span { color: #2b2b2b; font-weight: 400 } .notification .card .media .media-body p .badge { color: #fff; margin-left: 10px; font-weight: 500 } .notification .card .media .media-body h6 { margin-top: 16px; margin-bottom: 5px; position: relative } .notification .card .media .media-body h6 .dot-notification { float: right; width: 15px; height: 15px; background-color: var(--theme-secondary); border: 5px solid #fdc4d3; border-radius: 50%; -webkit-animation: round 1.3s ease-in-out infinite; animation: round 1.3s ease-in-out infinite } @-webkit-keyframes round { 0% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes round { 0% { -webkit-transform: scale(1); transform: scale(1) } 50% { -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } .notification .card .media .media-body span { color: rgba(43, 43, 43, 0.7) } .notification .card .media .media-body .inner-img { width: 110px; height: 72px; background-color: #fff; border-radius: 5px } .notification .card .media .media-body .inner-img:first-child { margin-right: 20px } .notification .card .media .media-body .inner-img img { border-radius: 5px; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .notification .card .media .media-body .inner-img:hover img { -webkit-animation: tada 1.5s ease-out infinite; animation: tada 1.5s ease-out infinite; -webkit-transition: 0.3s all linear; transition: 0.3s all linear } .notification .card .media:nth-child(2) .media-body h6 .dot-notification { background-color: #f8d62b; border: 5px solid #fdf3bf } .notification .card .media:last-child { margin-bottom: 0 !important } .appointment-table table tr td { position: relative; border-top: none; padding: 0 } .appointment-table table tr td .status-circle { top: 1px; left: 35px; border-width: 3px } .appointment-table table tr td p, .appointment-table table tr td .btn { font-weight: 500; font-size: 12px } .appointment-table table tr td .btn { padding: 4px 12px } .appointment-table table tr td.img-content-box .font-roboto { color: rgba(43, 43, 43, 0.7) } .chat-default .media-dashboard { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chat-default .media-dashboard .icon-box { width: 50px; height: 32px; background-color: rgba(115, 102, 255, 0.08); border-radius: 10px; 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 } .chat-default .media-dashboard .icon-box i { color: var(--theme-deafult); font-size: 22px } .chat-default .card-body { padding-top: 0 } .chat-default .card-body.chat-box .left-side-chat .media-body .img-profile { width: 40px; height: 40px } .chat-default .card-body.chat-box .left-side-chat .media-body .img-profile img { border-radius: 100% } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat { margin-left: 15px } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .message-main span { background-color: var(--theme-deafult); border-radius: 30px; border-bottom-left-radius: 0; color: #fff } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .sub-message { margin-top: 10px } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .sub-message span { border-bottom-left-radius: 30px; border-top-left-radius: 0 } .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat:last-child .sub-message span { border-top-left-radius: 30px; border-bottom-left-radius: 0 } .chat-default .card-body.chat-box .right-side-chat { margin: 15px 0 } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { background-color: #fff; -webkit-box-shadow: 0px 0px 20px rgba(25, 124, 207, 0.1); box-shadow: 0px 0px 20px rgba(25, 124, 207, 0.1); border-radius: 30px; color: var(--theme-deafult); opacity: 100%; border-bottom-right-radius: 0; text-align: center } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; margin-right: 4px; background: var(--theme-deafult); -webkit-animation: wave 1.3s linear infinite; animation: wave 1.3s linear infinite; padding: 0 } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot:nth-child(3) { -webkit-animation-delay: -0.9s; animation-delay: -0.9s } @-webkit-keyframes wave { 0%, 60%, 100% { -webkit-transform: initial; transform: initial } 30% { -webkit-transform: translateY(-9px); transform: translateY(-9px) } } @keyframes wave { 0%, 60%, 100% { -webkit-transform: initial; transform: initial } 30% { -webkit-transform: translateY(-9px); transform: translateY(-9px) } } .chat-default .card-body.chat-box .media .media-body .message-main span { display: inline-block; padding: 12px 18px; font-weight: 400 } .chat-default .card-body.chat-box .media p { font-size: 10px; margin-top: 14px; color: var(--theme-deafult) } .chat-default .card-body.chat-box .input-group { margin: 30px 0; margin-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .chat-default .card-body.chat-box .input-group .form-control { border: none; border-radius: 0; border-left: 1px solid var(--theme-deafult); font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-webkit-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-moz-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control:-ms-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::-ms-input-placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control::placeholder { color: #2b2b2b; font-weight: 500; font-size: 16px } .chat-default .card-body.chat-box .input-group .form-control:focus { -webkit-box-shadow: none; box-shadow: none } .chat-default .card-body.chat-box .input-group .send-msg { width: 50px; height: 45px; background-color: rgba(115, 102, 255, 0.1); border-radius: 25% !important; 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 } .chat-default .card-body.chat-box .input-group .send-msg svg { width: 20px; color: var(--theme-deafult); vertical-align: middle; -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: -3px } .date-picker-setting { background-color: rgba(115, 102, 255, 0.1); width: 35px; height: 35px; 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; border-radius: 50px } .date-picker-setting i { color: var(--theme-deafult) } .default-datepicker .datepicker-inline .datepicker { width: auto; background: #fff; -webkit-box-shadow: none; box-shadow: none; padding: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 60px 0 0; padding: 15px 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name { color: #2b2b2b; font-size: 14px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { height: 55px; border-radius: 0; color: #2b2b2b } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-other-month- { color: #2b2b2b; opacity: 20% } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell { font-weight: 500; font-size: 16px; border-radius: 0; z-index: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected- { background: var(--theme-deafult); color: #fff; position: relative; -webkit-box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-current- { -webkit-box-shadow: 0px 0px 15px -5px rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 15px -5px rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-focus- { color: #fff; -webkit-box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5); box-shadow: 0px 0px 13px 0 rgba(115, 102, 255, 0.5) } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker-cell .datepicker--cell-month.-current-.-selected- { background-color: var(--theme-deafult) } .default-datepicker .datepicker-inline .datepicker .datepicker--nav { border-bottom: none; padding: 0; text-transform: capitalize; margin-top: 0 } .default-datepicker .datepicker-inline .datepicker .datepicker--nav .datepicker--nav-action { display: none } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { color: #2b2b2b; font-size: 22px; font-weight: 600 } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { margin-left: 10px; font-weight: 400; font-size: 22px; color: #2b2b2b } @media only screen and (max-width: 360px) { .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected-:before { height: 36px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { height: 36px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 13px 0 13px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name { font-size: 12px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { margin-left: 15px; font-size: 25px } } .btn-light-secondary { background-color: rgba(var(--theme-secondary), 0.1); font-size: 12px; padding: 6px 12px; font-weight: 600 } .crm-activity>li+li { border-top: 1px solid #efefef; margin-top: 10px; padding-top: 10px } .crm-activity>li+li h6 { font-size: 14px; line-height: 18px; margin-bottom: 5px } .crm-activity>li h6 { font-size: 14px } .crm-activity span { font-size: 40px } .crm-activity ul.dates h6 { color: #2b2b2b } .crm-activity ul.dates li { color: rgba(43, 43, 43, 0.7); font-size: 12px; display: inline-block; line-height: 1 } .crm-activity ul.dates li+li { border-left: 1px solid #efefef; padding-left: 10px; margin-left: 5px } .ecommerce-widget { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #f1f3ff !important; border-radius: 5px } .ecommerce-widget .total-num { color: #2b2b2b; margin: 0; letter-spacing: 1px } .ecommerce-widget .total-num span { color: #000 } .ecommerce-widget .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .ecommerce-widget .progress-showcase { margin-top: 30px } .ecommerce-widget span { color: rgba(43, 43, 43, 0.7); margin: 0; cursor: pointer } .ecommerce-widget .icon { color: #efefef; font-size: 40px } .ecommerce-widget .flot-chart-container { height: 100px; padding: 0; margin: 0; border: transparent } .ecommerce-widget .morris-default-style { display: none !important } .ecommerce-widget svg { -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)); filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.3)) } .static-top-widget:hover .icon-bg { -webkit-transform: rotate(-5deg) scale(1.1); transform: rotate(-5deg) scale(1.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .static-top-widget div.align-self-center svg { width: 30px; height: 30px } .static-top-widget .media-body { -ms-flex-item-align: center !important; align-self: center !important; padding-left: 30px } .static-top-widget .media-body .icon-bg { position: absolute; right: -14px; top: 6px; opacity: 0.2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; width: 100px; height: 100px } .bg-info .media.static-top-widget .align-self-center { background-color: #a927f9 } .bg-primary .media.static-top-widget .align-self-center { background-color: var(--theme-deafult) } .bg-secondary .media.static-top-widget .align-self-center { background-color: var(--theme-secondary) } .bg-danger .media.static-top-widget .align-self-center { background-color: #dc3545 } .widget-joins:before { content: ""; position: absolute; height: 100%; width: 1px; background-color: #efefef; left: calc(50% - 1px) } .widget-joins:after { content: ""; position: absolute; height: 1px; width: 100%; background-color: #efefef; left: 0; top: 50% } .widget-joins .media { padding: 30px; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .widget-joins .media .details { border-left: 1px solid #efefef; padding: 1px 0 } .widget-joins .media .media-body { text-align: left } .widget-joins .media .media-body>span { color: rgba(43, 43, 43, 0.7) } .widget-joins .media .media-body svg { width: 40px; height: 40px } .widget-joins .media .media-body h6 { font-weight: 600 } .widget-joins .media .media-body h6 span { color: #000 } .redial-social-widget { border-radius: 100%; width: 100px; height: 100px; 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; font-size: 25px; margin: 0 auto; background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4f4f4), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #ecf3fa), color-stop(50%, #f4f4f4), to(#f4f4f4)); background-image: linear-gradient(90deg, #f4f4f4 50%, transparent 50%, transparent), linear-gradient(90deg, #ecf3fa 50%, #f4f4f4 50%, #f4f4f4) } .redial-social-widget i { background-color: #fff; height: 80px; width: 80px; border-radius: 100%; 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 } .redial-social-widget.radial-bar-70 { background-image: linear-gradient(342deg, var(--theme-deafult) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--theme-deafult) 50%, #f4f4f4 50%, #f4f4f4) } .social-widget-card span { color: rgba(43, 43, 43, 0.7); text-transform: uppercase; margin-bottom: 4px; display: inline-block; font-size: 12px } .social-widget-card h5 { color: rgba(43, 43, 43, 0.7); text-transform: uppercase; text-align: center; padding: 20px 0; font-weight: 500; margin-bottom: 30px; font-size: 16px } .social-widget-card h4 { font-size: 18px } .browser-widget:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(1.1) rotate(5deg); transform: scale(1.1) rotate(5deg) } .browser-widget img { height: 80px; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .browser-widget .media-body { text-align: center; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-rule: 1px solid #f4f4f4; -moz-column-rule: 1px solid #f4f4f4; column-rule: 1px solid #f4f4f4 } .browser-widget .media-body p { margin-bottom: 5px } .browser-widget .media-body span { margin-bottom: 0; color: rgba(43, 43, 43, 0.7) } .browser-widget .media-body h4 { color: #2b2b2b; margin-bottom: 0; font-size: 18px } .browser-widget .media-body h4 span { color: #333333 } .testimonial #owl-carousel-testimonial .owl-stage-outer .owl-stage .owl-item .item img, .testimonial #owl-carousel-testimonial-rtl .owl-stage-outer .owl-stage .owl-item .item img { border-radius: 100% } .testimonial i { font-size: 60px; color: rgba(43, 43, 43, 0.7); position: absolute; left: 0; top: 0; opacity: 0.1; z-index: -1 } .testimonial p { color: rgba(43, 43, 43, 0.7); font-style: italic; margin-bottom: 30px; margin-top: 30px } .testimonial h5 { color: #2b2b2b; padding-top: 10px } .testimonial span { color: rgba(43, 43, 43, 0.7) } .testimonial img { margin: 0 auto } .mobile-clock-widget .sec, .min, .hour { position: absolute; width: 24px; height: 234px; top: 0; left: 102px; margin-top: -30px; margin-left: -25px } .cal-date-widget .datepicker { padding: 20px; border-radius: 20px } .cal-date-widget .datepicker .datepicker--nav { border-bottom: none } .cal-date-widget .datepicker .datepicker--cell-day.-other-month-, .cal-date-widget .datepicker .datepicker--cell-year.-other-decade- { opacity: 0.5 } .cal-date-widget .cal-info h2 { font-size: 100px; color: #ecf3fa } .weather-widget-two { position: relative; background-color: var(--theme-deafult); height: 365px; border-radius: 20px; overflow: hidden } .weather-widget-two .card-body .media { margin-bottom: 10px } .weather-widget-two svg path.climacon_component-stroke { fill: #fff } .weather-widget-two .top-bg-whether { position: absolute; top: -50px; right: -28px; opacity: 0.1 } .weather-widget-two .top-bg-whether svg { width: 200px; height: 200px } .weather-widget-two .num { font-weight: 600 } .weather-widget-two .climacon_component-stroke { stroke: #fff } .weather-widget-two .bottom-whetherinfo svg { width: 150px; height: 150px; opacity: 0.1; color: #fff; position: relative; top: 0; left: -35px } .weather-widget-two .bottom-whetherinfo .whether-content { text-align: right; position: relative; top: 5px; color: #fff } .mobile-clock-widget { background: url(../images/other-images/mobile-clock-wallpaper.jpg); background-repeat: no-repeat; background-size: cover; height: 365px; border-radius: 20px; color: #fff; 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; background-blend-mode: overlay; background-color: #102680; position: relative } .mobile-clock-widget .bg-svg { position: absolute; top: -4px; left: -25px } .mobile-clock-widget .bg-svg svg { width: 150px; height: 150px; opacity: 0.08 } .mobile-clock-widget .clock { padding: 0; position: relative; list-style: none; margin: 0 auto; height: 175px; width: 175px; display: block; background: url(../images/other-images/clock-face.png) 5% center no-repeat } .mobile-clock-widget .sec { background: url(../images/sec.svg); z-index: 3 } .mobile-clock-widget .min { background: url(../images/min.svg); z-index: 2 } .mobile-clock-widget .hour { background: url(../images/hour.svg); z-index: 1 } .mobile-clock-widget #date { margin-top: 30px } .flot-chart-container { height: 250px } .calender-widget .cal-img { background: url(../images/other-images/calender-bg.png); background-size: cover; border-top-left-radius: 4px; border-top-right-radius: 4px; height: 300px } .calender-widget .cal-date { width: 100px; height: 100px; margin: 0 auto; text-align: center; background-color: #fff; border-radius: 50%; margin-top: -45px; border: 1px solid #ecf3fa; 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 } .calender-widget .cal-date h5 { margin-bottom: 0; line-height: 1.5; padding: 17px; font-weight: 600; font-size: 18px } .calender-widget .cal-desc h6 { padding-bottom: 6px } .calender-widget .cal-desc span { line-height: 1.6 } .contact-form .theme-form { border: 1px solid #f4f4f4; padding: 30px; border-radius: 4px } .contact-form .theme-form .form-icon { width: 53px; height: 53px; 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; text-align: center; border: 1px solid #efefef; border-radius: 100%; font-size: 28px; background-color: #fff; color: #7366ff; margin-top: -55px; margin-bottom: 15px } .contact-form .theme-form label { font-weight: 600 } .contact-form .btn { padding: 10px 30px } .chart-widget-top #chart-widget1, .chart-widget-top #chart-widget2, .chart-widget-top #chart-widget3 { margin-bottom: -14px } .chart-widget-top #chart-widget1 .apexcharts-xaxistooltip, .chart-widget-top #chart-widget2 .apexcharts-xaxistooltip, .chart-widget-top #chart-widget3 .apexcharts-xaxistooltip { display: none } .bar-chart-widget .top-content { border-top-left-radius: 4px; border-top-right-radius: 4px } .bar-chart-widget .earning-details { height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; letter-spacing: 1px } .bar-chart-widget .earning-details i { font-size: 230px; position: absolute; opacity: 0.1; right: -30px; top: 0 } .bar-chart-widget .earning-details i:hover { -webkit-transform: rotate(-5deg) scale(1.1); transform: rotate(-5deg) scale(1.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .bar-chart-widget .num { font-weight: 600 } .bar-chart-widget .num .color-bottom { color: #000 } .bottom-content span { color: rgba(43, 43, 43, 0.7) } .bottom-content .block-bottom { display: block } .user-status table tbody tr td { vertical-align: middle } .user-status table tbody tr td .d-inline-block { margin-top: 11px } .user-status table tbody tr td .image-sm-size img { width: 41px } .user-status table tbody tr:last-child td { padding-bottom: 0 } .user-status table thead tr th { border-top: 0; font-size: 16px; color: #2c323f; font-weight: 600; padding-top: 0 } @-webkit-keyframes am-moving-dashes { 100% { stroke-dashoffset: -30px } } @keyframes am-moving-dashes { 100% { stroke-dashoffset: -30px } } @-webkit-keyframes am-pulsating { 0% { stroke-opacity: 1; stroke-width: 0 } 100% { stroke-opacity: 0; stroke-width: 50px } } @keyframes am-pulsating { 0% { stroke-opacity: 1; stroke-width: 0 } 100% { stroke-opacity: 0; stroke-width: 50px } } @-webkit-keyframes am-draw { 0% { stroke-dashoffset: 500% } 100% { stroke-dashoffset: 0 } } @keyframes am-draw { 0% { stroke-dashoffset: 500% } 100% { stroke-dashoffset: 0 } } .serial-chart .chart-container { width: 100%; height: 500px } .serial-chart .chart-container .lastBullet { -webkit-animation: am-pulsating 1s ease-out infinite; animation: am-pulsating 1s ease-out infinite } .serial-chart .chart-container .amcharts-graph-column-front { -webkit-transition: all .3s .3s ease-out; transition: all .3s .3s ease-out } .serial-chart .chart-container .amcharts-graph-column-front:hover { fill: var(--theme-secondary); stroke: var(--theme-secondary); -webkit-transition: all .3s ease-out; transition: all .3s ease-out } .serial-chart .chart-container .amcharts-graph-g3 { stroke-linejoin: round; stroke-linecap: round; stroke-dasharray: 0; stroke-dashoffset: 0; -webkit-animation: am-draw 40s; animation: am-draw 40s } .serial-chart .chart-container .amcharts-graph-g2 .amcharts-graph-stroke { stroke-dasharray: 3px 3px; stroke-linejoin: round; stroke-linecap: round; -webkit-animation: am-moving-dashes 1s linear infinite; animation: am-moving-dashes 1s linear infinite } .speed-chart .chart-container { width: 100%; height: 530px } .speed-chart .content { margin-top: -200px; margin-bottom: 20px } .speed-chart .content h4 { font-weight: 600; padding-top: 2px } .status-widget svg { width: 20px; height: 20px; vertical-align: text-top } .status-widget .card .card-header h5 { line-height: 1.38 } .status-widget .status-chart { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; overflow: hidden } .small-chart-widget .chart-container { height: 311px; padding: 0; margin: 0; border: none } .small-chart-widget .card .card-body { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px } .donut-chart-widget .chart-container { height: 300px; border: 0; margin: 0; padding: 0 } .status-details h4 { font-weight: 600 } .status-details h4 span { color: inherit } .status-details span { color: rgba(43, 43, 43, 0.7) } .status-chart .chart-container { height: 200px; border: 0; padding: 0; margin: 0 } .map-chart .chart-container { width: 100%; height: 500px } .serial-chart { width: 100% } .live-products, .turnover, .uses, .monthly { height: 300px } .live-products .ct-series-a .ct-area, .live-products .ct-series-a .ct-point, .live-products .ct-series-a .ct-line, .live-products .ct-series-a .ct-bar, .live-products .ct-series-a .ct-slice-donut { stroke: rgba(255, 255, 255, 0.77) } .live-products .ct-label { fill: #fff; color: #fff } .live-products .ct-grid { stroke: rgba(255, 255, 255, 0.7) } .turnover .ct-series-a .ct-area, .turnover .ct-series-a .ct-point, .turnover .ct-series-a .ct-line, .turnover .ct-series-a .ct-bar, .turnover .ct-series-a .ct-slice-donut, .uses .ct-series-a .ct-area, .uses .ct-series-a .ct-point, .uses .ct-series-a .ct-line, .uses .ct-series-a .ct-bar, .uses .ct-series-a .ct-slice-donut, .monthly .ct-series-a .ct-area, .monthly .ct-series-a .ct-point, .monthly .ct-series-a .ct-line, .monthly .ct-series-a .ct-bar, .monthly .ct-series-a .ct-slice-donut { stroke: #fff; fill: transparent } .turnover .ct-series-b .ct-area, .turnover .ct-series-b .ct-point, .turnover .ct-series-b .ct-line, .turnover .ct-series-b .ct-bar, .turnover .ct-series-b .ct-slice-donut, .uses .ct-series-b .ct-area, .uses .ct-series-b .ct-point, .uses .ct-series-b .ct-line, .uses .ct-series-b .ct-bar, .uses .ct-series-b .ct-slice-donut, .monthly .ct-series-b .ct-area, .monthly .ct-series-b .ct-point, .monthly .ct-series-b .ct-line, .monthly .ct-series-b .ct-bar, .monthly .ct-series-b .ct-slice-donut { stroke: rgba(255, 255, 255, 0.7); fill: transparent } .turnover .ct-series-c .ct-area, .turnover .ct-series-c .ct-point, .turnover .ct-series-c .ct-line, .turnover .ct-series-c .ct-bar, .turnover .ct-series-c .ct-slice-donut, .uses .ct-series-c .ct-area, .uses .ct-series-c .ct-point, .uses .ct-series-c .ct-line, .uses .ct-series-c .ct-bar, .uses .ct-series-c .ct-slice-donut, .monthly .ct-series-c .ct-area, .monthly .ct-series-c .ct-point, .monthly .ct-series-c .ct-line, .monthly .ct-series-c .ct-bar, .monthly .ct-series-c .ct-slice-donut { stroke: rgba(255, 255, 255, 0.4); fill: transparent } .turnover .ct-label, .uses .ct-label, .monthly .ct-label { fill: #fff; color: #fff } .turnover .ct-grid, .uses .ct-grid, .monthly .ct-grid { stroke: rgba(255, 255, 255, 0.7) } #draggableMultiple .ui-sortable-handle .card { cursor: move } .tilt-showcase ul li .line { padding-top: 10px } .tilt-showcase .pre-mt { margin-top: 5px } .wow-title h5 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px } .wow-title h5 .badge { -webkit-text-fill-color: #fff } .alert-center { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .box-shadow-title .sub-title { margin: 30px 0 } .hovercard .info .social-media ul li { padding-top: 3px } .hovercard .cardheader { border-top-left-radius: 5px; border-top-right-radius: 5px } .sticky-header-main .card .card-header h5 { line-height: 35px } .sticky-header-main .card .card-header h5 a { color: #fff; -webkit-text-fill-color: #fff } .custom-radio-ml { margin-left: 3px } .daterangepicker .ltr tr td.active { color: #fff } .twitter-typeahead { display: block !important } span.twitter-typeahead .league-name { font-size: 16px; padding: 6px 10px 0 } span.twitter-typeahead .tt-menu { float: left; width: 100%; min-width: 10rem; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border-radius: 0.25rem; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } span.twitter-typeahead .tt-suggestion { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff; cursor: pointer } span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus { background-color: #fff } span.twitter-typeahead .tt-suggestion.active, span.twitter-typeahead .tt-suggestion:active { color: #fff; background-color: var(--theme-deafult) } #scrollable-dropdown-menu .twitter-typeahead .tt-menu .tt-dataset { max-height: 100px; overflow-y: auto } .current-sale-container .apexcharts-xaxistooltip { color: var(--theme-deafult); background: rgba(115, 102, 255, 0.1); border: 1px solid var(--theme-deafult) } .current-sale-container .apexcharts-xaxistooltip-bottom:before { border-bottom-color: var(--theme-deafult) } .current-sale-container .apexcharts-tooltip.light .apexcharts-tooltip-title { background: rgba(115, 102, 255, 0.1); color: var(--theme-deafult) } .card-block .table-responsive .table caption { padding-left: 10px } .card-block .table-responsive .table-bordered td { vertical-align: middle } .card-block .table-border-radius { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .card-block .default-checkbox-align #checkbox1 { margin-right: 10px } .card-block .default-checkbox-align #radio { margin-right: 5px } #example-style-3_wrapper #example-style-3 tfoot { border-top: 2px solid #efefef } .chart-vertical-center { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .chart-vertical-center #myDoughnutGraph, .chart-vertical-center #myPolarGraph { width: auto !important } .cke_focus { padding: 15px; margin-top: 13px } #editor .ace_scroller .ace_content .ace_layer .ace_print-margin { visibility: hidden !important } .helper-classes { padding: 30px; margin-bottom: 0; white-space: pre-line } .starter-kit-fix .page-body { margin-bottom: 52px } .starter-main .card-body p { font-size: 14px } .starter-main .card-body ul { padding-left: 30px; list-style-type: disc; margin-bottom: 15px } .starter-main .card-body h5 { font-size: 18px } .starter-main .card-body pre { white-space: pre-line; padding: 30px } .starter-main .card-body .alert-primary.inverse:before { top: 32px } .starter-main .alert { background-color: rgba(68, 102, 242, 0.2) !important } .starter-main .alert i { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } footer.blockquote-footer { bottom: unset } @media screen and (min-width: 1440px) and (max-width: 1660px) { .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .chart_data_right.second { display: block !important } } @media only screen and (min-width: 1367px) and (max-width: 1439px) { .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .chart_data_right.second { display: block !important } .chart_data_left .row>div .media .right-chart-content { margin-left: 10px !important } .chart_data_left .chart_data_right.second { display: block !important } } @media screen and (max-width: 1366px) { .chart_data_left .row>div:first-child .media { padding-left: 40px } .chart_data_left .row>div:last-child .media { padding-right: 40px } .chart_data_left .card-body .chart-main .media { padding: 40px 10px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 4px } .chart_data_right.second { display: block !important } .earning-card { overflow: hidden } .earning-card .card-body>.row>div { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .earning-card .card-body>.row>div .chart-left { padding: 40px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 0; display: inline-block } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33% } .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2; margin-bottom: 30px } .earning-card .card-body>.row>div .chart-left .left-btn { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; text-align: right } .earning-card .card-body>.row .chart-right { padding-bottom: 40px } .earning-card.card .card-body .earning-content { border-right: none; border-bottom: 1px solid #ecf3fa } .morning-sec { -webkit-box-ordinal-group: -1; -ms-flex-order: -2; order: -2 } .morning-sec .greeting-user { margin: 33px 0 } .calendar-sec { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .calendar-sec .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 20px 0 19px; padding: 12px 0 } .appointment .radar-chart .apexcharts-datalabel { font-size: 10px !important } } @media only screen and (max-width: 1199px) { .morning-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .profile-greeting .greeting-user .left-icon { left: 2% } .calendar-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .earning-card { margin-top: 0 } .earning-card .card-body>.row>div .row>div:last-child { padding-left: 0 } .earning-card .card-body>.row>div .row>div .current-sale-container { padding-left: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: right; margin-bottom: 30px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(4) { margin-bottom: 0 } .earning-card .card-body>.row>div .media { margin-left: 0 } .earning-card .card-body>.row .border-top>div:last-child { margin-top: 40px } .chart_data_left .card-body .chart-main .media { padding: 40px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 30px } .chart_data_left .row>div+div+div .media { padding-top: 0 !important } .appointment-sec .alert-sec { margin-top: 0 } .chart_data_right.second { display: none !important } } @media only screen and (max-width: 991px) { .earning-card { margin-top: 0 } .earning-card.card .card-body .border-top { padding: 20px } .earning-card.card .card-body .chart-right { padding: 0 20px } .earning-card.card .card-body .chart-right .p-tb { padding: 20px 0 } .earning-card .card-body>.row .border-top>div:last-child { margin-top: 20px } .earning-card .card-body>.row .chart-right { padding-bottom: 20px } .earning-card .card-body>.row>div .chart-left { padding: 20px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 20px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { margin-bottom: 20px } .chart_data_left .card-body .chart-main .media { padding: 20px } .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-left: 20px } .chart_data_left .row>div .media:first-child { padding-left: 20px } .chart_data_left .row>div .media:last-child { padding-right: 20px } .news .card .card-body .news-update { padding: 20px } .notification .card .card-body .media { margin-bottom: 20px } .notification .card .card-body .media .media-body p { margin: 0 } .notification .card .card-body .media .media-body h6 { margin-top: 10px } .chat-default .card-body.chat-box .input-group { margin-top: 20px } } @media only screen and (max-width: 767px) { .morning-sec .profile-greeting .greeting-user .profile-vector { width: 70px; margin: 0 auto } .morning-sec .profile-greeting .greeting-user h4 { margin-bottom: 10px; margin-top: 15px } .morning-sec .profile-greeting .greeting-user .left-icon { left: 20px; bottom: 20px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: 25px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li { margin-left: 30px } .chart_data_left .card-body .chart-main .media { border-right: none } .chart_data_left .card-body .chart-main>div:nth-child(3) { border-right: 1px solid #ecf3fa } .chart_data_left .card-body .chart-main>div:first-child { border-right: 1px solid #ecf3fa } .footer-fix .pull-right { float: none !important; text-align: center !important } } @media only screen and (max-width: 575px) { .morning-sec .card-body .greeting-user p { padding: 0 15px } .morning-sec .card-body .greeting-user .left-icon { left: 15px; bottom: 15px; width: 40px; height: 40px; border-radius: 15px 15px 15px 5px } .chart_data_left .card .card-body .row>div .media { padding: 15px } .chart_data_left .card .card-body .row>div:first-child .media { padding-top: 15px !important } .chart_data_left .card .card-body .row:last-child .media { padding-top: 0 !important } .earning-card .card-body>.row>div .chart-left { padding: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning { margin-bottom: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning+.left_side_earning, .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .earning-card .card-body>.row>div .chart-left .left_side_earning:first-child { margin-bottom: 15px } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(4), .earning-card .card-body>.row>div .chart-left .left_side_earning:last-child { margin-bottom: 0 } .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: left } .earning-card .card-body>.row>div .chart-left .left-btn { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset; text-align: left; margin-top: 15px } .earning-card .card-body>.row .chart-right { padding: 15px } .earning-card .card-body>.row .chart-right .p-tb { padding-top: 0; padding-bottom: 15px } .earning-card .card-body>.row .border-top>div+div { margin-top: 15px; padding: 0 } .earning-card .card-body>.row .border-top>div+div:last-child { margin-top: 15px } .earning-card .card-body .inner-top-right { margin-top: 15px } .earning-card.card .card-body .border-top { padding: 15px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: 15px } .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li+li { margin-left: 28px } .notification .card .card-body .media { margin-bottom: 15px } .news .card .card-body>.news-update { padding: 15px } .news .card .card-footer { padding-top: 0 !important } .appointment-sec .alert-sec .card-body { padding-top: 0 !important } .media-dropdown { display: block } .media-dropdown .media-body { margin-bottom: 15px } .chat-sec .chat-default .card-body.chat-box .media .media-body .message-main span { font-size: 13px; width: 95% } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat .media-body .message-main span { width: 100% } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat .media-body .message-main span span { width: 5px } .chat-sec .chat-default .card-body.chat-box .media.right-side-chat p { margin-top: 10px } .chat-default .card-body.chat-box .input-group .form-control { font-size: 14px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { font-size: 17px } .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { font-size: 17px; margin-left: 10px } .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell { font-size: 14px } .calendar-sec .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names { margin: 10px 0 10px; padding: 10px 0 } } @media only screen and (max-width: 360px) { .footer { padding-left: 0 !important; padding-right: 0 !important } .footer p { font-size: 12px } .appointment-table table tr td { min-width: 103px } .appointment-table table tr td:first-child { min-width: 63px } .appointment-table table tr td:nth-child(2) { min-width: 120px } } .toggle-data { cursor: pointer } .filter-block ul li { padding-top: 10px; font-weight: 500; color: #222 !important; } .filter-block ul li a { padding-top: 10px; font-weight: 500; color: #222 !important; opacity: 0.8; } .filter-block ul li a:hover { padding-top: 10px; font-weight: 500; color: var(--theme-deafult) !important; } .collection-filter-block svg { width: 50px; height: 25px; stroke: var(--theme-deafult); fill: #e8e5ff; margin-right: 10px } .collection-filter-block h5 { margin-bottom: 0; font-size: 16px } .collection-filter-block p { font-size: 13px } .collection-filter-block .media-body { opacity: 0.5 } .collection-filter-block li+li { margin-top: 15px } .collection-filter-block ul.pro-services li svg { width: auto } .qty-box .btn { background-color: transparent !important; border-color: #ecf3fa !important; padding: 8px 12px } .qty-box .btn i { color: #898989 } .qty-box .btn svg { width: 14px !important; stroke: #2c323f } .qty-box span { padding: 0 4px } .qty-box .input-group { background-color: rgba(44, 50, 63, 0.1) } .qty-box input { background-color: rgba(44, 50, 63, 0.1); color: #2c323f; max-width: 44px; padding: 0; text-align: center; border: none; max-height: 37px } .product-social li a { color: #898989; font-size: 15px; border: 1px solid #ccc; border-radius: 100%; height: 35px; width: 35px; display: inline-block; text-align: center; line-height: 2.3; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-social li a:hover { border-color: #7366ff; color: #7366ff; background-color: rgba(115, 102, 255, 0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-social li:nth-child(n+2) { margin-left: 10px } .product-sidebar .filter-section .card .card-header { padding: 16px 30px; border-radius: 5px } .product-sidebar .filter-section .card .card-header h6 { position: relative } .product-sidebar .filter-section .card .card-header h6 .pull-right i { position: absolute; top: 4px; left: 0; font-size: 10px; width: 100%; height: 10px; text-align: right; cursor: pointer } .product-wrapper .product-sidebar .filter-section .card .left-filter { z-index: 0; opacity: 0; visibility: hidden; height: 0; -webkit-transition: 0.3s; transition: 0.3s } .product-wrapper .product-sidebar .filter-section .card .left-filter .product-filter .irs-with-grid { margin-bottom: 15px } .product-wrapper .product-grid .product-wrapper-grid { margin-left: 0; -webkit-transition: 0.3s; transition: 0.3s } .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter { z-index: 1; opacity: 1; visibility: visible; position: absolute; width: 100%; background-color: white; top: 53px; height: auto } .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-left: calc(25% + 9px) } .d-none-productlist { display: none } .d-none-productlist svg { vertical-align: middle; cursor: pointer } .product-wrapper-grid.list-view .product-box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .product-wrapper-grid.list-view .product-box .product-img { width: 20% } .product-wrapper-grid.list-view .product-box .product-details { text-align: left } .slider-product { padding: 15px 0; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; margin-bottom: 15px } .products-total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .grid-options { height: 33px; margin-left: 10px } .grid-options ul li a { position: relative } .grid-options ul li a .line-grid { position: absolute; width: 4px; height: 15px; top: 9px } .grid-options ul li a .line-grid-1 { left: 12px } .grid-options ul li a .line-grid-2 { left: 18px } .grid-options ul li a .line-grid-3 { left: 36px } .grid-options ul li a .line-grid-4 { left: 42px } .grid-options ul li a .line-grid-5 { left: 48px } .grid-options ul li a .line-grid-6 { left: 66px } .grid-options ul li a .line-grid-7 { left: 72px } .grid-options ul li a .line-grid-8 { left: 78px } .grid-options ul li a .line-grid-9 { left: 84px } .grid-options ul li a .line-grid-10 { left: 103px } .grid-options ul li a .line-grid-11 { left: 109px } .grid-options ul li a .line-grid-12 { left: 115px } .grid-options ul li a .line-grid-13 { left: 121px } .grid-options ul li a .line-grid-14 { left: 127px } .grid-options ul li a .line-grid-15 { left: 133px } .square-product-setting { height: 36px; vertical-align: middle } .square-product-setting a { color: #2b2b2b } .square-product-setting .icon-grid { padding: 7px; background-color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 10px } .square-product-setting .icon-grid svg { width: 20px; height: 20px } .product-filter .banner-product { margin-top: 15px } .product-filter h6 { margin-bottom: 15px } .product-filter .color-selector { line-height: 0.9 } .product-filter .color-selector ul li { display: inline-block; width: 20px; height: 20px; border: 1px solid #444; border-radius: 100%; cursor: pointer } .product-filter .color-selector ul li.white { background-color: #fff } .product-filter .color-selector ul li.gray { background-color: rgba(43, 43, 43, 0.7) } .product-filter .color-selector ul li.black { background-color: #000 } .product-filter .color-selector ul li.orange { background-color: #ffb17a } .product-filter .color-selector ul li.green { background-color: #6fb866 } .product-filter .color-selector ul li.pink { background-color: pink } .product-filter .color-selector ul li.yellow { background-color: #f2f896 } .product-filter .color-selector ul li.blue { background-color: #63b4f2 } .product-filter .color-selector ul li.red { background-color: #ff647f } .product-filter.new-products { margin-top: 20px } .product-filter.new-products button { width: auto } .product-filter.new-products .owl-theme .owl-nav { margin-top: 0; position: absolute; top: -46px; right: 0 } .product-filter.new-products .owl-theme .owl-nav button:focus { outline: rgba(0, 0, 0, 0) } .product-filter.new-products .owl-theme .owl-nav button span { font-size: 20px } .product-filter.new-products .owl-theme .owl-nav button span:focus { outline-color: rgba(0, 0, 0, 0) } .product-filter.new-products .owl-theme .owl-nav [class*='owl-']:hover { background-color: rgba(0, 0, 0, 0); color: inherit } .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details { padding: 25px 0 } .product-filter.new-products .owl-theme .owl-item .item .product-box+.product-box { margin-top: 15px } .select2-drpdwn-product .form-control { border: none; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); margin-bottom: 10px; height: 36px } .feature-products form .form-group { position: relative } .feature-products form .form-group input { margin-bottom: 15px; border: none; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); height: 50px; padding-left: 30px } .feature-products form .form-group i { position: absolute; top: 17px; right: 30px; color: #898989 } .product-box { border-radius: 10px; overflow: hidden } .product-box .product-details { padding: 15px 25px } .product-box .product-details p { margin-bottom: 0; opacity: 0.8 } .product-box .product-details h4 { margin-bottom: 0; margin-top: 5px; font-size: 20px; font-family: roboto } .product-box .product-details h6 { color: #2b2b2b; text-transform: uppercase; margin-bottom: 10px } .product-box .product-details span { color: #898989 } .product-box .product-details .rating i { font-size: 16px; letter-spacing: 3px; color: #ffa800 } .product-box .modal .modal-header .product-box .product-details { padding: 25px 0 } .product-box .modal .modal-header .product-box .product-details h6 { text-transform: capitalize } .product-box .modal .modal-header .product-box .product-details .product-price { font-size: 22px; margin-bottom: 10px } .product-box .modal .modal-header .product-box .product-details .product-view { padding: 20px 0; border-top: 1px dotted #59667a; border-bottom: 1px dotted #59667a } .product-box .modal .modal-header .product-box .product-details .product-size { margin: 20px 0 } .product-box .modal .modal-header .product-box .product-details .product-size ul li { display: inline-block } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset { margin-bottom: 20px } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group { width: 35% } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn { padding: 5px 12px } .product-box .modal .modal-header .product-box .product-details .product-qnty fieldset .input-group .btn-primary { background-color: #59667a !important; border: 1px solid #59667a !important } .product-box .modal .modal-header .btn-close { position: absolute; right: 15px; top: 10px } .product-box .product-img { position: relative } .product-box .product-img .product-hover { position: absolute; height: 100%; width: 100%; top: 0; 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; background-color: rgba(0, 0, 0, 0.3); opacity: 0; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-box .product-img .product-hover ul li { display: inline-block; -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); padding: 10px 12px; background-color: #fff; font-size: 18px; border-radius: 10px; height: 45px; width: 45px; margin: 0 3px; cursor: pointer } .product-box .product-img .product-hover ul li i { color: #59667a; font-size: 18px } .product-box .product-img .product-hover ul li .btn { padding: 0 } .product-box .product-img .product-hover ul li:hover { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-box .product-img .product-hover ul li:hover .btn, .product-box .product-img .product-hover ul li:hover i { color: #fff } .product-box:hover .product-hover { opacity: 1; border-radius: 0%; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .product-page-main { padding: 30px } .product-page-main .owl-item .item { border: 1px solid #f4f4f4; border-radius: 5px; background-color: #f8f8f8 } .product-page-main .owl-item.current .item { border: 1px solid var(--theme-deafult) } .product-page-main .product-slider { margin-bottom: 20px } .product-page-main .product-color { margin-top: 10px } .product-page-details h4 { color: #2b2b2b; text-transform: uppercase; font-size: 18px } .product-page-details span { padding-left: 15px } .br-theme-fontawesome-stars .br-widget a, .br-theme-fontawesome-stars .br-widget a.br-selected:after, .br-theme-fontawesome-stars .br-widget a.br-active:after { color: #ffa800 !important; font: normal normal normal 14px/1 FontAwesome } .product-price { font-size: 18px; font-weight: 700; margin-top: 5px; color: var(--theme-deafult) } .product-price del { color: rgba(44, 50, 63, 0.4); padding-left: 10px; font-size: 80% } .product-color li { display: inline-block; border-radius: 100%; height: 20px; width: 20px; margin: 0 2px } .product-page-main p { font-size: 15px } .product-page-main .nav-link { text-transform: uppercase; font-weight: 500 } .payment-opt li { display: inline-block } .payment-opt li img { height: 20px; margin: 15px 15px 0 0 } @media screen and (max-width: 1660px) and (min-width: 1200px) { .xl-cs-65 { max-width: 65%; -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65% } .xl-cs-35 { max-width: 35%; -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 } .owl-carousel .owl-item img { max-width: 420px; margin: 0 auto } } .email-wrap .row .col-xl-3+.col-xl-3 { padding-right: 0 } .email-wrap .row .col-xl-6 { padding-left: 0 } .email-wrap .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .email-wrap .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .email-wrap .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .email-wrap .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #f5f5f5; background: #fff; line-height: 19px } .email-wrap .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } .email-wrap .email-app-sidebar .media img { border: 2px solid #ecf3fa } .email-wrap .email-app-sidebar .main-menu>li { width: 100%; text-align: left } .email-wrap .email-app-sidebar .main-menu>li a { line-height: 39px; text-transform: uppercase; border-radius: 3px } .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: 10px } .email-wrap .email-app-sidebar .main-menu>li a.active>a { color: #000 } .email-wrap .email-app-sidebar .main-menu>li a:hover { background-color: #f5f6f9; text-decoration: none } .email-wrap .email-app-sidebar ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .email-wrap .email-app-sidebar ul li a>.title { width: 100%; color: #2c323f } .email-wrap .email-app-sidebar ul li a>.badge { -ms-flex-item-align: center; align-self: center; color: #898989 } .email-wrap .email-left-aside { float: left; width: 100% } .email-wrap .email-left-aside .card-body { padding: 20px } .email-wrap .email-right-aside .email-body .row .col-xl-4 { border-right: 1px solid rgba(0, 0, 0, 0.1) } .email-wrap .email-right-aside .email-body .pr-0 { padding-right: 0 } .email-wrap .email-right-aside .email-body .pl-0 { padding-left: 0 } .email-wrap .email-right-aside .email-body .inbox { overflow: auto } .email-wrap .email-right-aside .email-body .inbox .media { padding: 20px } .email-wrap .email-right-aside .email-body .inbox .media.active { background-color: #fefefe } .email-wrap .email-right-aside .radius-left { border-radius: 8px; height: 100% } .email-wrap .btn-mail { border-radius: 2px; text-align: left; padding: 13px 15px; margin: 20px 0 20px; letter-spacing: 1px; line-height: 12px !important } .email-wrap p { margin-bottom: 0; color: #898989 } .email-wrap .media-body { margin-top: 5px } .email-wrap .media-body h6 { margin-bottom: 2px; color: #242934; margin-top: 3px } .email-wrap .media-body h6 small { font-size: 12px } .email-wrap .media-body h6 small span { color: #777777 } .email-wrap .media-body p { color: rgba(43, 43, 43, 0.7); font-size: 12px } .email-wrap .email-top { padding: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 49px } .email-wrap .email-top i { cursor: pointer } .email-wrap .email-top h5 { margin-bottom: 0; padding: 12px 0 } .email-wrap .email-top .d-flex { padding: 13px 0 } .email-wrap .email-wrapper { padding: 20px } .email-wrap .email-wrapper hr { margin-top: 0; margin-bottom: 20px } .email-wrap .email-wrapper .d-inline-block { width: 100% } .email-wrap .email-wrapper h6 { margin-bottom: 11px; float: left } .email-wrap .email-wrapper .right-download { float: right } .email-wrap .email-wrapper p+p { margin-bottom: 20px } .email-wrap .email-wrapper h5 { margin-bottom: 20px } .email-wrap .email-content .email-top .user-emailid:after { content: ""; position: relative; height: 20px; width: 1px; right: 0; top: 3px; z-index: 2; border: 1px solid #efefef; float: right; padding: 0; margin: 0 20px } .email-wrap .email-body .attachment ul li img { margin-bottom: 20px; width: 80px; height: 80px; -o-object-fit: cover; object-fit: cover } .email-wrap .email-body .attachment .list-inline .list-inline-item { padding-right: 13px } .email-wrap .email-body .email-compose .cke_contents.cke_reset { max-height: 178px; width: 100%; border: 1px solid #ecf3fa } .email-wrap .email-body .email-compose .email-top h4 { padding: 11px 0 } .email-wrap .email-body .email-compose .compose-border .btn-middle { padding-top: 5px } .email-wrap .actions li { display: inline-block; margin-right: 25px } .error-wrapper { 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; min-height: 100vh; text-align: center } .error-wrapper.maintenance-bg { background-image: url(../images/other-images/maintenance-bg.jpg); background-color: rgba(255, 255, 255, 0.6); background-blend-mode: overlay } .error-wrapper .maintenance-icons li i { color: #59667a; font-size: 50px; animation: rotate-effect 40s infinite linear reverse } .error-wrapper .maintenance-icons li:nth-child(2) i { font-size: 100px; margin-left: 110px; margin-top: -25px; animation: rotate-effect 40s linear infinite reverse } .error-wrapper .maintenance-icons li:nth-child(3) i { -webkit-animation: rotate-effect 30s infinite linear; animation: rotate-effect 30s infinite linear; font-size: 150px; margin-top: -85px; margin-right: 120px } .error-wrapper .maintenance-heading { margin-top: 70px } .error-wrapper .maintenance-heading .headline { font-size: 99px; font-weight: 900; letter-spacing: 10px; color: var(--theme-deafult); z-index: 2; position: relative; margin-top: -70px } .error-wrapper .error-heading { margin-top: 115px } .error-wrapper .error-heading .headline { font-size: 285px; font-weight: 700; letter-spacing: 1px; margin-top: -130px } .error-wrapper .sub-content { font-size: 18px; color: #2b2b2b; letter-spacing: 1px; font-weight: normal; line-height: 35px; z-index: 3; position: relative; margin-top: 30px; margin-bottom: 0 } .error-wrapper .btn { margin-top: 40px } .error { margin: 70px 0 100px; color: #000 } .error .error-title { font-size: 9.5rem; color: #fff; text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32) } .error .line-bottom { width: 10%; height: 5px; background-color: #f8d62b; border: none } .error .c-white { color: #fff } .error .error-btn { text-align: center } .error .padd { padding: 10px 30px 10px 30px } .error .btn-back-home { background-color: #f4f4f4; color: #000 } .error .btn-back-home:hover { background-color: #f8d62b; color: #fff; -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21) } .error .btn-adnc-serc { background-color: #2c323f; color: #fff } .error .btn-adnc-serc:hover { background-color: #f8d62b; color: #fff; -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21); box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.21) } .knowledgebase-bg { height: 500px; border-radius: 15px; margin-bottom: 30px } .knowledgebase-search { position: absolute; top: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 5% } .knowledgebase-search .form-inline { background-color: #fff; width: 500px; padding: 12px 50px; border-radius: 10px; border: 1px solid #e6e6e6; margin-top: 10px; position: relative } .knowledgebase-search .form-inline ::-webkit-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::-moz-placeholder { color: #ccc } .knowledgebase-search .form-inline :-ms-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::-ms-input-placeholder { color: #ccc } .knowledgebase-search .form-inline ::placeholder { color: #ccc } .knowledgebase-search .form-inline svg { position: absolute; left: 20px; width: 20px; top: 17px; stroke: #ccc } .faq-widgets { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .faq-widgets .media-body h5 { font-weight: 600 } .faq-widgets .media-body p { padding-right: 20px } .faq-widgets svg { width: 50px; height: 50px; opacity: 0.5 } .header-faq { margin-bottom: 30px } .header-faq h5 { font-weight: 600 } .features-faq.card .card-body, .features-faq.card .card-footer { padding: 20px 25px } .features-faq .faq-image img { border-top-left-radius: 8px; border-top-right-radius: 8px; width: 100% } .features-faq .card-body h6 { font-weight: 500 } .add-project.table td { vertical-align: middle } .add-project .text-inherit { color: black } .faq-accordion { margin-bottom: 30px } .faq-accordion .card .btn-link { display: -webkit-box; display: -ms-flexbox; display: flex } .faq-accordion .card .btn-link svg { width: 20px; height: 20px; margin-right: 10px } .faq-accordion .faq-header { position: relative; padding: 30px !important } .faq-accordion .faq-header svg { position: absolute; right: 30px; top: 30px } .faq-accordion .faq-header span { margin-top: 3px } .faq-accordion .faq-body { padding: 20px !important } .faq-accordion .card-mb-faq { margin-bottom: 30px } .faq-title { margin: 30px 0 } .faq-title h6 { color: #999; font-weight: 600 } .faq-form { position: relative } .faq-form .search-icon { position: absolute; right: 12px; top: 9px; width: 20px; height: 20px } .navigation-btn { margin-bottom: 30px } .navigation-btn a { 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 } .navigation-btn a svg { width: 15px; height: 15px } .navigation-option ul li { position: relative; padding: 15px 15px 15px 0 } .navigation-option ul li:hover { background-color: #fdfeff } .navigation-option ul li a { padding-left: 40px; color: #2b2b2b } .navigation-option ul li a svg { position: absolute; width: 15px; height: 15px; top: 17px; left: 15px } .updates-faq { width: 40px; height: 40px; border: 2px solid var(--theme-deafult); border-radius: 100%; 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; margin-right: 30px } .updates-faq svg { width: 18px; height: 18px } .updates-bottom-time p { margin-bottom: 2px } .updates-bottom-time p+p { color: #999 } .updates-faq-main { margin-bottom: 30px } .updates-faq-main a { font-weight: 500 } .updates-faq-main:last-child { margin-bottom: 0 } @media only screen and (max-width: 1199px) { .faq-accordion { margin-bottom: 30px } } @media only screen and (max-width: 991px) { .faq-accordion .faq-header { padding: 20px !important } .faq-accordion .faq-header svg { right: 20px; top: 20px } .navigation-option ul li { padding: 10px 10px 10px 0 } .navigation-option ul li a svg { top: 12px } .navigation-btn, .updates-faq-main { margin-bottom: 20px } } @media only screen and (max-width: 767px) { .xs-mt-search { margin-top: 30px } } @media only screen and (max-width: 575px) { .xs-mt-search { margin-top: 0px } .faq-widgets svg { width: 30px; height: 30px } .faq-title { margin: 15px 0 } .header-faq { margin-bottom: 15px; margin-top: 10px } .faq-accordion { margin-bottom: 0px } .faq-accordion .faq-header { padding: 15px !important } .faq-accordion .faq-header .pull-right { float: right } .faq-accordion .faq-header svg { right: 15px; top: 15px } .navigation-btn, .updates-faq-main { margin-bottom: 15px } } .file-sidebar .card .card-body, .file-sidebar .card .card-header, .file-content .card .card-body, .file-content .card .card-header { padding: 20px !important } .file-sidebar ul li+li { margin-top: 8px } .file-sidebar .btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .file-sidebar .btn.btn-light:hover { color: var(--theme-deafult) !important } .file-sidebar .btn.btn-light:hover svg { stroke: var(--theme-deafult) } .file-sidebar .btn svg { width: 15px; vertical-align: middle; margin-right: 8px } .file-sidebar .pricing-plan { border: 1px solid #ecf3fa; border-radius: 5px; margin-top: 10px; padding: 15px; position: relative; overflow: hidden } .file-sidebar .pricing-plan h6 { font-weight: 600; font-size: 14px; margin-bottom: 2px; color: #898989 } .file-sidebar .pricing-plan h5 { font-weight: 800 } .file-sidebar .pricing-plan p { margin-bottom: 5px; color: #898989 } .file-sidebar .pricing-plan .btn { display: inline-block } .file-sidebar .pricing-plan .bg-img { position: absolute; top: 40px; opacity: 0.1; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); right: -40px } .file-manager>h6 { opacity: 0.6; font-weight: 400 !important; font-size: 15px; margin-bottom: 12px } .file-manager .files .file-box:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .file-manager .files .file-box:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .file-manager .files .file-box:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .file-manager .files .file-box:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .file-manager .files .file-box:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .file-manager .files .file-box:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .file-manager .files .file-box:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .file-manager .files .file-box:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .file-manager .files .file-box:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .file-manager .files .file-box:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .file-manager .files .file-box:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .file-manager .files .file-box:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .file-manager .files .file-box:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .file-manager .files .file-box:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .file-manager .files .file-box:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .file-manager .files h6 { margin-top: 10px; margin-bottom: 0 } .file-manager p { opacity: 0.9; font-size: 12px } .files h6, .folder h6 { opacity: 0.9; font-weight: 500 !important; font-size: 14px } .file-content .ellips { position: absolute; top: 30px; right: 30px; opacity: 0.7 } .file-content .form-inline { border: 1px solid #f4f4f4; border-radius: 5px; padding: 0 20px } .file-content .form-inline i { padding-right: 10px; color: #898989; line-height: 3 } .file-content .form-inline input::-webkit-input-placeholder { color: #898989 } .file-content .form-inline input:focus { outline: none !important } .file-content .search-form input { padding: 5px 10px 5px 70px; border-radius: 5px } .file-content .search-form .form-group:before { left: 82px; top: 37px } .file-content .search-form .form-group:after { top: 39px; left: 53px } .file-content .btn svg { height: 15px; margin-right: 2px; vertical-align: middle } .file-content h4 { font-weight: 500 } .file-content .folder .folder-box { border: 1px solid #f1f1f1; border-radius: 5px; padding: 15px; background-color: #f6f7fb; width: calc(25% - 15px); display: inline-block } .file-content .folder .folder-box:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .file-content .folder .folder-box:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .file-content .folder .folder-box:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .file-content .folder .folder-box:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .file-content .folder .folder-box:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .file-content .folder .folder-box:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .file-content .folder .folder-box:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .file-content .folder .folder-box:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .file-content .folder .folder-box:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .file-content .folder .folder-box:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .file-content .folder .folder-box:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .file-content .folder .folder-box:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .file-content .folder .folder-box:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .file-content .folder .folder-box:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .file-content .folder .folder-box:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .file-content .files .file-box { border: 1px solid #f1f1f1; border-radius: 5px; padding: 15px; background-color: #f6f7fb; width: calc(25% - 15px); display: inline-block; position: relative } .file-content .files .file-box .file-top { height: 100px; background-color: #fff; border: 1px solid #ececec; border-radius: 5px; font-size: 36px; 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 } @media screen and (max-width: 1440px) { .file-content .folder .folder-box .media { display: block } .file-content .folder .folder-box .media .media-body { margin-left: 0 !important; margin-top: 5px } } @media screen and (max-width: 1366px) { .file-content .files { margin-bottom: -10px } .file-content .files .file-box { width: calc(50% - 15px); margin-bottom: 10px; margin-right: 8px } } @media screen and (max-width: 768px) { .file-content .folder { margin-bottom: -10px } .file-content .folder .folder-box { width: calc(50% - 15px); margin-bottom: 10px; margin-right: 8px } .file-content .media { display: block; text-align: center } .file-content .media .media-body { margin-top: 20px; text-align: center !important } } @media screen and (max-width: 575px) { .file-content .folder .folder-box, .file-content .files .file-box { width: calc(100%) } } .profile-img-style img, .scroll-bar-wrap img { width: 100% } .gallery { margin-bottom: -30px } .gallery>a { margin-bottom: 30px } .gallery>a:before { content: "\edee"; font-family: IcoFont; position: absolute; height: calc(100% - 10px); left: 20px; width: calc(100% - 40px); background-color: rgba(255, 255, 255, 0.27); top: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; 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; font-size: 30px; color: #000 } .gallery>a:hover:before { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .gallery>a .img-thumbnail { border-radius: 0 } .gallery-with-description { margin-bottom: -30px } .gallery-with-description a>div { padding: 10px; border: 1px solid #e4e6ec; margin-bottom: 30px; border-radius: 0 0 5px 5px } .gallery-with-description a:hover { text-decoration: none !important } .gallery-with-description h4 { color: #2c323f; margin-top: 15px; font-size: 18px } .gallery-with-description p { color: #a3a3a3 } .lg-backdrop { background-color: #fff } .lg-outer .lg-actions .lg-next, .lg-outer .lg-actions .lg-prev { background-color: #fff; border: 1px solid #efefef } .lg-outer .lg-actions .lg-next:hover, .lg-outer .lg-actions .lg-prev:hover { color: #2c323f } .lg-outer .lg-toolbar { background-color: rgba(255, 255, 255, 0.45); border-bottom: 1px solid #2c323f } .lg-outer .lg-toolbar .lg-icon:hover { color: #2c323f } .lg-outer #lg-counter { color: #2c323f } .lg-outer .lg-sub-html { background-color: rgba(255, 255, 255, 0.45) } .lg-outer .lg-sub-html h4 { font-size: inherit; color: #2c323f } .lg-outer .lg-sub-html p { color: #2c323f } .lg-outer .lg-thumb-outer { background-color: #ecf3fa } .lg-outer .lg-thumb-item { padding: 4px; border: 1px solid #efefef; border-radius: 0 } .lg-outer .lg-thumb-item .active, .lg-outer .lg-thumb-item:hover { border-color: #000 } .gallery a:before, .gallery a:after { content: none } .gallery .img-hover>div { overflow: hidden } .gallery .hover-1 img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-1 img:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .gallery .hover-2 img { width: 100%; height: auto; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; -webkit-transform: translateX(0px); transform: translateX(0px) } .gallery .hover-2:hover img { -webkit-transform: translateX(40px) scale(1.2); transform: translateX(40px) scale(1.2) } .gallery .hover-3 img { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-3:hover img { -webkit-transform: scale(1); transform: scale(1) } .gallery .hover-4 img { -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-4:hover img { -webkit-transform: scale(1); transform: scale(1) } .gallery .hover-5 img { margin-left: 30px; -webkit-transform: scale(1.3); transform: scale(1.3); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-5:hover img { margin-left: 0 } .gallery .hover-6 img { -webkit-transform: rotate(15deg) scale(1.4); transform: rotate(15deg) scale(1.4); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-6:hover img { -webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1) } .gallery .hover-7 img { -webkit-filter: blur(3px); filter: blur(3px); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-7:hover img { -webkit-filter: blur(0); filter: blur(0) } .gallery .hover-8 img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-8:hover img { -webkit-filter: grayscale(0); filter: grayscale(0) } .gallery .hover-9 img { -webkit-filter: sepia(100%); filter: sepia(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-9:hover img { -webkit-filter: sepia(0); filter: sepia(0) } .gallery .hover-10 img { -webkit-filter: grayscale(0) blur(0); filter: grayscale(0) blur(0); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-10:hover img { -webkit-filter: grayscale(100%) blur(3px); filter: grayscale(100%) blur(3px) } .gallery .hover-11 img { opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out } .gallery .hover-11:hover img { opacity: .5 } @-webkit-keyframes flash { 0% { opacity: .4 } 100% { opacity: 1 } } @keyframes flash { 0% { opacity: .4 } 100% { opacity: 1 } } .gallery .hover-13:hover img { opacity: 1; -webkit-animation: flash 1.5s; animation: flash 1.5s } @-webkit-keyframes shine { 100% { left: 125% } } @keyframes shine { 100% { left: 125% } } .gallery .hover-14 div { position: relative } .gallery .hover-14 div:before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg) } .gallery .hover-14 div:hover:before { -webkit-animation: shine .75s; animation: shine .75s } .gallery .hover-15 div { position: relative } .gallery .hover-15 div:before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, 0.2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0 } .gallery .hover-15 div:hover:before { -webkit-animation: circle .75s; animation: circle .75s } @-webkit-keyframes circle { 0% { opacity: 1 } 40% { opacity: 1 } 100% { width: 200%; height: 200%; opacity: 0 } } @keyframes circle { 0% { opacity: 1 } 40% { opacity: 1 } 100% { width: 200%; height: 200%; opacity: 0 } } * { -webkit-box-sizing: border-box; box-sizing: border-box } *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box } .grid { position: relative } .grid:after { content: ''; display: block; clear: both } .grid-item img { max-width: 100%; padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6 } .gallery-with-description .grid-item img { border: 0; padding: 0 } .hdg_main { position: relative } .main .langChoice { position: absolute; right: 40px; top: 31px; padding: 10px 12px; background-color: rgba(0, 0, 0, 0) } .dropdown .dropdown-toggle { background-color: rgba(115, 102, 255, 0.08); color: #7366ff; border-radius: 10px; padding: 5px 10px; width: 100px; text-align: left } .dropdown .dropdown-toggle:after { position: absolute; top: 50%; right: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f107"; border: none; font-family: "FontAwesome"; font-size: 18px; margin: 0 } .dropdown .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .dropdown .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .dropdown .dropdown-menu .dropdown-item:hover { background-color: #fff } @media (max-width: 991px) { .main .langChoice { right: 20px; top: 11px; padding: 8px } } @media only screen and (max-width: 575px) { .main .langChoice { top: 14px; padding: 4px 7px } .language-xs { margin-top: 15px } } @media only screen and (max-width: 360px) { .language-header { padding-bottom: 60px !important } .main .langChoice { left: 0; margin: 0 auto; top: 50px; width: 30%; right: 0 } } .filter-cards-view .job-filter:first-child { margin-bottom: 30px } .filter-cards-view .checkbox-animated { margin-top: 30px; margin-bottom: 30px } .location-checkbox span { color: #999; padding-left: 33px } .job-accordion .card { margin-bottom: 30px } .job-accordion .btn-block { border-top-left-radius: 0; border-top-right-radius: 0 } .job-search p { margin-top: 30px } .job-search .media .media-body h6 { margin-bottom: 3px } .job-search .media .media-body h6 span { font-size: 13px; color: #999; font-weight: normal } .job-search .media .media-body h6 span.badge { color: #fff } .job-search .media .media-body p { margin-top: 0; color: #999 } .job-search .job-description { margin-top: 30px } .job-search .job-description h6 { font-weight: 600 } .job-search .job-description p { margin-top: 0; margin-bottom: 6px } .job-search .job-description ul { list-style-type: disc; list-style-position: inside } .job-search .job-description ul li { margin-bottom: 10px } .job-search .job-description ul li:last-child { margin-bottom: 0 } .job-search .job-description .theme-form { margin-top: 30px; margin-bottom: 30px } .job-search .job-description .theme-form .row div[class^="col-"]+div[class^="col-"] .select2-container { margin-top: 22px } .job-search .job-description .theme-form .row div[class^="col-"] .job-select2~.select2-container { margin-top: 0 !important } .job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here { font-size: 14px; border: 1px solid #f4f4f4; padding-top: 7px; padding-bottom: 7px } .select2-container .select2-selection--single { border-radius: 0.25rem !important; border-color: #f6f7fb; height: 40px !important; padding: 5px } .job-pagination { margin-bottom: 30px } .job-pagination nav ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } @media only screen and (max-width: 1366px) { .xl-mt-job { margin-bottom: 20px } } @media only screen and (max-width: 991px) { .filter-cards-view { padding: 20px !important } .filter-cards-view .job-filter:first-child { margin-bottom: 20px } .filter-cards-view .checkbox-animated { margin-top: 20px; margin-bottom: 20px } .job-accordion .animate-chk { padding: 20px !important } .job-search p { margin-top: 20px } } @media only screen and (max-width: 575px) { .filter-cards-view { padding: 15px !important } .filter-cards-view .job-filter:first-child { margin-bottom: 15px } .filter-cards-view .checkbox-animated { margin-top: 15px; margin-bottom: 15px } .job-accordion .animate-chk { padding: 15px !important } .job-search p { margin-top: 15px } .job-search .media { display: block; text-align: center } .job-search .media .media-body h6 .pull-right { float: none; margin-top: 3px } .job-search .media .media-body h6 a { display: block } .job-search .media .media-body p span+span { display: block } .job-search .media img { margin-bottom: 15px } .job-search .media .m-r-20 { margin-right: 0 } .job-search .job-description { margin-top: 15px } .job-search .job-description .theme-form { margin-top: 15px; margin-bottom: 15px } .job-search .job-description .theme-form .row div[class^="col-"]+div[class^="col-"] .select2-container { margin-top: 2px } .job-search .job-description .theme-form .xs-mt-period { margin-top: 15px } .job-pagination { margin-bottom: 15px } .xl-mt-job { margin-bottom: 15px } } @media only screen and (max-width: 360px) { .job-search .job-description .btn { padding: 6px 12px } } .jsgrid .jsgrid-grid-body .jsgrid-cell { padding: 0.75rem } .jsgrid .jsgrid-pager-container { text-align: right } .jsgrid .jsgrid-pager { padding: 0; margin-top: 20px } .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button { margin-right: -5px } .jsgrid .jsgrid-pager .jsgrid-pager-nav-inactive-button:first-child { border-radius: 5px 0 0 5px } .jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button { margin-left: -5px } .jsgrid .jsgrid-pager .jsgrid-pager-page~.jsgrid-pager-nav-button:last-child { border-radius: 0 5px 5px 0 } .jsgrid .jsgrid-pager [class*="jsgrid-pager"] { display: inline-block; min-width: 1.5em; padding: 0.5em 1em; border: 1px solid #f4f4f4 } .jsgrid .jsgrid-pager .jsgrid-pager-page a { color: #2c323f } .jsgrid .jsgrid-pager .jsgrid-pager-current-page { color: #2c323f } .jsgrid .jsgrid-selected-row>.jsgrid-cell { background: #f4f4f4; border-color: #fafafa } .jsgrid .jsgrid-header-row>.jsgrid-header-cell { padding: 0.75rem; font-weight: 500 } .jkanban-container .btn { margin-bottom: 10px } .jkanban-container .note a { display: contents } .kanban-board-header { height: auto; width: auto; line-height: unset; background: #f8f8f8; border-bottom: 1px solid #ddd } .kanban-board-header.bg-info~.kanban-drag { background-color: rgba(169, 39, 249, 0.3) } .kanban-board-header.bg-warning~.kanban-drag { background-color: rgba(248, 214, 43, 0.3) } .kanban-board-header.bg-success~.kanban-drag { background-color: rgba(81, 187, 37, 0.3) } .kanban-container { display: contents } .kanban-board { margin-bottom: 30px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; letter-spacing: 0.5px; border-radius: 8px; -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05); overflow: hidden; width: calc(100% / 3 - 30px) !important } .kanban-board .kanban-drag { background: #f8f8f8 } .kanban-item { background: transparent; padding: 0; margin-bottom: 20px } .kanban-item p { opacity: 0.7 } .kanban-item:last-child { margin-bottom: 0 } .kanban-item .list { display: inline-block; opacity: 0.4 } .kanban-item .list li { display: inline-block; font-size: 12px } .kanban-item .list li i { margin-right: 10px } .kanban-item .kanban-box { border: 1px solid #efefef; border-radius: 5px; padding: 20px; position: relative; display: block; color: inherit; background-color: #fff } .kanban-item .kanban-box:hover { color: inherit } .kanban-item .kanban-box+.kanban-box { margin-top: 20px } .kanban-item .kanban-box .badge { font-weight: 400 } .kanban-item .kanban-box h6 { font-size: 15px; margin-top: 5px; font-weight: 500 } .kanban-item .kanban-box .dropdown { display: inline-block; right: 10px; position: absolute; top: 20px } .kanban-item .kanban-box .dropdown .dropdown-item { font-size: 13px; font-weight: 500; padding: 5px 10px; text-align: left } .kanban-item .kanban-box .dropdown svg { height: 14px } .kanban-item .kanban-box .d-flex { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .kanban-item .kanban-box .dropdown-toggle:after { content: none } .kanban-item .kanban-box .customers ul li+li { margin-left: -10px } .kanban-item .kanban-box .date { font-size: 11px; opacity: 0.5 } footer { margin: 0; padding: 0 } @media only screen and (max-width: 1199px) { .jkanban-container .btn { margin-bottom: 10px; margin-left: 20px } } @media only screen and (max-width: 600px) { .kanban-board .kanban-drag, .kanban-container .kanban-item .kanban-box { padding: 10px 15px } .kanban-container .kanban-board { width: 320px !important; margin-left: 10px !important; margin-right: 10px !important } } @media only screen and (max-width: 480px) { .jkanban-container .card-body { padding: 20px 0 !important } .kanban-board .kanban-drag, .kanban-container .kanban-item .kanban-box { padding: 10px 15px } .kanban-container .kanban-board { width: 270px !important } } .browse .browse-articles.browse-bottom { margin-top: 30px } .browse .browse-articles span { vertical-align: middle; position: relative } .browse .browse-articles span:nth-child(2) { padding-left: 20px } .browse .browse-articles span svg { width: 14px; height: 14px; margin-right: 10px; vertical-align: text-top; position: absolute; left: 0; top: 3px } .browse .browse-articles h6 { padding-bottom: 10px; margin-bottom: 0px; border-bottom: 1px solid #fdfeff; padding-left: 25px } .browse .browse-articles h6 span svg { width: 16px; height: 16px; vertical-align: text-top; top: 0; left: -30px } .browse .browse-articles ul li { padding: 8px; border-radius: 8px } .browse .browse-articles ul li a { color: #2b2b2b } .browse .browse-articles ul li:hover { background-color: #fdfeff } @media only screen and (max-width: 1366px) { .browse div[class^="col-"]:nth-child(3) { margin-top: 30px } } @media only screen and (max-width: 991px) { .browse div[class^="col-"]:nth-child(3) { margin-top: 20px } .browse .browse-articles.browse-bottom { margin-top: 20px } } @media only screen and (max-width: 767px) { .browse div[class^="col-"]:nth-child(2) { margin-top: 20px } } @media only screen and (max-width: 575px) { .browse div[class^="col-"]:nth-child(2), .browse div[class^="col-"]:nth-child(3) { margin-top: 15px } .browse .browse-articles.browse-bottom { margin-top: 15px } } @media only screen and (max-width: 360px) { .browse .browse-articles ul li a span:nth-child(2) { width: 158px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block } } .framworks .nav-pills { margin-bottom: -15px } .framworks .nav-item { margin: 0 10px; margin-bottom: 15px } .framworks .nav-item a { padding: 15px 30px; background-color: rgba(115, 102, 255, 0.08); border-radius: 50px !important } .framworks .nav .nav-link img { height: 50px; margin-right: 10px } .landing-cards { -webkit-transform: rotate(-12deg); transform: rotate(-12deg) } .landing-cards .landing-card { border-radius: 15px; -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.2); box-shadow: 0 0 37px rgba(255, 255, 255, 0.2); margin: 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-cards .landing-card:hover { -webkit-transform: translate(0, -7px) scale(1.01); transform: translate(0, -7px) scale(1.01); -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.4); box-shadow: 0 0 37px rgba(255, 255, 255, 0.4); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .email-txt { height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0 } .email-img { -webkit-filter: drop-shadow(0 0 37px rgba(8, 21, 66, 0.15)); filter: drop-shadow(0 0 37px rgba(8, 21, 66, 0.15)) } .landing-ul li { position: relative; padding-left: 30px; font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); padding-bottom: calc(5px + (10 - 5) * ((100vw - 300px) / (1920 - 300))); color: #737171 } .landing-ul li::before { content: "-"; font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))); left: 0; position: absolute; top: -3px } .framworks-list .box { display: inline-block; background-color: #fff; padding: 40px 10px; margin-bottom: 30px; border-radius: 10px; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); margin: 10px; height: 185px; width: 185px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .framworks-list .box:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15) } .layout h5 { margin-bottom: 20px; opacity: .8; letter-spacing: 1.2px } .layout .btn { padding: 0.15rem 0.5rem } .landing-home { scroll-behavior: smooth; height: 100vh; overflow: hidden; position: relative; background-position: right top; background-size: cover; background: linear-gradient(90deg, #f1f0ff 21px, transparent 1%) center, linear-gradient(#eae7ff 21px, transparent 1%) center, rgba(115, 102, 255, 0.34902); background-size: 23px 23px } .landing-home .content h1 { font-weight: 600; color: var(--theme-deafult); font-weight: 700; -webkit-text-fill-color: transparent; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-image: -webkit-linear-gradient(rgba(158, 107, 248, 0.5), rgba(119, 101, 250, 0.5)), url(../../assets/images/landing/title.gif); background-position: left; line-height: 1; font-size: calc(25px + (57 - 25) * ((100vw - 300px) / (1920 - 300))) } .landing-home .content h2 { font-size: calc(20px + (28 - 20) * ((100vw - 300px) / (1920 - 300))) } .landing-home .content p { font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300))); font-weight: 200; font-family: roboto; padding-right: 50px } .landing-home .navbar-brand img { height: 45px } .landing-home .btn-grp .btn img { height: 20px; margin-right: 5px } .landing-home .decoration li { position: absolute } .landing-home .decoration li img { height: 20px } .landing-home .decoration .one { left: -10px; top: 200px; -webkit-animation: spin 10s infinite; animation: spin 10s infinite } .landing-home .decoration .two { left: 35%; top: 80px; -webkit-animation: animationtop 10s infinite; animation: animationtop 10s infinite } .landing-home .decoration .three { bottom: 40px; left: 160px; -webkit-animation: animationleft 10s infinite; animation: animationleft 10s infinite } .landing-home .decoration .four { left: 42%; top: 40%; -webkit-animation: spin 15s infinite; animation: spin 15s infinite } .landing-home .decoration .five { bottom: -6px; left: 30%; -webkit-animation: spin 20s infinite; animation: spin 20s infinite } .landing-home .decoration .six { left: 46%; top: 20%; -webkit-animation: animationleft 5s infinite; animation: animationleft 5s infinite } .landing-home .decoration .seven { left: -11px; top: 70%; -webkit-animation: animationleft 5s infinite; animation: animationleft 5s infinite } .landing-home .screen1 { position: absolute; right: 0; top: 150px; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); border-radius: 10px; -webkit-animation: animationleft 20s infinite; animation: animationleft 20s infinite; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-home .screen1:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 47px 10px rgba(255, 255, 255, 0.35); box-shadow: 0 0 47px 10px rgba(255, 255, 255, 0.35) } .landing-home .screen2 { position: absolute; left: 70px; top: 270px; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.1); border-radius: 10px; -webkit-animation: animationtop 30s infinite; animation: animationtop 30s infinite; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-home .screen2:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.35); box-shadow: 0 0 47px 10px rgba(115, 102, 255, 0.35) } .landing-home .content { height: calc(100vh - 101px); margin-top: 101px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 100px } .landing-home .sticky-header header .nav-padding { padding: 30px 50px } @-webkit-keyframes animationtop { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(0, 20px); transform: translate(0, 20px) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes animationtop { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(0, 20px); transform: translate(0, 20px) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @-webkit-keyframes animationleft { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(20px, 0); transform: translate(20px, 0) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes animationleft { 0% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } 50% { -webkit-transform: translate(20px, 0); transform: translate(20px, 0) } 100% { -webkit-transform: translate(0, 0px); transform: translate(0, 0px) } } @keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .navbar-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navbar-nav .nav-item { position: relative } .navbar-nav .nav-item .nav-link { font-size: 18px; letter-spacing: 1px; padding: 12px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active { opacity: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .landing-page .navbar-expand-xl .navbar-collapse { background-color: transparent } .landing-page .page-body-wrapper { min-height: 100vh; background: #eaf4ff; overflow: hidden } .landing-page .navbar-nav .nav-item.buy-btn { background-color: white; border-radius: 5px; padding: 0 20px; margin-left: 10px } .landing-page .navbar-nav .nav-item.buy-btn a { color: var(--theme-deafult) } .landing-page .navbar-nav .nav-item .nav-link { letter-spacing: 1.5px } .landing-page .sticky-header header { background: transparent; -webkit-box-shadow: none; box-shadow: none; z-index: 100; left: 0; height: auto } .landing-page .sticky-header header.sticky { margin-top: 0; background: #f4f1fb } .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link { color: #2c323f; font-size: 16px; padding: 15px 12px } .landing-page .sticky-header header.sticky .buy-btn { background: linear-gradient(26deg, #7366ff 0%, #a26cf8 100%) } .landing-page .sticky-header header.sticky .buy-btn a { color: #fff !important } .bg-sky-blue .sticky-header header .navbar-toggler span { background-color: var(--theme-deafult) } .navbar-expand-xl .navbar-brand { padding-left: 18px } .navbar-expand-xl .navbar-collapse { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; background-color: #fff } .section-space { padding: 80px 0; text-align: center } .section-space p { font-size: 15px } .z-index-9 { z-index: 99; position: relative } .component_responsive { margin-bottom: -30px } .component_responsive img { height: 50px; -webkit-filter: grayscale(1); filter: grayscale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0.7 } .component_responsive .component-hover-effect { margin-bottom: 30px } .component-hover-effect { padding: 40px 0 60px } .component-hover-effect:before { content: ""; -webkit-transition: 0.5s; transition: 0.5s; border: 1px solid #dfe5f5; border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; will-change: border-radius; width: calc(100% - 40px); height: calc(100% - 40px); display: block; position: absolute; -webkit-animation: morphing 10s infinite paused; animation: morphing 10s infinite paused; top: -10px; left: 20px } .component-hover-effect:hover:before { -webkit-animation-play-state: running; animation-play-state: running } .component-hover-effect:hover img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-filter: hue-rotate(30deg); filter: hue-rotate(30deg) } @-webkit-keyframes morphing { 0% { border-radius: 30% 70% 70% 30%/30% 30% 70% 70% } 25% { border-radius: 58% 42% 75% 25%/76% 46% 54% 24% } 50% { border-radius: 50% 50% 33% 67%/55% 27% 73% 45% } 75% { border-radius: 33% 67% 58% 42%/63% 68% 32% 37% } } @keyframes morphing { 0% { border-radius: 30% 70% 70% 30%/30% 30% 70% 70% } 25% { border-radius: 58% 42% 75% 25%/76% 46% 54% 24% } 50% { border-radius: 50% 50% 33% 67%/55% 27% 73% 45% } 75% { border-radius: 33% 67% 58% 42%/63% 68% 32% 37% } } .components-section h6 { padding-top: 15px } .ptb50 { padding: 80px 0 } .landing-center { text-align: center } .landing-center .title { margin-bottom: 30px } .landing-center .footer-content h1 { font-size: 20px; font-weight: 500; margin-bottom: 20px; line-height: 1.4; letter-spacing: 1px } .mrl5 { margin: 0 5px } .footer-bg { position: relative; text-align: center; background-color: #f7f7fe; margin-left: 0 } .email_bg { background-image: url(../../assets/images/landing/email-bg.jpg) !important } .app_bg { background-color: #f7f7fe } .page-wrapper .bg-Widget:before { top: 220px !important; -webkit-transform: rotate(-40deg); transform: rotate(-40deg) } .page-wrapper .bg-Widget:after { top: unset !important; bottom: 0 !important } .page-wrapper .bg-Widget .cuba-demo-content p { color: rgba(255, 255, 255, 0.7) } .page-wrapper .bg-Widget .cuba-demo-content .couting h2 { -webkit-text-fill-color: #fff !important } .layout { background-image: url(../../assets/images/landing/email-bg.jpg) } .layout { margin-bottom: -30px } .btn-md:hover { -webkit-animation: 0.3s pulse 3; animation: 0.3s pulse 3 } .tap-top { text-align: center; cursor: pointer; display: none; width: 40px; height: 40px; border-radius: 100%; position: fixed; bottom: 30px; right: 30px; z-index: 5; color: #fff; background: var(--theme-deafult); border: none; padding: 7px; -webkit-box-shadow: 0 0 10px var(--theme-deafult); box-shadow: 0 0 10px var(--theme-deafult); opacity: 0.5; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .tap-top:hover { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1 } .tap-top svg { width: 20px } @-webkit-keyframes animationFramesOne { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } 20% { -webkit-transform: translate(73px, -1px) rotate(36deg); transform: translate(73px, -1px) rotate(36deg) } 40% { -webkit-transform: translate(141px, 72px) rotate(72deg); transform: translate(141px, 72px) rotate(72deg) } 60% { -webkit-transform: translate(83px, 122px) rotate(108deg); transform: translate(83px, 122px) rotate(108deg) } 80% { -webkit-transform: translate(-40px, 72px) rotate(144deg); transform: translate(-40px, 72px) rotate(144deg) } 100% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } } @keyframes animationFramesOne { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } 20% { -webkit-transform: translate(73px, -1px) rotate(36deg); transform: translate(73px, -1px) rotate(36deg) } 40% { -webkit-transform: translate(141px, 72px) rotate(72deg); transform: translate(141px, 72px) rotate(72deg) } 60% { -webkit-transform: translate(83px, 122px) rotate(108deg); transform: translate(83px, 122px) rotate(108deg) } 80% { -webkit-transform: translate(-40px, 72px) rotate(144deg); transform: translate(-40px, 72px) rotate(144deg) } 100% { -webkit-transform: translate(0px, 0px) rotate(0deg); transform: translate(0px, 0px) rotate(0deg) } } .page-wrapper { overflow: hidden } .page-wrapper .section-space { padding: 80px 0 } .page-wrapper .cuba-demo-content { text-align: center; position: relative; margin-bottom: 50px } .page-wrapper .cuba-demo-content img { margin: 0 auto; width: 70px; -webkit-animation: rotated 50s infinite linear; animation: rotated 50s infinite linear } .page-wrapper .cuba-demo-content p { font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300))); color: #737171 } .page-wrapper .cuba-demo-section { position: relative } .page-wrapper .cuba-demo-section:before { content: ""; position: absolute; left: 0; background-image: url(../images/landing/left-left.png); height: 165px; width: 250px; top: 0 } .page-wrapper .cuba-demo-section:after { content: ""; position: absolute; right: 0; background-image: url(../images/landing/leaf-right.png); height: 208px; width: 250px; top: 0 } .page-wrapper .cuba-demo-section .img-effect { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); border-radius: 15px; padding: 20px; position: relative } .page-wrapper .cuba-demo-section .img-effect .hover-link { position: absolute; height: 100%; width: 100%; background: linear-gradient(10deg, rgba(44, 50, 63, 0.8) 0%, transparent 80%); border-radius: 15px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 20px; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; left: 0; top: 0 } .page-wrapper .cuba-demo-section .img-effect:hover .hover-link { opacity: 1; z-index: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect img { width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect:hover { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .img-effect:hover img { -webkit-transform: scale(1.01); transform: scale(1.01); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .cuba-demo-section .cuba-img { border-radius: 10px; border: 1px solid #f1f1f1 } .page-wrapper .cuba-demo-section .cuba-img img { border-radius: 30px } .page-wrapper .cuba-demo-section .sub-title { margin-top: 15px; padding-bottom: 10px } .page-wrapper .cuba-demo-section .sub-title h5 { margin-bottom: 0; font-size: calc(12px + (20 - 15) * ((100vw - 300px) / (1920 - 300))) } .page-wrapper .cuba-demo-section .cuba-demo-content .couting h2 { color: var(--theme-deafult); font-weight: 500; font-size: calc(35px + (70 - 35) * ((100vw - 300px) / (1920 - 300))); background: -webkit-linear-gradient(var(--theme-deafult), #966afb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0; line-height: 1 } .demo-imgs .demo-content { margin-bottom: 35px } .demo-imgs .demo-content .cuba-demo-img { -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); box-shadow: 0 0 37px rgba(8, 21, 66, 0.15); border-radius: 15px; padding: 20px; position: relative; margin-bottom: 15px } .demo-imgs .demo-content .cuba-demo-img .hover-link { padding-top: 15px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -10px } .demo-imgs .demo-content .cuba-demo-img .hover-link .link-btn { cursor: not-allowed } .demo-imgs .demo-content .cuba-demo-img .hover-link a { color: #fff; display: inline-block; border-radius: 5px; background-color: #7366ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 6px 12px; margin-bottom: 10px } .demo-imgs .demo-content .cuba-demo-img .hover-link .coming-soon { opacity: .40; pointer-events: none } .demo-imgs .demo-content .cuba-demo-img img { width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .demo-imgs .demo-content .cuba-demo-img:hover img { -webkit-transform: scale(1.01); transform: scale(1.01) } .demo-imgs .demo-content .cuba-demo-img:hover .title-wrapper .theme-name { bottom: -15px; opacity: 0 } .demo-imgs .demo-content .title-wrapper .theme-name { position: relative; font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300))); color: #737171; text-transform: capitalize } .demo-imgs .demo-content .title-wrapper .theme-name:before { content: ""; position: absolute; width: 120px; height: 10px; margin: 0 auto; background-color: rgba(115, 113, 113, 0.2); z-index: 0; left: 0; right: 0; bottom: 0 } .landing-slider h4 { position: relative; font-size: 20px; color: #7366ff; text-transform: capitalize } .landing-slider h4:before { content: ""; position: absolute; width: 120px; height: 12px; margin: 0 auto; background-color: rgba(115, 102, 255, 0.15); z-index: 0; left: 0; right: 0; bottom: 0 } .container-modify { max-width: 1600px; margin: 0 auto } .container-modify .img-effect:hover .cuba_img_content { opacity: 1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .container-modify .cuba_img_content { position: absolute; height: 100%; width: 100%; background: linear-gradient(10deg, rgba(115, 102, 255, 0.9) 0%, transparent 80%); top: 0; left: 0; border-radius: 10px; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .container-modify .cuba_img_content h4 { color: #455a64; color: #fff; font-weight: 600; font-size: calc(12px + (24 - 15) * ((100vw - 300px) / (1920 - 300))); position: absolute; bottom: 20px; left: 0; right: 0 } .container-modify .cuba_img_content p { color: #455a64 } .navabr_btn-set { position: relative } .navabr_btn-set:focus { outline: 0 } .navabr_btn-set span { display: block; background-color: #fff; height: 3px; width: 25px; margin-top: 4px; margin-bottom: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); left: 0; opacity: 1 } .navabr_btn-set:not(.custom_nav) span:nth-child(1) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(135deg); transform: rotate(135deg); opacity: 0.9 } .navabr_btn-set:not(.custom_nav) span:nth-child(2) { height: 12px; visibility: hidden; background-color: transparent } .navabr_btn-set:not(.custom_nav) span:nth-child(3) { position: absolute; left: 12px; top: 10px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); opacity: 0.9 } .navbar-b { -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out; background-color: transparent; padding-top: 1.563rem; padding-bottom: 1.563rem } .fixed-top { position: relative; top: 0; right: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; left: 0; z-index: 1030 } .navbar-toggler span { display: block; background-color: rgba(0, 0, 0, 0); height: 3px; width: 25px; z-index: 112; margin-top: 4px; margin-bottom: 4px; -webkit-transform: rotate(0deg); transform: rotate(0deg); left: 0; opacity: 1 } .navbar-toggler span:nth-child(1) { -webkit-transition: -webkit-transform .35s ease-in-out; transition: -webkit-transform .35s ease-in-out; transition: transform .35s ease-in-out; transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out } .navbar-toggler span:nth-child(3) { -webkit-transition: -webkit-transform .35s ease-in-out; transition: -webkit-transform .35s ease-in-out; transition: transform .35s ease-in-out; transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out } .navbar_nav_modify li { text-align: center } .sticky-header header { position: fixed; width: 100%; z-index: 6; text-align: center; line-height: normal; height: 80px; background: var(--theme-deafult); color: #fff; -webkit-box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1); box-shadow: 0 0 5px 1px rgba(5, 56, 111, 0.1); -webkit-transition: all 0.4s ease; transition: all 0.4s ease } .sticky-header header .nav-padding { padding: 14px } .sticky-header header.sticky { line-height: normal; height: 65px; background: var(--theme-deafult); text-align: left } .sticky-header header.sticky .nav-padding { padding: 7px 14px } .landing-home .sticky .navbar-brand img { max-height: 35px } .title-padding { padding: 130px 0 } @-webkit-keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(-4px); transform: translateY(-4px) } } @keyframes mover { 0% { -webkit-transform: translateY(0); transform: translateY(0) } 100% { -webkit-transform: translateY(-4px); transform: translateY(-4px) } } @media (max-width: 1440px) { .navbar-nav .nav-item .nav-link { font-size: 16px; padding: 12px 7px } .layout .text-left { margin-bottom: -5px } .layout .text-left .btn { font-size: 11px; margin-bottom: 5px; margin-left: .1rem !important } .landing-home .content { margin-left: 30px } .landing-home .btn { padding: 0.375rem 0.8rem } .landing-home .screen2 { left: 0 } } @media (max-width: 1366px) { .landing-home .col-xl-5 { background-color: rgba(255, 255, 255, 0.7); border-radius: 0 100% 100% 0 } .landing-cards .landing-card { margin: 5px } } @media only screen and (max-width: 1199px) { .sticky-header header.sticky .nav-padding { padding: 15px 25px } .component-hover-effect:before { content: ""; max-width: 200px; margin: 0 auto; left: 0; right: 0 } .buy-btn { background: linear-gradient(26deg, #7366ff 0%, #a26cf8 100%) } .buy-btn a { color: #fff !important } .btn-grp .mr-3 { margin-right: 0.5rem !important } .landing-home { min-height: 768px } .landing-home .content { min-height: 668px } .landing-home .content .mr-3 { margin-right: 0.5rem !important } .navbar-toggler { background-color: var(--theme-deafult) } .navbar-toggler span { background-color: #fff } .landing-home .screen1 { left: 100px } .sticky-header .navbar-nav .nav-item .nav-link { color: #000; padding: 10px 12px !important; font-size: 15px } .sticky-header .navbar-nav li { display: block; width: 100% } .landing-page .buy-btn { position: relative } .landing-page .navbar-expand-xl .navbar-collapse { background-color: white; margin-top: 20px } .landing-page .navbar-expand-xl .navbar-collapse .navbar-nav { padding: 20px 30px 30px 30px } .bg-sky-blue .main-landing { height: 700px } .bg-sky-blue .main-landing .landing-main-content { width: 70% } .landing-main .sticky .navbar-expand-xl .navbar-brand { top: 8px } .landing-main .sticky .navbar-expand-xl .navabr_btn-set { top: 16px } .landing-main .navbar-toggler span { background-color: #fff } .landing-main .navbar_nav_modify { width: 100vw; left: 0; position: fixed; height: 100vh; background-color: #293240; top: 0; padding: 120px 0px } .landing-main h4 { font-size: 20px } .landing-main .navbar-expand-xl .navabr_btn-set { position: fixed; top: 24px; z-index: 1; right: 20px } .landing-main .navbar-expand-xl .navbar-brand { padding-left: 5px; z-index: 1; position: fixed; top: 14px } .landing-main .navbar-expand-xl .navbar-collapse .navbar-nav .nav-item a { padding: 28px 60px; width: 16px; margin: 0 auto; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .landing-main .navbar-expand-lg .navbar-brand { padding-left: 5px } .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a { padding: 9px } } @media only screen and (max-width: 991px) { .landing-cards .col-lg-4 { display: none } .email-txt { text-align: center !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .landing-ul li { padding-left: 0 } .landing-ul li::before { display: none } .landing-home { min-height: auto; height: auto; overflow: unset; background-image: none } .landing-home .navbar-brand img { height: 35px } .landing-home .screen2 { width: 330px; left: calc(100% - 200px); bottom: -20px; top: unset; -webkit-transform: rotate(-35deg); transform: rotate(-35deg); -webkit-animation: none; animation: none; z-index: 0 } .landing-home .screen1 { width: 330px; right: calc(100% - 200px); bottom: -20px; left: unset; top: unset; -webkit-transform: rotate(35deg); transform: rotate(35deg); -webkit-animation: none; animation: none; z-index: 0 } .landing-home .col-xl-7 { position: unset } .landing-home .col-xl-5 { border-radius: 0 } .landing-home .content { min-height: auto; height: auto; text-align: center; margin-bottom: 150px; margin-top: 190px; z-index: 2; position: relative } .landing-home .content p { background-color: #fff; padding: 20px; border-radius: 40px } .frameworks-section>.container { max-width: 100% } .page-wrapper .cuba-demo-content p { width: 100% } .bg-sky-blue .main-landing { height: 660px } .bg-sky-blue .main-landing .landing-main-content { width: 100% } .cuba-demo-section .gallery_content p, .cuba-demo-section .Cuba-demo-content p { width: 70% !important } .landing_gallery_section_img { margin-bottom: -60px } .landing_gallery_section_img .img-gallery-set3, .landing_gallery_section_img .img-gallery-set2, .landing_gallery_section_img .img-gallery-set4 { bottom: 80px } .landing_gallery_section_img:before { height: 500px } .landing-main .navbar-expand-lg .navbar-collapse { position: absolute; top: 90px; background-color: #fff; width: calc(100% - 30px); border-radius: 5px; -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); padding: 15px } .landing-main .section-space { padding: 60px 0 } .landing-main .section-space p { font-size: 16px } .landing-main .navbar-expand-lg .navbar-toggler { background-color: #fff } .landing-main .navbar-expand-lg .navbar-toggler .navbar-toggler-icon i { margin-top: 5px; color: var(--theme-deafult) } .landing-main .navbar-expand-lg .navbar-collapse { background-color: #fff; z-index: 111 } .landing-main .navbar-expand-lg .navbar-collapse .navbar-nav .nav-item a { color: #000 } .landing-main .footer-bg h2 { font-size: 28px } } @media only screen and (max-width: 800px) { .landing-page .page-body-wrapper { min-height: auto } } @media only screen and (max-width: 767px) { .landing-page .sticky-header header.sticky .navbar-nav .nav-item .nav-link { font-size: 14px; padding: 10px 12px } .landing-home .content { margin-bottom: 100px; margin-top: 140px; margin-left: 0 } .btn-grp { margin-bottom: -10px } .btn-grp .btn { margin-bottom: 10px } .framworks .nav-item a { padding: 8px 30px } .framworks .nav .nav-link .text-left { text-align: center !important } .framworks .nav .nav-link img { display: none } .framworks .mt-5 { margin-top: 2rem !important } .framworks-list .box { height: 130px; width: 130px; padding: 30px 10px } .framworks-list .box .mt-3 { margin-top: 0.75rem !important } .framworks-list .box img { width: 40px } } @media only screen and (max-width: 600px) { .page-wrapper .cuba-demo-section::before, .page-wrapper .cuba-demo-section::after { display: none } .ptb50 { padding: 30px 0 } } @media only screen and (max-width: 575px) { .landing-home .sticky-header header .nav-padding { padding: 15px 30px } .framworks .mt-5 { margin-top: 1rem !important } .framworks .nav-pills { margin-bottom: -10px } .framworks .nav-item { margin: 0px 2px 10px; width: auto; display: inline-block } .framworks .nav-item p { display: none } .framworks .nav-item a { padding: 8px 17px } .framworks-list .box { height: 120px; width: 118px } .page-wrapper .cuba-demo-content { margin-bottom: 20px } .page-wrapper .section-space { padding: 40px 0 } .landing_gallery_section_img { margin-bottom: -40px } .bg-sky-blue .main-landing { height: 400px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 40px } .landing-main h4 { font-size: 17px } .landing-main .main-landing { padding: 0px 0px 0px 0px } .landing-main .footer-bg h2 { font-size: 21px } .landing-main .footer-bg button { font-size: 18px } } @media only screen and (max-width: 480px) { .footer-content .btn-lg { margin-bottom: 10px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 30px } .sticky-header header.sticky { height: 56px } .landing-home .sticky-header header .nav-padding { padding: 15px } .landing-home .navbar-toggler { background-color: transparent; padding: 0 } .landing-home .navbar-toggler span { background-color: var(--theme-deafult); height: 2px; width: 18px; margin-top: 3px; margin-bottom: 3px } .landing-home .navbar-brand img { height: 25px } } @media only screen and (max-width: 380px) { .component-col-set { width: 100% } .bg-sky-blue .main-landing { height: 350px } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 25px } } @media only screen and (max-width: 320px) { .landing-home .content { margin-bottom: 50px; margin-top: 90px; margin-left: 0 } .bg-sky-blue .main-landing .landing-main-content h1 { font-size: 24px } .bg-sky-blue .main-landing .landing-main-content p { font-size: 12px } } .current_lang { cursor: pointer; text-transform: uppercase; overflow: hidden } .lang.selected { display: none } .lang span.lang-txt { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 8px; font-weight: 500 } .lang span span { color: #999; font-weight: 400; margin-left: 5px } .more_lang { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; cursor: pointer; display: none; -webkit-transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15); transition: all 0.3s cubic-bezier(0.25, 1.15, 0.35, 1.15) } .translate_wrapper.active .more_lang { display: block; position: absolute; background-color: #fff; top: 47px; right: 0; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) } .translate_wrapper.active .more_lang:before { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; content: ""; top: -7px; position: absolute; right: 20px; z-index: 2 } .translate_wrapper.active .more_lang:after { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #bdc2c5; content: ""; top: -7px; position: absolute; right: 20px; z-index: 1 } .more_lang.active { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px) } .more_lang .lang { padding: 10px 15px; display: -webkit-box; display: -ms-flexbox; display: flex } .more_lang .lang:hover { background: var(--theme-deafult); color: #fff } .more_lang .lang:hover span { color: #fff } .translate_wrapper.active .more_lang .lang { border-bottom: 1px solid #eaeaea } .learning-header { margin-bottom: 10px } .categories { padding: 30px 0 } .categories .learning-header { padding-left: 30px } .categories ul li { padding: 10px 30px } .categories ul li a { color: #2b2b2b } .categories ul li:hover { background-color: #f4f4f4 } .upcoming-course .media+.media { margin-top: 30px } .job-accordion { margin-bottom: 0 } @media screen and (min-width: 1200px) and (max-width: 1366px) { .learning-comment { margin-left: -14px !important; float: left !important } .blog-box .blog-details .blog-social li:first-child { padding-right: 30px } .blog-box .blog-details .blog-social li+li { padding-left: 30px } } @media only screen and (max-width: 991px) { .categories { padding: 20px 0 } .categories .learning-header { padding-left: 20px } .categories ul li { padding: 10px 20px } .upcoming-course .media+.media { margin-top: 20px } } @media only screen and (max-width: 575px) { .categories { padding: 15px 0 } .categories .learning-header { padding-left: 15px } .categories ul li { padding: 10px 15px } .upcoming-course .media+.media { margin-top: 15px } } .login-card { min-height: 100vh; 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; margin: 0 auto; background: url("../images/login/login_bg.jpg"); background-position: center; padding: 30px 12px } .login-card .logo { display: block; margin-bottom: 30px; text-align: center } .login-card .btn-showcase .btn { line-height: 1; padding: 10px 15px; margin: 0 } .login-card .btn-showcase .btn+.btn { margin-left: 5px } .login-card .btn-showcase .btn svg { height: 16px; vertical-align: bottom } .login-card .login-main { width: 450px; padding: 40px; border-radius: 10px; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); margin: 0 auto; background-color: #fff } .login-card .login-main .theme-form h4 { margin-bottom: 5px } .login-card .login-main .theme-form label { font-size: 15px; letter-spacing: 0.4px } .login-card .login-main .theme-form .checkbox label::before { background-color: #f9f9fa; border: 1px solid #dfdfdf } .login-card .login-main .theme-form .or { position: relative } .login-card .login-main .theme-form .or:before { content: ""; position: absolute; width: 65%; height: 2px; background-color: #f3f3ff; top: 9px; z-index: 0; right: 0 } .login-card .login-main .theme-form input { background-color: #f3f3ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .login-card .login-main .theme-form input::-webkit-input-placeholder { color: #999 } .login-card .login-main .theme-form input:hover, .login-card .login-main .theme-form input:focus { border: 1px solid #b9c1cc; -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .login-card .login-main .theme-form p { margin-bottom: 25px; font-size: 14px; color: #898989 } .login-card .login-main .theme-form .form-group { margin-bottom: 10px; position: relative } .login-card .login-main .theme-form .link { position: absolute; top: 10px; right: 0 } .show-hide { position: absolute; top: 52px; right: 20px; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .show-hide span { cursor: pointer; font-size: 13px; color: var(--theme-deafult) } .show-hide span.show:before { content: "show" } .show-hide span:before { content: "hide" } .needs-validation .invalid-feedback { color: #898989 } .needs-validation .show-hide { right: 30px } .needs-validation .invalid-tooltip { top: 10px; right: 10px } .mega-inline { margin-bottom: -30px; display: -webkit-box; display: -ms-flexbox; display: flex } .mega-inline .card { border: 1px solid #f3f3f3; -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-inline .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-inline .media .radio { margin-left: 3px } .mega-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .mega-vertical .card { -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-vertical .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-vertical .media .radio { margin-left: 3px } .mega-title { font-weight: 600 } .mega-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .mega-horizontal .card { border: 1px solid #f3f3f3; -webkit-box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 0 rgba(68, 102, 242, 0.05) } .mega-horizontal .mega-title-badge { display: table; width: 100%; font-size: 14px; font-weight: 600; text-transform: uppercase } .mega-horizontal .media .radio { margin-left: 3px } .plain-style .card { -webkit-box-shadow: none; box-shadow: none; border: none !important } .border-style .card { -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ecf3fa !important } .offer-style .card { -webkit-box-shadow: none; box-shadow: none; border: 1px dashed #ecf3fa !important } .rating-star-wrapper { color: #797979 } .prooduct-details-box { margin-bottom: 30px } .prooduct-details-box .close { position: absolute; top: 10px; right: 10px; height: 16px; cursor: pointer } .prooduct-details-box .media { border: 1px solid #d7e2e9; border-radius: 10px; padding: 15px 0; width: 100%; position: relative } .prooduct-details-box .rating { color: #ffaf45; letter-spacing: 3px } .prooduct-details-box .product-name a { color: gray } .prooduct-details-box .btn { position: absolute; right: 15px; bottom: 15px } .order-history .input-group { text-align: right; max-width: 300px } .order-history table th, .order-history table td { text-align: center } .order-history table thead tr th { vertical-align: middle; border-top: none; background-color: #f8f8f8; border: 1px solid #ecf3fa; padding: 1.25rem; font-size: 16px } .order-history table .qty-box { width: 120px; margin: 0 auto; border-radius: 5px; overflow: hidden } .order-history table .qty-box input { width: 44px; max-width: 44px; background-color: transparent; border: none !important } .order-history table .qty-box .input-group { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: transparent; border-radius: 5px; border: 1px solid #ecf3fa; overflow: hidden } .order-history table .qty-box .btn { background-color: transparent; border: none } .order-history table .qty-box .btn.bootstrap-touchspin-down { border-right: 1px solid } .order-history table .qty-box .btn.bootstrap-touchspin-up { border-left: 1px solid } .order-history table tbody tr td { vertical-align: middle } .order-history table tbody tr td .product-name a { font-size: 15px; color: #898989 } .order-history table tbody tr td .product-name .order-process { font-size: 13px; padding-left: 15px } .order-history table tbody tr td .product-name .order-process .order-process-circle { position: relative } .order-history table tbody tr td .product-name .order-process .order-process-circle:before { position: absolute; content: ''; width: 4px; height: 4px; border-radius: 100%; background-color: #898989; left: -15px; top: 4px } .order-history table tbody tr td .product-name .order-process .order-process-circle.shipped-order:before { background-color: #51bb25 } .order-history table tbody tr td .product-name .order-process .order-process-circle.cancel-order:before { background-color: #dc3545 } @media only screen and (max-width: 1199px) { .order-history table { width: 900px; overflow: auto } } .pagination-theme .page-item .page-link { color: var(--theme-deafult) !important } .pagination-theme .page-item.active .page-link { color: #fff !important; background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) } .pagination-primary .page-item .page-link { color: var(--theme-deafult) !important } .pagination-primary .page-item.active .page-link { color: #fff !important; background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) } .pagination-secondary .page-item .page-link { color: #f73164 !important } .pagination-secondary .page-item.active .page-link { color: #fff !important; background-color: #f73164 !important; border-color: #f73164 } .pagination-success .page-item .page-link { color: #51bb25 !important } .pagination-success .page-item.active .page-link { color: #fff !important; background-color: #51bb25 !important; border-color: #51bb25 } .pagination-danger .page-item .page-link { color: #dc3545 !important } .pagination-danger .page-item.active .page-link { color: #fff !important; background-color: #dc3545 !important; border-color: #dc3545 } .pagination-info .page-item .page-link { color: #a927f9 !important } .pagination-info .page-item.active .page-link { color: #fff !important; background-color: #a927f9 !important; border-color: #a927f9 } .pagination-dark .page-item .page-link { color: #2c323f !important } .pagination-dark .page-item.active .page-link { color: #fff !important; background-color: #2c323f !important; border-color: #2c323f } .pagination-warning .page-item .page-link { color: #f8d62b !important } .pagination-warning .page-item.active .page-link { color: #fff !important; background-color: #f8d62b !important; border-color: #f8d62b } .pricing-simple { -webkit-box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 5px rgba(68, 102, 242, 0.05) } .pricing-simple .card-body { border-bottom: none } .pricing-simple .card-body h3 { position: relative; margin-bottom: 38px } .pricing-simple .card-body h3:before { position: absolute; content: ''; width: 80px; height: 1px; margin: 0 auto; left: 0; right: 0; bottom: -10px; background-color: #999 } .pricing-simple .card-body h1 { font-size: 30px; line-height: 0.9; margin-bottom: 30px; font-weight: 400 } .pricingtable { text-align: center; padding-top: 45px; padding-bottom: 45px; border-radius: 10px; -webkit-box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); box-shadow: 0 0 40px rgba(8, 21, 66, 0.05); overflow: hidden; position: relative; z-index: 1; height: 100% } .pricingtable:before, .pricingtable:after { content: ""; background-color: var(--theme-deafult); width: 300px; height: 300px; border-radius: 50%; position: absolute; right: -213px; z-index: -1; opacity: 0.1 } .pricingtable:after { background-color: var(--theme-deafult); height: 300px; width: 300px; top: auto; bottom: -210px; right: auto; left: -160px; opacity: 0.1 } .pricingtable .title { text-transform: uppercase; margin-bottom: 20px } .pricingtable .price-value { color: #fff; background-color: var(--theme-deafult); width: 130px; height: 130px; padding: 45px 0 0; margin: 0 auto 25px; border-radius: 50% } .pricingtable .price-value .duration { margin: 0 0 0 -5px } .pricingtable .price-value .amount { font-size: 58px; font-weight: 700; line-height: 45px; display: inline-block } .pricingtable .price-value .currency { vertical-align: top } .pricingtable .pricing-content { margin: 0 0 25px; display: inline-block } .pricingtable .pricing-content li { font-weight: 500; text-align: left; margin: 0 0 20px; position: relative; padding-left: 30px } .pricingtable .pricing-content li:last-child { margin: 0 } .pricingtable .pricing-content li:before { content: "\f00c"; color: var(--theme-deafult); font-family: FontAwesome; text-align: center; width: 20px; height: 20px; border-radius: 50%; position: absolute; top: 1px; left: 0 } @media (max-width: 1470px) { .pricing-block>div { -webkit-box-flex: 50%; -ms-flex: 50%; flex: 50% } .pricing-block>div:nth-child(n+3) { margin-top: 30px } } @media only screen and (max-width: 991px) { .pricing-simple .card-body h1 { margin-bottom: 20px } .pricing-simple .card-body h3 { margin-bottom: 28px } .pricing-block>div:nth-child(n+2) { margin-top: 20px } } @media only screen and (max-width: 575px) { .pricing-simple .card-body h1 { margin-bottom: 15px } .pricing-block>div { -webkit-box-flex: 100%; -ms-flex: 100%; flex: 100% } .pricingtable { padding-top: 30px; padding-bottom: 30px } } .progress-showcase .progress { margin-bottom: 10px } .progress-showcase .progress:last-child { margin-bottom: 0 } .sm-progress-bar { height: 5px } .lg-progress-bar { height: 20px } .progress-animate { overflow: inherit; background-color: rgba(0, 0, 0, 0); margin-bottom: 2px } .progress-animate span { position: absolute; bottom: 25px; right: -10px; font-weight: 600; font-size: 14px } @-webkit-keyframes heartbit { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 25% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: .1 } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: .3 } 75% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .5 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } @keyframes heartbit { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 25% { -webkit-transform: scale(0.1); transform: scale(0.1); opacity: .1 } 50% { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: .3 } 75% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: .5 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0 } } .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(var(--theme-deafult))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--theme-deafult)); position: relative } .progress-gradient-primary:hover { background-size: 100% } .progress-gradient-primary::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: var(--theme-deafult); width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(var(--theme-deafult), 0.36); box-shadow: 0 0 17px 4px rgba(var(--theme-deafult), 0.36) } .progress-gradient-primary .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid var(--theme-deafult); border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-secondary { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f73164)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f73164); position: relative } .progress-gradient-secondary:hover { background-size: 100% } .progress-gradient-secondary::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f73164; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(247, 49, 100, 0.36); box-shadow: 0 0 17px 4px rgba(247, 49, 100, 0.36) } .progress-gradient-secondary .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f73164; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-success { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#51bb25)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #51bb25); position: relative } .progress-gradient-success:hover { background-size: 100% } .progress-gradient-success::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #51bb25; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(81, 187, 37, 0.36); box-shadow: 0 0 17px 4px rgba(81, 187, 37, 0.36) } .progress-gradient-success .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #51bb25; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-danger { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#dc3545)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #dc3545); position: relative } .progress-gradient-danger:hover { background-size: 100% } .progress-gradient-danger::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #dc3545; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(220, 53, 69, 0.36); box-shadow: 0 0 17px 4px rgba(220, 53, 69, 0.36) } .progress-gradient-danger .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #dc3545; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-info { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#a927f9)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #a927f9); position: relative } .progress-gradient-info:hover { background-size: 100% } .progress-gradient-info::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #a927f9; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(169, 39, 249, 0.36); box-shadow: 0 0 17px 4px rgba(169, 39, 249, 0.36) } .progress-gradient-info .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #a927f9; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-light { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f4f4f4)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f4f4f4); position: relative } .progress-gradient-light:hover { background-size: 100% } .progress-gradient-light::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f4f4f4; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(244, 244, 244, 0.36); box-shadow: 0 0 17px 4px rgba(244, 244, 244, 0.36) } .progress-gradient-light .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f4f4f4; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-dark { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#2c323f)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2c323f); position: relative } .progress-gradient-dark:hover { background-size: 100% } .progress-gradient-dark::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #2c323f; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36); box-shadow: 0 0 17px 4px rgba(44, 50, 63, 0.36) } .progress-gradient-dark .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #2c323f; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .progress-gradient-warning { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#f8d62b)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #f8d62b); position: relative } .progress-gradient-warning:hover { background-size: 100% } .progress-gradient-warning::after { position: absolute; content: ''; top: -3px; right: -1px; background-color: #f8d62b; width: 10px; height: 10px; border-radius: 100%; -webkit-box-shadow: 0 0 17px 4px rgba(248, 214, 43, 0.36); box-shadow: 0 0 17px 4px rgba(248, 214, 43, 0.36) } .progress-gradient-warning .animate-circle { position: absolute; top: -11px; right: -8px; height: 25px; width: 25px; border: 5px solid #f8d62b; border-radius: 70px; -webkit-animation: heartbit 1s ease-out; animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } .project-list .row { margin: 15px } .project-list button:focus { outline: none !important } .project-list .theme-form .form-group { margin-bottom: 15px } .project-list .border-tab.nav-tabs .nav-item .nav-link { border: 1px solid transparent; padding: 5px 30px 5px 0; border-radius: 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .project-list .btn { margin-right: 5px; vertical-align: -12px; float: right } .project-list .btn svg { vertical-align: middle; height: 16px } .project-list ul { margin-bottom: 0 !important; border-bottom: 0 } .project-list ul li svg { height: 18px; vertical-align: middle; margin-right: 5px } .tab-content .row>div.col-xl-4:nth-child(1) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 10ms; animation: fadeIncustom 0.5s linear 10ms } .tab-content .row>div.col-xl-4:nth-child(2) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 20ms; animation: fadeIncustom 0.5s linear 20ms } .tab-content .row>div.col-xl-4:nth-child(3) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 30ms; animation: fadeIncustom 0.5s linear 30ms } .tab-content .row>div.col-xl-4:nth-child(4) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 40ms; animation: fadeIncustom 0.5s linear 40ms } .tab-content .row>div.col-xl-4:nth-child(5) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 50ms; animation: fadeIncustom 0.5s linear 50ms } .tab-content .row>div.col-xl-4:nth-child(6) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 60ms; animation: fadeIncustom 0.5s linear 60ms } .tab-content .row>div.col-xl-4:nth-child(7) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 70ms; animation: fadeIncustom 0.5s linear 70ms } .tab-content .row>div.col-xl-4:nth-child(8) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 80ms; animation: fadeIncustom 0.5s linear 80ms } .tab-content .row>div.col-xl-4:nth-child(9) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 90ms; animation: fadeIncustom 0.5s linear 90ms } .tab-content .row>div.col-xl-4:nth-child(10) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 100ms; animation: fadeIncustom 0.5s linear 100ms } .tab-content .row>div.col-xl-4:nth-child(11) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 110ms; animation: fadeIncustom 0.5s linear 110ms } .tab-content .row>div.col-xl-4:nth-child(12) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 120ms; animation: fadeIncustom 0.5s linear 120ms } .tab-content .row>div.col-xl-4:nth-child(13) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 130ms; animation: fadeIncustom 0.5s linear 130ms } .tab-content .row>div.col-xl-4:nth-child(14) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 140ms; animation: fadeIncustom 0.5s linear 140ms } .tab-content .row>div.col-xl-4:nth-child(15) { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation: fadeIncustom 0.5s linear 150ms; animation: fadeIncustom 0.5s linear 150ms } .project-cards .tab-content { margin-bottom: -30px } .project-box { border: 1px solid #efefef; border-radius: 5px; padding: 30px; background-color: #fff; margin-bottom: 30px } .project-box h6 { font-weight: 500 !important } .project-box .badge { position: absolute; right: 30px; top: 15px } .project-box .project-status p { margin-bottom: 5px; font-weight: 800 } .project-box .media { margin-bottom: 15px } .project-box .media .media-body { opacity: 0.5 } .project-box .details div { margin-bottom: 5px; opacity: 0.7 } .projectdetails .card .card-body { padding: 20px } .projectdetails .card .card-footer { padding: 20px } .projectdetails .card select { width: 90px; height: 28px; font-size: 11px; right: 20px; top: 20px } .projectmore .details .col-4 { margin-bottom: 5px } .projectmore .details .col-4:nth-child(even) { opacity: 0.5 } .projectmore h5 { font-size: 20px; font-weight: 600 } .projectmore .task-list { position: relative } .projectmore .task-list ul li { margin-bottom: 5px } .projectmore .task-list ul+ul { position: absolute; left: 50%; top: 0 } .new-users.activity .gradient-round { padding: 13px; font-size: 20px; line-height: 1.4; text-align: center; top: unset !important } .new-users.activity .gradient-round::after { display: none } .user-profile .hovercard .socialheader { background: url(../images/social-app/social-image.png) } .user-profile .hovercard .user-image .share-icons { position: absolute; right: 100px; top: -27px } .user-profile .hovercard .user-image .share-icons li { display: inline-block; margin-right: 10px } .user-profile .hovercard .user-image .share-icons li .social-icon { width: 50px; height: 50px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: middle; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 100% } .user-profile .hovercard .user-image .share-icons li .social-icon i { color: #fff; font-size: 25px } .user-profile .hovercard .user-image .share-icons li:last-child { margin-right: 0 } .user-profile .card-footer>div h3 { font-size: 16px } .market-tabs .border-tab.nav-tabs .nav-item .nav-link.active { border-bottom: none !important } .market-tabs .nav { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .market-tabs .nav .nav-item { width: 100% } .market-tabs .nav .nav-item .nav-link { height: 81px; border-top-left-radius: 0; border-top-right-radius: 0; padding-top: 30px; text-align: center } .tabs-scoial { border-bottom: none; margin-bottom: 20px !important; margin-top: 20px } .tabs-scoial li a { font-weight: 600 } .tabs-scoial li a svg circle { color: #999 } .social-network span { margin-bottom: 30px; display: block } .social-list .media { margin-bottom: 20px; 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 } .social-list .media:last-child { margin-bottom: 0 } .social-list .media .media-body a { color: #999 } .social-list .media .media-body span { font-weight: 600 } .social-list .media .media-body:hover a { color: var(--theme-deafult) } .photos { margin-bottom: -15px } .photos ul li { display: inline-block; margin-right: 10px; margin-bottom: 10px; width: 70px } .photos ul li:nth-child(4n) { margin-right: 0 } .new-users-social { margin-bottom: 30px } .new-users-social svg { cursor: pointer } .new-users-social .media img { width: 58px } .new-users-social .media .media-body { margin-top: 10px } .new-users-social svg circle { color: #999 } .like-content span i { font-size: 14px } .timeline-content p { margin-top: 30px; color: #999 } .timeline-content .comment-number i { color: #999; margin-right: 20px } .timeline-content .comments-box { margin-top: 30px } .timeline-content .comments-box .input-group { margin-top: 6px } .timeline-content .comments-box .input-group .input-txt-bx { border: none } .timeline-content .comments-box .input-group .input-txt-bx::-webkit-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::-moz-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx:-ms-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::-ms-input-placeholder { color: #999 } .timeline-content .comments-box .input-group .input-txt-bx::placeholder { color: #999 } .timeline-content .comments-box .input-group .input-group-append .btn i { font-size: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; color: #999 } .social-chat { margin-top: 30px } .social-chat span span { font-weight: normal; color: #999; font-size: 12px } .social-chat .media-body { padding: 30px; border: 1px solid #f4f4f4; position: relative } .social-chat .media-body p { margin-top: 5px } .social-chat .media-body:before { content: ''; position: absolute; top: 19px; right: 100%; border: 7px solid transparent; border-right: 7px solid #59667a } .social-chat .media-body:after { content: ''; position: absolute; top: 19px; right: 100%; border: 7px solid transparent; border-right: 7px solid #fff } .social-chat .your-msg, .social-chat .other-msg { margin-bottom: 30px } .social-chat .other-msg { margin-left: 40px } .socialprofile span { color: #999 } .socialprofile .social-btngroup { margin: 30px 0 } .socialprofile .likes-profile h5 span { color: #2b2b2b } .socialprofile .social-group { margin-top: 30px } .socialprofile .social-group ul li:nth-child(4) { margin-left: -22px } .social-status form .form-group .form-control-social { border: 1px solid #f4f4f4; padding-left: 15px; margin-bottom: 30px } .social-status .media { position: relative; margin-bottom: 30px } .social-status .media:last-child { margin-bottom: 0 } .social-status .media .social-status { content: ''; position: absolute; width: 12px; height: 12px; background-color: #fff; bottom: 0; left: 35px; border-radius: 100% } .social-status .media .social-online { border: 3px solid #51bb25 } .social-status .media .social-busy { border: 3px solid #f8d62b } .social-status .media .social-offline { border: 3px solid #59667a } .social-status .media .media-body p { color: #999; margin-bottom: 5px } .social-status .media .media-body span+span { color: #999 } .social-status .media .media-body .light-span { color: #999 } .social-header h5 span:first-child { line-height: 1.48 } .social-header h5 span svg circle { color: #999 } .details-about+.details-about { margin-top: 30px } .details-about .your-details p { color: #999 } .avatar-showcase .friend-pic { margin-right: 8px; margin-bottom: 10px } .avatar-showcase .pepole-knows ul li { display: inline-block; margin-right: 20px; margin-bottom: 10px } .avatar-showcase .pepole-knows ul li:last-child { margin-right: 0 } .avatar-showcase .pepole-knows ul li .add-friend h6 { margin-top: 3px } .activity-log .my-activity+.my-activity { margin-top: 30px } .activity-log .my-activity p { margin-bottom: 5px } .activity-log .my-activity p span svg { width: 15px; height: 15px } .modal-open .datepickers-container { z-index: 1075 } .date-details { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .date-details>div+div { margin-left: 10px } .taskadd table tr td { border-top: none } .taskadd table tr td:first-child { padding-left: 30px } .taskadd table tr td:last-child { padding-right: 30px } .taskadd table tr td svg { width: 18px; height: 18px; color: #59667a } .taskadd table tr:first-child td { padding-top: 30px } .taskadd table tr:last-child td { padding-bottom: 30px } @media only screen and (max-width: 1660px) { .taskadd table tr td:first-child { min-width: 160px } .taskadd table tr td:nth-child(3) { min-width: 70px } } @media only screen and (max-width: 991px) { .date-details { display: block !important; margin-bottom: -10px } .date-details .d-inline-block { margin-bottom: 10px } .taskadd table tr td:first-child { padding-left: 20px } .taskadd table tr:first-child td { padding-top: 20px } .taskadd table tr:last-child td { padding-bottom: 20px } } @media only screen and (max-width: 767px) { .taskadd table tr td:nth-child(2) { min-width: 745px } } @media only screen and (max-width: 575px) { .taskadd table tr td:first-child { padding-left: 15px } .taskadd table tr:first-child td { padding-top: 15px } .taskadd table tr:last-child td { padding-bottom: 15px } } .activity .media { margin-bottom: 30px } .activity .media:last-child { margin-bottom: 0 } .activity .media .gradient-round { position: relative; width: 53px; height: 53px; background-image: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); border-radius: 100%; top: -18px } .activity .media .gradient-round svg { position: absolute; width: 18px; height: 18px; 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; left: 0; top: 18px; right: 0; margin: 0 auto } .activity .media .gradient-round svg path, .activity .media .gradient-round svg line, .activity .media .gradient-round svg circle { color: #fff } .activity .media .gradient-round.gradient-line-1:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 62px; bottom: -77px; left: 0; right: 0; margin: 0 auto } .activity .media .gradient-round.small-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 19px; bottom: -34px; left: 0; right: 0; margin: 0 auto } .activity .media .gradient-round.medium-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 53px; bottom: -68px; left: 0; right: 0; margin: 0 auto } .activity .media .media-body h6 { font-weight: 600; margin-bottom: 30px } .activity .media .media-body h6 span { font-weight: normal; color: #999 } .activity .media .media-body p { width: 80% } .timeline-small .media { margin-bottom: 30px } .timeline-small .media:last-child { margin-bottom: 0 } .timeline-small .media .timeline-round { position: relative; width: 53px; height: 53px; border-radius: 100%; border-radius: 15px; top: -18px } .timeline-small .media .timeline-round svg { position: absolute; width: 18px; height: 18px; 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; left: 0; top: 18px; right: 0; margin: 0 auto } .timeline-small .media .timeline-round svg path, .timeline-small .media .timeline-round svg line, .timeline-small .media .timeline-round svg circle { color: #fff } .timeline-small .media .timeline-round.timeline-line-1:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 62px; bottom: -88px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .timeline-round.small-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 19px; bottom: -34px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .timeline-round.medium-line:after { position: absolute; content: ''; background-color: #e9e9e9; width: 2px; height: 53px; bottom: -68px; left: 0; right: 0; margin: 0 auto } .timeline-small .media .media-body h6 { margin-bottom: 30px } .timeline-small .media .media-body h6 span { font-weight: normal; color: #999 } .timeline-small .media .media-body p { width: 80% } .cd-container { width: 90%; max-width: 1170px; margin: 0 auto } .cd-container::after { content: ''; display: table; clear: both } @media only screen and (min-width: 1170px) { #cd-timeline::before { left: 50% !important; margin-left: -2px } .cd-timeline-block { margin: 4em 0 } .cd-timeline-block:first-child { margin-top: 0 } .cd-timeline-block:last-child { margin-bottom: 0 } .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right } .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: auto; right: 122%; text-align: right } .cd-timeline-block:nth-child(even) .cd-timeline-content::before { top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: #f4f4f4 } .cd-timeline-img { width: 60px; height: 60px; left: 50%; margin-left: -30px } .cd-timeline-img>i { font-size: 18px; top: 50%; left: 50%; padding: 3px } .cssanimations .cd-timeline-img.is-hidden { visibility: hidden } .cssanimations .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s } .cssanimations .cd-timeline-content.is-hidden { visibility: hidden } .cssanimations .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s } .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s } .cd-timeline-content { margin-left: 0; padding: 1.6em; width: 45% } .cd-timeline-content .cd-date { position: absolute; width: 100%; left: 122%; top: 6px; font-size: 16px } .cd-timeline-content::before { top: 24px; left: 100%; border-color: transparent; border-left-color: #fff } } #cd-timeline { position: relative; padding: 2em 0 } #cd-timeline::before { content: ''; position: absolute; top: 0; font-size: 1.5rem; height: 100%; width: 2px; background: #f4f4f4; left: -15px } .cd-timeline-block { position: relative; margin: 30px 0 } .cd-timeline-block:after { content: ""; display: table; clear: both } .cd-timeline-block:first-child { margin-top: 0 } .cd-timeline-block:last-child { margin-bottom: 0 } .cd-timeline-img { width: 60px; height: 60px; left: 50%; margin-left: -30px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; position: absolute; top: 0; border-radius: 4px } .cd-timeline-img i { display: block; position: relative; left: 45%; top: 44%; margin-left: -12px; margin-top: -12px; font-size: 27px; color: #fff } @-webkit-keyframes cd-bounce-1 { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); transform: scale(0.5) } 60% { opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2) } 100% { -webkit-transform: scale(1); transform: scale(1) } } .cd-timeline-content { position: relative; background: #fdfeff; border-radius: 4px; padding: 30px; -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08); box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.08) } .cd-timeline-content p { padding-top: 9px } .cd-timeline-content h4 { margin-bottom: 0 } .cd-timeline-content:after { content: ""; display: table; clear: both } .cd-timeline-content audio { width: 100% } .cd-timeline-content .cd-date { font-size: 13px; display: inline-block; float: left; padding: .8em 0 0; opacity: .7 } .cd-timeline-content::before { content: ''; position: absolute; top: 16px; right: 100%; height: 0; width: 0; border: 7px solid transparent; border-left: 7px solid #f4f4f4 } @media only screen and (min-width: 768px) { .cd-timeline-content .cd-date { font-size: 14px; padding-bottom: 0 } } @-webkit-keyframes cd-bounce-2 { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); transform: translateX(-100px) } 60% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px) } 100% { -webkit-transform: translateX(0); transform: translateX(0) } } @-webkit-keyframes cd-bounce-2-inverse { 0% { opacity: 0 } 60% { opacity: 1 } } @keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); transform: translateX(100px) } 60% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px) } 100% { -webkit-transform: translateX(0); transform: translateX(0) } } @media only screen and (max-width: 1169px) { .cd-timeline-block .cd-timeline-img { left: -2px; height: 30px; width: 30px; margin-left: -30px; top: 14px; z-index: 7 } .cd-timeline-block .cd-timeline-img>i { font-size: 15px; top: 16px; left: 17px; padding: 3px } .landing-main #cd-timeline::before { left: -39px } .landing-main .cd-timeline-block .cd-timeline-img { left: -34px; height: 50px; width: 50px; top: 1px; z-index: 8 } .landing-main .cd-timeline-block .cd-timeline-img>i { font-size: 23px; top: 21px; left: 7px; padding: 3px } } @media only screen and (max-width: 576px) { .cd-timeline-content { padding: 15px } .cd-timeline-content h4 { font-size: 18px } } .timeliny { position: relative; display: block; padding: 10rem 0; width: 100%; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #fcfcfc; text-rendering: optimizeLegibility; color: #f4f4f4; opacity: 0; overflow: hidden; cursor: move } .timeliny.loaded { opacity: 1 } .timeliny::before { content: ''; position: absolute; background-color: #898989; width: 100%; height: 1px; top: 50%; left: 0 } .timeliny .timeliny-wrapper { display: block; margin: auto; width: 100%; max-width: 1024px } .timeliny .timeliny-dot { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; display: block; position: absolute; top: 50%; left: 0; margin-top: -.6rem; width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 1px solid #898989; background-color: #fff } .timeliny .timeliny-dot::before { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; content: attr(data-year); display: block; position: absolute; top: -5rem; left: 1.25rem; color: #2c323f; font-family: Rubik, sans-serif; font-size: 22px } .timeliny .timeliny-dot::after { -webkit-transition: all .35s ease-in-out; transition: all .35s ease-in-out; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: attr(data-text); display: block; position: absolute; width: 256px; top: 5.6rem; left: 1.25rem; color: #f4f4f4; opacity: 0; font-size: 0.9em } @media (min-width: 768px) { .timeliny .timeliny-dot::after { width: 341.33333px } } .timeliny .timeliny-timeline { position: absolute; top: 50%; left: 0; display: table; width: 100%; z-index: 5 } .timeliny .timeliny-timeline .timeliny-timeblock { display: table-cell; position: relative } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot { border-color: var(--theme-deafult); background-color: var(--theme-deafult); -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33); box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.33) } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before { color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after { color: #2c323f; opacity: 1; background-color: #fff; border: 1px solid #efefef; padding: 10px; border-radius: 5px } .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot { cursor: move } .timeliny .timeliny-timeline .timeliny-timeblock.inactive .timeliny-dot::before { color: #f4f4f4 } .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover { border-color: #2c323f; background-color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before { color: #2c323f } .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after { color: #2c323f; opacity: 1; background-color: #fff; border: 1px solid #efefef; padding: 10px; border-radius: 5px } .timeliny .timeliny-vertical-line { position: absolute; display: block; z-index: 1; left: 16%; top: 0; width: 1px; height: 100%; background-color: var(--theme-deafult) } @media (min-width: 768px) { .timeliny .timeliny-vertical-line { left: 32% } } .timeliny .timeliny-vertical-line::before { content: ''; position: absolute; top: 0; left: -7px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--theme-deafult) } .timeliny .timeliny-vertical-line::after { content: ''; position: absolute; bottom: 0; left: -7px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid var(--theme-deafult) } .user-profile .ttl-info h6 { font-size: 12px; color: #59667a } .user-profile .border-right { border-right: 1px solid #f4f4f4 } .user-profile hr { margin: 30px 0 } .user-profile .hovercard .cardheader { background: url(../images/other-images/bg-profile.png); background-size: cover; background-position: 10%; height: 470px } .user-profile .hovercard .user-image { position: relative; height: 0 } .user-profile .hovercard .user-image .avatar { margin-top: -80px } .user-profile .hovercard .user-image .avatar img { width: 100px; height: 100px; max-width: 155px; max-height: 155px; border-radius: 50%; border: 7px solid #fff } .user-profile .hovercard .user-image .icon-wrapper { position: absolute; bottom: -20px; left: 51%; 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; height: 40px; width: 40px; border-radius: 50%; background-color: #fff; cursor: pointer; overflow: hidden; margin: 0 auto; font-size: 17px; -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1); box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1) } .user-profile .hovercard .info { padding: 30px } .user-profile .hovercard .info .title { margin-bottom: 4px; font-size: 24px; line-height: 1; color: #2c323f; vertical-align: middle } .user-profile .hovercard .info .title a { color: #242934; font-size: 20px; text-transform: uppercase; font-weight: 500 } .user-profile .hovercard .info .desc { overflow: hidden; font-size: 14px; line-height: 20px; color: #59667a; text-overflow: ellipsis; text-transform: uppercase } .user-profile .follow { margin-top: 20px } .user-profile .follow .follow-num { font-size: 20px; color: #242934; font-family: Rubik, sans-serif; font-weight: 500 } .user-profile .follow span { color: #59667a } .user-profile .profile-img-style { padding: 30px } .user-profile .profile-img-style .img-container { margin-top: 30px } .user-profile .profile-img-style .user-name { font-size: 14px; color: #242934; margin: 0; font-weight: 600 } .user-profile .profile-img-style p { line-height: 30px; font-size: 14px; color: #898989; margin-bottom: 0 } .user-profile .profile-img-style .media img { width: 50px } .user-profile .like-comment a { color: #898989 } .user-profile .like-comment a:hover { color: #dc3545 } .user-profile .like-comment span { font-family: Rubik, sans-serif } .user-profile .social-media a { padding: 0 15px; color: #59667a; font-size: 24px; cursor: pointer } .user-profile .social-media a:hover { color: var(--theme-deafult) } .edit-profile .profile-title .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 30px } .edit-profile .profile-title .media .media-body { margin-left: 25px } .wishlist table tr td svg { color: #898989; cursor: pointer } body.dark-only { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title { background: #262932; color: #fff } body.dark-only .card { background-color: #262932 } body.dark-only .ecommerce-widget { border: 1px solid #374558 !important } body.dark-only .btn-light { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .form-select { color: rgba(255, 255, 255, 0.6) } body.dark-only .add-project .text-inherit { color: rgba(255, 255, 255, 0.6) } body.dark-only .knowledgebase-search { color: #2b2b2b } body.dark-only .knowledgebase-search .form-control-plaintext { color: #2b2b2b } body.dark-only .btn-close { -webkit-filter: brightness(0.8) invert(1); filter: brightness(0.8) invert(1) } body.dark-only .prooduct-details-box .media { border: 1px solid #374558 } body.dark-only .product-price del { color: #98a6ad } body.dark-only .ProfileCard { border: 1px solid #374558 !important } body.dark-only .form-control-plaintext { color: rgba(255, 255, 255, 0.6) } body.dark-only .form-select { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .box-layout { background-color: #1d1e26 } body.dark-only .box-layout .page-wrapper .page-header .header-wrapper, body.dark-only .box-layout.page-wrapper .page-header .header-wrapper { border: 1px solid #1d1e26 } body.dark-only .form-check-input { background-color: #1d1e26 } body.dark-only .switch-state:before { background-color: #262932 } body.dark-only .daterangepicker:before { border-bottom-color: #262932 } body.dark-only .daterangepicker .ranges li { background-color: #1d1e26; border-color: #262932; color: #898989 } body.dark-only .daterangepicker .daterangepicker_input .form-control { background-color: #1d1e26; border-color: #262932 !important } body.dark-only .daterangepicker .calendar-time select { border-color: #262932; background-color: #1d1e26 } body.dark-only .daterangepicker.dropdown-menu { background-color: #262932; -webkit-box-shadow: 0 0 14px #1d1e26; box-shadow: 0 0 14px #1d1e26 } body.dark-only .daterangepicker .calendar-table { background-color: #262932; border-color: #262932 } body.dark-only .daterangepicker.ltr td.in-range, body.dark-only .daterangepicker.ltr td.off { background-color: #1d1e26; color: #fff } body.dark-only .tooltip.bs-tooltip-top .tooltip-arrow:before { border-top-color: #323846 } body.dark-only .tooltip.bs-tooltip-bottom .tooltip-arrow:before { border-bottom-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip.bs-tooltip-start .tooltip-arrow:before { border-left-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip.bs-tooltip-end .tooltip-arrow:before { border-right-color: #323846; border-top-color: rgba(0, 0, 0, 0) } body.dark-only .tooltip .tooltip-inner { background-color: #323846; color: #fff } body.dark-only .tooltip .tooltip-arrow:before { border-top-color: #323846 } body.dark-only .page-wrapper.only-body .page-body-wrapper .page-title>.row .col-6:first-child h6 { color: rgba(255, 255, 255, 0.5) } body.dark-only .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span { color: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { background-color: #262932 !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { background-color: #1d1e26; border: 1px solid #374558; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child { border-top: 1px solid #374558 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front { background-color: #1d1e26 !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg { stroke: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child { background-color: #262932 } body.dark-only .customizer-contain { color: #1d1e26 } body.dark-only .customizer-contain .customizer-body .main-layout .box-layout { background-color: #fff } body.dark-only .login-card .btn-showcase .btn { background-color: #262932 !important; color: #fff; border-color: #262932 !important } body.dark-only .login-card .login-main { -webkit-box-shadow: 0 0 37px rgba(255, 255, 255, 0.05); box-shadow: 0 0 37px rgba(255, 255, 255, 0.05) } body.dark-only .login-card .login-main .theme-form input { background-color: #262932 !important } body.dark-only .login-card .login-main .theme-form .or:before { background-color: #262932 } body.dark-only .login-card .login-main .theme-form .checkbox label::before { background-color: #262932 !important; border-color: #262932 !important } body.dark-only .H_ui~div { background-color: #1d1e26 !important } body.dark-only .swal-icon--success:after, body.dark-only .swal-icon--success:before { background: #262932 } body.dark-only .swal-icon--success__hide-corners { background-color: #262932 } body.dark-only .note-editor.note-frame .note-status-output { border-top: 1px solid #262932 } body.dark-only .note-editor.note-frame .note-statusbar { border-top: 1px solid #262932 } body.dark-only .note-editor.note-frame .note-statusbar .note-resizebar { background-color: #262932 } body.dark-only .light-font { color: #fff } body.dark-only .page-link { background-color: #1d1e26; border: 1px solid #374558 } body.dark-only .b-r-light { border-right: 1px solid #374558 !important } body.dark-only .history-details .media { border-top: 1px solid #374558 } body.dark-only .modal-header { border-bottom: 1px solid #374558 } body.dark-only #right-history { background-color: #262932; -webkit-box-shadow: 0 0 9px #1d1e26; box-shadow: 0 0 9px #1d1e26 } body.dark-only #right-history h6 span a { color: rgba(255, 255, 255, 0.6) } body.dark-only .ProfileCard:hover { color: rgba(255, 255, 255, 0.6); background-color: #262932 } body.dark-only .translate_wrapper.active .more_lang:before { border-bottom: 7px solid #262932 } body.dark-only .translate_wrapper.active .more_lang .lang { border-bottom: 1px solid #1d1e26 } body.dark-only .toggle-sidebar svg { stroke: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper { background-color: #1d1e26 } body.dark-only .page-wrapper .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { background-color: #262932 } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-link.active svg { stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { background: #262932; border-top: 1px solid #374558 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { background: #262932 } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, body.dark-only .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { background: #262932 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { background-color: #262932 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-only .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper.material-type .page-header .header-wrapper { border-radius: 15px 15px 0 0 } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang { color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div { color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { border: 1px solid #1d1e26; background: #1d1e26; color: #fff } body.dark-only .page-wrapper.material-icon .page-header .header-logo-wrapper { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.material-icon .page-body-wrapper .page-body { background-color: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout { background-color: #1d1e26 } body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-header .header-wrapper .header-logo-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-body-wrapper { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper.advance-layout .page-body-wrapper .page-body { background: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper .page-header .header-wrapper .search-full { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .search-full input { color: rgba(255, 255, 255, 0.6) } body.dark-only ::-webkit-calendar-picker-indicator { -webkit-filter: invert(1); filter: invert(1) } body.dark-only .left-header .mega-menu-container { background-color: #262932; border-top: 1px solid #262932 } body.dark-only .left-header .mega-menu-container .mega-box+.mega-box { border-left: 1px solid #374558 } body.dark-only .left-header .mega-menu div>div a { color: rgba(255, 255, 255, 0.7) } body.dark-only .left-header .level-menu .header-level-menu { background-color: #262932 } body.dark-only .left-header .level-menu .header-level-menu>li .header-level-sub-menu { background-color: #262932 } body.dark-only .left-header .level-menu .header-level-menu>li a { color: rgba(255, 255, 255, 0.7) } body.dark-only .left-header .level-menu .header-level-menu>li svg { stroke: rgba(255, 255, 255, 0.7) } body.dark-only .kanban-board-header { background-color: #1d1e26 !important; border-bottom: 1px solid #262932 !important } body.dark-only .kanban-board .kanban-drag { background: #1d1e26 !important } body.dark-only .kanban-container .kanban-item .kanban-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .project-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-content .form-inline { border: 1px solid #1d1e26 } body.dark-only .file-content .files .file-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-content .files .file-box .file-top { background-color: #262932; border: 1px solid rgba(115, 102, 255, 0.15) } body.dark-only .file-content .folder .folder-box { border: 1px solid rgba(115, 102, 255, 0.15); background-color: #1d1e26 } body.dark-only .file-sidebar .pricing-plan { border: 1px solid rgba(115, 102, 255, 0.15) !important } body.dark-only .file-sidebar .btn-light { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 !important; border: 1px solid rgba(115, 102, 255, 0.15) !important } body.dark-only #lnb { border-right: 1px solid #374558 } body.dark-only .lnb-new-schedule, body.dark-only .lnb-calendars>div { border-bottom: 1px solid #374558 } body.dark-only #menu .sidebar-list .btn-default { color: rgba(255, 255, 255, 0.2) } body.dark-only .tui-full-calendar-timegrid-hour { background-color: #262932; color: #fff !important } body.dark-only .tui-full-calendar-timegrid-gridline { border-bottom: 1px solid #374558 !important } body.dark-only .tui-full-calendar-time-date, body.dark-only .tui-full-calendar-weekday-grid-line, body.dark-only .tui-full-calendar-left, body.dark-only .tui-full-calendar-timegrid-timezone { border-right-color: #374558 !important } body.dark-only .tui-full-calendar-popup { color: #2b2b2b } body.dark-only #menu .btn-default { color: rgba(255, 255, 255, 0.6) } body.dark-only #menu .btn-default:hover { color: #2b2b2b } body.dark-only #menu .dropdown-menu { color: rgba(255, 255, 255, 0.6) } body.dark-only .tui-full-calendar-dayname-container, body.dark-only .tui-full-calendar-splitter { border-top-color: #374558 !important; border-bottom-color: #374558 !important } body.dark-only span.tui-full-calendar-dayname-date-area { color: #fff !important } body.dark-only .tui-full-calendar-layout { background-color: #262932 !important } body.dark-only .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { background-color: var(--theme-deafult); color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span.loader-span .dot { background: rgba(255, 255, 255, 0.6) } body.dark-only .blockquote { border-left: 4px solid #374558 } body.dark-only .figure.text-end blockquote { border-right-color: #374558 } body.dark-only .contacts-tabs .nav-pills { border-right: 1px solid #374558 } body.dark-only .contacts-tabs .nav-pills .nav-link+.nav-link { border-top: 1px solid #374558 } body.dark-only .list-persons .profile-mail .media .media-body ul li+li { border-left: 2px solid #374558 } body.dark-only .product-wrapper.sidebaron .product-sidebar .filter-section .card .left-filter { background-color: #262932 } body.dark-only .apexcharts-gridline { stroke: #1d1e26 } body.dark-only .apexcharts-tooltip-title, body.dark-only .apexcharts-tooltip-series-group, body.dark-only .apexcharts-tooltip.light, body.dark-only .apexcharts-menu-item { color: #000 } body.dark-only .small-donut~svg path:nth-child(even), body.dark-only .small-donut svg path:nth-child(even), body.dark-only .donut-peity2~svg path:nth-child(even), body.dark-only .donut-peity2 svg path:nth-child(even), body.dark-only .pie-peity~svg path:nth-child(even), body.dark-only .pie-peity svg path:nth-child(even) { fill: #1d1e26 } body.dark-only .earning-card.card .card-body .left_side_earning p { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .earning-content { border-right: 1px solid #374558 } body.dark-only .earning-card.card .card-body .inner-top-left ul li, body.dark-only .earning-card.card .card-body .inner-top-right ul li { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .inner-top-left ul li.active, body.dark-only .earning-card.card .card-body .inner-top-right ul li.active { color: var(--theme-deafult) } body.dark-only .earning-card.card .card-body .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .earning-card.card .card-body .border-top { border-top: 1px solid #374558 !important } body.dark-only .chart_data_left .card-body .chart-main .media, body.dark-only .chart_data_right .card-body .chart-main .media { border-right: 1px solid #374558 } body.dark-only .chart_data_left .card-body .chart-main .media.border-none, body.dark-only .chart_data_right .card-body .chart-main .media.border-none { border-right: none } body.dark-only .chart_data_left .card-body .media .right-chart-content span, body.dark-only .chart_data_right .card-body .media .right-chart-content span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .chart_data_right .card-body .knob-block input { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .third-news-update .news-update, body.dark-only .news .news-update, body.dark-only .appointment-sec .news-update { border-bottom: 1px solid #374558 } body.dark-only .third-news-update .news-update span, body.dark-only .news .news-update span, body.dark-only .appointment-sec .news-update span { color: rgba(255, 255, 255, 0.6) } body.dark-only .third-news-update .news-update h6, body.dark-only .news .news-update h6, body.dark-only .appointment-sec .news-update h6 { margin-bottom: 2px; line-height: 24px } body.dark-only .third-news-update .appointment .radar-chart .apexcharts-datalabel, body.dark-only .news .appointment .radar-chart .apexcharts-datalabel, body.dark-only .appointment-sec .appointment .radar-chart .apexcharts-datalabel { fill: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control { background-color: #262932 !important; border: none !important; border-left: 1px solid var(--theme-deafult) !important } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .chat-default .card-body.chat-box .input-group .form-control::placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .appointment-table table tr td.img-content-box .font-roboto { color: rgba(255, 255, 255, 0.6) } body.dark-only .notification .card .media .media-body p span { color: rgba(255, 255, 255, 0.6) } body.dark-only .notification .card .media .media-body span { color: rgba(255, 255, 255, 0.6) } body.dark-only .datepicker { background-color: #323846 } body.dark-only .datepicker .datepicker--cell.-current- { color: #7366ff } body.dark-only .cal-date-widget .datepicker { background-color: #323846 } body.dark-only .cal-date-widget .datepicker .datepicker--cell-day { color: #fff } body.dark-only .cal-date-widget .datepicker .datepicker--cell.-current- { color: #7366ff } body.dark-only .default-datepicker .datepicker-inline .datepicker { background: #262932 } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--nav-title i { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--cell-day, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--day-name, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day { color: rgba(255, 255, 255, 0.6) } body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--day-name.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--days-names .datepicker--cell-day.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--day-name.-selected-, body.dark-only .default-datepicker .datepicker-inline .datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day.-selected- { color: #fff } body.dark-only .dash-chart .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .dash-chart .media .media-body p .font-roboto { color: rgba(255, 255, 255, 0.6) } body.dark-only .our-product table tr td p { color: rgba(255, 255, 255, 0.6) } body.dark-only .activity-timeline .media .activity-line { background-color: rgba(255, 255, 255, 0.2) } body.dark-only .activity-timeline .media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .total-users .goal-status ul:last-child li { border-top-color: #374558 } body.dark-only .best-seller-table table tbody tr td .label { color: rgba(255, 255, 255, 0.6) } body.dark-only .best-seller-table table tbody tr td p { color: rgba(255, 255, 255, 0.2) } body.dark-only .best-seller-table table tbody tr:hover td { color: var(--theme-deafult) !important } body.dark-only .best-seller-table table tbody tr:hover td span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .best-seller-table table tbody tr:hover td .label, body.dark-only .best-seller-table table tbody tr:hover td p { color: var(--theme-deafult) !important } body.dark-only [class*='activity-dot-'] { background-color: #262932 } body.dark-only .page-header .header-wrapper .nav-right .chat-dropdown li:last-child, body.dark-only .page-header .header-wrapper .nav-right .profile-dropdown li:last-child { border-top: 1px solid #374558 !important } body.dark-only .alert-primary { background-color: rgba(115, 102, 255, 0.8) !important; border-color: rgba(115, 102, 255, 0.9) !important; color: #fff } body.dark-only .alert-primary .progress { height: 5px; background-color: #6e61ff; border-radius: 0 } body.dark-only .alert-primary .progress-bar { background-color: #fff } body.dark-only .alert-primary.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-primary.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-primary.outline .btn-close, body.dark-only .alert-primary.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-secondary { background-color: rgba(247, 49, 100, 0.8) !important; border-color: rgba(247, 49, 100, 0.9) !important; color: #fff } body.dark-only .alert-secondary .progress { height: 5px; background-color: #f72c60; border-radius: 0 } body.dark-only .alert-secondary .progress-bar { background-color: #fff } body.dark-only .alert-secondary.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-secondary.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-secondary.outline .btn-close, body.dark-only .alert-secondary.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-success { background-color: rgba(81, 187, 37, 0.8) !important; border-color: rgba(81, 187, 37, 0.9) !important; color: #fff } body.dark-only .alert-success .progress { height: 5px; background-color: #4fb724; border-radius: 0 } body.dark-only .alert-success .progress-bar { background-color: #ebfae5 } body.dark-only .alert-success.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-success.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-success.outline .btn-close, body.dark-only .alert-success.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-danger { background-color: rgba(220, 53, 69, 0.8) !important; border-color: rgba(220, 53, 69, 0.9) !important; color: #fff } body.dark-only .alert-danger .progress { height: 5px; background-color: #db3141; border-radius: 0 } body.dark-only .alert-danger .progress-bar { background-color: #fff } body.dark-only .alert-danger.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-danger.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-danger.outline .btn-close, body.dark-only .alert-danger.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-warning { background-color: rgba(248, 214, 43, 0.8) !important; border-color: rgba(248, 214, 43, 0.9) !important; color: #fff } body.dark-only .alert-warning .progress { height: 5px; background-color: #f8d526; border-radius: 0 } body.dark-only .alert-warning .progress-bar { background-color: #fff } body.dark-only .alert-warning.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-warning.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-warning.outline .btn-close, body.dark-only .alert-warning.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-info { background-color: rgba(169, 39, 249, 0.8) !important; border-color: rgba(169, 39, 249, 0.9) !important; color: #fff } body.dark-only .alert-info .progress { height: 5px; background-color: #a722f9; border-radius: 0 } body.dark-only .alert-info .progress-bar { background-color: #fff } body.dark-only .alert-info.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-info.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-info.outline .btn-close, body.dark-only .alert-info.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-light { background-color: rgba(244, 244, 244, 0.8) !important; border-color: rgba(244, 244, 244, 0.9) !important; color: #fff } body.dark-only .alert-light .progress { height: 5px; background-color: #f1f1f1; border-radius: 0 } body.dark-only .alert-light .progress-bar { background-color: #fff } body.dark-only .alert-light.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-light.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-light.outline .btn-close, body.dark-only .alert-light.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .alert-dark { background-color: rgba(44, 50, 63, 0.8) !important; border-color: rgba(44, 50, 63, 0.9) !important; color: #fff } body.dark-only .alert-dark .progress { height: 5px; background-color: #2a303c; border-radius: 0 } body.dark-only .alert-dark .progress-bar { background-color: #a8b0c2 } body.dark-only .alert-dark.inverse { background-color: rgba(0, 0, 0, 0) !important } body.dark-only .alert-dark.inverse .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .alert-dark.outline .btn-close, body.dark-only .alert-dark.outline-2x .btn-close { -webkit-filter: brightness(1) invert(1); filter: brightness(1) invert(1) } body.dark-only .dismiss-text .alert-dismissible .btn-close { -webkit-filter: unset; filter: unset } body.dark-only .dismiss-text .alert-dismissible .btn-close .bg-light { color: #2b2b2b !important } body.dark-only .options>div { border: 1px solid #374558 } body.dark-only .was-validated .custom-control-input:invalid~.custom-control-label::before { background-color: #1d1e26 } body.dark-only .pricing-simple { -webkit-box-shadow: 1px 1px 2px 1px #1d1e26 !important; box-shadow: 1px 1px 2px 1px #1d1e26 !important } body.dark-only .pricing-block { -webkit-box-shadow: 0 0 10px 5px rgba(115, 102, 255, 0.05) !important; box-shadow: 0 0 10px 5px rgba(115, 102, 255, 0.05) !important } body.dark-only .search-page ul.search-info li+li { border-left: 1px solid #1d1e26 } body.dark-only .browse .browse-articles h6 { border-bottom: 1px solid #1d1e26 } body.dark-only .job-search .job-description .theme-form .row div[class^="col-"] .input-group .datepicker-here { border: 1px solid #1d1e26 } body.dark-only .calendar-wrap .fc-unthemed td, body.dark-only .calendar-wrap .fc-unthemed th { border-color: #1d1e26 } body.dark-only .mega-inline .card, body.dark-only .mega-horizontal .card, body.dark-only .mega-vertical .card { -webkit-box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important; box-shadow: 1px 1px 7px 0 rgba(55, 69, 88, 0.5) !important } body.dark-only .mega-inline.plain-style .card, body.dark-only .mega-inline.border-style .card, body.dark-only .mega-inline.offer-style .card, body.dark-only .mega-horizontal.plain-style .card, body.dark-only .mega-horizontal.border-style .card, body.dark-only .mega-horizontal.offer-style .card, body.dark-only .mega-vertical.plain-style .card, body.dark-only .mega-vertical.border-style .card, body.dark-only .mega-vertical.offer-style .card { -webkit-box-shadow: none !important; box-shadow: none !important } body.dark-only .mega-inline.border-style .card, body.dark-only .mega-horizontal.border-style .card, body.dark-only .mega-vertical.border-style .card { border: 1px solid #374558 !important } body.dark-only .mega-inline.offer-style .card, body.dark-only .mega-horizontal.offer-style .card, body.dark-only .mega-vertical.offer-style .card { border: 1px dashed #374558 !important } body.dark-only .setting-dot .setting-bg { background-color: var(--theme-secondary) } body.dark-only .bookmark.pull-right { border: none } body.dark-only .popover { background-color: #1d1e26 } body.dark-only .popover.bs-popover-bottom .popover-arrow:after { border-bottom-color: #1d1e26; border-right-color: rgba(0, 0, 0, 0) } body.dark-only .popover.bs-popover-top .popover-arrow:after { border-right-color: rgba(0, 0, 0, 0); border-top-color: #1d1e26 } body.dark-only .popover.bs-popover-start .popover-arrow:after { border-left-color: #1d1e26 } body.dark-only .popover .popover-header { background-color: #262932 } body.dark-only .popover .popover-arrow:after { border-right-color: #1d1e26 } body.dark-only .popover .popover-body { color: rgba(255, 255, 255, 0.6) } body.dark-only .popover code { background-color: unset } body.dark-only .apex-chart-container .apexcharts-legend .apexcharts-legend-series span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .apexcharts-canvas svg .apexcharts-title-text { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-subtitle-text { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-yaxis .apexcharts-yaxis-texts-g .apexcharts-yaxis-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-xaxis .apexcharts-xaxis-texts-g .apexcharts-xaxis-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-legend-series span { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-label { fill: #fff } body.dark-only .apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value { fill: #fff } body.dark-only .Typeahead-menu { background-color: #1d1e26 } body.dark-only .ecommerce-widget { border: 1px solid #1d1e26 } body.dark-only .bookmark ul li .search-form .form-control-search input { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .bookmark ul li .search-form .form-control-search:before { background: #1d1e26 } body.dark-only .cart .qty-box .input-group .btn { background-color: #2e3648 !important; border-color: #374558 !important } body.dark-only .checkout .checkout-details { background-color: #1d1e26; border: 1px solid #1d1e26; padding: 40px } body.dark-only .checkout .checkout-details .animate-chk .radio_animated:after { border: 2px solid #262932 } body.dark-only .order-box .title-box { color: #bfc2c6; border-bottom: 1px solid #1d1e26 } body.dark-only .order-box .qty { border-bottom: 1px solid #1d1e26 } body.dark-only .order-box .qty li { color: #bfc2c6 } body.dark-only .order-box .qty li span { color: #bfc2c6 } body.dark-only .order-box .sub-total li { color: #bfc2c6 } body.dark-only .order-box .total li { color: #bfc2c6 } body.dark-only .shopping-checkout-option .checkbox_animated:after { border: 2px solid #262932 } body.dark-only .animate-chk .radio_animated:after { border: 2px solid #1d1e26 } body.dark-only .custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(41, 50, 64, 0.52) } body.dark-only .product-box .product-img .product-hover ul li .btn { color: #98a6ad } body.dark-only .product-box .product-img .product-hover ul li:hover .btn { color: #fff } body.dark-only .radio_animated:after, body.dark-only .checkbox_animated:after { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .slider-product { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .square-product-setting .icon-grid { background-color: #262932 } body.dark-only .square-product-setting .icon-grid svg { color: rgba(255, 255, 255, 0.6) } body.dark-only .active-order-table table thead tr th, body.dark-only .market-table table thead tr th { border-top: none !important } body.dark-only .active-order-table table tbody tr td, body.dark-only .market-table table tbody tr td { border-bottom: 1px solid #1d1e26 } body.dark-only .active-order-table table tbody tr:last-child td, body.dark-only .market-table table tbody tr:last-child td { border-bottom: none } body.dark-only .pricing-card-design-2 .pricing-block .pricing-inner ul li { border-bottom: 1px solid #1d1e26 } body.dark-only .flot-chart-container .legend .table tbody { background-color: #262932; color: #fff } body.dark-only .flot-chart-container .legend .table tbody .legendLabel { padding-left: 5px } body.dark-only .google-visualization-tooltip text { fill: rgba(0, 0, 0, 0.7) !important } body.dark-only .nav-dark .nav-link, body.dark-only .nav-pills.nav-dark .nav-link { color: #fff } body.dark-only .loader-wrapper { background-color: #1d1e26 } body.dark-only .loader-wrapper .loader { background-color: #1d1e26 !important } body.dark-only .page-wrapper .page-header .translate_wrapper.active .more_lang { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .translate_wrapper.active .lang { background-color: #262932 } body.dark-only .page-wrapper .page-header form { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper li i { color: #f4f4f4 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li svg { stroke: #fff } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right.right-header>ul>li .profile-media .media-body p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .media .media-body .txt-dark { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 14px #1d1e26; box-shadow: 0 0 14px #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div li { border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div:after { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div li span { color: #98a6ad } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .notification-dropdown.onhover-show-div .bg-light { background-color: #282e38 !important; color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg path, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg line, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a svg circle { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg line, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg path, body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li a:hover svg circle { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .media .media-body .txt-dark { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 2px 2px #262932; box-shadow: 0 0 2px 2px #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .onhover-show-div:after { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .notification-dropdown.onhover-show-div li { border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right>ul>li .notification-dropdown.onhover-show-div li span { color: #98a6ad } body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .chat-dropdown li { color: #fff; border-color: #262932 } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-moz-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::-ms-input-placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form input::placeholder { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-header .header-logo-wrapper { background-color: #262932 } body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-dark { display: none } body.dark-only .page-wrapper .page-header .header-logo-wrapper .logo-wrapper a .image-light { display: block } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .header-small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .statistics p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .feather-main .professor-block p, body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table .professor-block p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .logs-element span+span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-block .progress-title span+span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .ecommerce-icons div span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .new-users .media .media-body p, body.dark-only .page-wrapper .page-body-wrapper .page-body .recent-notification .media .media-body p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .media .media-body span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .progress-media .progress-change span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr td { border-top: none !important; border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .topper-lists table tbody tr:last-child td { border-bottom: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .notifiaction-media .media .media-body .circle-left { border: 5px solid #334154 } body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .upcoming-event .upcoming-innner:last-child { border-bottom: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .professor-table table tbody tr td { border-top: none !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .number-widgets .media .media-body h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.gradient-line-1:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.small-line:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .gradient-round.medium-line:after { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .activity .media .media-body h6 span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card.custom-card .card-header { border-bottom: none !important } body.dark-only .page-wrapper .page-body-wrapper .custom-card .card-header img { background-color: #000; opacity: 0.8 } body.dark-only .page-wrapper .page-body-wrapper .page-title .row h3 small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb li { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb-item.active { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card:not(.email-body) { border: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) { background-color: #262932; -webkit-box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08); box-shadow: 1px 1px 2px 1px rgba(29, 28, 28, 0.08); border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block #bar-chart2 svg>g text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg>g>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-block .word-tree svg>g>text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header { background-color: rgba(0, 0, 0, 0); border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header>span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h3, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h4, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-header .card-header-right i.fa-cog { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-dark a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.outline-2x, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .alert-light.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #animation-box .animate-widget p { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .grid-item img { background-color: #262932; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .line { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) thead, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tbody, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tfoot, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) th { border-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table td { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead th { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table thead .border-bottom-primary th { border-bottom: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-primary td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-secondary td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-success td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-info td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-warning td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-light td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .table-danger td { color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-primary, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-secondary, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-success, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-info, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-warning, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-danger { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .bg-light { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table .thead-light th { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table tbody .border-bottom-primary td { border-bottom: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*='bg-'] th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table[class*='bg-'] td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: rgba(0, 0, 0, 0.05) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-striped tbody tr:nth-of-type(odd):hover td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-double, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dotted, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-dashed { border-left-color: #374558; border-right-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered { border-color: #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered th { border-color: #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-inverse tbody tr:nth-of-type(odd):hover td { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-border-vertical td { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling thead td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-styling tbody td { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .card-footer { background-color: #262932; border-top: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch .switch-state { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .switch input:checked+.switch-state { background-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bg-white { background-color: #fff !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-l-light { border-left: 1px solid #1d1e26 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-grid { stroke: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ct-label { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) hr { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .text-muted { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .calender-widget .cal-date { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .contact-form .theme-form { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .contact-form .theme-form .form-icon { background-color: #262932; border: 1px solid #374558; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-dark, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light-2x { color: #fff !important; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .btn-outline-light:hover { color: #000 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right { border-right: 1px solid #1d1e26 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder .flot-text { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-placeholder svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart svg g rect:first-child { fill: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#gantt_chart rect:nth-child(6) { fill: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#line-chart rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart1 rect, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow#column-chart2 rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>rect { fill: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>g>g>g text { fill: #b1b1b2 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-overflow svg>g>text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .radial-bar:after { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .bar-chart-widget .bottom-content .num .color-bottom { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light { border-right: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-labels .ct-label, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-labels .ct-label { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .live-products .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .turnover .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .monthly .ct-grid, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container .uses .ct-grid { stroke: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #browser-uses-chart svg text, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .chart-container #website-visiter-chart svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details h4 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .status-details span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .clipboaard-container .form-control { background-color: #1d1e26; color: #98a6ad; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .img-thumbnail { background-color: #1d1e26; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper button { color: #000 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-danger, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-success, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .btn-primary { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_length, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_info, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_processing, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_filter input[type="search"] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr:hover>.sorting_1 { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd { background-color: #1f232b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even>.sorting_1 { background-color: #22262f } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable thead td { border-bottom: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable input, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody tr { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody td.select-checkbox:before, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable tbody th.select-checkbox:before { border: 1px solid #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .table-striped tbody tr:nth-of-type(odd) { --bs-table-accent-bg: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button:active { border-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper .dataTables_paginate .paginate_button.disabled :active { color: #98a6ad !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.row-border tbody td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody td { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr.even:hover>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 { background-color: #191e27 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.hover tbody tr:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr:hover { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td { border-top: 1px solid #1d1e26; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border th:first-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.cell-border td:first-child { border-left: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.order-column tbody tr>.sorting_3, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_1, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_2, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .dataTables_wrapper table.dataTable.display tbody tr>.sorting_3 { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #example-style-3_wrapper #example-style-3 tfoot { border-top: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.disabled .page-link { background-color: #262932; border-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-link { color: rgba(255, 255, 255, 0.6); background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item:hover .page-link { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .page-item.active .page-link { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .icon { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget .total-num span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .ecommerce-widget span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .flot-chart-container-small { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td span, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table #API-2_wrapper #API-2 tbody td p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .product-table h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-item .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link.active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-tab.nav-tabs .nav-link:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-1to10 .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-movie .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-pill .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-reversed .br-widget a.br-selected, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-horizontal .br-widget a.br-selected { background-color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a { border: 2px solid #1d1e26; background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-active, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-bars-square .br-widget a.br-selected { border: 2px solid var(--theme-deafult); color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars .br-widget a.br-active:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-selected:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .br-theme-fontawesome-stars-o .br-widget a.br-active:after { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .scroll-demo { border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form input { border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6); background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .search-form .form-group:before { background: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-content::before { border-left: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .cd-timeline-block:nth-child(even) .cd-timeline-content::before { border-right-color: #1d1e26; border-left: rgba(0, 0, 0, 0) } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .breadcrumb.bg-white { background-color: #262932 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .user-status table td, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .user-status table th { border-top: none !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris-daily svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #donut-color-chart-morris svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #browser-uses-chart svg, body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) #website-visiter-chart svg { opacity: 0.5 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-header-1, body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-2-header { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .show>.nav-link { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-link.active { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .show>.nav-link { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .nav-primary .nav-pills.nav-primary .nav-link.active { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .drag-box fieldset { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder .help-block { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body #viewhtml .render { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-builder-column .drag-bx { border: 1px dotted #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .wizard-4 ul.anchor li a.disabled { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description a>div { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .gallery-with-description p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-header { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell { background: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell input, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell input { background-color: #1d1e26; border-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-header-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row>.jsgrid-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-header-cell input:focus, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row>.jsgrid-cell input:focus { outline: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-header-row select, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-filter-row select { background-color: #1d1e26; border-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-row>.jsgrid-cell { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-alt-row>.jsgrid-cell { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-cell, body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-grid-body { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-selected-row>.jsgrid-cell { background-color: #1c212b } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager [class*="jsgrid-pager"] { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid .jsgrid-pager .jsgrid-pager-page a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .jsgrid-pager-current-page { color: rgba(255, 255, 255, 0.6); font-weight: 700 } body.dark-only .page-wrapper .page-body-wrapper .page-body .sub-title { border-bottom: 1px solid rgba(255, 255, 255, 0.1) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon li a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon .separator { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according li .text-muted { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-icon.default-according.style-1 li button:hover { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .nav-list .nav-list-disc li:hover a { color: var(--theme-deafult) } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div { background-color: #1d1e26; -webkit-box-shadow: 0 0 14px 0 #1d1e26; box-shadow: 0 0 14px 0 #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li p { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg path, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg line, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polyline, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg polygon, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a svg rect { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg path, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg line, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polyline, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg polygon, body.dark-only .page-wrapper .page-body-wrapper .page-body .navs-dropdown .onhover-show-div .navs-icon li a:hover svg rect { color: var(--theme-deafult) !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .onhover-dropdown:hover .onhover-show-div:before { border-bottom: 7px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .btn-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .default-according .card .card-body { border: 1px solid #374558; border-top: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .border { border: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-date { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li { color: #98a6ad; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:first-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:first-child { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .blog-social li:last-child, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .blog-social li:last-child { border-right: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details p, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details .single-blog-content-top p, body.dark-only .page-wrapper .page-body-wrapper .page-body .blog-box .blog-details-main .single-blog-content-top p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media h6 span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .media img { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box .comment-social li:first-child { border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .comment-box hr { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover { --bs-table-accent-bg: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover td, body.dark-only .page-wrapper .page-body-wrapper .page-body .table-hover>tbody>tr:hover th { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li { border: 1px dotted #374558; color: rgba(255, 255, 255, 0.6); display: inline-block; padding: 10px } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li:hover { background: #000; -webkit-box-shadow: 0 0 3px #262932; box-shadow: 0 0 3px #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body ul.the-icons li em { display: none } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap .box { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap .button-preview h2 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .button-builder-wrap pre.well { background-color: #262932 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity>li+li { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity>li h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .crm-activity ul.dates li { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris svg text, body.dark-only .page-wrapper .page-body-wrapper .page-body #donut-color-chart-morris-daily svg text { fill: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-profile img { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .profile-details h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-social li a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer>div h6 { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .custom-card .card-footer>div+div { border-left: 1px solid #323846 } body.dark-only .page-wrapper .page-body-wrapper .page-body .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .checkbox label::before, body.dark-only .page-wrapper .page-body-wrapper .page-body .radio label::before { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a { color: rgba(255, 255, 255, 0.6); background-color: rgba(0, 0, 0, 0); border-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content a:hover { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-header { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-basic .dropdown .dropdown-content .dropdown-divider { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a:hover, body.dark-only .page-wrapper .page-body-wrapper .page-body .dropup-basic .dropup .dropup-content a.active { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone.dz-clickable .dz-message span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone .dz-preview { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropzone .dz-preview .dz-details { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body { -webkit-column-rule: 1px solid #374558; -moz-column-rule: 1px solid #374558; column-rule: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body h4 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .browser-widget .media-body span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .media img { border: 2px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu>li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar .main-menu>li a:hover { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-app-sidebar ul li a>.title { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .row .col-xl-4 { border-right: 1px solid rgba(0, 0, 0, 0.1) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-right-aside .email-body .inbox .media.active { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body h6 small span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .media-body p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-top { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap p { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .email-wrap .email-content .email-top .user-emailid:after { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu { background-color: #1d1e26; border: 1px solid #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a { color: rgba(255, 255, 255, 0.6); background: rgba(0, 0, 0, 0); border-top-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .dropdown-menu a:hover { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div i { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .icon-lists div:hover { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .media-body>span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins .media .details { border-left: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:before, body.dark-only .page-wrapper .page-body-wrapper .page-body .widget-joins:after { background-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .redial-social-widget i { background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .social-widget-card span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .b-b-light { border-bottom: 1px solid #374558 !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .b-r-dark { border-right: 1px solid #fff !important } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial i { color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .testimonial span { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-showcase span { background-color: #262932; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .grid-align .row { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-html-output { background-color: #1d1e26; color: #98a6ad; border: 1px solid #374558 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-grid { background-color: #262932; color: #98a6ad !important; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-mainControls .ge-addRowGroup .ge-row-icon .column { border-left: 3px solid #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-code, body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .btn-screen { color: #98a6ad; border-right: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .row { background-color: #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .column { border: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details input { background-color: #1d1e26; border-color: #1d1e26; color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-canvas.ge-editing .ge-tools-drawer .ge-details .btn-group a { color: #98a6ad } body.dark-only .page-wrapper .page-body-wrapper .page-body .page-builder .ge-content-type-ckeditor { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .page-body .search-page .info-block { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-primary h5, body.dark-only .page-wrapper .page-body-wrapper .page-body .card-absolute .bg-secondary h5 { color: #fff } body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.timeline-line-1:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.small-line:after, body.dark-only .page-wrapper .page-body-wrapper .page-body .timeline-small .media .timeline-round.medium-line:after { background-color: #374558 } body.dark-only .page-wrapper .page-body-wrapper .footer { border-top: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .page-body-wrapper .footer p { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .custom-select, body.dark-only .page-wrapper .page-body-wrapper .custom-file-label { background: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .page-body-wrapper .footer-fix { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .note textarea { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .dt-button-info { background-color: #262932; border: 1px solid #98a6ad } body.dark-only .page-wrapper .dt-button-info h2 { background-color: #262932 } body.dark-only .page-wrapper .chat-box .about .name { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .chat-menu { border-left: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .nav-tabs .nav-item .nav-link.active { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .icon-wrapper { background-color: #262932; -webkit-box-shadow: 1px 1px 3px 1px #1d1e26; box-shadow: 1px 1px 3px 1px #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .image .avatar img { border: 5px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .social-media a { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow span { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-menu .user-profile .follow .follow-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .status { color: #98a6ad } body.dark-only .page-wrapper .chat-box .status p { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { color: #98a6ad } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-header img { -webkit-box-shadow: 1px 1px 4px 1px #1d1e26; box-shadow: 1px 1px 4px 1px #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .my-message { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .message { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-msg-box .other-message { background-color: #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message { background-color: #262932; border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-right-aside .chat .chat-message .input-group .form-control { background-color: #262932 } body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li a { color: #98a6ad } body.dark-only .page-wrapper pre { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .scorlled { background-color: #1d1e26 } body.dark-only .page-wrapper .input-group-air { -webkit-box-shadow: 0 3px 20px 0 #1d1e26; box-shadow: 0 3px 20px 0 #1d1e26 } body.dark-only .page-wrapper .input-group-text { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .input-group-text i { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .input-group-solid .input-group-text, body.dark-only .page-wrapper .input-group-solid .form-control { background: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .semilight-bg-color, body.dark-only .page-wrapper .header-bg-color { background-color: #fff } body.dark-only .page-wrapper .list-group-item { background-color: #262932; border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .list-group-item+.list-group-item { border-top-width: 0 } body.dark-only .page-wrapper .list-group-item.active { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult); color: #fff } body.dark-only .page-wrapper .list-group-item:hover, body.dark-only .page-wrapper .list-group-item:focus { z-index: 1; text-decoration: none } body.dark-only .page-wrapper .list-group-item-action:hover:not(.active), body.dark-only .page-wrapper .list-group-item-action:focus { background-color: #1d1e26 } body.dark-only .page-wrapper .list-group-flush .list-group-item { border-left: 0; border-right: 0; border-radius: 0 } body.dark-only .page-wrapper .list-group-item-primary { color: #004085; background-color: #b8daff } body.dark-only .page-wrapper .list-group-item-secondary { color: #383d41; background-color: #d6d8db } body.dark-only .page-wrapper .list-group-item-success { color: #155724; background-color: #c3e6cb } body.dark-only .page-wrapper .list-group-item-danger { color: #721c24; background-color: #f5c6cb } body.dark-only .page-wrapper .list-group-item-warning { color: #856404; background-color: #ffeeba } body.dark-only .page-wrapper .list-group-item-info { color: #0c5460; background-color: #bee5eb } body.dark-only .page-wrapper .list-group-item-light { color: #818182; background-color: #fdfdfe } body.dark-only .page-wrapper .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca } body.dark-only .page-wrapper .auth-bg { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.9) } body.dark-only .page-wrapper .auth-bg .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group input { color: rgba(255, 255, 255, 0.6); background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .form-group label { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .auth-bg .authentication-box h3, body.dark-only .page-wrapper .auth-bg .authentication-box h4, body.dark-only .page-wrapper .auth-bg .authentication-box h6 { color: #fff } body.dark-only .page-wrapper .auth-bg-video { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.7) } body.dark-only .page-wrapper .auth-bg-video .authentication-box h4, body.dark-only .page-wrapper .auth-bg-video .authentication-box h3 { color: #fff } body.dark-only .page-wrapper .auth-bg-video .authentication-box h6 { color: #98a6ad } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=text], body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .form-group input[type=password] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .auth-bg-video .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i { color: #1d1e26 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li:nth-child(3) i { color: #1d1e26 } body.dark-only .page-wrapper .modal-content { background-color: #262932 } body.dark-only .page-wrapper .modal-content .modal-header { border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .modal-content .modal-header .close { color: #98a6ad } body.dark-only .page-wrapper .modal-content .modal-footer { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .comingsoon { background-blend-mode: overlay; background-color: rgba(54, 64, 74, 0.9) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner h5 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .countdown .title { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .comingsoon .comingsoon-inner .coming-soon-bottom-link a { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .theme-form .login-divider { border-top: 1px solid #1d1e26 } body.dark-only .page-wrapper .theme-form .login-divider:before { background: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main { background-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .card { background-color: #262932 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .reset-password-link { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group label { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .form-group .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .reset-password-box .theme-form .opt-box { background-color: #1d1e26 } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h4 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h6 { color: #98a6ad } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box h3 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card { background-color: #262932 } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=text], body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .form-group input[type=password] { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .authentication-main .auth-innerright .authentication-box .card .theme-form .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .page-wrapper .vertical-menu-main { background-color: #262932 } body.dark-only .page-wrapper .mega-menu .title { color: rgba(255, 255, 255, 0.6); border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .mega-menu .list-unstyled div a:hover { color: var(--theme-deafult) } body.dark-only .page-wrapper .default-according .card { background-color: #262932 } body.dark-only .page-wrapper .default-according .card .btn-link { background-color: #262932; border: 1px solid #374558; border-bottom: none; color: #fff } body.dark-only .page-wrapper .default-according .card .text-muted { color: #98a6ad !important } body.dark-only .page-wrapper .default-according .bg-primary .btn-link { background-color: var(--theme-deafult); border: 1px solid var(--theme-deafult) } body.dark-only .page-wrapper .default-according .bg-secondary .btn-link { background-color: var(--theme-secondary); border: 1px solid var(--theme-secondary) } body.dark-only .page-wrapper .collapse .card-body { background-color: #262932 } @media screen and (max-width: 1660px) { body.dark-only .page-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #1d1e26 } body.dark-only .page-wrapper .chat-box .chat-history .total-time h2 { color: rgba(255, 255, 255, 0.6) } body.dark-only .page-wrapper .caller-img img { opacity: 0.7 } body.dark-only .page-wrapper .chat-box .chat-history .call-content>div { background-color: rgba(0, 0, 0, 0.75); background-blend-mode: overlay } } @media only screen and (max-width: 1199.98px) { body.dark-only .page-wrapper .left-header .mega-menu-container { border-left: 1px solid #374558 } body.dark-only .page-wrapper .left-header .mega-menu-container .mega-box+.mega-box { border-left: none } } @media only screen and (max-width: 1199px) { body.dark-only .page-wrapper .mobile-title.d-none { border-bottom: 1px solid #374558 } body.dark-only .page-wrapper .chat-menu { border-top: 1px solid #1d1e26; background-color: #262932 } body.dark-only .page-wrapper .error-wrapper .maintenance-icons li i { color: #2c323f } } @media only screen and (max-width: 575.98px) { body.dark-only .page-wrapper .user-profile .hovercard .info .user-designation { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .page-wrapper .widget-joins .border-after-xs:after { background-color: #1d1e26 } body.dark-only .page-wrapper .page-header .header-wrapper .left-header ul li .search-form .form-control-plaintext { background-color: #1d1e26 } body.dark-only .page-wrapper .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, body.dark-only .page-wrapper .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar { border-right: 1px solid #374558 } } body.dark-only .lg-backdrop { background-color: #1d1e26 } body.dark-only .lg-outer .lg-thumb-outer { background-color: #262932 } body.dark-only .drag { background-color: #262932 } body.dark-only .drag form { background: #262932; -webkit-box-shadow: 0 0 30px #1d1e26; box-shadow: 0 0 30px #1d1e26; border: 1px dotted #1d1e26 } body.dark-only .drag form input { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .drag form .help-block { text-transform: capitalize; color: #98a6ad } body.dark-only .draggable input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .draggable p { color: #98a6ad } body.dark-only .draggable select { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .draggable .radio label::before, body.dark-only .draggable .checkbox label::before { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .select2-container--default .select2-selection--multiple, body.dark-only .select2-container--default .select2-selection--single { background-color: #1d1e26; border: 1px solid #1d1e26 !important } body.dark-only .select2-container--default .select2-search--inline .select2-search__field { color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-selection--single .select2-selection__rendered { color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-search--dropdown .select2-search__field { background-color: #1d1e26; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #262932 !important; color: rgba(255, 255, 255, 0.6) !important } body.dark-only .select2-dropdown { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only .select2-drpdwn .form-control-primary { border-color: var(--theme-deafult) !important; color: var(--theme-deafult) !important } body.dark-only .select2-drpdwn .form-control-secondary { border-color: var(--theme-secondary) !important; color: var(--theme-secondary) !important } body.dark-only .select2-drpdwn .form-control-success { border-color: #51bb25 !important; color: #51bb25 !important } body.dark-only .select2-drpdwn .form-control-info { border-color: #a927f9 !important; color: #a927f9 !important } body.dark-only .select2-drpdwn .form-control-warning { border-color: #f8d62b !important; color: #f8d62b !important } body.dark-only .select2-drpdwn .form-control-danger { border-color: #dc3545 !important; color: #dc3545 !important } body.dark-only .select2-drpdwn .form-control-inverse { border-color: #fff !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-primary-fill { background-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-secondary-fill { background-color: var(--theme-secondary) !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-success-fill { background-color: #51bb25 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-info-fill { background-color: #a927f9 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-warning-fill { background-color: #f8d62b !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-danger-fill { background-color: #dc3545 !important; color: #fff !important } body.dark-only .select2-drpdwn .form-control-inverse-fill { background-color: #fff !important; color: #000 !important } body.dark-only .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #1d1e26 } body.dark-only .theme-form .form-group select.form-control:not([size]):not([multiple]) { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 } body.dark-only .theme-form .form-group input[type=text], body.dark-only .theme-form .form-group input[type=email], body.dark-only .theme-form .form-group input[type=search], body.dark-only .theme-form .form-group input[type=password], body.dark-only .theme-form .form-group input[type=number], body.dark-only .theme-form .form-group input[type=tel], body.dark-only .theme-form .form-group input[type=date], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=time], body.dark-only .theme-form .form-group input[type=datetime-local], body.dark-only .theme-form .form-group input[type=month], body.dark-only .theme-form .form-group input[type=week], body.dark-only .theme-form .form-group input[type=url], body.dark-only .theme-form .form-group input[type=file], body.dark-only .theme-form .form-group select { border-color: #1d1e26; background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .theme-form .form-group input[type=text]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=email]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=search]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=password]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=number]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=tel]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=date]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=time]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=datetime-local]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=month]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=week]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=url]::-webkit-input-placeholder, body.dark-only .theme-form .form-group input[type=file]::-webkit-input-placeholder, body.dark-only .theme-form .form-group select::-webkit-input-placeholder { color: #98a6ad } body.dark-only .theme-form .form-group .form-control { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .theme-form .form-group textarea { border-color: #1d1e26 } body.dark-only .theme-form .form-divider { border-top: 1px solid #1d1e26 } body.dark-only .theme-form .form-divider::before { background: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .CodeMirror { background: #262932; border: 1px solid #98a6ad; color: rgba(255, 255, 255, 0.6) } body.dark-only .CodeMirror .CodeMirror-code pre { background: #262932 } body.dark-only .editor-toolbar { border-top: 1px solid #98a6ad; border-left: 1px solid #98a6ad; border-right: 1px solid #98a6ad } body.dark-only .editor-toolbar a { color: rgba(255, 255, 255, 0.6) !important } body.dark-only .editor-toolbar a:hover, body.dark-only .editor-toolbar a.active { background: #1d1e26 } body.dark-only .editor-toolbar i.separator { border-left: 1px solid #98a6ad; border-right: 1px solid #98a6ad } body.dark-only .editor-toolbar.fullscreen::before { background: -webkit-gradient(linear, left top, right top, color-stop(0, #1d1e26), to(rgba(0, 0, 0, 0))); background: linear-gradient(to right, #1d1e26 0, rgba(0, 0, 0, 0) 100%) } body.dark-only .editor-toolbar.fullscreen::after { background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(#1d1e26)); background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #1d1e26 100%) } body.dark-only .editor-toolbar.disabled-for-preview a:not(.no-disable) { background: #1d1e26 } body.dark-only .editor-preview { background-color: #262932 } body.dark-only .editor-toolbar.fullscreen, body.dark-only .editor-preview-side { background: #262932; border: 1px solid #98a6ad } body.dark-only .u-step { background: #1d1e26 } body.dark-only .u-step.active, body.dark-only .u-step.current { background: var(--theme-deafult); color: #fff } body.dark-only .u-step-title, body.dark-only .u-pearl-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .u-step-number { background-color: #262932 } body.dark-only .u-pearl:before { background-color: #1d1e26 } body.dark-only .u-pearl-number, body.dark-only .u-pearl-icon { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .u-pearl.disabled .u-pearl-icon, body.dark-only .u-pearl.disabled .u-pearl-number { background: #1d1e26; border: 2px solid #1d1e26 } body.dark-only .u-pearl.disabled:after { background-color: #334053 } body.dark-only .u-pearl.error:after { background-color: #1d1e26 } body.dark-only .note-editor.note-frame { border-color: #1d1e26 } body.dark-only .note-editor.note-frame .note-editing-area .note-editable { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-only .swal-modal { background-color: #262932 } body.dark-only .swal-modal .swal-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .swal-modal .swal-text { color: #98a6ad } body.dark-only .swal-modal .swal-content__input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .nav-tabs { border-bottom: 1px solid #374558 } body.dark-only .nav-tabs .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .nav-tabs .nav-link.active { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #374558 #374558 #262932 } body.dark-only .nav-tabs .nav-link:hover, body.dark-only .nav-tabs .nav-link:focus { border-color: #374558 #374558 #323846 } body.dark-only .nav-tabs .nav-item.show .nav-link { background-color: #262932; color: rgba(255, 255, 255, 0.6); border-color: #1d1e26 #1d1e26 #262932 } body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.active, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.focus, body.dark-only .nav-tabs.nav-bottom .nav-item .nav-link.hover { border-color: #262932 #1d1e26 #1d1e26 } body.dark-only .border-tab.nav-left .nav-link, body.dark-only .border-tab.nav-right .nav-link { color: rgba(255, 255, 255, 0.6) } body.dark-only .border-tab.nav-left .nav-link.active, body.dark-only .border-tab.nav-right .nav-link.active { color: var(--theme-deafult) } body.dark-only .border-tab.nav-left .show>.nav-link, body.dark-only .border-tab.nav-right .show>.nav-link { color: var(--theme-deafult) } body.dark-only .border-tab.nav-left.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-left.nav-secondary .nav-link:hover { border-left-color: var(--theme-secondary); color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-left.nav-secondary .show>.nav-link { border-left-color: var(--theme-secondary); color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-left.nav-secondary .nav-item.show { color: var(--theme-secondary) !important; border-left-color: var(--theme-secondary) } body.dark-only .border-tab.nav-left.nav-success .nav-link.active, body.dark-only .border-tab.nav-left.nav-success .nav-link:focus, body.dark-only .border-tab.nav-left.nav-success .nav-link:hover { color: #51bb25 !important } body.dark-only .border-tab.nav-left.nav-success .show>.nav-link { border-left-color: #51bb25; color: #51bb25 !important } body.dark-only .border-tab.nav-left.nav-success .nav-item.show { color: #51bb25 !important; border-left-color: #51bb25 } body.dark-only .border-tab.nav-right.nav-info .nav-link.active, body.dark-only .border-tab.nav-right.nav-info .nav-link:focus, body.dark-only .border-tab.nav-right.nav-info .nav-link:hover { color: #a927f9 !important } body.dark-only .border-tab.nav-right.nav-info .show>.nav-link { border-left-color: #a927f9; color: #a927f9 !important } body.dark-only .border-tab.nav-right.nav-info .nav-item.show { color: #a927f9 !important; border-left-color: #a927f9 } body.dark-only .border-tab.nav-secondary .nav-link.active, body.dark-only .border-tab.nav-secondary .nav-link:focus, body.dark-only .border-tab.nav-secondary .nav-link:hover { color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-secondary .nav-item.show { color: var(--theme-secondary) !important } body.dark-only .border-tab.nav-success .nav-link.active, body.dark-only .border-tab.nav-success .nav-link:focus, body.dark-only .border-tab.nav-success .nav-link:hover { color: #51bb25 !important } body.dark-only .border-tab.nav-success .nav-item.show { color: #51bb25 !important } body.dark-only .dropdown-divider { border-top: 1px solid #1d1e26 } body.dark-only .icon-hover-bottom { background-color: #262932; -webkit-box-shadow: 0px 0px 1px 1px #1d1e26; box-shadow: 0px 0px 1px 1px #1d1e26 } body.dark-only .icon-hover-bottom .icon-title { color: rgba(255, 255, 255, 0.6) } body.dark-only .icon-hover-bottom span { color: #98a6ad } body.dark-only .icon-hover-bottom .form-group input { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: 1px solid #1d1e26 } body.dark-only .icon-hover-bottom .icon-first i { color: #98a6ad } body.dark-only code { background-color: #1d1e26; border-radius: 2px } body.dark-only #cd-timeline::before { background: #1d1e26 } body.dark-only .timeliny { border-top: 1px solid #1d1e26; border-bottom: 1px solid #1d1e26 } body.dark-only .timeliny::before { background-color: #fff } body.dark-only .timeliny .timeliny-dot { background-color: #262932; border: 1px solid #fff } body.dark-only .timeliny .timeliny-dot::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock.active .timeliny-dot::after { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6); border: none } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover { background-color: #fff } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock:not(.inactive):not(.active) .timeliny-dot:hover::before { color: rgba(255, 255, 255, 0.6) } body.dark-only .timeliny .timeliny-timeline .timeliny-timeblock .timeliny-dot:hover::after { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container { background: #262932; border-bottom: 1px solid #1d1e26 } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-label { color: rgba(255, 255, 255, 0.6) } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container:hover h4 { color: #fff } body.dark-only .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn .action-box:hover:not(.active) { background: #262932; border: 1px solid #1d1e26 } body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .task-label { color: var(--theme-deafult) } body.dark-only .todo .todo-list-wrapper #todo-list li.completed .task-container .complete-btn:hover { border: 1px solid #51bb25 !important } body.dark-only .todo .todo-list-wrapper .todo-list-footer .new-task-wrapper textarea { background-color: #262932; border: 1px solid #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .ttl-info h6 { color: #98a6ad } body.dark-only .user-profile .ttl-info span { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .hovercard .info .title a { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .hovercard .user-image .avatar img { border: 10px solid #262932 } body.dark-only .user-profile .hovercard .user-image .icon-wrapper { background-color: #262932 } body.dark-only .user-profile .hovercard .tabs-scoial { border-bottom: none !important } body.dark-only .user-profile .follow .follow-num { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .profile-img-style .user-name { color: rgba(255, 255, 255, 0.6) } body.dark-only .user-profile .profile-img-style p { color: #98a6ad } body.dark-only .introjs-helperLayer { background-color: rgba(54, 64, 74, 0.9); border: rgba(255, 255, 255, 0.5) } body.dark-only .jstree-default .jstree-node, body.dark-only .jstree-default .jstree-icon { color: #455869 !important } body.dark-only .jstree-default .jstree-anchor { color: #98a6ad } body.dark-only .jstree-default .jstree-clicked { color: #fff; background-color: rgba(0, 0, 0, 0) } body.dark-only .jstree-default .jstree-hovered { background-color: #1d1e26; border: 1px solid #1d1e26 } body.dark-only span.twitter-typeahead .tt-menu { background-color: #1d1e26; color: rgba(255, 255, 255, 0.6) } body.dark-only span.twitter-typeahead .tt-suggestion { color: rgba(255, 255, 255, 0.6) } body.dark-only span.twitter-typeahead .tt-suggestion:hover, body.dark-only span.twitter-typeahead .tt-suggestion:focus { background-color: #262932 } body.dark-only .typography small { color: rgba(255, 255, 255, 0.6) } body.dark-only .code-box-copy pre { background-color: #1d1e26 } body.dark-only .code-box-copy pre code { background-color: #1d1e26 } body.dark-only .code-box-copy pre[class*="language-"] { border: 1px solid #1d1e26 } body.dark-only .code-box-copy .code-box-copy__btn { background-color: #1d1e26; border: 1px solid #1d1e26; color: #fff } body.dark-only .code-box-copy code[class*=language-], body.dark-only .code-box-copy pre[class*=language-] { text-shadow: 0px 1px #000 } body.dark-only .code-box-copy code[class*=language-] ::-moz-selection, body.dark-only .code-box-copy pre[class*=language-] ::-moz-selection { text-shadow: none; background: #262932 } body.dark-only .code-box-copy code[class*=language-] ::selection, body.dark-only .code-box-copy pre[class*=language-] ::selection { text-shadow: none; background: #262932 } body.dark-only table.fixedHeader-floating { background-color: #1d1e26 } body.dark-only .note textarea { color: rgba(255, 255, 255, 0.6) } body.dark-only .dt-button-info { background-color: #262932; border: 1px solid #1d1e26 } body.dark-only .dt-button-info h2 { background-color: #262932; border-bottom: 1px solid #1d1e26 } body.dark-only pre { background-color: #1d1e26 } body.dark-only #keytable_wrapper .dataTables_paginate, body.dark-only #column-selector_wrapper .dataTables_paginate, body.dark-only #auto-fill_wrapper .dataTables_paginate, body.dark-only #custom-button_wrapper .dataTables_paginate, body.dark-only #class-button_wrapper .dataTables_paginate, body.dark-only #keyboard-btn_wrapper .dataTables_paginate, body.dark-only #multilevel-btn_wrapper .dataTables_paginate, body.dark-only #pagelength-btn_wrapper .dataTables_paginate, body.dark-only #basic-colreorder_wrapper .dataTables_paginate, body.dark-only #state-saving_wrapper .dataTables_paginate, body.dark-only #real-time_wrapper .dataTables_paginate, body.dark-only #basic-fixed-header_wrapper .dataTables_paginate, body.dark-only #fixed-header-footer_wrapper .dataTables_paginate, body.dark-only #export-button_wrapper .dataTables_paginate, body.dark-only #excel-cust-bolder_wrapper .dataTables_paginate, body.dark-only #cust-json_wrapper .dataTables_paginate, body.dark-only #basic-key-table_wrapper .dataTables_paginate, body.dark-only #focus-cell_wrapper .dataTables_paginate, body.dark-only #responsive_wrapper .dataTables_paginate, body.dark-only #new-cons_wrapper .dataTables_paginate, body.dark-only #show-hidden-row_wrapper .dataTables_paginate, body.dark-only #basic-row-reorder_wrapper .dataTables_paginate, body.dark-only #full-row_wrapper .dataTables_paginate, body.dark-only #rest-column_wrapper .dataTables_paginate { border: none } body.dark-only #example-style-8_wrapper table.dataTable.stripe tbody tr.odd, body.dark-only #example-style-8_wrapper table.dataTable.display tbody tr.odd { background-color: #1d1e26 } body.dark-only .error-wrapper { background-color: rgba(54, 64, 74, 0.8) } body.dark-only .error-wrapper .sub-content { color: rgba(255, 255, 255, 0.6) } body.dark-only .b-light { border: 1px solid #1d1e26 !important } body.dark-only .modal-content { background-color: #262932 } body.dark-only .modal-content .modal-header { border-bottom: 1px solid #374558 } body.dark-only .modal-content .modal-header .close { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-only .modal-content .ui-front .form-control { background-color: #262932; color: rgba(255, 255, 255, 0.6); border: 1px solid #374558 } body.dark-only .stepwizard .stepwizard-row:before { background-color: #374558 } body.dark-only .modal .theme-close { background-color: #262932 !important; color: rgba(255, 255, 255, 0.2) } body.dark-only .token.atrule, body.dark-only .token.attr-value, body.dark-only .token.keyword { color: #a927f9 } body.dark-only .token.boolean, body.dark-only .token.constant, body.dark-only .token.deleted, body.dark-only .token.number, body.dark-only .token.property, body.dark-only .token.symbol, body.dark-only .token.tag { color: #dc3545 } body.dark-only .loader-box.card-loader { background-color: #262932 } body.dark-only .my-gallery.gallery-with-description img { border: 1px solid #1d1e26 !important; border-bottom: none !important } body.dark-only .alert-primary.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-secondary.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-success.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-danger.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-warning.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-info.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-light.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-dark.inverse { color: rgba(255, 255, 255, 0.6) } body.dark-only .alert-theme span+span+span { border-left: 5px solid var(--theme-deafult); background-color: #1d1e26; border-radius: 4px } body.dark-only .alert-theme i { color: #fff; padding: 20px; margin-right: 20px !important } body.dark-only .user-card .user-deatils h6 { color: #98a6ad } body.dark-only .user-card .card-footer>div:first-child { border-right: 1px solid #1d1e26 } body.dark-only .user-card .card-footer .user-footer h6 { color: #98a6ad } body.dark-only .user-card .card-footer .user-footer svg path, body.dark-only .user-card .card-footer .user-footer svg rect { color: #98a6ad } body.dark-only .order-history table .qty-box button { background-color: #1d1e26 !important; border: none !important } body.dark-only .order-history table .qty-box .input-group { border-color: #374558 } body.dark-only .order-history table thead tr th { background-color: #1d1e26 } body.dark-only .order-history table tr td, body.dark-only .order-history table tr th { border-top: none !important } body.dark-only .order-history .title-orders { background-color: #1d1e26 } body.dark-only .navigation-option ul li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .navigation-option ul li:hover { background-color: #1d1e26 } body.dark-only .product-box .product-details h6 { color: rgba(255, 255, 255, 0.6) } body.dark-only .product-box .product-details span { color: #98a6ad } body.dark-only .product-box .product-img .product-hover ul li { background-color: #262932 } body.dark-only .product-box .product-img .product-hover ul li:hover { background-color: #000; color: #fff } body.dark-only .browse .browse-articles ul li a { color: rgba(255, 255, 255, 0.6) } body.dark-only .browse .browse-articles ul li:hover { background-color: #1d1e26 } body.dark-only .radio-primary input[type="radio"]+label::before { border-color: var(--theme-deafult) !important } body.dark-only .radio-primary input[type="radio"]+label::after { background-color: var(--theme-deafult) } body.dark-only .radio-primary input[type="radio"]:checked+label::before { border-color: var(--theme-deafult) !important } body.dark-only .radio-primary input[type="radio"]:checked+label::after { background-color: var(--theme-deafult) } body.dark-only .radio-secondary input[type="radio"]+label::before { border-color: #f73164 !important } body.dark-only .radio-secondary input[type="radio"]+label::after { background-color: #f73164 } body.dark-only .radio-secondary input[type="radio"]:checked+label::before { border-color: #f73164 !important } body.dark-only .radio-secondary input[type="radio"]:checked+label::after { background-color: #f73164 } body.dark-only .radio-success input[type="radio"]+label::before { border-color: #51bb25 !important } body.dark-only .radio-success input[type="radio"]+label::after { background-color: #51bb25 } body.dark-only .radio-success input[type="radio"]:checked+label::before { border-color: #51bb25 !important } body.dark-only .radio-success input[type="radio"]:checked+label::after { background-color: #51bb25 } body.dark-only .radio-danger input[type="radio"]+label::before { border-color: #dc3545 !important } body.dark-only .radio-danger input[type="radio"]+label::after { background-color: #dc3545 } body.dark-only .radio-danger input[type="radio"]:checked+label::before { border-color: #dc3545 !important } body.dark-only .radio-danger input[type="radio"]:checked+label::after { background-color: #dc3545 } body.dark-only .radio-info input[type="radio"]+label::before { border-color: #a927f9 !important } body.dark-only .radio-info input[type="radio"]+label::after { background-color: #a927f9 } body.dark-only .radio-info input[type="radio"]:checked+label::before { border-color: #a927f9 !important } body.dark-only .radio-info input[type="radio"]:checked+label::after { background-color: #a927f9 } body.dark-only .radio-light input[type="radio"]+label::before { border-color: #f4f4f4 !important } body.dark-only .radio-light input[type="radio"]+label::after { background-color: #f4f4f4 } body.dark-only .radio-light input[type="radio"]:checked+label::before { border-color: #f4f4f4 !important } body.dark-only .radio-light input[type="radio"]:checked+label::after { background-color: #f4f4f4 } body.dark-only .radio-dark input[type="radio"]+label::before { border-color: #2c323f !important } body.dark-only .radio-dark input[type="radio"]+label::after { background-color: #2c323f } body.dark-only .radio-dark input[type="radio"]:checked+label::before { border-color: #2c323f !important } body.dark-only .radio-dark input[type="radio"]:checked+label::after { background-color: #2c323f } body.dark-only .radio-warning input[type="radio"]+label::before { border-color: #f8d62b !important } body.dark-only .radio-warning input[type="radio"]+label::after { background-color: #f8d62b } body.dark-only .radio-warning input[type="radio"]:checked+label::before { border-color: #f8d62b !important } body.dark-only .radio-warning input[type="radio"]:checked+label::after { background-color: #f8d62b } body.dark-only .checkbox-primary label::before { border-color: var(--theme-deafult) !important } body.dark-only .checkbox-secondary label::before { border-color: #f73164 !important } body.dark-only .checkbox-success label::before { border-color: #51bb25 !important } body.dark-only .checkbox-danger label::before { border-color: #dc3545 !important } body.dark-only .checkbox-info label::before { border-color: #a927f9 !important } body.dark-only .checkbox-light label::before { border-color: #f4f4f4 !important } body.dark-only .checkbox-dark label::before { border-color: #2c323f !important } body.dark-only .checkbox-warning label::before { border-color: #f8d62b !important } body.dark-only .checkbox-solid-primary label:before { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked+label::before { background-color: var(--theme-deafult) !important; border-color: var(--theme-deafult) !important; color: #fff !important } body.dark-only .checkbox-solid-primary input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-secondary label:before { background-color: #f73164 !important; border-color: #f73164 !important; color: #fff !important } body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked+label::before { background-color: #f73164 !important; border-color: #f73164 !important; color: #fff !important } body.dark-only .checkbox-solid-secondary input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-success label:before { background-color: #51bb25 !important; border-color: #51bb25 !important; color: #fff !important } body.dark-only .checkbox-solid-success input[type="checkbox"]:checked+label::before { background-color: #51bb25 !important; border-color: #51bb25 !important; color: #fff !important } body.dark-only .checkbox-solid-success input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-danger label:before { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important } body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked+label::before { background-color: #dc3545 !important; border-color: #dc3545 !important; color: #fff !important } body.dark-only .checkbox-solid-danger input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-info label:before { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff !important } body.dark-only .checkbox-solid-info input[type="checkbox"]:checked+label::before { background-color: #a927f9 !important; border-color: #a927f9 !important; color: #fff !important } body.dark-only .checkbox-solid-info input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-light label:before { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important; color: #fff !important } body.dark-only .checkbox-solid-light input[type="checkbox"]:checked+label::before { background-color: #f4f4f4 !important; border-color: #f4f4f4 !important; color: #fff !important } body.dark-only .checkbox-solid-light input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-dark label:before { background-color: #2c323f !important; border-color: #2c323f !important; color: #fff !important } body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked+label::before { background-color: #2c323f !important; border-color: #2c323f !important; color: #fff !important } body.dark-only .checkbox-solid-dark input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .checkbox-solid-warning label:before { background-color: #f8d62b !important; border-color: #f8d62b !important; color: #fff !important } body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked+label::before { background-color: #f8d62b !important; border-color: #f8d62b !important; color: #fff !important } body.dark-only .checkbox-solid-warning input[type="checkbox"]:checked+label::after { color: #fff !important } body.dark-only .bootstrap-datetimepicker-widget ul li { color: rgba(255, 255, 255, 0.6); border-bottom: 1px solid #1d1e26 } body.dark-only .bootstrap-datetimepicker-widget tr th:hover, body.dark-only .bootstrap-datetimepicker-widget tr td:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr th span:hover, body.dark-only .bootstrap-datetimepicker-widget tr td span:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr th.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr th.next:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.prev:hover, body.dark-only .bootstrap-datetimepicker-widget tr td.next:hover { background-color: #262932 } body.dark-only .bootstrap-datetimepicker-widget tr:first-child th:hover { background-color: #262932 } body.dark-only .btn-transparent { color: rgba(255, 255, 255, 0.6) } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-next-button .fc-icon-right-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-next-button .fc-icon-right-single-arrow:after { color: #98a6ad } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-prev-button .fc-icon-left-single-arrow:after, body.dark-only #cal-basic .fc-toolbar .fc-right .fc-prev-button .fc-icon-left-single-arrow:after { color: #98a6ad } body.dark-only #cal-basic .fc-toolbar .fc-left .fc-button-group .fc-month-button { color: #fff !important } body.dark-only .fc-button-group .fc-basicWeek-button, body.dark-only .fc-button-group .fc-basicDay-button, body.dark-only .fc-button-group .fc-agendaWeek-button, body.dark-only .fc-button-group .fc-agendaDay-button { color: #000 !important } body.dark-only .fc-button-group .fc-month-button { color: #fff !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .btn-light { color: #000 !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button { color: #fff !important } body.dark-only #cal-agenda-view .fc-toolbar .fc-right .fc-button-group .fc-agendaWeek-button:hover { color: #000 !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .btn-light, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-basicWeek-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .btn-light { color: #000 !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button { color: #fff !important } body.dark-only .basic-calendar .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-bg-events .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover, body.dark-only #cal-event-colors .fc-toolbar .fc-right .fc-button-group .fc-month-button:hover { color: #000 !important } body.dark-only .categories ul li a { color: #98a6ad } body.dark-only .categories ul li:hover { background-color: #1d1e26 } body.dark-only .socialprofile .likes-profile h5 span { color: rgba(255, 255, 255, 0.6) } body.dark-only .socialprofile span { color: #98a6ad } body.dark-only .social-status .media .media-body span+span { color: #98a6ad } body.dark-only .social-status .media .media-body p, body.dark-only .social-status .media .media-body .light-span { color: #98a6ad } body.dark-only .filter-cards-view p, body.dark-only .timeline-content p { color: #98a6ad } body.dark-only .filter-cards-view .comment-number i, body.dark-only .timeline-content .comment-number i { color: #98a6ad } body.dark-only .filter-cards-view .comments-box .input-group .form-control, body.dark-only .timeline-content .comments-box .input-group .form-control { border: none !important } body.dark-only .filter-cards-view .comments-box .input-group .input-group-append, body.dark-only .timeline-content .comments-box .input-group .input-group-append { background-color: #1d1e26 } body.dark-only .social-chat .media-body { border: 1px solid #1d1e26 } body.dark-only .social-chat .media-body:after { border-right: 7px solid #262932 } body.dark-only .social-chat span span { color: #98a6ad } body.dark-only .details-about .your-details p { color: #98a6ad } body.dark-only .activity-log .my-activity p { color: #98a6ad } body.dark-only .bookmark ul li a { color: rgba(255, 255, 255, 0.6) } @media screen and (max-width: 1366px) { body.dark-only .earning-card.card .card-body .earning-content { border-bottom: 1px solid #374558 } } @media only screen and (max-width: 991.98px) { body.dark-only .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { border-right: 1px solid #374558 } body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu svg, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu svg { stroke: rgba(255, 255, 255, 0.6) } } @media only screen and (max-width: 767.98px) { body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu svg, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu svg { stroke: #fff } body.dark-only .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, body.dark-only .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link { border-left: 1px solid #374558 } body.dark-only .page-wrapper.material-icon .page-header { background-color: #262932 } body.dark-only .chart_data_left .card-body .chart-main>div:first-child { border-right: 1px solid #374558 } body.dark-only .chart_data_left .card-body .chart-main>div:nth-child(3) { border-right: 1px solid #374558 } } body.dark-only .apexcharts-tooltip.light { border-color: #374558; background-color: #1d1e26 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-title { border-color: #374558 } body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-label, body.dark-only .apexcharts-tooltip.light .apexcharts-tooltip-text-value { color: #fff } body.dark-sidebar .toggle-sidebar svg { stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { background-color: #262932 } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main { background-color: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { background: #262932 } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, body.dark-sidebar .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { background-color: #262932; color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { background: #262932 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { border-bottom: 1px solid #374558 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { background-color: #262932 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { border-bottom: 1px solid #374558 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } body.dark-sidebar .page-wrapper.compact-sidebar .page-body-wrapper .according-menu i { color: rgba(255, 255, 255, 0.6) } body .for-dark { display: none } body[class*='dark-'] .for-dark { display: block } body[class*='dark-'] .for-light { display: none } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="border-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="border-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link { border-bottom: 1px solid rgba(115, 102, 255, 0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+1):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+2):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+3):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+4):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+5):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+6):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+7):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+8):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+9):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+10):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+11):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+12):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+13):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+14):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+15):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+16):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+17):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+18):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+19):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+20):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+21):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+22):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+23):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+24):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+25):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+26):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+27):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+28):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+29):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+30):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+31):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+32):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+33):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+34):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+35):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+36):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a svg { stroke: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+37):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+38):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+39):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+40):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+41):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+42):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+43):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+44):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+45):hover a:hover { background-color: rgba(115, 102, 255, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+46):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+47):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+48):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+49):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50) svg { color: #fae475 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+50):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51) svg { color: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+51):hover a:hover { background-color: rgba(244, 244, 244, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a svg { stroke: #e77681 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+52):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+53):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a svg { stroke: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+54):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55) svg { color: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+55):hover a:hover { background-color: rgba(169, 39, 249, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56) svg { color: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+56):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57) svg { color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a svg { stroke: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+57):hover a:hover { background-color: rgba(248, 214, 43, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a svg { stroke: #c771fb !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+58):hover a:hover { background-color: rgba(247, 49, 100, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59) svg { color: #b9b3ff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a svg { stroke: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+59):hover a:hover { background-color: rgba(81, 187, 37, 0.15) !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60) svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60) svg { color: #fa7b9b !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a svg { stroke: #79dc50 !important } .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a:hover, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper[sidebar-layout="iconcolor-sidebar"] .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:nth-child(7n+60):hover a:hover { background-color: rgba(220, 53, 69, 0.15) !important } .customizer-links { position: fixed; right: 00px; top: 50%; z-index: 3; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1) } .customizer-links>.nav { border-radius: 8px; padding: 10px; background-color: #fff } .customizer-links.open { right: 330px; border-radius: 8px 0 0 8px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link { padding: 0; position: relative } .customizer-links .nav-link:before { content: ""; position: absolute; height: 100%; width: 100%; background-color: rgba(115, 102, 255, 0.1); border-radius: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:after { content: ""; position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; top: 12px; border-width: 5px 0 5px 5px; border-left-color: #e8e6ff; opacity: 0; -webkit-transform: scale(0); transform: scale(0); color: #fff; left: -10px; z-index: 2; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:hover i { color: var(--theme-deafult) } .customizer-links .nav-link:hover:before, .customizer-links .nav-link:hover:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link:hover span { opacity: 1; right: 48px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-links .nav-link+.nav-link { margin-bottom: 5px } .customizer-links .nav-link span { position: absolute; right: -60px; width: -webkit-max-content; width: -moz-max-content; width: max-content; text-align: right; padding: 7px 10px; display: block; top: 0; border-radius: 5px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; color: var(--theme-deafult); background-color: #e8e6ff; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1) } .customizer-links .nav-link i { font-size: 17px; padding: 8px 10px; display: inline-block; cursor: pointer; margin: 0; color: gray; border-radius: 5px } .customizer-contain { direction: ltr; position: fixed; height: calc(100vh); top: 82px; width: 333px; right: -335px; background-color: #fff; z-index: 8; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .customizer-contain.open { right: 0px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05); box-shadow: 0 0 10px 1px rgba(68, 102, 242, 0.05) } .customizer-contain li { position: relative } .customizer-contain li.active { -webkit-box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5); box-shadow: 0 0 11px 5px rgba(226, 226, 226, 0.5) } .customizer-contain h6 { text-transform: uppercase; font-weight: 500; letter-spacing: 0.5px; margin-top: 15px; padding-top: 15px; margin-bottom: 10px } .customizer-contain .customizer-header { padding: 15px 25px; border-bottom: 1px solid #f4f4f4 } .customizer-contain .customizer-header .icon-close { position: absolute; font-size: 18px; cursor: pointer; font-weight: 900; right: 24px; color: var(--theme-deafult) } .customizer-contain .customizer-header h5 { font-weight: 700; text-transform: uppercase } .customizer-contain .customizer-body { padding: 15px 25px; max-height: calc(100vh - 200px); overflow-y: scroll } .customizer-contain .customizer-body .fade:not(.show) { display: none } .customizer-contain .customizer-body .unlimited-color-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .customizer-contain .customizer-body .unlimited-color-layout .btn { font-size: 15px; padding: 4px 20px } .customizer-contain .customizer-body .unlimited-color-layout input { border: 1px solid #ccc; height: 35px; width: 35px; border-radius: 5px; background-color: #fff; margin-right: 5px } .customizer-contain .customizer-body .layout-grid.customizer-mix .color-layout { height: 70px; width: 80px; border: 1px solid #f6f7fb; border-radius: 5px } .customizer-contain .customizer-body .tab-pane>h6:first-child { padding-top: 0; margin-top: 0 } .customizer-contain .customizer-body li { cursor: pointer; opacity: 0.9 } .customizer-contain .customizer-body li.active { opacity: 1 } .customizer-contain .customizer-body .color-layout { height: 35px; width: 35px; border-radius: 6px; display: inline-block; margin-right: 3px; border: 1px solid #b8b8b8; padding: 3px } .customizer-contain .customizer-body .color-layout>div { background-color: #7366ff; height: 100%; width: 100%; border-radius: 5px } .customizer-contain .customizer-body .color-layout[data-attr="color-2"] div { background-color: #4831D4 } .customizer-contain .customizer-body .color-layout[data-attr="color-3"] div { background-color: #d64dcf } .customizer-contain .customizer-body .color-layout[data-attr="color-4"] div { background-color: #4c2fbf } .customizer-contain .customizer-body .color-layout[data-attr="color-5"] div { background-color: #7c4dff } .customizer-contain .customizer-body .color-layout[data-attr="color-6"] div { background-color: #3949ab } .customizer-contain .customizer-body .dark>li { background-color: #2f3c4e } .customizer-contain .customizer-body .main-layout>li { height: 65px; width: 85px; border: 1px solid #f4f4f4; border-radius: 10px; display: inline-block } .customizer-contain .customizer-body .main-layout>li+li { margin-left: 7px } .customizer-contain .customizer-body .main-layout .box-layout .body .badge { left: -14px } .customizer-contain .customizer-body .sidebar-type>li, .customizer-contain .customizer-body .sidebar-setting>li { height: 70px; width: 85px; border: 1px solid #f4f4f4; border-radius: 5px; display: inline-block } .customizer-contain .customizer-body .sidebar-type>li+li, .customizer-contain .customizer-body .sidebar-setting>li+li { margin-left: 7px } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.bg-dark, .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.sidebar { width: 100%; height: 10px; display: block } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.bg-light, .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"] .body ul li.body { height: calc(100% - 10px); width: 100% } .customizer-contain .customizer-body .sidebar-type li[data-attr="normal-sidebar"].body-compact .body ul li.body { width: calc(100% - 25px) } .customizer-contain .customizer-body .layout-types { margin-bottom: -30px } .customizer-contain .customizer-body .layout-types>li { display: block; width: unset; height: unset; margin-bottom: 30px } .customizer-contain .customizer-body .layout-types>li .layout-img h6 { padding-top: 0; text-transform: inherit; text-align: center } .customizer-contain .customizer-body .layout-types .box-layout { background: unset } .layout-grid:not(.customizer-color) li { padding: 5px } .layout-grid:not(.customizer-color) li>.header { height: 9px; border-radius: 3px; position: relative } .layout-grid:not(.customizer-color) li>.header ul { position: absolute; top: -8px; left: 5px } .layout-grid:not(.customizer-color) li>.header ul>li { display: inline-block; width: 4px; height: 4px; border-radius: 5px; top: calc(50% - 3px); background-color: var(--theme-deafult); margin-right: 2px; padding: 0 } .layout-grid:not(.customizer-color) li>.header ul>li:nth-child(2) { background-color: var(--theme-secondary) } .layout-grid:not(.customizer-color) li>.header ul>li:nth-child(3) { background-color: #51bb25 } .layout-grid:not(.customizer-color) li>.body { background-color: #f4f4f4; height: calc(100% - 16px); border-radius: 3px; position: relative; margin-top: 5px; text-align: center; line-height: 3.1 } .layout-grid:not(.customizer-color) li>.body ul { height: 100%; background-color: #fff } .layout-grid:not(.customizer-color) li>.body ul .sidebar { width: 18px; height: 100%; border-radius: 3px; display: inline-block; margin-right: 3px; padding: 0 } .layout-grid:not(.customizer-color) li>.body ul .sidebar.compact { width: 12px } .layout-grid:not(.customizer-color) li>.body ul .sidebar.compact~.body { width: calc(100% - 19px) } .layout-grid:not(.customizer-color) li>.body ul .body { width: calc(100% - 25px); padding: 0; margin: 0; height: 100%; 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; border-radius: 3px } .layout-grid:not(.customizer-color) li>.body ul .body .badge { position: absolute } .jsgrid-filter-row select, .jsgrid-filter-row input { padding: 6px 10px; border: 1px solid #f2f4ff; background: #fff } .popover { background-color: #fff; border: none; -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1); box-shadow: 0 0 20px rgba(115, 102, 255, 0.1) } .popover .popover-header { background-color: #eae8ff; color: #7366ff; border-bottom: none } .popover .popover-body { color: rgba(43, 43, 43, 0.7) } .tooltip.bs-tooltip-top .tooltip-arrow:before { border-top-color: #eae8ff } .tooltip.bs-tooltip-bottom .tooltip-arrow:before { border-bottom-color: #eae8ff; border-top-color: transparent } .tooltip.bs-tooltip-start .tooltip-arrow:before { border-left-color: #eae8ff; border-top-color: transparent } .tooltip.bs-tooltip-end .tooltip-arrow:before { border-right-color: #eae8ff; border-top-color: transparent } .tooltip .tooltip-inner { background-color: #eae8ff; color: #7366ff } .tooltip .tooltip-arrow:before { border-top-color: #eae8ff } .dropdown-basic .dropdown .dropdown-content a { padding: 6px 16px; color: #2b2b2b; opacity: 0.6; font-size: 13px; border-top: 1px solid #efefef; background: #fff } .dropdown-basic .dropdown .dropdown-content a:hover { background-color: #fff } .dropdown-basic .dropdown .dropdown-content .dropdown-header { padding: 8px 16px; font-weight: 400; color: #2c323f; font-size: 13px } .dropdown-basic .dropup .dropup-content { top: auto } .default-according .card .card-header { padding: 0; border: none; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px } .default-according .card .card-header.bg-primary .btn, .default-according .card .card-header.bg-secondary .btn { border-color: rgba(0, 0, 0, 0) } .default-according .card .card-header i { position: initial; font-size: 20px; display: inline-block; vertical-align: text-bottom; margin-right: 5px } .default-according .card .card-header h5 { margin-top: 0 } .default-according .card .card-header .btn-link { padding: 12px 20px; width: 100%; text-align: left; letter-spacing: 0.7px; font-family: Roboto; border: 1px solid #efefef; border-radius: 0; border-top-left-radius: 5px; border-top-right-radius: 5px } .default-according .card .card-body { padding: 15px 20px; line-height: 22px; font-size: 13px; border-color: #efefef; border-radius: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; color: #2c323f } .nav-tabs { border-bottom-color: #efefef } .nav-tabs .nav-bottom .nav-item .nav-link.active { border-color: #efefef } .nav-tabs .nav-item.show .nav-link { font-weight: 500 } .nav-tabs .nav-link { color: #2c323f } .nav-tabs .nav-link.active { font-weight: 500 } .nav-tabs.nav-bottom .nav-item .nav-link.active { border-color: #ecf3fa #ecf3fa #fff } .dropdown-menu { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); border: none; padding: 0 } .dropdown-menu .dropdown-item { color: #2b2b2b; opacity: 0.6; font-size: 13px; padding: 6px 12px; border-top: 1px solid #efefef; background: #fff } .dropdown-menu .dropdown-item:hover { background-color: #fff } .dropdown-menu .dropdown-divider { margin: 0; border-top: 1px solid #cccccc } .border-tab .nav-tabs .nav-item .nav-link.active { border-bottom: 2px solid #7366ff } .border-tab .nav-tabs .nav-item .nav-link.show { border-bottom: 2px solid #7366ff } .border-tab .nav-tabs .nav-item .nav-link:focus { border-bottom: 2px solid #7366ff } .tabbed-card .nav-tabs .nav-item .nav-link { top: 17px } .timeliny .timeliny-dot::before { font-size: 18px } .form-builder-header-1, .form-builder-2-header { background-color: #f7f6ff } .form-builder-header-1 .nav-primary .nav-link, .form-builder-2-header .nav-primary .nav-link { color: #2c323f; font-weight: 400 } .form-builder-header-1 .nav-primary .nav-link.active, .form-builder-2-header .nav-primary .nav-link.active { color: #fff } .form-builder-header-1 h6, .form-builder-2-header h6 { margin-bottom: 0; font-weight: 400; line-height: 36px } .component .input-group .btn { line-height: 32px; text-transform: capitalize } .form-builder .drag-box fieldset { margin-top: 0 } .login-card .login-main .theme-form label { font-size: 14px } .login-card .login-main .theme-form .show-hide { top: 50% } .faq-accordion .card .btn-link svg { margin-left: 20px } .job-filter .faq-form .form-control { font-size: 14px } .job-filter .faq-form .search-icon { width: 16px; height: 16px } .footer { background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); padding: 15px; bottom: 0; left: 0; margin-left: 280px; -webkit-transition: 0.5s; transition: 0.5s } .footer.footer-dark { background-color: #242934 } .footer.footer-dark p { color: #fff } .footer-fix { width: calc(100% - 280px); position: fixed } .grid-showcase { margin-bottom: -10px } .grid-showcase span { display: block; border: 1px solid #f4f4f4; padding: 10px; margin-bottom: 10px; text-align: center; background-color: #fff } .grid-align { margin-bottom: -30px } .grid-align .row { padding: 15px 0; min-height: 10rem; border: 1px solid rgba(115, 102, 255, 0.02); margin-bottom: 30px; background-color: rgba(115, 102, 255, 0.02) } .offcanvas .page-wrapper .page-body-wrapper .page-body, .offcanvas-bookmark .page-wrapper .page-body-wrapper .page-body { position: relative; -webkit-filter: blur(5px) grayscale(100%); filter: blur(5px) grayscale(100%) } .toggle-sidebar { position: absolute; right: 30px; top: 30px; cursor: pointer } .toggle-sidebar svg { width: 20px; height: 20px } .toggle-sidebar:before { content: ""; position: absolute; height: 40px; width: 40px; background-color: rgba(115, 102, 255, 0.1); border-radius: 100%; left: -11px; z-index: -2; top: -8px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .toggle-sidebar:hover:before { height: 40px; width: 40px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .toggle-sidebar:hover>svg { color: var(--theme-deafult) !important; stroke: var(--theme-deafult) !important } .onhover-dropdown { cursor: pointer; position: relative } .onhover-show-div { top: 80px; position: absolute; z-index: 8; background-color: #fff; -webkit-transition: all linear 0.3s; transition: all linear 0.3s } .onhover-show-div li a svg { margin-top: 0 !important } .onhover-show-div li a svg path, .onhover-show-div li a svg line { color: #2b2b2b !important } .left-header .level-menu .nav-link { display: inline-block; border-radius: 5px; background-color: rgba(247, 49, 100, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: var(--theme-secondary); margin-left: 10px } .left-header .level-menu .nav-link.active { background-color: var(--theme-secondary); color: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .nav-link.active svg { stroke: #fff } .left-header .level-menu .nav-link svg { height: 18px; margin-right: 5px; vertical-align: middle; stroke: var(--theme-secondary) } .left-header .level-menu .header-level-menu { position: absolute; top: 59px; background-color: #fff; border-radius: 5px; width: 180px; height: 0; padding: 0.7rem 0.5rem; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); min-width: 180px; opacity: 0; visibility: hidden; display: block !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out } .left-header .level-menu .header-level-menu.show { opacity: 1; visibility: visible; height: 225px } .left-header .level-menu .header-level-menu li { padding: 0.5rem 1rem; width: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover { background-color: rgba(115, 102, 255, 0.1); border-radius: 5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover>a>span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu li:hover>a>svg { stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .level-menu .header-level-menu>li { position: relative; width: 100% } .left-header .level-menu .header-level-menu>li:hover .header-level-sub-menu { opacity: 1; -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); box-shadow: 0 0 37px rgba(8, 21, 66, 0.1); -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .left-header .level-menu .header-level-menu>li a { color: #2c323f } .left-header .level-menu .header-level-menu>li svg { width: 16px; vertical-align: middle; margin-right: 5px; stroke: #2c323f } .left-header .level-menu .header-level-menu>li span { vertical-align: middle } .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { position: absolute; padding: 0.7rem 0.5rem; left: 173px; z-index: 9; background-color: #fff; width: 170px; border-radius: 5px; top: 0; opacity: 0; -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .left-header .mega-menu .nav-link { display: inline-block; border-radius: 5px; background-color: rgba(115, 102, 255, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu .nav-link.active { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff; background-color: var(--theme-deafult) } .left-header .mega-menu .nav-link .according-menu { display: none } .left-header .mega-menu .nav-link svg { height: 18px; margin-right: 5px; vertical-align: middle } .left-header .mega-menu-container { min-width: 1100px; position: absolute; width: calc(100vw - 800px); height: 0; border-radius: 0px; background-color: #fff; top: 59px; left: -30px; border-top: 1px solid #efefef; padding-bottom: 20px; padding-top: 10px; padding-left: 20px; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); opacity: 0; visibility: hidden; display: block !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out } .left-header .mega-menu-container.show { opacity: 1; visibility: visible; height: 300px } .left-header .mega-menu-container .link-section>div h6 { margin-top: 20px } .left-header .mega-menu-container .link-section li { width: 100%; padding: 7px 0 7px 15px } .left-header .mega-menu-container .link-section li a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .link-section li:hover a { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box+.mega-box { padding-left: 30px; border-left: 1px solid #efefef } .left-header .mega-menu-container .mega-box .doted li { position: relative } .left-header .mega-menu-container .mega-box .doted li:hover:before { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .doted li:before { content: ''; position: absolute; top: 15px; height: 5px; width: 5px; background-color: #999; left: 0; border-radius: 100%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .dashed-links li { position: relative } .left-header .mega-menu-container .mega-box .dashed-links li:hover:before { background-color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .dashed-links li:before { content: ''; position: absolute; top: 16px; height: 2px; width: 6px; background-color: #999; left: 0 } .left-header .mega-menu-container .mega-box .icon li { position: relative } .left-header .mega-menu-container .mega-box .icon li:hover:before { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .icon li:before { content: "\f101"; font-family: fontawesome; position: absolute; top: 7px; left: 0px } .left-header .mega-menu-container .mega-box .svg-icon~div h6 { margin-top: 10px; margin-bottom: 5px } .left-header .mega-menu-container .mega-box .svg-icon li { padding-left: 0px } .left-header .mega-menu-container .mega-box .svg-icon li:hover:before { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .left-header .mega-menu-container .mega-box .svg-icon li a svg { width: 16px; margin-right: 5px; vertical-align: middle } .left-header .mega-menu-container .submenu-title { margin-top: 20px; margin-left: 20px } .left-header .mega-menu-container .according-menu { display: none } .left-header .horizontal-menu li { display: inline-block } .mega-menu .default-according .card .btn-link { font-weight: 500; color: gray } .mega-menu .default-according .card .card-body { font-size: 12px } .mega-menu .onhover-show-div { width: 1500px } .mega-menu .card-body { padding: 20px } .mega-menu div>div a { margin-bottom: 0px; display: inline-block; color: rgba(43, 43, 43, 0.7) } .mega-menu .list-unstyled div a { padding: 8px 35px 8px 0; -webkit-transition: .5s; transition: .5s } .mega-menu .list-unstyled div a:hover { padding: 8px 35px 8px 10px; -webkit-transition: .5s; transition: .5s } #accordionoc #collapseicon, #accordionoc #collapseicon1 { padding-top: 0px } #accordionoc li button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .navs-icon.default-according.style-1 li button { position: relative } .navs-icon.default-according.style-1 li button:hover { color: var(--theme-deafult) !important } .navs-icon.default-according.style-1 li button[aria-expanded="true"]:before { right: 2px; top: 6px } .navs-icon.default-according.style-1 li button[aria-expanded="false"]:before { right: 2px; top: 6px } .navs-icon { padding: 30px } .navs-icon li { padding: 9px 0 } .navs-icon li a { color: #2b2b2b } .navs-icon li a:hover { color: var(--theme-deafult) } .navs-icon li ul { padding-top: 9px } .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before, .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after { right: 77px; left: unset } .icon-lists { font-family: Rubik, sans-serif } .pl-navs-inline { padding-left: 30px !important } .inline-nav li { line-height: 1.3 } .search-page .theme-form input { border: 1px solid var(--theme-deafult); padding-left: 20px; border-radius: 10px 0 0 10px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto } .search-page .theme-form input::-webkit-input-placeholder { color: #7366ff } .search-page .theme-form input::-moz-placeholder { color: #7366ff } .search-page .theme-form input:-ms-input-placeholder { color: #7366ff } .search-page .theme-form input::-ms-input-placeholder { color: #7366ff } .search-page .theme-form input::placeholder { color: #7366ff } .search-page .theme-form input:focus { outline: none } .search-page .theme-form .input-group .btn { line-height: 32px; font-size: 16px } .search-page .theme-form .input-group .form-control-plaintext { background: transparent } .search-page h6 { line-height: 1.4 } .search-page .nav-link { font-weight: 500; text-transform: uppercase } .search-page .border-tab.nav-tabs .material-border { border-bottom-width: 1px } .search-page .border-tab.nav-tabs .nav-item .nav-link { font-size: 15px; padding: 10px 18px } .search-page .media .media-body { overflow: hidden } .search-page .info-block { padding: 30px; border-radius: 15px; border: 1px solid #f4f4f4 } .search-page .info-block a { color: #656565; margin-bottom: 3px; display: block } .search-page .info-block h6 { color: #7366ff } .search-page .info-block+.info-block { margin-top: 20px } .search-page .border-tab.nav-tabs { -webkit-box-align: left; -ms-flex-align: left; align-items: left; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end } .search-page .border-tab.nav-tabs .nav-item { width: auto } .search-page .search-links h6 { margin-bottom: 10px } .search-page p { text-transform: lowercase; margin-bottom: 0; color: #a5a2a2 } .search-page ul.search-info li { display: inline-block; font-size: 12px; line-height: 1; color: #586082 } .search-page ul.search-info li+li { border-left: 1px solid #a8b0c2; padding-left: 8px; margin-left: 8px } .search-page ul.search-info li i { color: #f8d62b } .search-page ul.search-info li i:not(:last-child) { margin-right: 4px } .search-page #video-links .embed-responsive+.embed-responsive { margin-top: 30px } .search-list { margin-bottom: 30px; width: auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-radius: 10px; overflow: hidden; border: 1px solid #7366ff; border: none } .search-list .nav-item { background-color: rgba(115, 102, 255, 0.1) } .search-list .nav-item .nav-link { border: none; padding: 0.7rem 1.5rem; opacity: 0.5 } .search-list .nav-item .nav-link.active { background-color: rgba(115, 102, 255, 0.1); color: var(--theme-deafult); opacity: 1 } .search-list .nav-item.show, .search-list .nav-item.active { background-color: rgba(115, 102, 255, 0.1) } .select2 { max-width: 100% } .add-post #cke_text-box { border: 1px solid #efefef } .add-post form .m-checkbox-inline label { margin-bottom: 0 } .add-post form .form-control { border: 1px solid #efefef } .add-post form .col-form-label { padding-bottom: 0; padding-top: 0 } .add-post form .col-form-label .select2-container--default { margin-top: 10px; max-width: 100% } .add-post form .col-form-label .select2-container--default .selection .select2-selection .select2-search__field { padding: 2px } .add-post form .col-form-label .select2-container--default .select2-selection--multiple { border: 1px solid #efefef; max-width: 100% } .add-post form .col-form-label .select2-container--default .select2-selection--multiple .select2-selection__rendered li { margin-top: 6px !important } .add-post .dropzone { margin-bottom: 30px } .select2-container--open .select2-dropdown { z-index: 7 } .select2-container { width: 100% !important } .select2-drpdwn .select2-selection { border-radius: 0 !important; border-color: #f4f4f4 !important; height: 40px !important; padding: 5px } .select2-drpdwn .form-control { border-radius: 5px } .select2-drpdwn .form-control-primary { border-color: var(--theme-deafult); color: var(--theme-deafult) } .select2-drpdwn .form-control-secondary { border-color: var(--theme-secondary); color: var(--theme-secondary) } .select2-drpdwn .form-control-success { border-color: #51bb25; color: #51bb25 } .select2-drpdwn .form-control-info { border-color: #a927f9; color: #a927f9 } .select2-drpdwn .form-control-warning { border-color: #f8d62b; color: #f8d62b } .select2-drpdwn .form-control-danger { border-color: #dc3545; color: #dc3545 } .select2-drpdwn .form-control-inverse { border-color: #2c323f; color: #2c323f } .select2-drpdwn .form-control-primary-fill { background-color: var(--theme-deafult); color: #fff } .select2-drpdwn .form-control-secondary-fill { background-color: var(--theme-secondary); color: #fff } .select2-drpdwn .form-control-success-fill { background-color: #51bb25; color: #fff } .select2-drpdwn .form-control-info-fill { background-color: #a927f9; color: #fff } .select2-drpdwn .form-control-warning-fill { background-color: #f8d62b; color: #fff } .select2-drpdwn .form-control-danger-fill { background-color: #dc3545; color: #fff } .select2-drpdwn .form-control-inverse-fill { background-color: #2c323f; color: #fff } .selection .select2-selection { border-radius: 5px !important } .selection .select2-selection .select2-search__field { margin-top: 0; padding: 3px } .select2-container--classic .select2-selection--multiple .select2-selection__choice { padding: 2px 6px !important; margin-top: 0 !important; background-color: var(--theme-deafult) !important; border-color: #43f !important; color: #fff; margin-right: 8px !important } .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #fff !important; float: right; margin-left: 0.5rem } .select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #e0e0e0 !important; color: #424242 !important } .select2-container--classic .select2-results__options .select2-results__option[aria-selected=true] { background-color: var(--theme-deafult) !important; color: #fff !important } .select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px !important; right: 10px !important } .select2-container--default .select2-selection--multiple .select2-selection__choice { padding: 2px 6px !important; margin-top: 0 !important; background-color: var(--theme-deafult) !important; border-color: #43f !important; color: #fff; margin-right: 8px !important } .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #fff !important; float: right; margin-left: 0.5rem } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #e0e0e0 !important; color: #424242 !important } .select2-container--default .select2-results__options .select2-results__option[aria-selected=true] { background-color: var(--theme-deafult) !important; color: #fff !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5:after { position: absolute; content: ""; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { position: absolute; content: ""; top: 49%; width: 5px; height: 1px; border-radius: 100%; background-color: #59667a } .onhover-show-div { -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; visibility: hidden; left: 0 } .onhover-dropdown:hover .onhover-show-div { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); visibility: visible; border-radius: 5px; overflow: hidden } .onhover-dropdown:hover .onhover-show-div:before { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fff; content: ""; top: -7px; position: absolute; left: 10px; z-index: 2 } .onhover-dropdown:hover .onhover-show-div:after { width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #d7e2e9; content: ""; top: -7px; position: absolute; left: 10px; z-index: 1 } .page-wrapper { position: relative } .page-wrapper .page-header { max-width: 100vw; position: fixed; top: 0; z-index: 8; -webkit-transition: .5s; transition: .5s; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper .page-header .header-wrapper { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 22px 30px; position: relative } .page-wrapper .page-header .header-wrapper .search-full { background-color: #fff; position: absolute; right: 0; z-index: 1; height: 0; width: 0; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .search-full.open { height: 100%; width: 100%; -webkit-animation: zoomIn 0.5s ease-in-out; animation: zoomIn 0.5s ease-in-out; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .search-full input { line-height: 65px; padding-left: 60px; width: 100% !important } .page-wrapper .page-header .header-wrapper .search-full input:focus { outline: none !important } .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search { position: absolute; font-size: 15px; right: 30px; top: 30px; color: #898989; cursor: pointer } .page-wrapper .page-header .header-wrapper .search-full .form-group:before { position: absolute; left: 30px; top: 27px; content: "\f002"; font-size: 16px; color: #898989; font-family: FontAwesome } .page-wrapper .page-header .header-wrapper .nav-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-header .header-wrapper .nav-right ul li svg { vertical-align: middle; width: 20px } .page-wrapper .page-header .header-wrapper .nav-right ul li svg path { color: #242934 } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode { cursor: pointer; width: 20px; text-align: center } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i { font-size: 18px; font-weight: 600; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .mode i.fa-lightbulb-o { font-weight: 500; font-size: 22px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-animation: zoomIn 300ms ease-in-out; animation: zoomIn 300ms ease-in-out } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .header-search { cursor: pointer } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body { margin-left: 15px } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body span { font-weight: 500 } .page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p { font-size: 12px; line-height: 1; color: rgba(43, 43, 43, 0.7) } .page-wrapper .page-header .header-wrapper .nav-right>ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-header .header-wrapper .nav-right>ul>li { padding: 6px 10px; margin-right: 5px; display: inline-block; position: relative } .page-wrapper .page-header .header-wrapper .nav-right>ul>li .badge { position: absolute; right: -5px; top: -6px; padding: 2px 4px; font-size: 11px; font-weight: 700; font-family: work-Sans, sans-serif } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul { left: inherit; right: -10px; width: 130px } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul:before, .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul:after { left: inherit; right: 10px } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li { display: block } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li a { font-size: 14px; color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right>ul>li span ul li a i { margin-left: 10px; font-size: 13px; color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right>ul .flag-icon { font-size: 16px } .page-wrapper .page-header .header-wrapper .nav-right .bookmark-flip { width: unset !important; -webkit-box-shadow: unset !important; box-shadow: unset !important; background-color: transparent !important; overflow: initial } .page-wrapper .page-header .header-wrapper .nav-right .flip-card { width: 220px; height: 245px; background-color: transparent } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner { position: relative; height: 100%; text-align: center; -webkit-transition: -webkit-transform 0.6s; transition: -webkit-transform 0.6s; transition: transform 0.6s; transition: transform 0.6s, -webkit-transform 0.6s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { position: absolute; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); box-shadow: 0 0 20px rgba(89, 102, 122, 0.1); width: 220px; height: 240px } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button { background-color: rgba(0, 0, 0, 0); color: #7366ff; border: none } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front button:focus, .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button:focus { outline: rgba(0, 0, 0, 0) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front { background-color: #fff; -webkit-transition: .3s; transition: .3s } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg { margin-bottom: 15px; stroke: #2c323f; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .front svg:hover { stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back { background-color: #fff; -webkit-transform: rotateY(180deg); transform: rotateY(180deg) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:first-child { margin-top: 20px; height: 160px !important } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back li:last-child { padding: 20px 0; border-top: 1px solid #ddd } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back button { width: 100% } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner .back .flip-back-content input { border-radius: 25px; padding: 6px 12px; width: 100%; border: 1px solid #ddd } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped { -webkit-transform: rotateY(180deg); transform: rotateY(180deg) } .page-wrapper .page-header .header-wrapper .nav-right .flip-card .flip-card-inner.flipped .front { opacity: 0 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child { padding: 20px; background-color: #eaeaea } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg { position: absolute; width: 50px; height: 50px; top: 0; right: 0; opacity: 0.05 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div { width: 330px; top: 50px; right: 0; left: unset } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li { padding: 0 20px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li p { opacity: 0.6 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li+li { padding-top: 15px; padding-bottom: 0px; border-top: 1px solid #f5f5f5 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li:last-child { padding-bottom: 15px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media img { width: 40px; position: relative } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .status-circle { left: 0 } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body>span { letter-spacing: 0.8px; padding-right: 10px; display: inline-block } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div li .media .media-body p { margin-bottom: 15px } .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:before, .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:after { right: 10px !important; left: unset !important } .page-wrapper .page-header .header-wrapper .nav-right .notification-box { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .notification-box svg { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite } .page-wrapper .page-header .header-wrapper .nav-right .cart-box { position: relative } .page-wrapper .page-header .header-wrapper .nav-right .cart-box svg { -webkit-animation: swing 1.5s ease infinite; animation: swing 1.5s ease infinite } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li .media { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown li+li { padding-bottom: 10px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown p { line-height: 1.3; margin-top: 3px; opacity: 0.6 } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle { position: absolute; right: 0; top: 0 } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .close-circle svg { width: 14px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group { width: 80px } .page-wrapper .page-header .header-wrapper .nav-right .cart-dropdown .qty-box .input-group .btn { padding: 0px 2px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown { top: 52px; width: 300px; right: -20px !important; left: unset } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li+li { padding-top: 8px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li+li p { margin-bottom: 8px } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li:last-child { text-align: center; border-top: 1px solid #ecf3fa } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown li p span { color: rgba(27, 49, 85, 0.4) } .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:before, .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown:after { right: 28px !important; left: unset !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown { width: 160px; top: 57px; left: -12px; padding: 0 10px } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li { padding: 10px !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span { color: var(--theme-deafult); -webkit-transition: color 0.3s ease; transition: color 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg { stroke: var(--theme-deafult); -webkit-transition: stroke 0.3s ease; transition: stroke 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path { stroke: var(--theme-deafult); -webkit-transition: stroke 0.3s ease; transition: stroke 0.3s ease } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:last-child { padding-top: 10px !important } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span { color: #2c323f } .page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg { width: 16px; vertical-align: bottom; margin-right: 10px; stroke: #2c323f } .page-wrapper .page-body-wrapper { background-color: #f8f8f8 } .page-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 136px); margin-top: 136px; padding: 0 15px 0 15px; position: relative; -webkit-transition: 0.5s; transition: 0.5s } .page-wrapper .page-body-wrapper .page-body:before { -webkit-animation: fadeIn 0.5s ease-in-out; animation: fadeIn 0.5s ease-in-out } .page-wrapper .page-body-wrapper .page-title { padding-top: 30px; padding-bottom: 30px } .page-wrapper .page-body-wrapper .page-title>.row .col-6:first-child { display: -webkit-box; display: -ms-flexbox; display: flex } .page-wrapper .page-body-wrapper .page-title>.row .col-6:first-child h3 { padding-right: 20px } .page-wrapper .page-body-wrapper .page-title .row { -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper .page-body-wrapper .page-title .row h3 { font-size: 24px; margin-bottom: 0; text-transform: capitalize } .page-wrapper .page-body-wrapper .page-title .row h3 small { display: block; font-size: 12px; margin-bottom: 5px; text-transform: capitalize; color: rgba(43, 43, 43, 0.7) } .page-wrapper .page-body-wrapper .page-title .breadcrumb { background-color: rgba(0, 0, 0, 0); padding: 0; margin-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .page-wrapper .page-body-wrapper .page-title .breadcrumb li { font-size: 13px; letter-spacing: 1px; font-family: Roboto, sans-serif } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item+.breadcrumb-item:before { content: "/" } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a { color: var(--theme-deafult) } .page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { width: 16px; height: 16px; color: #2c323f; vertical-align: text-top } .page-wrapper.horizontal-wrapper [data-simplebar] { position: relative } .page-wrapper.horizontal-wrapper .footer { margin-left: 0 } .page-wrapper.horizontal-wrapper .header-logo-wrapper { width: 150px } .page-wrapper.horizontal-wrapper .header-logo-wrapper .toggle-sidebar { display: none } .page-wrapper.horizontal-wrapper .left-header { padding-right: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper li { display: inline-block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { height: 54px; line-height: inherit; top: 81px; background: #fff; -webkit-box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05); box-shadow: 0px 9px 24px rgba(89, 102, 122, 0.05); overflow-x: hidden; z-index: 1; overflow-y: visible; position: fixed; width: 100vw; border-top: 1px solid #efefef } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .badge { position: absolute; top: 2px; right: 0px; z-index: 1 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main { text-align: left; position: relative } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { position: absolute; top: 0px; padding: 15px; background-color: #fff; 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; z-index: 1; cursor: pointer } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow.disabled, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow.disabled { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .left-arrow { left: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .right-arrow { right: 10px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { list-style: none; margin: 0; padding: 0; line-height: normal; direction: ltr; text-align: left; display: -webkit-box !important; padding: 0 5px; -webkit-transition: all .5s ease; transition: all .5s ease; white-space: nowrap } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a.active .according-menu i:before { content: '-' } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list a .according-menu { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links li.sidebar-list ul.sidebar-submenu li a.active:after { background-color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { position: relative; padding-top: 10px; padding-bottom: 10px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover>a>span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover a { background-color: rgba(115, 102, 255, 0.15); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover a svg { fill: rgba(115, 102, 255, 0.1); stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:first-child { display: none !important } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { display: block; color: #2b2b2b; line-height: 23px; text-decoration: none; text-transform: capitalize; padding: 5px 15px; margin: 0 3px; letter-spacing: 0.04em; position: relative; border-radius: 5px; font-weight: 500; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active { background-color: #dad6ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active svg, .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a.active span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a .badge { position: absolute; top: -5px; margin-left: 1px; right: 10px; padding: 0.20em 0.7em } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a svg { width: 16px; vertical-align: bottom; margin-right: 10px; stroke-width: 2.5px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { position: fixed; z-index: 4; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989; padding: 15px 0px 15px 0px; background: white } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li { border: 0; float: none; position: relative; display: block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { background: transparent; padding: 4px 30px; display: block; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; line-height: 1.9; color: rgba(43, 43, 43, 0.6); letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { left: 20px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover:after { background-color: var(--theme-deafult) } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { position: fixed; right: 0; left: 0; margin: 0 auto; z-index: 4; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989; padding: 30px; background: white; width: 95%; border-radius: 4px; display: block !important } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box { width: 20% } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { text-transform: uppercase; font-size: 14px; margin-left: -13px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content { -webkit-box-shadow: none; box-shadow: none; background-color: transparent; position: relative; display: block; padding: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li { border: 0; float: none; position: relative; display: block } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a { border: 0 !important; background: transparent; color: #2b2b2b; border-radius: 0 !important; text-transform: capitalize; padding: 3px 0; font-size: 13px; display: block; letter-spacing: 0.07em; line-height: 1.9; position: relative; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:hover { color: var(--theme-deafult); letter-spacing: 1.5px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:hover:after { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content li a:after { position: absolute; content: ""; left: -12px; top: 50%; width: 5px; height: 1px; background-color: #59667a } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover>a:after { left: 0; right: 0; opacity: 1 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.mega-menu { position: unset } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper.overlay-white { background-color: rgba(255, 255, 255, 0.08) } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav i { font-size: 24px } .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-top: 135px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main-title { display: none !important } .page-wrapper.horizontal-wrapper .page-body-wrapper.scorlled .sidebar-wrapper { display: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.horizontal-wrapper .page-header { width: 100%; -webkit-box-shadow: none; box-shadow: none } .page-wrapper.horizontal-wrapper .page-header .header-wrapper .form-control-plaintext { width: auto !important } .page-wrapper.horizontal-wrapper.enterprice-type footer { margin-left: 0 } .page-wrapper.material-icon .left-header .level-menu .nav-link, .page-wrapper.material-icon .left-header .mega-menu .nav-link { border-radius: 10px } .page-wrapper.material-icon .card { border-radius: 30px; overflow: hidden; -webkit-box-shadow: 0 0 20px rgba(115, 102, 255, 0.1); box-shadow: 0 0 20px rgba(115, 102, 255, 0.1) } .page-wrapper .sidebar-main-title>div { background-color: rgba(115, 102, 255, 0.06); padding: 15px 17px; border-radius: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .page-wrapper .sidebar-main-title h6 { color: var(--theme-deafult); margin-bottom: 5px; letter-spacing: 0.40px } .page-wrapper .sidebar-main-title p { color: #2c323f; font-size: 11px; margin-bottom: 0; text-transform: capitalize; line-height: 1; width: 100%; overflow: hidden; text-overflow: ellipsis } .page-wrapper.compact-wrapper .page-header { margin-left: 280px; width: calc(100% - 280px) } .page-wrapper.compact-wrapper .page-header.close_icon { margin-left: 90px; width: calc(100% - 90px) } .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper { position: fixed; top: 0; z-index: 9; height: auto; line-height: inherit; background: #fff; width: 280px; text-align: left; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1); box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { padding: 27px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon { width: auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .badge { opacity: 0; width: 0; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { max-width: 86px; margin: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a { padding: 12px 14px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main-title { display: none !important; opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper { text-align: right; display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover { width: 280px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .badge { opacity: 1; width: auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { max-width: unset; margin: initial; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a { padding: 12px 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li>a span { display: inline-block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .sidebar-main-title { opacity: 1; display: block !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .mobile-sidebar { -webkit-transform: translate(183px); transform: translate(183px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-left: 100px; -webkit-transition: 0.5s; transition: 0.5s } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.footer-fix { width: calc(100% - 90px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 118px) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link::before { right: 20px; left: unset } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a span { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .according-menu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 115px); left: -300px; z-index: 99; -webkit-transition: color 1s ease; transition: color 1s ease; overflow: auto; color: rgba(0, 0, 0, 0); margin-top: 20px; margin-bottom: 30px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a { font-weight: 500 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { letter-spacing: 0.7px; font-family: Roboto; text-transform: capitalize; color: #2c323f } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.link-nav .according-menu { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li:last-child { border-bottom: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links.opennav { left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn { display: block; width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .back-btn .mobile-back { padding: 20px; color: #242934; font-weight: 700; text-transform: uppercase; border-bottom: 1px solid #efefef; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { display: block; width: 100%; padding: 0 20px; position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-main-title { padding-top: 15px; padding-bottom: 13px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list .badge { position: absolute; right: 50px; top: 14.5px; padding: 0.44em 0.7em 0.32em; z-index: 1 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-list:hover>a:hover { background-color: rgba(115, 102, 255, 0.12); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover svg { fill: rgba(115, 102, 255, 0.1); stroke: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:hover .sidebar-link:not(.active):hover .according-menu i { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a { padding: 12px 15px; position: relative; color: #222222; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { width: 18px; margin-right: 10px; vertical-align: bottom; float: none; stroke-width: 2.3px; color: #2c323f; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow { right: 20px; position: absolute; top: 10px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow i { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a .sub-arrow:before { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li:first-child { display: none !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { width: 100%; padding: 0; position: relative !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a { padding-left: 40px !important; font-weight: 400 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu .submenu-title .according-menu { top: 7px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu.opensubmenu { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover>a { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover>a:after { border-top: 2px solid var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { display: none; position: relative !important; right: 0; width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu.opensubchild { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu li a { padding: 6px 45px; padding-left: 56px !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu li a:after { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { padding: 7px 25px; font-size: 14px; color: rgba(43, 43, 43, 0.6); display: block; position: relative; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after { left: 20px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover { margin-left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.mega-menu .sidebar-title.active~.mega-menu-container { display: block !important } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { padding: 0; position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container.opensubmenu { display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box { width: 100%; padding: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section:hover h5 { color: var(--theme-deafult) !important; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section:hover h5:after { border-top: 2px solid var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title { position: relative } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { margin-bottom: 0; line-height: 1.9; padding: 6px 25px 6px 45px; font-size: 14px; position: relative; color: rgba(43, 43, 43, 0.6); display: block; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto; cursor: pointer } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5:after { left: 25px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title .according-menu { top: 8px } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { margin-bottom: 0; line-height: 1.9; padding: 6px 25px 6px 45px; font-size: 14px; position: relative; color: rgba(43, 43, 43, 0.6); display: block; letter-spacing: 0.06em; font-weight: 500; font-family: Roboto } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a:after { display: none } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content ul li a { line-height: 1.9 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover { margin-left: 0 } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link { border-radius: 10px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; display: block } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { -webkit-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; margin-bottom: 10px; background-color: #dad6ff } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active .according-menu i { color: var(--theme-deafult) } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span { color: var(--theme-deafult); -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-wrapper .page-body-wrapper .mega-box.col { -ms-flex-preferred-size: unset; flex-basis: unset } .page-wrapper.compact-wrapper .page-body-wrapper .according-menu { position: absolute; right: 15px; top: 13px; display: block } .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i { vertical-align: middle; color: rgba(0, 0, 0, 0.8); font-weight: 600 } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu.border-section { border: none } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav { position: absolute; z-index: 2; right: 145px; top: 6px } .page-wrapper.compact-wrapper .page-body-wrapper .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name { font-size: 18px; padding-left: 5px; text-transform: uppercase } .page-wrapper.compact-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 80px); margin-top: 80px; margin-left: 280px } .page-wrapper.compact-wrapper.dark-sidebar .toggle-sidebar svg, .page-wrapper.compact-wrapper.color-sidebar .toggle-sidebar svg { stroke: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper { background-color: #262932 } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a span { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links li a svg { stroke: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-title h5 { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu li a { color: rgba(255, 255, 255, 0.6); font-weight: 400 } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container::after { background-color: rgba(255, 255, 255, 0.2) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active { background-color: rgba(115, 102, 255, 0.2) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active svg { color: var(--theme-deafult); stroke: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a span { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list ul.sidebar-submenu li a.active { color: var(--theme-deafult) } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-light, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-light { display: none } .page-wrapper.compact-wrapper.dark-sidebar div.sidebar-wrapper .logo-wrapper .for-dark, .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper .logo-wrapper .for-dark { display: block } .page-wrapper.compact-wrapper.dark-sidebar .according-menu i, .page-wrapper.compact-wrapper.color-sidebar .according-menu i { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.dark-sidebar .sidebar-main-title p, .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p { color: rgba(255, 255, 255, 0.6) } .page-wrapper.compact-wrapper.color-sidebar div.sidebar-wrapper { background-color: #2f3c4e } .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title p { display: none } .page-wrapper.compact-wrapper.color-sidebar .sidebar-main-title h6 { margin-bottom: 0 } .page-wrapper.compact-sidebar~.bg-overlay1 { -webkit-transition: 0.8s; transition: 0.8s } .page-wrapper.compact-sidebar~.bg-overlay1.active { z-index: 8; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.2); position: fixed; top: 0 } .page-wrapper.compact-sidebar .toggle-sidebar { position: relative; right: unset; top: unset; margin-right: 15px } .page-wrapper.compact-sidebar .sidebar-main-title { display: none } .page-wrapper.compact-sidebar .logo-wrapper { display: none } .page-wrapper.compact-sidebar .logo-icon-wrapper { display: block; text-align: center; padding: 24px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-sidebar .page-header { margin-left: 150px; width: calc(100% - 150px) } .page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-sidebar .page-header.close_icon { margin-left: 0; width: calc(100% - 0px) } .page-wrapper.compact-sidebar .page-body-wrapper .page-body { margin-top: 80px; margin-left: 150px } .page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: 150px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper { position: fixed; top: 0; z-index: 9 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { height: auto; line-height: inherit; background: #fff; width: 150px; text-align: left; -webkit-transition: 0.3s; transition: 0.3s; -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1); box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .left-arrow, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .right-arrow { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { margin: 30px 0; height: calc(100vh - 113px); overflow: auto } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a { color: #2c323f } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span { letter-spacing: 0.7px; font-family: Roboto; text-transform: capitalize; color: #2c323f; font-size: 13px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active { background: rgba(115, 102, 255, 0.1); color: #7366ff; border-radius: 20px; margin: 0 10px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active span { color: #7366ff } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: fadeInLeft 300ms ease-in-out; animation: fadeInLeft 300ms ease-in-out } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { display: block; padding: 20px 0; border-bottom: 1px solid #f3f3f3 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { position: fixed; top: 0px; height: calc(100vh - 0px); overflow: auto; left: 150px; width: 230px; background-color: #fff; -webkit-box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03); box-shadow: 0 16px 15px 15px rgba(126, 55, 216, 0.03); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; display: none; padding-top: 20px; z-index: -1 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 15px 15px 15px 40px; display: block; position: relative; border-bottom: 1px solid #f1f1f1 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { position: absolute; right: 20px; top: 16px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a.active, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a.active { background-color: rgba(115, 102, 255, 0.1); color: #7366ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li .submenu-content li a.active, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li .submenu-content li a.active { background-color: rgba(0, 0, 0, 0) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu>li>a::after, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container>li>a::after { position: absolute; content: ""; left: 20px; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section { text-align: left } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 { position: relative; font-size: 14px; font-weight: 400; padding: 15px 15px 15px 40px; letter-spacing: 1px; margin-bottom: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after { position: absolute; content: ""; left: 20px; top: 48%; width: 6px; border-top: 2px solid #595c60 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list { position: relative } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { position: absolute; left: 53%; top: 7px; font-weight: 500; font-size: 9px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link { text-align: center } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg { display: block; margin: 0 auto 6px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link>span { display: block; font-weight: 500; letter-spacing: 1px; font-size: 14px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link .according-menu { display: none } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu { text-align: center; padding: 0 } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg { display: block; margin: 0 auto 6px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu { position: absolute; right: 20px; top: 13px } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(-150px); transform: translateX(-150px) } .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-left: 0px } .page-wrapper.compact-small .toggle-sidebar { position: relative; right: unset; top: unset; margin-right: 15px } .page-wrapper.compact-small .sidebar-main-title, .page-wrapper.compact-small .logo-wrapper { display: none } .page-wrapper.compact-small .logo-icon-wrapper { display: block; text-align: center; padding: 27px 30px; -webkit-box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1); box-shadow: -9px 0 20px rgba(89, 102, 122, 0.1) } .page-wrapper.compact-small .page-header { margin-left: 90px; width: calc(100% - 90px) } .page-wrapper.compact-small .page-header .header-wrapper .logo-wrapper { display: none } .page-wrapper.compact-small .page-header.close_icon { margin-left: 0; width: calc(100% - 0px) } .page-wrapper.compact-small .page-body-wrapper .page-body { margin-left: 90px } .page-wrapper.compact-small .page-body-wrapper .footer { margin-left: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper>div { width: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-title { display: block; padding: 15px 0 } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 90px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 10px 15px 10px 40px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .sub-arrow, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .sub-arrow { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { top: 11px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link svg { display: block; margin: 0 auto; width: 20px } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link>span { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu svg { margin: 0 auto } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu a>span { display: none } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(-150px); transform: translateX(-150px) } .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-left: 0px } .page-wrapper.only-body { background-color: #f2f0fa } .page-wrapper.only-body .page-body-wrapper { background-color: #f2f0fa } .page-wrapper.only-body .page-header { position: relative } .page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body>span, .page-wrapper.only-body .page-header .nav-menus .profile-nav .media-body>p { color: #fff !important } .page-wrapper.only-body .page-header .nav-menus>li>svg { stroke: #fff } .page-wrapper.only-body .page-header .nav-menus>li>a>svg { stroke: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div .lang-txt, .page-wrapper.only-body .page-header .nav-menus>li>span .lang-txt { color: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div i, .page-wrapper.only-body .page-header .nav-menus>li>span i { color: #fff } .page-wrapper.only-body .page-header .nav-menus>li>div svg, .page-wrapper.only-body .page-header .nav-menus>li>span svg { stroke: #fff } .page-wrapper.only-body .page-header .left-header, .page-wrapper.only-body .page-header .header-logo-wrapper { display: none } .page-wrapper.only-body .page-header .header-wrapper { padding: 0 !important } .page-wrapper.only-body .page-header .header-wrapper .nav-right { position: absolute; right: 60px; top: 58px } .page-wrapper.only-body .page-header .header-wrapper .search-full { top: 37px; width: calc(100% - 50px); left: 25px } .page-wrapper.only-body .page-header .header-wrapper .search-full .form-group .Typeahead .u-posRelative { background-color: #fff; border-radius: 15px } .page-wrapper.only-body .page-header .header-wrapper .search-full .Typeahead-menu { top: 78px; width: calc(100% - 30px); margin: 0 auto; right: 0 } .page-wrapper.only-body .page-body-wrapper .breadcrumb-item+.breadcrumb-item::before { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title { padding-top: 20px; padding-bottom: 20px } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb li { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb-item a svg { color: #fff } .page-wrapper.only-body .page-body-wrapper .page-title .row h3 { color: #fff } .page-wrapper.only-body .sidebar-wrapper, .page-wrapper.only-body footer { display: none } .page-wrapper.only-body .page-body-wrapper .page-body { margin-top: 0px; min-height: calc(100vh - 0px) } .page-wrapper.only-body .page-body-wrapper .page-title { background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%); padding-left: 30px; padding-right: 30px; margin-bottom: 30px; border-radius: 15px; margin-top: 30px } .page-wrapper.only-body .page-body-wrapper .page-title>.row .col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .page-wrapper.only-body .page-body-wrapper .page-title .breadcrumb { margin-top: 5px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start } .page-wrapper.modern-type .ecommerce-widget { border: 1px solid #dad6ff !important } .page-wrapper.modern-type .theme-form input[type=text], .page-wrapper.modern-type .theme-form input[type=email], .page-wrapper.modern-type .theme-form input[type=search], .page-wrapper.modern-type .theme-form input[type=password], .page-wrapper.modern-type .theme-form input[type=number], .page-wrapper.modern-type .theme-form input[type=tel], .page-wrapper.modern-type .theme-form input[type=date], .page-wrapper.modern-type .theme-form input[type=datetime-local], .page-wrapper.modern-type .theme-form input[type=time], .page-wrapper.modern-type .theme-form input[type=datetime-local], .page-wrapper.modern-type .theme-form input[type=month], .page-wrapper.modern-type .theme-form input[type=week], .page-wrapper.modern-type .theme-form input[type=url], .page-wrapper.modern-type .theme-form input[type=file], .page-wrapper.modern-type .theme-form select, .page-wrapper.modern-type textarea { background-color: #dad6ff } .page-wrapper.modern-type .file-sidebar .pricing-plan { border: 1px solid #dad6ff !important } .page-wrapper.modern-type .alert-primary { color: #7366ff } .page-wrapper.modern-type .project-box { background-color: #dad6ff } .page-wrapper.modern-type .nav-tabs .nav-link.active { background-color: transparent } .page-wrapper.modern-type .activity-timeline .media .activity-line { background-color: #dad6ff } .page-wrapper.modern-type .simplebar-mask { top: 10px } .page-wrapper.modern-type .chart_data_left .card-body .chart-main>div:last-child .media, .page-wrapper.modern-type .chart_data_right .card-body .chart-main>div:last-child .media { border-right: none !important } .page-wrapper.modern-type .page-header { margin-left: 0px; width: calc(100% - 0px) } .page-wrapper.modern-type .page-header.close_icon { margin-left: 0px; width: calc(100% - 0px) } .page-wrapper.modern-type .page-header .header-wrapper .header-logo-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper { display: block; margin-right: 30px } .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar { display: block; position: relative; top: unset; right: unset; margin-right: 15px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper { margin: 30px !important; top: 80px; bottom: 0; border-radius: 15px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 160px) } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { margin-left: 0px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-left: 0px } .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-wrapper { display: none } .page-wrapper.modern-type .page-body-wrapper .page-body { margin-left: 310px } .page-wrapper.modern-type .page-body-wrapper .page-body .container-fluid { max-width: 1450px } .page-wrapper.modern-type .page-body-wrapper .footer { margin-left: 390px; margin-right: 70px; border-radius: 10px } .page-wrapper.material-type { position: relative } .page-wrapper.material-type::before { position: absolute; content: ''; left: 0; width: 100%; height: 300px; background-image: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%) } .page-wrapper.material-type .card { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) } .page-wrapper.material-type .page-header { position: relative; max-width: 1560px; margin: 50px auto 0; border-radius: 15px 15px 0 0 } .page-wrapper.material-type .page-body-wrapper { background-image: url(../images/other-images/boxbg.jpg); background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.5) } .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper { position: relative; max-width: 1560px; margin: 0 auto; top: unset; height: unset } .page-wrapper.material-type .page-body-wrapper .page-body { margin: 0 auto; max-width: 1560px; background-color: #f8f8f8; -webkit-box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05); box-shadow: 0 0 20px 7px rgba(8, 21, 66, 0.05); border-radius: 0 0 15px 15px } .page-wrapper.material-type .footer { margin-top: 40px } .page-wrapper.advance-layout { background-blend-mode: overlay; background-color: rgba(248, 248, 248, 0.7) } .page-wrapper.advance-layout .card { border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ecf3fa } .page-wrapper.advance-layout .page-header { position: relative; background-color: #fff; margin: 0 auto } .page-wrapper.advance-layout .page-body-wrapper { background: transparent } .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper { position: relative !important; top: unset !important; height: unset; -webkit-box-shadow: none; box-shadow: none; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef } .page-wrapper.advance-layout .page-body-wrapper .sidebar-wrapper>div { overflow-x: hidden } .page-wrapper.advance-layout .page-body-wrapper .page-body { margin-top: 0 !important } @-webkit-keyframes pagebody { from { opacity: 0; -webkit-transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px); transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px) } 50% { opacity: 1 } } @keyframes pagebody { from { opacity: 0; -webkit-transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px); transform: scale3d(0.98, 0.98, 0.98) translate(-20px, -50px) } 50% { opacity: 1 } } @media screen and (max-width: 1480px) { .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -18%; width: 91% } } @media screen and (max-width: 1460px) { .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -54%; width: 75% } .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { margin-right: 8px } } @media screen and (max-width: 1366px) { .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -49%; width: 70% } .profile-dropdown.onhover-show-div { right: 0; left: unset !important } .profile-dropdown.onhover-show-div:before, .profile-dropdown.onhover-show-div:after { right: 10px !important; left: unset !important } } @media screen and (max-width: 1199px) { .page-wrapper .page-header .header-wrapper .nav-right>ul>li { padding: 6px } .left-header .mega-menu-container .submenu-title { margin: 20px 20px 0 20px } .mobile-title.d-none { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 20px 30px 17px; border-bottom: 1px solid #ddd; margin: 0 -15px } .mobile-title.d-none h5 { color: var(--theme-deafult) } .mobile-title.d-none svg { stroke: var(--theme-deafult) !important } .page-wrapper.horizontal-wrapper .page-body-wrapper.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { right: -35%; width: 56% } } @media screen and (min-width: 992px) { .page-header .header-wrapper .nav-right .notification-dropdown { top: 46px } .responsive-btn { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-mask { top: 0 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu { width: 200px; opacity: 0; visibility: hidden; border-radius: 5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu a .sub-arrow { position: absolute; right: 20px; top: 5px; color: #59667a; font-weight: 100; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; font-size: 15px; top: 5px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li .nav-sub-childmenu { display: none; border-radius: 4px } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li:hover .nav-sub-childmenu { display: block; position: absolute; left: 200px; background-color: #fff; top: -10px; padding: 15px 0px 15px 0px; -webkit-box-shadow: 0 0 1px 0 #898989; box-shadow: 0 0 1px 0 #898989 } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover .sub-arrow { right: 16px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container { opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.hoverd .sidebar-submenu { opacity: 1; visibility: visible; margin-top: 8px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.hoverd .mega-menu-container { opacity: 1; visibility: visible; margin-top: 20px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease } .page-wrapper.horizontal-wrapper .page-body-wrapper .toggle-nav { display: none } .page-wrapper.horizontal-wrapper .page-body-wrapper .mobile-back { display: none !important } } @media only screen and (min-width: 768px) { .page-wrapper.material-icon { position: relative } .page-wrapper.material-icon::before { position: absolute; content: ''; left: 0; width: 100%; height: 240px; background: linear-gradient(26deg, var(--theme-deafult) 0%, #a26cf8 100%) } .page-wrapper.material-icon .toggle-sidebar { color: rgba(255, 255, 255, 0.8) } .page-wrapper.material-icon .toggle-sidebar:hover>svg { color: #fff !important; stroke: #fff !important } .page-wrapper.material-icon .left-header .mega-menu .nav-link, .page-wrapper.material-icon .left-header .level-menu .nav-link { background-color: rgba(255, 255, 255, 0.09); color: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .left-header .mega-menu .nav-link svg, .page-wrapper.material-icon .left-header .level-menu .nav-link svg { stroke: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .page-header { position: relative; background: transparent; padding-left: 90px; max-width: 1660px; margin: 0 auto; width: calc(100% - 0px) } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li { color: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li .notification-box svg, .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li .cart-box svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li>a>svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right>ul>li>svg { stroke: #fff } .page-wrapper.material-icon .page-header .header-wrapper .nav-right .language-nav .more_lang { color: #2b2b2b } .page-wrapper.material-icon .page-header .header-wrapper .nav-right .onhover-show-div { color: #2b2b2b } .page-wrapper.material-icon .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body p { color: rgba(255, 255, 255, 0.7) } .page-wrapper.material-icon .page-header.close_icon { padding-left: 0; margin: 0 auto !important } .page-wrapper.material-icon .page-body-wrapper .page-body { margin-top: 0 !important; padding-left: 90px; max-width: 1660px; margin: 0 auto } .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { padding-left: 15px; margin: 0 auto !important } .page-wrapper.material-icon .page-body-wrapper .page-title { color: #fff } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg { color: #fff } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item.active { color: rgba(255, 255, 255, 0.6) } .page-wrapper.material-icon .page-body-wrapper .page-title .breadcrumb .breadcrumb-item+.breadcrumb-item::before { color: rgba(255, 255, 255, 0.8) } } @media screen and (max-width: 767px) { .sidebar-wrapper .menu .brand-logo img { width: 120px } } @media screen and (max-width: 576px) { .toggle-nav i { font-size: 20px } } html[dir="rtl"] ul { padding-right: 0 } html[dir="rtl"] .f-right { float: left } html[dir="rtl"] .form-check-inline { margin-right: unset; margin-left: 1rem } html[dir="rtl"] .color-box button+button { margin-left: unset; margin-right: 5px } html[dir="rtl"] .knowledgebase-search .form-inline svg { left: unset; right: 20px } html[dir="rtl"] .switch-showcase .form-check .form-check-input { float: left } html[dir="rtl"] .pill-input-group span:last-child { border-top-right-radius: unset !important; border-bottom-right-radius: unset !important; border-top-left-radius: 1.3rem !important; border-bottom-left-radius: 1.3rem !important } html[dir="rtl"] .pill-input-group span:first-child { border-top-left-radius: unset !important; border-top-right-radius: unset !important; border-top-right-radius: 1.3rem !important; border-bottom-right-radius: 1.3rem !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper { text-align: right } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .toggle-sidebar { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { padding: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .badge { left: 50px !important; right: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon { margin-right: 0; margin-left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper { text-align: left } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .logo-icon-wrapper img { margin-left: 8px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.page-body, html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { margin-left: 0; margin-right: 100px; -webkit-transition: 0.5s; transition: 0.5s } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: none !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .according-menu { display: none } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-left: 13px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover { -webkit-transform: translate(0px); transform: translate(0px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .sidebar-list .sidebar-title.active~.sidebar-submenu { display: block !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { float: none } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper:hover .according-menu { display: block } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu:after { right: 30px; left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a { padding-right: 45px !important; padding-left: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a:after { right: 26px; left: unset } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .page-body { margin-left: unset; margin-right: 280px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a svg { margin-right: unset; margin-left: 15px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper .according-menu { right: unset; left: 20px } html[dir="rtl"] .page-wrapper.only-body .page-header .header-wrapper .nav-right { right: unset; left: 30px } html[dir="rtl"] .date-details>div+div { margin-left: unset; margin-right: 10px } html[dir="rtl"] .contact-editform.ps-0 { padding-left: 20px !important } html[dir="rtl"] .contact-options li .btn-category { padding-left: unset !important; padding-right: 40px } html[dir="rtl"] .list-persons .profile-mail .email-general ul { padding-right: unset; padding-left: 20px } html[dir="rtl"] .list-persons .profile-mail .email-general ul li>span { float: left } html[dir="rtl"] .list-persons .profile-mail .media .media-body ul li+li { padding-left: unset; padding-right: 10px; margin-left: unset; margin-right: 5px; border-left: unset; border-right: 1px solid #f4f4f4 } html[dir="rtl"] .file-content .form-inline i { padding-right: unset; padding-left: 10px } html[dir="rtl"] .file-sidebar .btn svg { margin-right: unset; margin-left: 8px } html[dir="rtl"] .form-select { background-position: left 0.75rem center; padding: 0.375rem 0.75rem 0.375rem 1.75rem } html[dir="rtl"] .customers ul li+li { margin-left: unset; margin-right: -10% } html[dir="rtl"] .project-list .border-tab.nav-tabs .nav-item .nav-link { padding: 5px 0 5px 30px } html[dir="rtl"] .project-box .badge { right: unset; left: 30px } html[dir="rtl"] .kanban-board { float: right } html[dir="rtl"] .kanban-item .kanban-box .customers ul li+li { margin-left: unset; margin-right: -10px } html[dir="rtl"] .kanban-item .list li i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .page-wrapper.horizontal-wrapper .header-logo-wrapper { text-align: right } html[dir="rtl"] .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-right: 0 } html[dir="rtl"] .page-wrapper.horizontal-wrapper .page-body-wrapper footer { margin-right: 0 } html[dir="rtl"] .page-wrapper.material-type .page-body-wrapper .page-body { margin-right: auto } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:first-child { margin-right: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul li .profile-media .media-body { margin-right: 15px; margin-left: unset } html[dir="rtl"] .page-header .header-wrapper .toggle-sidebar { margin-left: 2px; margin-right: unset } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div:not(.profile-dropdown) li:first-child svg { right: unset; left: 0 } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .notification-dropdown { left: -20px !important; right: unset !important } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full input { padding-left: unset; padding-right: 60px; text-align: right } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full .form-group:before { left: unset; right: 30px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .search-full .form-group .close-search { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-sidebar .toggle-sidebar { margin-left: 15px; margin-right: unset } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header.close_icon { margin-right: 0 } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper .page-body { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: unset; margin-right: 150px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper>div { text-align: right } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: fadeInRight 1000ms ease-in-out; animation: fadeInRight 1000ms ease-in-out } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 150px; left: unset } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a { padding: 15px 40px 15px 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu li a .according-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container li a .according-menu { right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu>li>a::after, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container>li>a::after { left: unset; right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section { text-align: right } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5 { padding: 15px 40px 15px 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu .mega-box .link-section .submenu-title h5::after, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container .mega-box .link-section .submenu-title h5::after { left: unset; right: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .badge { left: unset; right: 53% } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .sidebar-list .sidebar-link { text-align: center } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu { text-align: center } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .mega-menu .according-menu { right: unset; left: 20px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translateX(150px); transform: translateX(150px) } html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon~.footer { margin-right: 0px } html[dir="rtl"] .page-wrapper.compact-small .page-header { margin-right: 90px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 90px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper .footer, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper .page-body { margin-right: 90px } html[dir="rtl"] .page-wrapper.material-icon .page-header { padding-left: unset; padding-right: 90px; margin: 0 auto } html[dir="rtl"] .page-wrapper.material-icon .page-header.close_icon { padding-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper .page-body { padding-left: 15px; padding-right: 90px; margin: 0 auto } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { padding-right: 15px; margin: 0 auto !important } html[dir="rtl"] .apexcharts-canvas { direction: ltr } html[dir="rtl"] .email-wrap .btn-mail { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar ul li a { padding-left: unset; padding-right: 20px } html[dir="rtl"] .bookmark-tabcontent .details-bookmark .bookmark-card.card .favourite-icon { text-align: center } html[dir="rtl"] .bookmark-tabcontent .details-bookmark .bookmark-card.card .title-bookmark { text-align: right } html[dir="rtl"] .bookmark-wrap .details-bookmark .row>div+div { padding-left: 15px !important } html[dir="rtl"] .earning-card.card .card-body .chart-left { padding: 40px 40px 40px 0 } html[dir="rtl"] .earning-card.card .card-body .inner-top-left ul li, html[dir="rtl"] .earning-card.card .card-body .inner-top-right ul li { margin-left: unset; margin-right: 35px } html[dir="rtl"] .earning-card.card .card-body .inner-top-left ul li:first-child, html[dir="rtl"] .earning-card.card .card-body .inner-top-right ul li:first-child { margin-right: 0 } html[dir="rtl"] .earning-card.card .card-body .inner-top-right { padding-left: 15px } html[dir="rtl"] .earning-card.card .card-body .media .media-left { margin-right: unset; margin-left: 15px } html[dir="rtl"] .earning-card.card .card-body .earning-content { border-right: unset; border-left: 1px solid #ecf3fa } html[dir="rtl"] .chart_data_left .card-body .chart-main .media, html[dir="rtl"] .chart_data_right .card-body .chart-main .media { border-right: unset; border-left: 1px solid #ecf3fa } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content, html[dir="rtl"] .chart_data_right .card-body .chart-main .media .media-body .right-chart-content { margin-left: unset; margin-right: 30px } html[dir="rtl"] .chart_data_left .card-body .chart-main .media.border-none, html[dir="rtl"] .chart_data_right .card-body .chart-main .media.border-none { border-left: none } html[dir="rtl"] .chart_data_right .card-body .media .right-chart-content h4 .new-box { margin-left: unset; margin-right: 10px } html[dir="rtl"] .appointment-table table tr td .status-circle { left: unset; right: 35px } html[dir="rtl"] .notification .card .media .media-body h6 .dot-notification { float: left } html[dir="rtl"] .notification .card .media .media-body p .badge { margin-left: unset; margin-right: 10px } html[dir="rtl"] .notification .card .media .media-body .inner-img:first-child { margin-right: unset; margin-left: 20px } html[dir="rtl"] .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat { margin-left: unset; margin-right: 15px } html[dir="rtl"] .chat-default .card-body.chat-box .left-side-chat .media-body .main-chat .message-main span { border-bottom-right-radius: 0; border-bottom-left-radius: 30px } html[dir="rtl"] .chat-default .card-body.chat-box .right-side-chat .media-body .message-main span { border-bottom-right-radius: 30px; border-bottom-left-radius: 0 } html[dir="rtl"] .chat-default .card-body.chat-box .input-group .form-control { border-left: unset; border-right: 1px solid var(--theme-deafult) } html[dir="rtl"] .chat-default .card-body.chat-box .input-group .send-msg svg { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); margin-left: 5px } html[dir="rtl"] .dash-chart .media .media-body p .font-roboto { float: right } html[dir="rtl"] .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-deafult)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, var(--theme-deafult), rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-primary::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-primary .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-secondary { background-image: -webkit-gradient(linear, left top, right top, from(#f73164), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f73164, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-secondary::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-secondary .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-success { background-image: -webkit-gradient(linear, left top, right top, from(#51bb25), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #51bb25, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-success::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-success .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-danger { background-image: -webkit-gradient(linear, left top, right top, from(#dc3545), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #dc3545, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-danger::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-danger .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-info { background-image: -webkit-gradient(linear, left top, right top, from(#a927f9), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #a927f9, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-info::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-info .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-light { background-image: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f4f4f4, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-light::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-light .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-dark { background-image: -webkit-gradient(linear, left top, right top, from(#2c323f), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #2c323f, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-dark::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-dark .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-gradient-warning { background-image: -webkit-gradient(linear, left top, right top, from(#f8d62b), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, #f8d62b, rgba(0, 0, 0, 0)) } html[dir="rtl"] .progress-gradient-warning::after { right: unset; left: -1px } html[dir="rtl"] .progress-gradient-warning .animate-circle { right: unset; left: -8px } html[dir="rtl"] .progress-animate span { left: -10px; right: unset } html[dir="rtl"] .our-product table tr td:first-child, html[dir="rtl"] .best-seller-table table tr td:first-child { padding-left: 20px; padding-right: 0 } html[dir="rtl"] .our-product table tr td:last-child, html[dir="rtl"] .best-seller-table table tr td:last-child { padding-right: 20px; padding-left: 0; text-align: left } html[dir="rtl"] .best-seller-table table tbody tr td .align-middle .status-circle { left: unset; right: 32px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { left: unset; right: 30px } html[dir="rtl"] .activity-timeline .media .media-body { margin-left: unset; margin-right: 20px } html[dir="rtl"] .activity-timeline .media .activity-line { left: unset; right: 46px } html[dir="rtl"] .offer-box .offer-slider .carousel-control-prev, html[dir="rtl"] .offer-box .offer-slider .carousel-control-next { right: unset; left: 0 } html[dir="rtl"] .total-users .goal-status .progress { background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 15%, rgba(169, 39, 249, 0.1) 25%, rgba(0, 0, 0, 0)) } html[dir="rtl"] .total-users .goal-status .progress-gradient-primary { background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, var(--theme-deafult)), color-stop(rgba(169, 39, 249, 0.1)), to(rgba(0, 0, 0, 0))); background-image: linear-gradient(to right, var(--theme-deafult) 25%, rgba(169, 39, 249, 0.1), rgba(0, 0, 0, 0)) } html[dir="rtl"] .cal-date-widget .cal-info .pe-3 { padding-right: 1rem !important } html[dir="rtl"] .me-4 { margin-left: 1.5rem !important; margin-right: unset !important } html[dir="rtl"] .pe-4 { padding-left: 1.5rem !important; padding-right: unset !important } html[dir="rtl"] .me-1 { margin-left: 0.25rem !important; margin-right: unset !important } html[dir="rtl"] .navs-dropdown .onhover-show-div { right: 0 } html[dir="rtl"] .default-according.style-1 button { text-align: right } html[dir="rtl"] .default-according.style-1 button:before { left: 20px; right: unset } html[dir="rtl"] .default-according.style-1 button i { right: 18px; left: unset } html[dir="rtl"] .default-according .card .card-header i { right: 18px; left: unset } html[dir="rtl"] .ProfileCard-details { padding-right: 30px; padding-left: unset; float: right } html[dir="rtl"] .starter-main .card-body ul { padding-right: 30px; padding-left: unset } html[dir="rtl"] .theme-tab .tab-title li a svg { margin-left: 5px; margin-right: unset } html[dir="rtl"] .spent .spent-graph .project-budget { margin-left: 30px; margin-right: unset } html[dir="rtl"] .support-table table tbody tr td:first-child { padding-right: 0; padding-left: unset } html[dir="rtl"] .widget-joins .row .pe-0 { padding-right: 15px !important } html[dir="rtl"] .widget-joins .row .ps-0 { padding-left: 15px !important } html[dir="rtl"] .order-box .sub-total .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .sub-total .shipping-class span, html[dir="rtl"] .order-box .sub-total li .shopping-checkout-option, html[dir="rtl"] .order-box .sub-total li span, html[dir="rtl"] .order-box .total .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .total .shipping-class span, html[dir="rtl"] .order-box .total li .shopping-checkout-option, html[dir="rtl"] .order-box .total li span, html[dir="rtl"] .order-box .qty .shipping-class .shopping-checkout-option, html[dir="rtl"] .order-box .qty .shipping-class span, html[dir="rtl"] .order-box .qty li .shopping-checkout-option, html[dir="rtl"] .order-box .qty li span { float: left } html[dir="rtl"] .order-box .sub-total li .count, html[dir="rtl"] .order-box .total li .count, html[dir="rtl"] .order-box .qty li .count { float: left } html[dir="rtl"] .img-paypal { margin-right: 15px; margin-left: unset } html[dir="rtl"] .cart .qty-box .input-group .btn { border-radius: 0 !important } html[dir="rtl"] .product-qnty fieldset .input-group .input-group-prepend .btn { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .grid-options { margin-right: 10px; margin-left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-1 { right: 12px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-2 { right: 18px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-3 { right: 36px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-4 { right: 42px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-5 { right: 48px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-6 { right: 66px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-7 { right: 72px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-8 { right: 78px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-9 { right: 84px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-10 { right: 103px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-11 { right: 109px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-12 { right: 115px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-13 { right: 121px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-14 { right: 127px; left: unset } html[dir="rtl"] .grid-options ul li a .line-grid-15 { right: 133px; left: unset } html[dir="rtl"] .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-right: calc(25% + 9px); margin-left: unset } html[dir="rtl"] .product-filter.new-products .owl-theme .owl-nav { left: 0; right: unset } html[dir="rtl"] .product-filter.new-products .owl-theme .owl-item .item .product-box .product-details.text-start { text-align: left !important } html[dir="rtl"] .product-sidebar .filter-section .card .card-header h6 .pull-right i { left: auto; right: unset } html[dir="rtl"] .prooduct-details-box .btn { right: unset; left: 15px } html[dir="rtl"] .prooduct-details-box .close { right: unset; left: 10px } html[dir="rtl"] .collection-filter-block svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] .feature-products form .form-group i { left: 30px; right: unset } html[dir="rtl"] .product-wrapper-grid.list-view .product-box .product-details { text-align: right } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .breadcrumb { margin-left: unset } html[dir="rtl"] .bookmark ul li+li { margin-left: unset; margin-right: 10px } html[dir="rtl"] .bookmark ul li .search-form .form-control-search { left: -50px; right: unset } html[dir="rtl"] .bookmark ul li .search-form .form-control-search:before { right: 50px; left: unset } html[dir="rtl"] .bookmark ul li .search-form .form-control-search:after { right: 20px; left: unset } html[dir="rtl"] .me-0 { margin-left: 0 !important; margin-right: unset !important } html[dir="rtl"] .footer .pull-right { float: none } html[dir="rtl"] .checkbox_animated, html[dir="rtl"] .radio_animated { margin: 0 8px 0 16px } html[dir="rtl"] .button.remove { left: -10px; right: unset } html[dir="rtl"] .code-box-copy__btn { left: 11px; right: unset } html[dir="rtl"] ul.nav-menus { border-bottom: none } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li { text-align: right } html[dir="rtl"] .badge+.badge { margin-right: 5px; margin-left: unset } html[dir="rtl"] .offset-xl-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .m-l-10 { margin-right: 10px !important; margin-left: unset !important } html[dir="rtl"] .m-r-20 { margin-left: 20px; margin-right: unset } html[dir="rtl"] .m-r-30 { margin-left: 30px; margin-right: unset } html[dir="rtl"] .m-r-5 { margin-left: 5px; margin-right: unset } html[dir="rtl"] .text-start { text-align: right !important } html[dir="rtl"] .m-r-10 { margin-left: 10px; margin-right: unset } html[dir="rtl"] .pe-3 { padding-left: 1rem !important; padding-right: unset !important } html[dir="rtl"] .p-r-0 { padding-left: 0; padding-right: 15px } html[dir="rtl"] .m-l-20 { margin-right: 20px !important; margin-left: unset !important } html[dir="rtl"] .ps-3 { padding-right: 1rem !important } html[dir="rtl"] .b-r-light { border-left: 1px solid #f4f4f4 !important; border-right: unset !important } html[dir="rtl"] .float-end { float: left !important } html[dir="rtl"] .float-start { float: right !important } html[dir="rtl"] .text-end { text-align: left !important } html[dir="rtl"] .border-right { border-left: 1px solid #dee2e6 !important; border-right: unset !important } html[dir="rtl"] .pe-0 { padding-left: 0 !important; padding-right: unset !important } html[dir="rtl"] .ps-0 { padding-right: 0 !important; padding-left: unset !important } html[dir="rtl"] .ms-1 { margin-left: unset !important; margin-right: 0.25rem !important } html[dir="rtl"] .owl-carousel { direction: ltr } html[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle), html[dir="rtl"] .btn-group>:not(:last-child)>.btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .btn-group>.btn:not(:first-child) { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .btn-group>.btn:nth-child(2) { border-radius: 0 !important } html[dir="rtl"] .btn-group .btn-group>:not(:first-child)>.btn { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .btn-group .btn+.btn, html[dir="rtl"] .btn-group .btn+.btn-group { margin-right: -1px; border-right: none } html[dir="rtl"] .btn-group .btn-group+.btn, html[dir="rtl"] .btn-group .btn-group+.btn-group { margin-right: -1px } html[dir="rtl"] .btn-group .btn-group-vertical .btn+.btn, html[dir="rtl"] .btn-group .btn-group-vertical .btn+.btn-group { margin-right: -1px } html[dir="rtl"] .btn-group .btn-group-vertical .btn-group+.btn, html[dir="rtl"] .btn-group .btn-group-vertical .btn-group+.btn-group { margin-right: -1px } html[dir="rtl"] .me-3 { margin-right: unset !important; margin-left: 1rem !important } html[dir="rtl"] .me-5 { margin-left: 3rem !important; margin-right: unset !important } html[dir="rtl"] .ms-3 { margin-right: 1rem !important; margin-left: unset !important } html[dir="rtl"] .m-r-15 { margin-left: 15px; margin-right: unset } html[dir="rtl"] .b-l-light { border-right: 1px solid #f4f4f4 !important; border-left: unset !important } html[dir="rtl"] .p-l-0 { padding-left: unset; padding-right: 0px } html[dir="rtl"] .ps-4 { padding-right: 1.5rem !important; padding-left: unset !important } html[dir="rtl"] .me-2 { margin-left: 0.5rem !important; margin-right: unset !important } html[dir="rtl"] .ms-2 { margin-right: 0.5rem !important; margin-left: unset !important } html[dir="rtl"] .pe-2 { padding-right: unset !important; padding-left: 0.5rem !important } html[dir="rtl"] .alert { text-align: right } html[dir="rtl"] .pull-right { float: left } html[dir="rtl"] .form-inline .form-group { margin-left: 15px; margin-right: 0 } html[dir="rtl"] .card { text-align: right } html[dir="rtl"] .card .card-header h5:not(.mb-0) { float: right } html[dir="rtl"] .card .card-header span { clear: both } html[dir="rtl"] .card .card-header .card-header-right { left: 35px; right: unset } html[dir="rtl"] .card .card-header .card-header-right .card-option { text-align: left } html[dir="rtl"] .card .card-header .card-header-right .card-option.list-unstyled { padding-right: 0; padding-left: unset } html[dir="rtl"] .card .card-header .pull-left { float: right } html[dir="rtl"] .card.full-card { left: 0; right: unset } html[dir="rtl"] .card .card-body .alert svg { margin-left: 4px; margin-right: unset } html[dir="rtl"] .card .card-body .value-left { margin-left: 30px; margin-right: unset } html[dir="rtl"] .card .card-body .square { margin-left: 5px; margin-right: unset } html[dir="rtl"] .modal-header .btn-close { margin: -0.5rem auto -0.5rem -0.5rem } html[dir="rtl"] .modal-footer>:not(:first-child) { margin-right: .50rem; margin-left: 0 } html[dir="rtl"] .form-inline .form-group .col-form-label { margin-left: 5px; margin-right: 0 } html[dir="rtl"] .breadcrumb-item+.breadcrumb-item { padding-right: 0.5rem; padding-left: unset } html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before { padding-left: 0.5rem; padding-right: unset; float: right } html[dir="rtl"] code[class*=language-], html[dir="rtl"] pre[class*=language-] { text-align: right } html[dir="rtl"] .input-group-prepend { margin-left: -1px; margin-right: unset } html[dir="rtl"] .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), html[dir="rtl"] .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: unset; margin-right: -1px; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .was-validated .form-control:invalid, html[dir="rtl"] .form-control.is-invalid, html[dir="rtl"] .was-validated .form-control:valid, html[dir="rtl"] .form-control.is-valid { background-position: left calc(0.375em + 0.1875rem) center; padding-left: calc(1.5em + 0.75rem); padding-right: 12px } html[dir="rtl"] .input-group>.form-control:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .input-group>.input-group-prepend>.btn, html[dir="rtl"] .input-group>.input-group-prepend>.input-group-text, html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.btn, html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.input-group-text, html[dir="rtl"] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), html[dir="rtl"] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .input-group>.input-group-append>.btn, html[dir="rtl"] .input-group>.input-group-append>.input-group-text, html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.btn, html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.input-group-text, html[dir="rtl"] .input-group>.input-group-prepend:first-child>.btn:not(:first-child), html[dir="rtl"] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .border-tab.nav-left .nav-link { text-align: left } html[dir="rtl"] .socialprofile .social-group ul li:nth-child(4) { margin-right: -22px } html[dir="rtl"] .social-status form .form-group .form-control-social { padding-right: 15px; padding-left: unset } html[dir="rtl"] .social-status .media .social-status { right: 35px; left: unset } html[dir="rtl"] .social-chat .other-msg { margin-right: 40px; margin-left: unset } html[dir="rtl"] .social-chat .media-body:before { left: 100%; right: unset; border-left: 7px solid var(-semi-dark); border-right: unset } html[dir="rtl"] .social-chat .media-body:after { left: 100%; right: unset; border-left: 7px solid #fff; border-right: unset } html[dir="rtl"] .timeline-content .comment-number i { margin-left: 20px; margin-right: unset } html[dir="rtl"] .photos ul li { margin-right: unset; margin-left: 10px } html[dir="rtl"] .avatar-showcase .friend-pic { margin-left: 8px; margin-right: unset } html[dir="rtl"] .avatar-showcase .pepole-knows ul li { margin-left: 21px; margin-right: unset } html[dir="rtl"] .avatar-showcase .pepole-knows ul li:last-child { margin-left: 0 } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 100px; right: unset } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li { margin-left: 10px; margin-right: unset } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li:last-child { margin-left: 0 } html[dir="rtl"] .faq-form .search-icon { left: 12px; right: unset } html[dir="rtl"] .faq-widgets .media-body p { padding-left: 20px; padding-right: unset } html[dir="rtl"] .header-faq, html[dir="rtl"] .faq-title { text-align: right } html[dir="rtl"] .faq-accordion .faq-header svg { left: 30px; right: unset } html[dir="rtl"] .faq-accordion .card .btn-link svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .navigation-option ul li { padding: 15px 0 15px 15px } html[dir="rtl"] .navigation-option ul li a { padding-right: 40px; padding-left: unset } html[dir="rtl"] .navigation-option ul li a svg { right: 15px; left: unset } html[dir="rtl"] .updates-faq { margin-right: unset; margin-left: 30px } html[dir="rtl"] .browse .browse-articles span svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .categories .learning-header { padding-right: 30px; padding-left: unset } html[dir="rtl"] .main .langChoice { left: 30px; right: unset } html[dir="rtl"] .pricing-block svg { direction: ltr } html[dir="rtl"] p.data-attributes svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .avatars .avatar { margin-left: 10px; margin-right: unset } html[dir="rtl"] .avatars .avatar:last-child { margin-left: 0 } html[dir="rtl"] .avatars .avatar .status { left: 4px; right: unset } html[dir="rtl"] .customers.avatar-group { margin-left: 30px; margin-right: unset } html[dir="rtl"] .card .card-header h5 { float: none !important } html[dir="rtl"] .knob-chart .chart-clock-main .clock-small { right: 10px; left: unset } html[dir="rtl"] .weather-widget-two .top-bg-whether { left: -28px; right: unset } html[dir="rtl"] .weather-widget-two .bottom-whetherinfo svg { left: unset; right: -35px } html[dir="rtl"] .mobile-clock-widget .bg-svg { left: unset; right: -25px } html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 30px; right: unset } html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks .btn-label { margin-left: 5px; margin-right: unset } html[dir="rtl"] .todo .todo-list-wrapper #todo-list li .task-container .task-action-btn { text-align: left } html[dir="rtl"] .todo .notification-popup { left: 10px; right: unset } html[dir="rtl"] .todo-options .badges-todo h6 { margin-left: 10px; margin-right: unset } html[dir="rtl"] .todo-options .badges-todo h6:last-child { margin-left: 0 } html[dir="rtl"] .todo-list-btns .dropdown-basic .btn-group .form-group .checkbox { padding-right: 14px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; padding-left: unset; border-top-left-radius: unset; border-bottom-left-radius: unset } html[dir="rtl"] .todo-list-btns .dropdown-basic .separated-btn { margin-right: -6px; margin-left: unset } html[dir="rtl"] .todo-list-btns .dropdown-basic .separated-btn .btn { border-top-left-radius: 25px; border-bottom-left-radius: 25px } html[dir="rtl"] .search-todo .dropdown-basic .btn-group { margin-left: 18px; margin-right: unset } html[dir="rtl"] .sticky-note .note { float: right } html[dir="rtl"] .mega-menu .list-unstyled div a { padding: 8px 0 8px 35px } html[dir="rtl"] .mega-menu .list-unstyled div a:hover { padding: 8px 10px 8px 35px } html[dir="rtl"] #testimonial .owl-stage-outer .owl-stage .owl-item .slide--item .media .me-3 { margin-right: 1rem !important; margin-left: unset !important } html[dir="rtl"] .needs-validation .input-group>.form-control:not(:last-child), html[dir="rtl"] .needs-validation .input-group>.custom-select:not(:last-child), html[dir="rtl"] .form-row .input-group>.form-control:not(:last-child), html[dir="rtl"] .form-row .input-group>.custom-select:not(:last-child) { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .form-check { padding-right: 1.25rem; padding-left: unset } html[dir="rtl"] .form-check .form-check-input { float: right; margin-left: unset; margin-right: -1.5em } html[dir="rtl"] .mega-menu .default-according .card .btn-link { text-align: right } html[dir="rtl"] .mega-menu .default-according.style-1 button[aria-expanded="true"]:before, html[dir="rtl"] .mega-menu .default-according.style-1 button[aria-expanded="false"]:before { right: unset; left: 20px } html[dir="rtl"] .email-wrap .row .col-xl-6 { padding-right: 0; padding-left: 15px } html[dir="rtl"] .email-wrap .row .col-xl-3+.col-xl-3 { padding-left: 0; padding-right: 15px } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .email-wrap .email-app-sidebar ul { padding-right: 0 } html[dir="rtl"] .email-wrap .email-content .email-top .user-emailid:after { float: left } html[dir="rtl"] .email-wrap .email-right-aside .email-body .pe-0 { padding-right: unset !important } html[dir="rtl"] .email-wrap .email-right-aside .radius-left { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-radius: 4px } html[dir="rtl"] #renderRange { float: left; padding-left: unset; padding-right: 12px } html[dir="rtl"] .event-calendar { direction: ltr } html[dir="rtl"] .calendar-wrap .fc { direction: rtl; text-align: right } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar .fc-left { float: right } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar .fc-right { float: left } html[dir="rtl"] .calendar-wrap .fc .fc-toolbar>*>* { margin-left: 0 } html[dir="rtl"] .calendar-wrap .fc-events-container { text-align: right } html[dir="rtl"] .calendar-wrap .fc-scroller { margin-right: unset; margin-left: -17px } html[dir="rtl"] .fc-agenda-view .fc-day-grid .fc-row { margin-right: 0 !important } html[dir="rtl"] .fc-unthemed .fc-row { margin-right: 0 !important } html[dir="rtl"] .btn-group-showcase .btn-group { margin-left: 20px; margin-right: unset } html[dir="rtl"] .btn-showcase .btn { margin-right: unset; margin-left: 18px } html[dir="rtl"] .btn-square.dropdown-toggle { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"].button-builder ul.the-icons li { float: right } html[dir="rtl"].button-builder .color-slelector { float: right } html[dir="rtl"].button-builder .custom-button-color .form-control { border-radius: 0 5px 5px 0 } html[dir="rtl"].button-builder .custom-button-color .form-control.pull-left { float: right } html[dir="rtl"].button-builder .hint-label { float: right; padding: 4px 020px 0 0 } html[dir="rtl"] #customer-review .owl-item img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2 } html[dir="rtl"] .options>div { margin: 0 0 8px 8px } html[dir="rtl"] .modal-dialog .modal-content .modal-body p a { margin-left: 0 } html[dir="rtl"] .drag-box fieldset .component .form-group .text-lg-left { text-align: right !important } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .drag-box fieldset .component .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #prependedcheckbox { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #appendedcheckbox { border-right-color: #efefef } html[dir="rtl"] .drag-box fieldset .component .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .drag form { text-align: right } html[dir="rtl"] .drag form input { text-align: right } html[dir="rtl"] .drag form label { text-align: right !important } html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .drag form .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .drag form .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .draggable label { text-align: right } html[dir="rtl"] .form-builder-column .tab-content .tab-pane .theme-form .ui-draggable .input-group>.input-group-prepend>.input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .form-group .input-group #buttondropdown, html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group #buttondropdown { margin-right: unset; margin-left: 15px } html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .form-group .input-group .input-group-btn button, html[dir="rtl"] .form-builder-column #pills-tabContent .theme-form .ui-draggable .input-group .input-group-btn button { border-radius: 4px !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .text-lg-left { text-align: right !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn, html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .btn-right, html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group .input-group-prepend .checkbox-radius { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #prependedcheckbox { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .form-horizontal.theme-form fieldset .tab-content .tab-pane .component .form-group .input-group #appendedcheckbox { border-right-color: #efefef } html[dir="rtl"] .form-builder .component .form-group .input-group #buttondropdown { margin-right: unset; margin-left: -1px } html[dir="rtl"] .form-builder .component .form-group .pl-md-radios { padding-right: 37px; padding-left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper .logo-wrapper { -webkit-box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important; box-shadow: 9px 0 20px rgba(89, 102, 122, 0.1) !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .logo-wrapper a { -webkit-transform: translate(-64px); transform: translate(-64px) } html[dir="rtl"] .search-page .nav i { margin-left: 10px; margin-right: unset } html[dir="rtl"] .product-stts { display: inline-block } html[dir="rtl"] .product-stts .ms-1 { margin-right: 0.25rem !important; margin-left: unset !important } html[dir="rtl"] .search-form input { padding: 10px 70px 10px 10px; text-align: right } html[dir="rtl"] .icon-hover-bottom .icon-title { text-align: right } html[dir="rtl"] .icon-hover-bottom .icon-popup .icon-last .form-inline .form-group .btn { margin-right: 15px; margin-left: unset } html[dir="rtl"] .icon-lists div i { margin: 0 10px 0 15px } html[dir="rtl"] .icon-lists ul { padding-right: 0 } html[dir="rtl"] ul.icon-lists { padding-right: 30px } html[dir="rtl"] .floated-customizer-btn.third-floated-btn { left: 35px; right: unset } html[dir="rtl"] .floated-customizer-btn>span { margin-right: 10px } html[dir="rtl"] .floated-customizer-panel { text-align: right; left: -85px; right: unset } html[dir="rtl"] .floated-customizer-panel.active { left: 35px; right: unset } html[dir="rtl"] .floated-customizer-panel .close-customizer-btn { left: 30px; right: unset } html[dir="rtl"] .floated-customizer-panel ul { padding-right: 0 } html[dir="rtl"] .form-builder-2-header>div nav { float: left } html[dir="rtl"] .radio label { padding-left: 0; padding-right: 15px } html[dir="rtl"] .radio label::before { right: 0; margin-right: -20px; left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .row h3 { text-align: right; padding-left: 20px; padding-right: unset !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .row h6 { text-align: right } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header { margin-right: 280px; margin-left: unset; width: calc(100% - 280px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header.close_icon { margin-right: 100px; margin-left: unset; width: calc(100% - 100px) } html[dir="rtl"] .page-wrapper.modern-type .page-header { margin-right: 0; width: calc(100% - 0px) } html[dir="rtl"] .page-wrapper.modern-type .page-header.close_icon { margin-right: 0; width: calc(100% - 0px) } html[dir="rtl"] .page-wrapper.modern-type .page-header .header-wrapper .logo-wrapper { margin-right: unset; margin-left: 30px } html[dir="rtl"] .page-wrapper.modern-type .page-header .header-wrapper .toggle-sidebar { margin-right: unset; margin-left: 15px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper .page-body { margin-right: 310px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper .footer { margin-left: unset; margin-right: 310px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body { margin-right: 0px } html[dir="rtl"] .page-wrapper.modern-type .page-body-wrapper div.sidebar-wrapper.close_icon~footer { margin-right: 0 } html[dir="rtl"] .left-header .mega-menu .nav-link svg, html[dir="rtl"] .left-header .level-menu .nav-link svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .left-header .level-menu .nav-link { margin-left: unset; margin-right: 10px } html[dir="rtl"] .left-header .level-menu .header-level-menu>li svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { left: unset; right: 173px } html[dir="rtl"] .left-header .mega-menu-container { left: unset; right: -30px } html[dir="rtl"] .left-header .mega-menu-container .mega-box+.mega-box { padding-left: unset; padding-right: 30px; border-left: unset; border-right: 1px solid #efefef } html[dir="rtl"] .page-header .header-wrapper .left-header { text-align: right } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li { padding: 7px 15px 7px 0 } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .link-section li:before { right: 0px; left: unset } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .svg-icon li { padding-right: 0 } html[dir="rtl"] .page-header .header-wrapper .left-header .mega-menu-container .mega-box .svg-icon li a svg { margin-right: unset; margin-left: 5px } html[dir="rtl"] .page-header .header-wrapper .nav-right { text-align: right } html[dir="rtl"] .page-header .header-wrapper .nav-right .onhover-show-div { right: unset; left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right .chat-dropdown li .media .status-circle { left: unset; right: 0px } html[dir="rtl"] .page-header .header-wrapper .nav-right .cart-dropdown .close-circle { right: unset; left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li { margin-right: unset; margin-left: 5px; text-align: right } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li .lang-txt { margin-left: 0; margin-right: 8px } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:before { right: 0; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li .dot { left: 17px; right: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:hover .onhover-show-div:before { right: 10px; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:hover .onhover-show-div:after { right: 10px; left: unset } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li.onhover-dropdown:last-child { padding-left: 0; padding-right: 20px; border-right: none } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:last-child { padding-right: 20px; padding-left: 0 } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li i.ms-2 { margin-right: 0.5rem !important; margin-left: unset !important } html[dir="rtl"] .page-header .header-wrapper .nav-right .profile-dropdown li svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] .page-header .header-wrapper .mobile-sidebar { padding-left: 20px; padding-right: unset } html[dir="rtl"] .page-header.open { margin-right: 0 } html[dir="rtl"] ul.notification-dropdown.onhover-show-div { right: initial; left: -30px; padding: 0 } html[dir="rtl"] ul.notification-dropdown.onhover-show-div:before { right: inherit !important; left: 35px !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div:after { right: inherit !important; left: 35px !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li { margin-right: 0 !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li span.badge { margin-left: unset !important } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li span svg { margin-right: unset; margin-left: 10px } html[dir="rtl"] ul.notification-dropdown.onhover-show-div li .notification-icon { margin-left: 20px; margin-right: unset } html[dir="rtl"] .card-body .alert svg~p { padding-left: unset; padding-right: 20px } html[dir="rtl"] .alert i { margin-left: 5px; margin-right: 0 } html[dir="rtl"] .inverse { padding: 13px 65px 13px 20px } html[dir="rtl"] .inverse i { left: unset; right: 0 } html[dir="rtl"] .alert-primary.inverse:before { border-right: 7px solid #7366ff; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-secondary.inverse:before { border-right: 7px solid #f73164; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-success.inverse:before { border-right: 7px solid #51bb25; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-danger.inverse:before { border-right: 7px solid #dc3545; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-warning.inverse:before { border-right: 7px solid #f8d62b; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-info.inverse:before { border-right: 7px solid #a927f9; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-light.inverse:before { border-right: 7px solid #f4f4f4; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-dark.inverse:before { border-right: 7px solid #2c323f; right: 54px; left: unset; border-left: unset } html[dir="rtl"] .alert-dismissible .btn-close { left: 0; right: unset } html[dir="rtl"] .alert-dismissible .btn-close span { padding-left: 0; padding-right: unset } html[dir="rtl"] .icofont.icofont-truck { display: inline-block } html[dir="rtl"] .blog-box .blog-details { padding-left: 20px; text-align: right } html[dir="rtl"] .blog-box .blog-details .blog-social { padding-right: 0 } html[dir="rtl"] .blog-box .blog-details .blog-social li { padding-left: 40px; padding-right: unset } html[dir="rtl"] .blog-box .blog-details .blog-social li:first-child { border-left: 1px solid #777777; border-right: unset; padding-left: 40px; padding-right: unset } html[dir="rtl"] .blog-box .blog-details .blog-social li+li { margin-right: 30px; margin-left: unset; padding-left: 0 } html[dir="rtl"] .blog-box .blog-details-main .blog-social li { border-left: 1px dotted; border-right: unset } html[dir="rtl"] .blog-box .blog-details-main .blog-social li:last-child { border-left: none } html[dir="rtl"] .blog-box .blog-date span { font-size: 36px; font-weight: 500; padding-left: 5px } html[dir="rtl"] .comment-box .media img { margin-left: 45px; margin-right: unset } html[dir="rtl"] .comment-box .media h6 { text-align: right } html[dir="rtl"] .comment-box ul ul { margin-right: 135px; margin-left: unset; padding-right: 0 } html[dir="rtl"] .comment-box .comment-social { text-align: left } html[dir="rtl"] .comment-box .comment-social li { padding-left: 0; padding-right: 20px } html[dir="rtl"] .comment-box .comment-social li:first-child { border-left: 1px solid #efefef; border-right: unset; padding-right: 0; padding-left: 20px } html[dir="rtl"] .button-builder-wrap .form-group .btn { margin-left: 15px; margin-right: 0; padding: 9px } html[dir="rtl"] .button-builder ul.the-icons { padding-right: 0 !important } html[dir="rtl"] .call-chat-body .chat-box .chat-right-aside .chat .chat-history .caller-img.ps-0 { padding-left: 15px !important } html[dir="rtl"] .chat-box .user-image { float: right; margin-left: 5px; margin-right: 0 } html[dir="rtl"] .chat-box .people-list .search i { left: 10px; right: unset } html[dir="rtl"] .chat-box .about { float: right; padding-right: 10px; padding-left: unset; text-align: right } html[dir="rtl"] .chat-box .chat-menu { border-right: 1px solid #f4f4f4; border-left: unset } html[dir="rtl"] .chat-box .chat-menu .nav { padding-right: 0 } html[dir="rtl"] .chat-box .chat-menu.ps-0 { padding-left: 15px !important } html[dir="rtl"] .chat-box .chat-right-aside .chat .chat-message .smiley-box { margin-left: 0.5rem; margin-right: unset } html[dir="rtl"] .chat-box .chat-right-aside .chat .chat-message .text-box .btn { border-radius: 5px 0 0 5px } html[dir="rtl"] .chat-box .chat-right-aside.pe-0 { padding-right: 15px !important } html[dir="rtl"] .chat-box .chat .chat-message .text-box .input-group-append { margin-right: -2px } html[dir="rtl"] .chat-msg-box ul { padding-right: 0 } html[dir="rtl"] .chat-left-aside .status-circle { left: unset; right: 40px } html[dir="rtl"] .chat-right-aside .chat .chat-header .chat-menu-icons { padding-left: 0; padding-right: unset } html[dir="rtl"] .chat-right-aside .chat .chat-header .chat-menu-icons.float-sm-right { float: left !important } html[dir="rtl"] .chat-right-aside .chat .chat-header img { float: right } html[dir="rtl"] .cke_toolbar, html[dir="rtl"] .cke_toolgroup, html[dir="rtl"] a.cke_button, html[dir="rtl"] .cke_combo_text { float: right } html[dir="rtl"] .cke_reset_all, html[dir="rtl"] .cke_reset_all *, html[dir="rtl"] .cke_reset_all a, html[dir="rtl"] .cke_reset_all textarea { text-align: right } html[dir="rtl"] .cke_combo_text { padding-left: unset; padding-right: 10px } html[dir="rtl"] #editor1 #cke_editor1 #cke_1_contents iframe html { direction: rtl !important } html[dir="rtl"] #clockdiv ul { padding-right: 0 } html[dir="rtl"] .custom-card .card-footer>div+div { border-right: 1px solid #efefef; border-left: unset !important } html[dir="rtl"] .card-social { padding-right: 0 } html[dir="rtl"] .card-absolute .card-header { right: 15px; left: unset } html[dir="rtl"] .dataTables_wrapper .dataTables_filter input[type="search"] { margin-right: 10px; margin-left: 0 } html[dir="rtl"] .dataTables_wrapper .dataTables_length { float: right } html[dir="rtl"] .dataTables_wrapper .dataTables_filter { margin-left: unset; margin-right: 15px; float: left } html[dir="rtl"] .dataTables_wrapper .dataTables_info { float: right } html[dir="rtl"] .dataTables_wrapper .advance-5_filter { margin-left: 0 } html[dir="rtl"] .dataTables_wrapper .btn-group button { margin-left: 5px; margin-right: unset } html[dir="rtl"] .dataTables_wrapper .btn-group button:last-child { margin-left: 0 } html[dir="rtl"] .dataTables_wrapper table.dataTable tbody td.select-checkbox:after, html[dir="rtl"] .dataTables_wrapper table.dataTable tbody th.select-checkbox:after { margin-left: 31px } html[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate { margin-right: 15px !important; margin-left: 0 !important; float: left } html[dir="rtl"] table.dataTable thead>tr>th { padding-left: 30px; padding-right: 12px } html[dir="rtl"] table.dataTable thead>tr>th:before { left: 1em !important; right: unset } html[dir="rtl"] table.dataTable thead>tr>th:after { left: 0.5em !important; right: unset } html[dir="rtl"] table.dataTable thead .sorting:before, html[dir="rtl"] table.dataTable thead .sorting_asc:before, html[dir="rtl"] table.dataTable thead .sorting_desc:before, html[dir="rtl"] table.dataTable thead .sorting_asc_disabled:before, html[dir="rtl"] table.dataTable thead .sorting_desc_disabled:before { left: 1em !important; right: unset } html[dir="rtl"] .dataTables_scrollHeadInner { padding-right: unset !important; padding-left: 0 !important } html[dir="rtl"] div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child { padding-right: 0; padding-left: 0 } html[dir="rtl"] div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child { padding-right: 0; padding-left: 0 } html[dir="rtl"] .dt-plugin-buttons button.m-r-10 { margin-left: 10px; margin-right: 0 } html[dir="rtl"] .datetime-picker .theme-form .form-group label { text-align: left !important } html[dir="rtl"] .datetime-picker .theme-form .form-group .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .datetime-picker .theme-form .form-group .input-group .form-control { border-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .dropdown-basic .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important } html[dir="rtl"] .dropdown-basic .separated-btn .btn { border-radius: 0.25rem; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important } html[dir="rtl"] .dropdown-basic .btn-group { margin-right: unset; margin-left: 18px } html[dir="rtl"] .error-wrapper .col-md-8.offset-md-2 { margin: 0 auto !important } html[dir="rtl"] .product-price del { padding-left: 20px; padding-right: 0 } html[dir="rtl"] .product-box .modal .modal-header .btn-close { right: unset; left: 15px } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-left.ribbon-info:before, html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-right.ribbon-info:before { border-left-color: #007bff } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-left:before, html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-vertical-right:before { right: 0; left: unset; border-left: 15px solid #2a3142 } html[dir="rtl"] .product-box .ribbon-bookmark.ribbon-info:before { border-left-color: transparent } html[dir="rtl"] .product-box .ribbon-warning.ribbon-clip:before { border-left-color: #ff850d; border-right-color: unset } html[dir="rtl"] .product-box .ribbon-clip { right: -14px; left: unset } html[dir="rtl"] .product-box .ribbon-clip:before { right: 0; left: unset } html[dir="rtl"] .product-hover ul { padding-right: 0 } html[dir="rtl"] .customer-review .media img { margin-left: 25px; margin-right: 0 } html[dir="rtl"] .nav { padding-right: 0 } html[dir="rtl"] .custom-file-label::after { left: 0; right: unset } html[dir="rtl"] .wizard-4 ul.anchor { float: right; padding-right: 0; padding-left: 30px } html[dir="rtl"] .wizard-4 .step-container { clear: unset } html[dir="rtl"] .wizard-4 .form-group { text-align: right } html[dir="rtl"] .wizard-4 .action-bar .btn { float: left } html[dir="rtl"] .f1 .f1-buttons { text-align: left } html[dir="rtl"] .f1 .f1-steps .f1-step { float: right } html[dir="rtl"] .static-top-widget .media-body { padding-right: 30px; padding-left: unset } html[dir="rtl"] .static-top-widget .media-body .icon-bg { left: -20px; right: unset } html[dir="rtl"] .widget-joins .media .details { border-right: 1px solid #efefef; border-left: unset } html[dir="rtl"] .widget-joins .media .media-body { text-align: right } html[dir="rtl"] .weather-widget-two .bottom-whetherinfo .whether-content { text-align: left } html[dir="rtl"] .jstree-default .jstree-node { margin-left: unset; margin-right: 24px; background-position: -292px -4px; background-repeat: repeat-y } html[dir="rtl"] .img-cropper .btn-group { margin-right: 0; margin-left: 10px } html[dir="rtl"] .img-cropper .btn-group button:last-child { border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem } html[dir="rtl"] .img-cropper .btn-group button:first-child { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem; border-top-left-radius: 0; border-bottom-left-radius: 0 } html[dir="rtl"] .docs-toggles .btn-group .btn { border-radius: 0 } html[dir="rtl"] .docs-toggles .btn-group .btn:last-child { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem } html[dir="rtl"] .docs-toggles .btn-group .btn:first-child { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem } html[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle)>.btn-group:not(:last-child)>.btn { border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .jsgrid-button+.jsgrid-button { margin-right: 5px; margin-left: unset } html[dir="rtl"] .list-group { padding-right: 0 } html[dir="rtl"] .list-group i, html[dir="rtl"] .list-group img { margin-left: 10px; margin-right: 0 } html[dir="rtl"] .authentication-box { text-align: right } html[dir="rtl"] .mega-horizontal .offset-sm-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .navs-icon svg { margin-left: 10px; margin-right: unset } html[dir="rtl"] .navs-icon .fa { margin-left: 10px; margin-right: unset } html[dir="rtl"] .nav-list .nav-list-disc { text-align: right; padding-right: 0 } html[dir="rtl"] .pl-navs-inline { padding-right: 30px !important; padding-left: 0 !important } html[dir="rtl"] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:before { left: 77px; right: unset } html[dir="rtl"] .onhover-dropdown.navs-dropdown:hover .onhover-show-div:after { left: 77px; right: unset } html[dir="rtl"] .navs-dropdown .onhover-show-div .navs-icon li { text-align: right } html[dir="rtl"] .navs-icon.default-according.style-1 li button[aria-expanded="true"]:before { left: 2px; right: unset } html[dir="rtl"] .navs-icon.default-according.style-1 li button[aria-expanded="false"]:before { left: 2px; right: unset } html[dir="rtl"] .search-form .form-group:after { right: 53px; left: unset } html[dir="rtl"] .search-form .form-group:before { right: 82px; left: unset } html[dir="rtl"] .order-history table tbody tr td .product-name .order-process .order-process-circle:before { right: -15px; left: unset } html[dir="rtl"] .order-history table th:first-child, html[dir="rtl"] .order-history table td:first-child { text-align: right } html[dir="rtl"] .product-page-details span { padding-right: 15px; padding-left: 0 } html[dir="rtl"] .m-checkbox-inline label { margin-left: 20px; margin-right: 0 } html[dir="rtl"] .form-label-align-right label { text-align: left } html[dir="rtl"] .br-theme-bars-reversed .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-movie .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-1to10 .br-widget .br-current-rating, html[dir="rtl"] .br-theme-bars-square .br-widget .br-current-rating { float: right } html[dir="rtl"] .br-theme-bars-reversed .br-widget a, html[dir="rtl"] .br-theme-bars-movie .br-widget a, html[dir="rtl"] .br-theme-bars-1to10 .br-widget a, html[dir="rtl"] .br-theme-bars-square .br-widget a { float: right } html[dir="rtl"] .ribbon-left { right: auto; left: -2px } html[dir="rtl"] .ribbon-vertical-left { right: auto; left: 12px } html[dir="rtl"] .ribbon-vertical-right { right: auto; left: 12px } html[dir="rtl"] .star-ratings ul.search-info { padding-right: 0 } html[dir="rtl"] .star-ratings ul.search-info li+li { border-right: 1px solid #a5afc6; border-left: unset; padding-right: 8px; padding-left: 0; margin-right: 8px; margin-left: 0 } html[dir="rtl"] .select2-container--default .select2-selection--single .select2-selection__arrow { left: 10px !important; right: unset !important } html[dir="rtl"] .select2-container--default .select2-selection--multiple .select2-selection__choice { float: right } html[dir="rtl"] .selection .select2-selection .select2-search__field { text-align: right } html[dir="rtl"] .select2-results__option { text-align: right } html[dir="rtl"] .editor-statusbar { text-align: left } html[dir="rtl"] .editor-statusbar span { margin-right: 1em; margin-left: unset } html[dir="rtl"] .CodeMirror-scroll { margin-left: -30px; margin-right: unset } html[dir="rtl"] .primary-color ul, html[dir="rtl"] .yellow-color ul { padding-right: 0 } html[dir="rtl"] .u-step-desc { text-align: right } html[dir="rtl"] .u-step-number { right: 20px; left: unset } html[dir="rtl"] .u-step-number~.u-step-desc { margin-right: 50px } html[dir="rtl"] .u-pearl:after { left: 0; right: unset } html[dir="rtl"] .u-pearl:before { right: 0; left: unset } html[dir="rtl"] .u-step-icon { float: right; margin-left: .5em; margin-right: unset } html[dir="rtl"] .list-icons { padding-right: 0 } html[dir="rtl"] .card-header.note-toolbar .note-color .dropdown-toggle { padding-right: 5px } html[dir="rtl"] .card-header.note-toolbar .form-group.draggable { text-align: right } html[dir="rtl"] .card-header.note-toolbar .form-check { padding-right: 24px; padding-left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control { padding-right: 24px; padding-left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control .custom-control-label::after { right: 0; left: unset } html[dir="rtl"] .card-header.note-toolbar form .custom-control .custom-control-label::before { right: 0; left: unset } html[dir="rtl"] .dropdown-toggle::after { margin-right: 0.255em; margin-left: unset } html[dir="rtl"] .tabbed-card ul { left: 22px; right: unset } html[dir="rtl"] .checkbox label { padding-right: 16px; padding-left: unset } html[dir="rtl"] .checkbox label::before { right: 0; left: unset; margin-right: -16px; margin-left: unset } html[dir="rtl"] .radio label::after { right: 5px; left: unset; margin-right: -20px; margin-left: unset } html[dir="rtl"] .cd-timeline-content::before { border-right: 7px solid #f4f4f4; border-left-color: transparent } html[dir="rtl"] .cd-timeline-img i { right: 40%; left: unset; margin-right: -12px; margin-left: unset } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content { float: left; border-left: 7px solid #eeeeee; border-right: unset } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { right: auto; left: 122%; text-align: left } html[dir="rtl"] .cd-timeline-block:nth-child(even) .cd-timeline-content::before { right: auto; left: 100%; border-left-color: #eeeeee; border-right-color: transparent } html[dir="rtl"] .cd-timeline-content .cd-date { right: 122%; left: unset } html[dir="rtl"] .introjs-tooltip { right: 0; left: unset } html[dir="rtl"] .introjs-helperNumberLayer { right: -16px; left: unset } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltiptext { text-align: right } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons { text-align: left } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-skipbutton { margin-left: 5px; margin-right: unset } html[dir="rtl"] .introjs-tooltipReferenceLayer .introjs-tooltip .introjs-tooltipbuttons .introjs-nextbutton { border-radius: 0.2em 0 0 0.2em } html[dir="rtl"] .list-inline-item:not(:last-child) { margin-left: 0.5rem; margin-right: unset } html[dir="rtl"] .like-comment ul.list-inline { padding-right: 0 } html[dir="rtl"] .typeahead { text-align: right } html[dir="rtl"] .listing ul { padding-right: 0 } html[dir="rtl"] .listing ul .icofont { float: right } html[dir="rtl"] .gallery .hover-5 img { margin-right: 30px } html[dir="rtl"] .gallery .hover-5:hover img { margin-right: 0 } html[dir="rtl"] .lg-outer { text-align: right } html[dir="rtl"] .lg-toolbar .lg-icon { float: left } html[dir="rtl"] #lg-counter { padding-right: 20px; padding-left: unset; float: right } html[dir="rtl"] .chart-widget-top .text-end { text-align: left !important } html[dir="rtl"] .chart-widget-top .num .ms-1 { margin-right: 0.25rem !important } html[dir="rtl"] .bar-chart-widget .earning-details i { left: -240px } html[dir="rtl"] .bar-chart-widget .bottom-content .b-r-light { border-left: 1px solid #eeeeee !important; border-right: unset !important } html[dir="rtl"] .bar-chart-widget .bottom-content .num .ms-1 { margin-right: 0.25rem !important } html[dir="rtl"] .chart-vertical-center #myDoughnutGraph, html[dir="rtl"] .chart-vertical-center #myPolarGraph { width: auto !important } html[dir="rtl"] .crm-activity ul.dates li+li { border-right: 1px solid #ddd; padding-right: 10px; margin-right: 5px; border-left: unset; padding-left: unset; margin-left: unset } html[dir="rtl"] div.dt-buttons { float: right } html[dir="rtl"] .dt-button-collection { left: -39px !important } html[dir="rtl"] .dropzone .dz-preview .dz-error-mark, html[dir="rtl"] .dropzone .dz-preview .dz-success-mark { right: 50%; margin-right: -27px; margin-left: unset; left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper footer { margin-right: 280px; margin-left: unset } html[dir="rtl"] .page-wrapper .page-body-wrapper footer p i { margin-right: 5px; margin-left: unset } html[dir="rtl"] .footer-copyright { text-align: right } html[dir="rtl"] .footer-links { text-align: left } html[dir="rtl"] .page-item:first-child .page-link { margin-right: 0; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none } html[dir="rtl"] .page-item:last-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .popover.top>.arrow:after, html[dir="rtl"] .popover.bottom>.arrow:after { margin-right: -10px; margin-left: unset } html[dir="rtl"] .bootstrap-touchspin>.input-group-append>.btn, html[dir="rtl"] .bootstrap-touchspin>.input-group-append>.input-group-text { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important } html[dir="rtl"] .bootstrap-touchspin>.form-control:not(:last-child), html[dir="rtl"] .bootstrap-touchspin>.custom-select:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } html[dir="rtl"] .typeahead span.twitter-typeahead .tt-suggestion { text-align: right } html[dir="rtl"] .typeahead .league-name { text-align: right; margin-right: 5px } html[dir="rtl"] .follow .text-md-right { text-align: left !important } html[dir="rtl"] .jvectormap-zoomin, html[dir="rtl"] .jvectormap-zoomout, html[dir="rtl"] .jvectormap-goback { right: 10px; left: unset } html[dir="rtl"] .customizer-links { right: unset; left: 0 } html[dir="rtl"] .customizer-links>.nav { padding-right: 10px } html[dir="rtl"] .customizer-links .nav-link:after { right: -10px; left: unset; border-width: 5px 5px 5px 0; border-left-color: unset; border-right-color: #e8e6ff } html[dir="rtl"] .customizer-links .nav-link span { right: unset; left: -60px } html[dir="rtl"] .customizer-links .nav-link:hover span { left: 48px } html[dir="rtl"] .customizer-links.open { right: unset; left: 330px; border-radius: 0 8px 8px 0 } html[dir="rtl"] .customizer-contain { width: 330px; right: unset; left: -330px } html[dir="rtl"] .customizer-contain.open { right: unset; left: 0px } html[dir="rtl"] .customizer-contain .customizer-header .icon-close { left: unset; right: 30px } html[dir="rtl"] .box-layout.page-wrapper.horizontal-wrapper .page-header { padding-right: 250px; padding-left: unset } html[dir="rtl"] .box-layout.page-wrapper.horizontal-wrapper .page-header.open { padding-right: 0 } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body { margin-left: unset; margin-right: 230px } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1280px; padding-left: 0; left: 50% } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-header { margin-left: auto; margin-right: auto; padding-left: unset; padding-right: 230px } html[dir="rtl"] .box-layout.page-wrapper.compact-wrapper .page-header.close_icon { padding-right: 100px } html[dir="rtl"] body.dark-only .earning-card.card .card-body .earning-content { border-left: 1px solid #374558 } html[dir="rtl"] body.dark-only .chart_data_left .card-body .chart-main .media, html[dir="rtl"] body.dark-only .chart_data_right .card-body .chart-main .media { border-left: 1px solid #374558 } html[dir="rtl"] body.dark-only .widget-joins .media .details { border-left: unset !important; border-right: 1px solid #374558 } html[dir="rtl"] body.dark-only .custom-card .card-footer>div+div { border-right: 1px solid #374558 } html[dir="rtl"] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .b-r-light, html[dir="rtl"] body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .border-right { border-right: none !important; border-left: 1px solid #374558 !important } @media screen and (max-width: 1660px) { html[dir="rtl"] .caller-img { left: unset; right: 15px } } @media only screen and (max-width: 1366px) { html[dir="rtl"] .profile-dropdown.onhover-show-div { right: unset !important; left: 0 !important } html[dir="rtl"] .product-wrapper .product-grid .feature-products { margin-right: 0 } html[dir="rtl"] .product-grid { margin-right: 0 } html[dir="rtl"] .d-none-productlist { margin-left: 10px; margin-right: unset } html[dir="rtl"] .product-sidebar { -webkit-transform: translateX(300px) scaleX(0); transform: translateX(300px) scaleX(0) } html[dir="rtl"] .photos ul li:nth-child(3n) { margin-left: 15px; margin-right: unset } html[dir="rtl"] .chat-left-aside .status-circle { left: unset; right: 22px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left { padding: 40px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left-btn { text-align: left } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 4px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { right: 2px } html[dir="rtl"] .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-left: unset; padding-right: 15px } } @media (min-width: 1200px) { html[dir="rtl"] .chat-box .pe-xl-0 { padding-left: 0 !important; padding-right: 15px !important } html[dir="rtl"] .chat-box .ps-xl-0 { padding-right: 0 !important; padding-left: 15px !important } html[dir="rtl"] .pixelstrap ul a:hover .sub-arrow, html[dir="rtl"] .pixelstrap ul a:focus .sub-arrow, html[dir="rtl"] .pixelstrap ul a:active .sub-arrow, html[dir="rtl"] .pixelstrap ul a.highlighted .sub-arrow { left: 3px; right: unset } } @media (min-width: 992px) { html[dir="rtl"] .text-lg-start { text-align: right !important } } @media only screen and (max-width: 1199.98px) { html[dir="rtl"] .jkanban-container .btn { margin-left: unset; margin-right: 20px } html[dir="rtl"] .link-section>div>h6:before { right: unset; left: 10px } html[dir="rtl"] .left-header .mega-menu-container { left: -300px !important; right: unset !important } html[dir="rtl"] .left-header .mega-menu-container.d-block { left: 0 !important; right: unset !important; -webkit-animation: fadeInLeft 0.3s ease-in-out; animation: fadeInLeft 0.3s ease-in-out } html[dir="rtl"] .left-header .mega-menu-container .mega-box+.mega-box { padding-right: 15px; border-right: 0 } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li:first-child { padding-left: 10px !important } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li .submenu li:first-child { padding-right: 15px !important; padding-left: 15px !important } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 45px } html[dir="rtl"] .email-wrap .row .col-xl-6 { padding-right: 15px } html[dir="rtl"] .email-wrap .row .col-xl-3+.col-xl-3 { padding-left: 15px } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li { text-align: right } html[dir="rtl"] .email-wrap .email-app-sidebar .main-menu>li a i { margin-right: unset; margin-left: 10px } html[dir="rtl"] .email-wrap .email-app-sidebar ul { padding-right: 0 } html[dir="rtl"] .email-wrap .email-content .email-top .user-emailid:after { float: left } html[dir="rtl"] .email-wrap .email-right-aside .email-body .pe-0 { padding-right: unset !important } html[dir="rtl"] .email-wrap .email-right-aside .radius-left { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; border-radius: 4px } html[dir="rtl"] .chat-menu-icons { text-align: left } html[dir="rtl"] .chat-box .chat-history .row .col-sm-7 { padding-left: 0 !important; padding-right: unset !important } html[dir="rtl"] .chat-menu { left: 0; right: unset } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: left } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 30px } html[dir="rtl"] .best-seller-table table tbody tr td .fa-check-circle { right: 18px } } @media only screen and (max-width: 991.98px) { html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 20px } html[dir="rtl"] .left-header .mega-menu .nav-link svg, html[dir="rtl"] .left-header .level-menu .nav-link svg { margin-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn { float: left; -webkit-transform: rotate(180deg); transform: rotate(180deg) } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar { margin-right: 0; border-right: none; padding-right: 0; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 15px } html[dir="rtl"] .page-wrapper.compact-sidebar .page-header { margin-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-header { padding-right: 0 } html[dir="rtl"] .page-wrapper.material-icon .page-body-wrapper .page-body { padding-right: 15px } html[dir="rtl"] .faq-accordion .faq-header svg { left: 20px } html[dir="rtl"] .categories .learning-header { padding-right: 20px } html[dir="rtl"] .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img { margin-left: 15px; margin-right: unset } html[dir="rtl"] .page-body-wrapper .page-body, html[dir="rtl"] .page-body-wrapper footer { margin-right: 0 !important } html[dir="rtl"] .main .langChoice { left: 20px } html[dir="rtl"] .cd-timeline-img i { right: 50% !important } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-title .breadcrumb { margin-right: 0 } html[dir="rtl"] .page-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 60px) } html[dir="rtl"] .page-wrapper .page-header { margin-right: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header { margin-right: 0 !important; margin-left: unset !important } html[dir="rtl"] .page-wrapper.compact-wrapper .page-body-wrapper.sidebar-wrapper.close_icon { -webkit-transform: translate(285px); transform: translate(285px) } html[dir="rtl"] .card-body .value-left { margin-left: 20px } html[dir="rtl"] .bookmark ul li .search-form .form-control-search { left: -127px } html[dir="rtl"] .card .card-header .card-header-right { left: 15px } html[dir="rtl"] .earning-card.card .card-body>.row>div .chart-left { padding: 20px } html[dir="rtl"] .chart_data_left .card-body .chart-main .media .media-body .right-chart-content { margin-right: 20px } html[dir="rtl"] .activity-timeline .media .activity-line { right: 26px } html[dir="rtl"] .offer-box .offer-slider .selling-slide .d-flex .left-content { padding-right: 0 } html[dir="rtl"] .offer-box .offer-slider .carousel-control-prev-icon, html[dir="rtl"] .offer-box .offer-slider .carousel-control-next-icon { right: unset; left: 20px } } @media only screen and (max-width: 991px) and (min-width: 768px) { html[dir="rtl"] .page-wrapper.compact-wrapper.material-type .page-body-wrapper div.sidebar-wrapper { left: unset; right: 0 } } @media (min-width: 768px) { html[dir="rtl"] .float-md-end { float: left !important } html[dir="rtl"] .text-md-end { text-align: left !important } html[dir="rtl"] .offset-md-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .text-md-start { text-align: right !important } html[dir="rtl"] .ecommerce-widget .text-md-end { text-align: left !important } html[dir="rtl"] .ecommerce-widget .text-md-end ul { text-align: left } } @media only screen and (max-width: 767.98px) { html[dir="rtl"] .list-persons .profile-mail .email-general ul { padding-left: 0 } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu { right: 80px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link { border: none } html[dir="rtl"] .left-header .mega-menu .nav-link.active { color: #000 } html[dir="rtl"] .product-wrapper.sidebaron .product-grid .product-wrapper-grid { margin-right: 0 } html[dir="rtl"] .feature-products .filter-toggle { margin-right: 10px; margin-left: unset } html[dir="rtl"] .page-wrapper .nav-right .nav-menus { margin-right: unset; margin-left: 57px } html[dir="rtl"] .page-wrapper.compact-wrapper .nav-right .nav-menus { margin-right: unset; margin-left: 25px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu { right: unset; left: 30px } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu .nav-link, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu .nav-link { padding-right: 16px; padding-left: 0; border: 0 } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 25px !important } html[dir="rtl"] .ecommerce-widget .text-md-right { text-align: left !important } html[dir="rtl"] .bar-chart-widget .earning-details i { left: -147px !important } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-left: unset; margin-right: 25px } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row .inner-top-right ul li { margin-left: unset; margin-right: 30px } } @media (min-width: 576px) { html[dir="rtl"] .offset-sm-3 { margin-right: 25%; margin-left: unset } html[dir="rtl"] .text-sm-end { text-align: left !important } html[dir="rtl"] .float-sm-end { float: left !important } html[dir="rtl"] .me-sm-2 { margin-left: 0.5rem !important; margin-right: unset !important } } @media only screen and (max-width: 575.98px) { html[dir="rtl"] .todo .todo-list-wrapper .mark-all-tasks { left: 15px } html[dir="rtl"] .list-persons .nav-pills .nav-link .media .media-body { text-align: right } html[dir="rtl"] .mega-menu { padding-left: unset; padding-right: 15px } html[dir="rtl"] .left-header .level-menu .nav-link { margin: 0 } html[dir="rtl"] .page-wrapper .nav-right .nav-menus { margin-left: 45px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right>ul li { margin-right: unset; margin-left: 1px } html[dir="rtl"] .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar, html[dir="rtl"] .page-wrapper.compact-sidebar .page-header .header-wrapper .toggle-sidebar { margin-left: 8px; padding-left: 8px; margin-right: unset; padding-right: unset; border-right: unset; border-left: 1px solid #ddd } html[dir="rtl"] .page-wrapper.compact-wrapper .left-header .mega-menu, html[dir="rtl"] .page-wrapper.compact-sidebar .left-header .mega-menu { left: 15px } html[dir="rtl"] .page-wrapper.compact-wrapper .nav-right .nav-menus { margin-left: 30px } html[dir="rtl"] .translate_wrapper.active .more_lang.active { left: unset; right: 15px } html[dir="rtl"] .page-header .header-wrapper .nav-right>ul>li:last-child { padding-right: 10px } html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.profile-dropdown, html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.chat-dropdown, html[dir="rtl"] .page-header .header-wrapper .nav-right.right-header ul.notification-dropdown { left: unset !important; right: 15px !important } html[dir="rtl"] .faq-accordion .faq-header svg { left: 15px } html[dir="rtl"] .categories .learning-header { padding-right: 15px } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons { left: 15px !important } html[dir="rtl"] .user-profile .hovercard .user-image .share-icons li { margin-left: 0px } html[dir="rtl"] .main .langChoice { left: 15px } html[dir="rtl"] .page-wrapper .search-form .form-group { margin-left: 0 } html[dir="rtl"] .card-body .value-left { margin-left: 15px } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left_side_earning:nth-child(3) { text-align: right } html[dir="rtl"] .earning-card .card-body>.row>div .chart-left .left-btn { text-align: right } html[dir="rtl"] .dashboard-sec .earning-card .card-body>.row>div .chart-right>.row ul li+li { margin-right: 15px } } @media only screen and (max-width: 480px) { html[dir="rtl"] .left-header .level-menu .header-level-menu>li>.header-level-sub-menu { right: 140px } html[dir="rtl"] .page-wrapper .page-header .header-wrapper .nav-right .onhover-show-div { right: unset; left: 20px } } @media only screen and (max-width: 420px) { html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 112px } html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, html[dir="rtl"] .page-wrapper.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { right: 80px } } @media only screen and (max-width: 360px) { html[dir="rtl"] .prooduct-details-box .close { left: 0 } html[dir="rtl"] .social-app-profile .hovercard .user-image .avatar { margin-top: -47px } html[dir="rtl"] .social-app-profile .hovercard .user-image .avatar img { width: 85px; height: 85px } html[dir="rtl"] .social-chat .other-msg { margin-right: 15px } } @media screen and (max-width: 1460px) { html[dir="rtl"] .sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li { margin-left: 8px; margin-right: unset } } .box-layout { background-image: url(../images/other-images/boxbg.jpg); background-blend-mode: overlay; background-color: rgba(255, 255, 255, 0.5) } @media only screen and (min-width: 1280px) { .box-layout .apache-cotainer-large>div, .box-layout .apache-cotainer-large canvas, .box-layout #line-visual>div, .box-layout #line-visual canvas, .box-layout #line-visulH>div, .box-layout #line-visulH canvas { width: 100% !important } .box-layout .left-header .mega-menu-container { width: calc(100vw - 870px); left: -70px; min-width: 1000px } .box-layout .page-wrapper.box-layout, .box-layout.page-wrapper.box-layout { padding-top: 40px; margin-top: 0 !important } .box-layout .page-wrapper.compact-wrapper, .box-layout.page-wrapper.compact-wrapper { margin-top: 40px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper { width: 230px; top: 40px; border-radius: 10px 0 0 10px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1200px; left: 47% } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.footer-fix, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon~.footer-fix { padding-left: 0 } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 196px) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .logo-wrapper { -webkit-box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1); box-shadow: 0 8px 6px -6px rgba(89, 102, 122, 0.1) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { margin-top: 10px; margin-bottom: 20px; height: calc(100vh - 191px) } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body { min-height: calc(100vh - 130px); margin-top: 0; top: 80px; overflow: scroll; max-height: calc(100vh - 220px); padding-bottom: 80px; margin-left: 230px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.compact-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.compact-wrapper .page-header .header-wrapper .left-header { display: inline-block } .box-layout .page-wrapper.compact-sidebar .page-header, .box-layout.page-wrapper.compact-sidebar .page-header { padding-left: 148px } .box-layout .page-wrapper.compact-sidebar .page-header .header-wrapper .left-header, .box-layout.page-wrapper.compact-sidebar .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30% } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper { margin-top: 40px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper { top: 40px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper.close_icon { display: none; -webkit-transition: 0.5s; transition: 0.5s } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 166px); margin: 0 } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 470px; top: 40px; height: calc(100vh - 84px) } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .box-layout .page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.sidebar-submenu, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a.active~.mega-menu-container { -webkit-animation: unset; animation: unset } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .footer, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .footer { margin-left: 0 } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body { min-height: calc(100vh - 90px); margin-top: 0; top: 80px; overflow: scroll; max-height: calc(100vh - 170px); padding-bottom: 80px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.compact-sidebar .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.compact-sidebar.compact-small .page-header, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header { padding-left: 90px } .box-layout .page-wrapper.compact-sidebar.compact-small .page-header.close_icon, .box-layout.page-wrapper.compact-sidebar.compact-small .page-header.close_icon { padding-left: 0 } .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout .page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .sidebar-submenu, .box-layout.page-wrapper.compact-sidebar.compact-small .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li .mega-menu-container { left: 410px } .box-layout .page-wrapper.horizontal-wrapper:before, .box-layout.page-wrapper.horizontal-wrapper:before { display: none } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper { margin-top: 40px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body { margin-top: 80px; min-height: calc(100vh - 310px); max-height: calc(100vh - 230px); overflow: scroll } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ecf3fa } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar { width: 6px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .page-body::-webkit-scrollbar-thumb { background-color: rgba(68, 102, 242, 0.15) } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .footer, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .footer { padding-left: 15px } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper { width: 1280px; top: 80px; margin: 0; overflow-x: unset; position: relative } .box-layout .page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu, .box-layout.page-wrapper.horizontal-wrapper .page-body-wrapper .sidebar-wrapper .sidebar-main #sidebar-menu { left: 0%; -webkit-transform: translate(0, 0); transform: translate(0, 0); top: 125px; background-color: #fff } .box-layout .page-wrapper.horizontal-wrapper .page-header, .box-layout.page-wrapper.horizontal-wrapper .page-header { padding-left: 0 } .box-layout .page-wrapper.modern-type .page-header, .box-layout.page-wrapper.modern-type .page-header { padding-left: 0px } .box-layout .page-wrapper.modern-type .page-header .header-wrapper .left-header, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 26%; flex: 0 0 26%; max-width: 26% } .box-layout .page-wrapper.modern-type .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.modern-type .page-header .header-wrapper .nav-right { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60% } .box-layout .page-wrapper.modern-type .page-body-wrapper .page-body, .box-layout.page-wrapper.modern-type .page-body-wrapper .page-body { margin-left: 260px } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper { top: 120px } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper .sidebar-main .sidebar-links { height: calc(100vh - 311px) } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon .sidebar-main .sidebar-links { height: calc(100vh - 316px) } .box-layout .page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon~footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .sidebar-wrapper.close_icon~footer { width: 1280px; left: 50%; margin-left: 0 } .box-layout .page-wrapper.modern-type .page-body-wrapper .footer, .box-layout.page-wrapper.modern-type .page-body-wrapper .footer { margin-left: 0 } .box-layout .page-wrapper .page-header, .box-layout.page-wrapper .page-header { max-width: 1280px; margin: 0 auto; left: 0; right: 0; -webkit-transition: .5s; transition: .5s; padding-left: 230px; margin-top: 40px; border-radius: 10px; width: unset } .box-layout .page-wrapper .page-header.close_icon, .box-layout.page-wrapper .page-header.close_icon { padding-left: 0; margin-left: auto; width: calc(100% - 0px); -webkit-transition: .5s; transition: .5s } .box-layout .page-wrapper .page-header .header-wrapper, .box-layout.page-wrapper .page-header .header-wrapper { border: 1px solid #f8f8f8; border-radius: 10px 10px 0 0 } .box-layout .page-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33% } .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .left-header { -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; max-width: 24% } .box-layout .page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right, .box-layout.page-wrapper.horizontal-wrapper .page-header .header-wrapper .nav-right { -webkit-box-flex: 0; -ms-flex: 0 0 63%; flex: 0 0 63%; max-width: 63% } .box-layout .page-wrapper.material-type .page-body-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper.material-type .page-body-wrapper .page-body, .box-layout.page-wrapper.material-type .page-body-wrapper .page-body { margin-top: 0 } .box-layout .page-wrapper.material-type .page-body-wrapper .sidebar-wrapper, .box-layout.page-wrapper.material-type .page-body-wrapper .sidebar-wrapper { top: 0 } .box-layout .page-wrapper.material-icon .page-header.close_icon, .box-layout.page-wrapper.material-icon .page-header.close_icon { margin-top: 40px !important } .box-layout .page-wrapper.material-icon .page-body-wrapper, .box-layout.page-wrapper.material-icon .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper.material-icon .page-body-wrapper .page-body, .box-layout.page-wrapper.material-icon .page-body-wrapper .page-body { top: 0; min-height: calc(100vh - 170px); padding-bottom: 40px } .box-layout .page-wrapper.advance-layout .page-header, .box-layout.page-wrapper.advance-layout .page-header { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07) } .box-layout .page-wrapper.advance-layout .page-body-wrapper, .box-layout.page-wrapper.advance-layout .page-body-wrapper { margin-top: 0 } .box-layout .page-wrapper .page-body-wrapper, .box-layout.page-wrapper .page-body-wrapper { width: 1280px; -webkit-box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07); box-shadow: 4px 11px 25px rgba(0, 0, 0, 0.07); margin: 0 auto; overflow: hidden } .box-layout .page-wrapper .page-body-wrapper .learning-comment, .box-layout.page-wrapper .page-body-wrapper .learning-comment { margin-left: -14px !important; float: left !important } .box-layout .page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive, .box-layout.page-wrapper .page-body-wrapper .todo .todo-list-wrapper #todo-list li .task-responsive { min-width: 1087px; overflow: auto } .box-layout .page-wrapper .page-body-wrapper .active-order-table, .box-layout.page-wrapper .page-body-wrapper .active-order-table { max-width: 443px; overflow: auto } .box-layout .page-wrapper .page-body-wrapper .active-order-table table tbody tr td p, .box-layout.page-wrapper .page-body-wrapper .active-order-table table tbody tr td p { width: 100px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.gradient-line-1:after { height: 57px; bottom: -64px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.small-line:after { height: 36px; bottom: -43px } .box-layout .page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after, .box-layout.page-wrapper .page-body-wrapper .activity .media .gradient-round.medium-line:after { height: 40px; bottom: -48px } .box-layout .page-wrapper .page-body-wrapper footer, .box-layout.page-wrapper .page-body-wrapper footer { width: 1280px; margin: 0 auto; padding-left: 230px; margin-bottom: 40px !important; position: fixed; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); border-radius: 0 0 10px } .box-layout .page-wrapper .page-body-wrapper .blockquote-footer, .box-layout.page-wrapper .page-body-wrapper .blockquote-footer { margin-left: 0; width: 100% } .box-layout .page-wrapper .page-body-wrapper .footer-fix, .box-layout.page-wrapper .page-body-wrapper .footer-fix { padding-left: 230px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content { 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; min-width: 300px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content>div { z-index: 8; background-color: rgba(255, 255, 255, 0.75); background-blend-mode: overlay; width: 100%; padding: 30px; left: 15px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-content button { width: 40%; font-size: 14px; margin: 0 auto } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons { margin-top: 20px; margin-bottom: 20px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .call-icons ul li { border: 1px solid #717171; width: 50px; height: 50px; padding: 8px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img { margin-top: 30px; margin-bottom: 30px } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .receiver-img img { width: 38% } .box-layout .page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2, .box-layout.page-wrapper .page-body-wrapper .chat-box .chat-history .total-time h2 { font-size: 28px; color: #717171 } .box-layout .page-wrapper .page-body-wrapper canvas#myLineCharts, .box-layout.page-wrapper .page-body-wrapper canvas#myLineCharts { width: 100% } .box-layout .page-wrapper .page-body-wrapper .chat-right-aside, .box-layout.page-wrapper .page-body-wrapper .chat-right-aside { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; overflow: hidden } .box-layout .page-wrapper .page-body-wrapper .caller-img, .box-layout.page-wrapper .page-body-wrapper .caller-img { position: absolute; width: 100%; max-width: 100%; left: 15px } .box-layout .page-wrapper .page-body-wrapper .caller-img img, .box-layout.page-wrapper .page-body-wrapper .caller-img img { opacity: 0.7 } .box-layout .page-wrapper .page-body-wrapper .browser-widget img, .box-layout.page-wrapper .page-body-wrapper .browser-widget img { height: 65px } .box-layout .page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content, .box-layout.page-wrapper .page-body-wrapper .weather-widget-two .bottom-whetherinfo .whether-content { top: 39px } .box-layout .page-wrapper .page-body-wrapper .custom-card .card-header img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-header img { margin-top: -73px } .box-layout .page-wrapper .page-body-wrapper .custom-card .card-profile img, .box-layout.page-wrapper .page-body-wrapper .custom-card .card-profile img { height: 130px; top: -17px } .box-layout .page-wrapper .page-body-wrapper .select2, .box-layout.page-wrapper .page-body-wrapper .select2 { width: 901.781px } .box-layout .page-wrapper ul.close_icon>li label, .box-layout.page-wrapper ul.close_icon>li label { padding: 0 } .box-layout .page-wrapper ul.close_icon>li label:after, .box-layout.page-wrapper ul.close_icon>li label:after { display: none } .box-layout .page-wrapper .bookmark ul, .box-layout.page-wrapper .bookmark ul { margin-right: -1px } .box-layout .page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn, .box-layout.page-wrapper #batchDelete .jsgrid-grid-header .jsgrid-table tr th .btn { padding-left: 20px; padding-right: 20px } .box-layout .page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"], .box-layout.page-wrapper .btn-group-showcase .btn-radio .btn-group .radio input[type="radio"] { display: none } .box-layout .page-wrapper .media.bitcoin-graph, .box-layout.page-wrapper .media.bitcoin-graph { display: block } .box-layout .page-wrapper .media.bitcoin-graph .top-bitcoin, .box-layout.page-wrapper .media.bitcoin-graph .top-bitcoin { display: inline-block; vertical-align: middle } .box-layout .page-wrapper .media.bitcoin-graph .media-body, .box-layout.page-wrapper .media.bitcoin-graph .media-body { margin-top: 30px } .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6, .box-layout.page-wrapper .media.bitcoin-graph .media-body .bitcoin-content .bitcoin-numbers h6 { font-size: 14PX } .box-layout .page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-right, .box-layout.page-wrapper .media.bitcoin-graph .media-body .bitcoin-content.text-right { text-align: center !important } .box-layout .page-wrapper .alert.inverse p, .box-layout.page-wrapper .alert.inverse p { max-width: 238px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .box-layout .page-wrapper .auth-bg-effect .second-effect, .box-layout.page-wrapper .auth-bg-effect .second-effect { left: 55% } .box-layout .page-wrapper .auth-bg-video video, .box-layout.page-wrapper .auth-bg-video video { min-width: 67%; width: 67% } .box-layout .page-wrapper .page-builder .ge-canvas.ge-layout-desktop, .box-layout.page-wrapper .page-builder .ge-canvas.ge-layout-desktop { margin-top: 40px } .box-layout .page-wrapper .page-builder .ge-addRowGroup, .box-layout.page-wrapper .page-builder .ge-addRowGroup { margin-bottom: 10px } .box-layout .page-wrapper .pricing-wrapper-card, .box-layout.page-wrapper .pricing-wrapper-card { padding: 50px 20px } .box-layout .page-wrapper .card .blog-box.blog-grid.set-min-height, .box-layout.page-wrapper .card .blog-box.blog-grid.set-min-height { min-height: 400px } .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris-daily { min-height: 430px } .box-layout .page-wrapper .flot-chart-placeholder#donut-color-chart-morris, .box-layout.page-wrapper .flot-chart-placeholder#donut-color-chart-morris { min-height: 430px } .box-layout .page-wrapper .box-col-12, .box-layout.page-wrapper .box-col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100% } .box-layout .page-wrapper .box-col-6, .box-layout.page-wrapper .box-col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50% } .box-layout .page-wrapper .box-col-3, .box-layout.page-wrapper .box-col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25% } .box-layout .page-wrapper .box-col-7, .box-layout.page-wrapper .box-col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60% } .box-layout .page-wrapper .box-col-5, .box-layout.page-wrapper .box-col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40% } .box-layout .page-wrapper .box-col-8, .box-layout.page-wrapper .box-col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70% } .box-layout .page-wrapper .box-col-4, .box-layout.page-wrapper .box-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33% } .box-layout .page-wrapper .chat-box .chat-right-aside, .box-layout.page-wrapper .chat-box .chat-right-aside { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: calc(100% - 15px); overflow: hidden } .box-layout .page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i, .box-layout.page-wrapper .chat-box .chat-right-aside .chat .chat-header .chat-menu-icons li a i { font-size: 19px } .box-layout .page-wrapper .chat-box .toogle-bar, .box-layout.page-wrapper .chat-box .toogle-bar { display: inline-block; margin-right: 0 !important } .box-layout .page-wrapper .chat-menu, .box-layout.page-wrapper .chat-menu { right: 0; border-top: 1px solid #ddd; opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); visibility: hidden; top: 81px; position: absolute; z-index: 9; background-color: #fff; -webkit-transition: all linear 0.3s; transition: all linear 0.3s } .box-layout .page-wrapper .chat-menu.show, .box-layout.page-wrapper .chat-menu.show { opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); -webkit-transition: all linear 0.3s; transition: all linear 0.3s; padding-bottom: 25px } .box-layout .page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar, .box-layout.page-wrapper .ct-10.total-chart .ct-chart-bar .ct-series .ct-bar { stroke-width: 23px !important } .box-layout .page-wrapper .social-app-profile .box-col-4, .box-layout.page-wrapper .social-app-profile .box-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30% } .box-layout .page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset, .box-layout.page-wrapper .email-wrap .email-body .email-compose .cke_contents.cke_reset { max-height: 165px } .box-layout .page-wrapper .email-wrap .row .col-xl-6, .box-layout.page-wrapper .email-wrap .row .col-xl-6 { padding-left: 12px } .box-layout .page-wrapper .email-wrap .row .col-xl-3+.col-xl-3, .box-layout.page-wrapper .email-wrap .row .col-xl-3+.col-xl-3 { padding-right: 12px } .box-layout .page-wrapper .email-wrap .email-right-aside .email-body .inbox, .box-layout.page-wrapper .email-wrap .email-right-aside .email-body .inbox { height: 644px } .box-layout .page-wrapper .email-wrap .email-content .email-top .user-emailid:after, .box-layout.page-wrapper .email-wrap .email-content .email-top .user-emailid:after { right: -10px } .box-layout .page-wrapper .todo .notification-popup, .box-layout.page-wrapper .todo .notification-popup { right: 320px } .box-layout .page-wrapper .touchspin, .box-layout.page-wrapper .touchspin { padding: 0 10px } .box-layout .page-wrapper .vertical-menu-main, .box-layout.page-wrapper .vertical-menu-main { width: 1280px; margin: 0 auto; left: 0; right: 0 } .box-layout .page-wrapper .vertical-menu-main .mega-menu, .box-layout.page-wrapper .vertical-menu-main .mega-menu { width: 1050px !important; max-width: 1050px !important; left: -320px !important } .box-layout .page-wrapper .comingsoon video, .box-layout.page-wrapper .comingsoon video { min-width: 67%; width: 67% } } @media screen and (max-width: 1660px) and (min-width: 1440px) { .box-layout .calendar-sec { -webkit-box-ordinal-group: unset; -ms-flex-order: unset; order: unset } .box-layout .chart_data_right.second { display: none !important } }
0.273477
0.25241
[lwt-sidebar] { background-color: var(--moonlight-gray-2) !important; color: var(--moonlight-gray-10) !important; } #sidebar-splitter { border-color: var(--moonlight-gray-1) !important; } #sidebar-box { background-color: var(--moonlight-gray-2) !important; color: var(--moonlight-gray-10) !important; } #sidebar-box #sidebar-header { border: none !important; } #sidebar-box #sidebar-header #sidebar-switcher-target { transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-box #sidebar-header #sidebar-switcher-target:hover, #sidebar-box #sidebar-header #sidebar-switcher-target.active { color: var(--moonlight-blue) !important; } #sidebar-box #sidebar-header #sidebar-close { fill-opacity: 0 !important; color: var(--moonlight-gray-7) !important; transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-box #sidebar-header #sidebar-close:hover { fill-opacity: 0 !important; color: var(--moonlight-gray-10) !important; } #sidebar-header { /* border: none !important; */ border-color: var(--moonlight-gray-1) !important; } #sidebar-search-container #search-box { -moz-appearance: none !important; background-color: var(--moonlight-gray-4) !important; border: 1px solid var(--moonlight-gray-1) !important; color: var(--moonlight-gray-10) !important; border-radius: 3px !important; transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-search-container #search-box:focus-within { border-color: var(--moonlight-blue) !important; background-color: var(--moonlight-gray-3) !important; } #sidebar-search-container #search-box .textbox-search-clear { filter: invert(16%) sepia(23%) saturate(1040%) hue-rotate(193deg) brightness(94%) contrast(86%); } #sidebar-search-container #viewButton { background-color: var(--moonlight-gray-4) !important; border: 1px solid var(--moonlight-gray-1); border-radius: 3px !important; color: var(--moonlight-gray-10); transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-search-container #viewButton:hover { background-color: var(--moonlight-gray-5) !important; border-color: var(--moonlight-blue) !important; color: var(--moonlight-blue) !important; } treechildren::-moz-tree-separator{ -moz-appearance: none !important; border: none !important; border-bottom: solid 1px var(--moonlight-gray-1) !important; background: transparent !important; min-height: 0px !important; max-height: 0px !important; }
_side-bar.css
[lwt-sidebar] { background-color: var(--moonlight-gray-2) !important; color: var(--moonlight-gray-10) !important; } #sidebar-splitter { border-color: var(--moonlight-gray-1) !important; } #sidebar-box { background-color: var(--moonlight-gray-2) !important; color: var(--moonlight-gray-10) !important; } #sidebar-box #sidebar-header { border: none !important; } #sidebar-box #sidebar-header #sidebar-switcher-target { transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-box #sidebar-header #sidebar-switcher-target:hover, #sidebar-box #sidebar-header #sidebar-switcher-target.active { color: var(--moonlight-blue) !important; } #sidebar-box #sidebar-header #sidebar-close { fill-opacity: 0 !important; color: var(--moonlight-gray-7) !important; transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-box #sidebar-header #sidebar-close:hover { fill-opacity: 0 !important; color: var(--moonlight-gray-10) !important; } #sidebar-header { /* border: none !important; */ border-color: var(--moonlight-gray-1) !important; } #sidebar-search-container #search-box { -moz-appearance: none !important; background-color: var(--moonlight-gray-4) !important; border: 1px solid var(--moonlight-gray-1) !important; color: var(--moonlight-gray-10) !important; border-radius: 3px !important; transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-search-container #search-box:focus-within { border-color: var(--moonlight-blue) !important; background-color: var(--moonlight-gray-3) !important; } #sidebar-search-container #search-box .textbox-search-clear { filter: invert(16%) sepia(23%) saturate(1040%) hue-rotate(193deg) brightness(94%) contrast(86%); } #sidebar-search-container #viewButton { background-color: var(--moonlight-gray-4) !important; border: 1px solid var(--moonlight-gray-1); border-radius: 3px !important; color: var(--moonlight-gray-10); transition: background-color, border-color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; } #sidebar-search-container #viewButton:hover { background-color: var(--moonlight-gray-5) !important; border-color: var(--moonlight-blue) !important; color: var(--moonlight-blue) !important; } treechildren::-moz-tree-separator{ -moz-appearance: none !important; border: none !important; border-bottom: solid 1px var(--moonlight-gray-1) !important; background: transparent !important; min-height: 0px !important; max-height: 0px !important; }
0.370225
0.085327
.table-valign { display: table; position: relative; } .table-valign-content { display: table-cell; vertical-align: middle; } /* Style topline numbers table*/ .topline-title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 14px; color: #333333; letter-spacing: 0.01em; } .topline-numbers table { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 14px; color: #000000; letter-spacing: 0.01em; width: 100%; margin-bottom: 0; } .topline-numbers table td { padding-left: 20px; padding-right: 20px; } .topline-numbers table td.name { width: 65%; } .topline-numbers table td.value { width: 35%; font-weight: 700; text-align: right; } .topline-numbers table tr.indicator { height: 31px; vertical-align: bottom; } .topline-numbers table tr.extra-info { height: 30px; vertical-align: top; } .topline-numbers table tr:nth-child(4n+1), .topline-numbers table tr:nth-child(4n+2) { background-color: #F6F6F6; } .topline-numbers .extra-info span { font-family: 'Source Sans Pro', sans-serif; font-size: 12px; letter-spacing: 0.01em; line-height: 18px; color: #000000; } /* END Style topline numbers table*/ /* Topline Charts styles */ .topline-charts .topline-title { /* Some indicators have long names which expand on two rows causing the graphs to mis-align; this fixes it */ height: 40px; } .topline-charts .chart-item { height: 270px; max-height: 270px; margin-left: -20px; } .topline-charts .last-value { font-family: 'Gotham-Book', sans-serif; font-weight: 400; font-size: 24px; color: #333333; letter-spacing: 0.01em; } .topline-charts .last-value .last-date { font-size: 10px; } .topline-charts .source-name { font-family: 'Source Sans Pro', sans-serif; font-size: 12px; letter-spacing: 0.01em; line-height: 18px; color: #000000; } /* END Topline Charts styles */ /* Dataset result list styles */ .country-dataset-results .dataset-section-header { line-height: 50px; background-color: #edf6fd; } .country-dataset-results .dataset-section-title { font-weight: 500; font-size: 18px; color: #888; } .country-dataset-results .advanced-search-link { font-weight: 400; font-size: 12px; color: #007CE0; } .country-dataset-results .search-form .control-order-by { margin-top: 0px; } .country-dataset-results .module .pagination { margin-left: 0px; margin-right: 0px; } /* END - Dataset result list styles */ /* Adapting continuous browsing */ .country-cb .cb-explore { margin-top: -10px; } /* END - Adapting continuous browsing */ h1.country-title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 28px; color: #333333; } .base-actions-menu ul { padding: 0; } #key-figures-carousel .carousel-chevron { position: absolute; font-size: 20px; top: 50%; transform: translate(0, -50%); } #key-figures-carousel .carousel-chevron.left { left: -18px; } #key-figures-carousel .carousel-chevron.right { right: -18px; } #key-figures-carousel .topline .topline-value { font-size: 52px; } .followers-list-popup.dropdown-menu { position: absolute; left: 50%; transform: translate(-50%, 0); padding: 15px; margin-top: 0; background-color: transparent; box-shadow: none; border: none; } .followers-list-popup.dropdown-menu .hdx-arrow-wrapper { padding: 15px; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .followers-list-popup.dropdown-menu .hdx-arrow-wrapper:before { content: " "; position: absolute; top: 7px; left: 50%; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; height: 15px; width: 15px; background-color: #ffffff; transform: translate(-50%, 0) rotateZ(45deg); } .followers-list-popup.dropdown-menu .followers-list .follower-item { font-size: 14px; white-space: nowrap; margin: 0; margin-bottom: 10px; display: block; } .followers-list-popup.dropdown-menu .followers-list .follower-item:last-child { margin-bottom: 0; } .followers-list-popup.dropdown-menu .followers-list .follower-item:before { content: none; } .followers-list-popup.dropdown-menu .followers-list .follower-item .image { margin-right: 10px; } .featured-section .featured-thumbnail { position: relative; } .featured-section .featured-thumbnail img { width: 100%; min-height: 270px; max-height: 270px; } .featured-section .featured-thumbnail .overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; text-align: center; } .featured-section .featured-thumbnail .overlay:hover .featured-thumbnail-content .action { visibility: visible; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content { position: absolute; width: 90%; top: 55%; left: 50%; transform: translate(-50%, -50%); } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .type { text-transform: capitalize; font-family: 'Gotham-Light', sans-serif; font-weight: 400; font-size: 10px; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 14px; letter-spacing: 0.01em; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .action { background-color: #f2645a; display: inline; visibility: hidden; } .featured-section .featured-info-block { color: #000000; margin-top: 20px; } .featured-section .featured-info-block:first-child { margin-top: 0; } .featured-section .featured-info-block .info-title { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.01em; } .featured-section .featured-info-block .info-list ul { list-style: none; margin: 0; padding: 0; } .featured-section .featured-info-block .info-list ul li { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 14px; } .featured-section .featured-info-block .info-list ul li.inline { display: inline; } .featured-section .featured-info-block .info-list ul li a.label.label-small { background-color: #f2645a; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 10px; letter-spacing: 0.03em; } .featured-section .featured-info-block .info-list ul li a.label.label-small:hover, .featured-section .featured-info-block .info-list ul li a.label.label-small:focus { background-color: #ce554d; box-shadow: none; opacity: 1; } .featured-section .featured-info-block .info-list ul li ul { list-style: none; display: inline-block; }
ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/country/country.css
.table-valign { display: table; position: relative; } .table-valign-content { display: table-cell; vertical-align: middle; } /* Style topline numbers table*/ .topline-title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 14px; color: #333333; letter-spacing: 0.01em; } .topline-numbers table { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 14px; color: #000000; letter-spacing: 0.01em; width: 100%; margin-bottom: 0; } .topline-numbers table td { padding-left: 20px; padding-right: 20px; } .topline-numbers table td.name { width: 65%; } .topline-numbers table td.value { width: 35%; font-weight: 700; text-align: right; } .topline-numbers table tr.indicator { height: 31px; vertical-align: bottom; } .topline-numbers table tr.extra-info { height: 30px; vertical-align: top; } .topline-numbers table tr:nth-child(4n+1), .topline-numbers table tr:nth-child(4n+2) { background-color: #F6F6F6; } .topline-numbers .extra-info span { font-family: 'Source Sans Pro', sans-serif; font-size: 12px; letter-spacing: 0.01em; line-height: 18px; color: #000000; } /* END Style topline numbers table*/ /* Topline Charts styles */ .topline-charts .topline-title { /* Some indicators have long names which expand on two rows causing the graphs to mis-align; this fixes it */ height: 40px; } .topline-charts .chart-item { height: 270px; max-height: 270px; margin-left: -20px; } .topline-charts .last-value { font-family: 'Gotham-Book', sans-serif; font-weight: 400; font-size: 24px; color: #333333; letter-spacing: 0.01em; } .topline-charts .last-value .last-date { font-size: 10px; } .topline-charts .source-name { font-family: 'Source Sans Pro', sans-serif; font-size: 12px; letter-spacing: 0.01em; line-height: 18px; color: #000000; } /* END Topline Charts styles */ /* Dataset result list styles */ .country-dataset-results .dataset-section-header { line-height: 50px; background-color: #edf6fd; } .country-dataset-results .dataset-section-title { font-weight: 500; font-size: 18px; color: #888; } .country-dataset-results .advanced-search-link { font-weight: 400; font-size: 12px; color: #007CE0; } .country-dataset-results .search-form .control-order-by { margin-top: 0px; } .country-dataset-results .module .pagination { margin-left: 0px; margin-right: 0px; } /* END - Dataset result list styles */ /* Adapting continuous browsing */ .country-cb .cb-explore { margin-top: -10px; } /* END - Adapting continuous browsing */ h1.country-title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 28px; color: #333333; } .base-actions-menu ul { padding: 0; } #key-figures-carousel .carousel-chevron { position: absolute; font-size: 20px; top: 50%; transform: translate(0, -50%); } #key-figures-carousel .carousel-chevron.left { left: -18px; } #key-figures-carousel .carousel-chevron.right { right: -18px; } #key-figures-carousel .topline .topline-value { font-size: 52px; } .followers-list-popup.dropdown-menu { position: absolute; left: 50%; transform: translate(-50%, 0); padding: 15px; margin-top: 0; background-color: transparent; box-shadow: none; border: none; } .followers-list-popup.dropdown-menu .hdx-arrow-wrapper { padding: 15px; background-color: #ffffff; border: 1px solid #cccccc; border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .followers-list-popup.dropdown-menu .hdx-arrow-wrapper:before { content: " "; position: absolute; top: 7px; left: 50%; border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; height: 15px; width: 15px; background-color: #ffffff; transform: translate(-50%, 0) rotateZ(45deg); } .followers-list-popup.dropdown-menu .followers-list .follower-item { font-size: 14px; white-space: nowrap; margin: 0; margin-bottom: 10px; display: block; } .followers-list-popup.dropdown-menu .followers-list .follower-item:last-child { margin-bottom: 0; } .followers-list-popup.dropdown-menu .followers-list .follower-item:before { content: none; } .followers-list-popup.dropdown-menu .followers-list .follower-item .image { margin-right: 10px; } .featured-section .featured-thumbnail { position: relative; } .featured-section .featured-thumbnail img { width: 100%; min-height: 270px; max-height: 270px; } .featured-section .featured-thumbnail .overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); color: #ffffff; text-align: center; } .featured-section .featured-thumbnail .overlay:hover .featured-thumbnail-content .action { visibility: visible; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content { position: absolute; width: 90%; top: 55%; left: 50%; transform: translate(-50%, -50%); } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .type { text-transform: capitalize; font-family: 'Gotham-Light', sans-serif; font-weight: 400; font-size: 10px; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .title { font-family: 'Gotham-Bold', sans-serif; font-weight: 400; font-size: 14px; letter-spacing: 0.01em; } .featured-section .featured-thumbnail .overlay .featured-thumbnail-content .action { background-color: #f2645a; display: inline; visibility: hidden; } .featured-section .featured-info-block { color: #000000; margin-top: 20px; } .featured-section .featured-info-block:first-child { margin-top: 0; } .featured-section .featured-info-block .info-title { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.01em; } .featured-section .featured-info-block .info-list ul { list-style: none; margin: 0; padding: 0; } .featured-section .featured-info-block .info-list ul li { font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 14px; } .featured-section .featured-info-block .info-list ul li.inline { display: inline; } .featured-section .featured-info-block .info-list ul li a.label.label-small { background-color: #f2645a; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; font-size: 10px; letter-spacing: 0.03em; } .featured-section .featured-info-block .info-list ul li a.label.label-small:hover, .featured-section .featured-info-block .info-list ul li a.label.label-small:focus { background-color: #ce554d; box-shadow: none; opacity: 1; } .featured-section .featured-info-block .info-list ul li ul { list-style: none; display: inline-block; }
0.397237
0.090293
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #444; } h1 { font-size: 55px; } #content { margin: auto; padding-top: 50px; width: 50%; text-align: center; } #result { margin-top: 40px; font-size: 45px; } #status { margin: auto; width: 128px; height: 128px; background-image: url('images/combined.png'); } .alalyze { -moz-box-shadow:inset 0px 0px 0px 0px #97c4fe; -webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe; box-shadow:inset 0px 0px 0px 0px #97c4fe; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0)); background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0); background-color:#3d94f6; -moz-border-radius:17px; -webkit-border-radius:17px; border-radius:17px; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:28px; font-weight:bold; padding:14px 56px; text-decoration:none; text-shadow:0px 0px 0px #1570cd; } .alalyze:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6)); background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0); background-color:#1e62d0; } .alalyze:active { position:relative; top:1px; }
brilliant.css
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #444; } h1 { font-size: 55px; } #content { margin: auto; padding-top: 50px; width: 50%; text-align: center; } #result { margin-top: 40px; font-size: 45px; } #status { margin: auto; width: 128px; height: 128px; background-image: url('images/combined.png'); } .alalyze { -moz-box-shadow:inset 0px 0px 0px 0px #97c4fe; -webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe; box-shadow:inset 0px 0px 0px 0px #97c4fe; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0)); background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%); background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0); background-color:#3d94f6; -moz-border-radius:17px; -webkit-border-radius:17px; border-radius:17px; display:inline-block; cursor:pointer; color:#ffffff; font-family:Verdana; font-size:28px; font-weight:bold; padding:14px 56px; text-decoration:none; text-shadow:0px 0px 0px #1570cd; } .alalyze:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6)); background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%); background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0); background-color:#1e62d0; } .alalyze:active { position:relative; top:1px; }
0.271252
0.10904
@font-face { font-family: 'Open Sans'; src: url('/font/opensans-regular.woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Yanone Kaffeesatz'; src: url('/font/yanonekaffeesatz-extralight-regular.woff'); font-weight: 200; font-style: normal; } /* color scheme */ body { background-color: #1DA1F2; color: white; } a, a:visited, a:hover, a:focus { color: #80ecff; } a:hover, a:focus { outline: 1px dotted yellow; } /* page shape */ html, body { min-height: 100%; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; } @media only screen and (max-width: 400px) { body { font-size: 5vmin; } form label { font-size: 1em; } } /* layout elements */ h1, h2, h3 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 200; } h1 { font-size: 3em; } h2 { font-size: 1.8em; } h3 { font-size: 1.3em; } /* forms */ main { text-align: center } label { text-transform: uppercase; font-size: .75em; } form { display: flex; flex-direction: column; min-height: 50vh; align-items: center; justify-content: center; } form > div { margin-bottom: 1.5em; } form label { display: block; margin-bottom: .5em; } form input { display: block; background: linear-gradient(to bottom, #fff, #ddf); border-radius: .5em; font-family: 'Open Sans', sans-serif; font-size: 1.1em; padding: .5em 1em; color: #777; text-align: center; letter-spacing: -.05em; min-width: 15em; border: none; border-bottom: .1em solid #77f; box-shadow: 0 .25em .25em #ccf inset; } form .challenge>input { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 4em; letter-spacing: .15em; text-indent: .1em; min-width: 4em; width: 4em; padding: .25em; color: #444; text-shadow: 2px 0 2px #abf, -2px 0 2px white; caret-color: #abf; } button { margin: .5em; background: #88f; border: .15em solid #44c; border-left-color: #ccf; border-top-color: #ccf; width: 4em; height: 4em; border-radius: 50%; box-shadow: 0 0 1em #339 inset; font-family: 'Open Sans', sans-serif; color: white; font-weight: bold; } button:hover, button:focus, button:active { background: #aaf; cursor: pointer; border-right-color: #ccf; border-bottom-color: #ccf; }
www/css/style.css
@font-face { font-family: 'Open Sans'; src: url('/font/opensans-regular.woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Yanone Kaffeesatz'; src: url('/font/yanonekaffeesatz-extralight-regular.woff'); font-weight: 200; font-style: normal; } /* color scheme */ body { background-color: #1DA1F2; color: white; } a, a:visited, a:hover, a:focus { color: #80ecff; } a:hover, a:focus { outline: 1px dotted yellow; } /* page shape */ html, body { min-height: 100%; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; } @media only screen and (max-width: 400px) { body { font-size: 5vmin; } form label { font-size: 1em; } } /* layout elements */ h1, h2, h3 { font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 200; } h1 { font-size: 3em; } h2 { font-size: 1.8em; } h3 { font-size: 1.3em; } /* forms */ main { text-align: center } label { text-transform: uppercase; font-size: .75em; } form { display: flex; flex-direction: column; min-height: 50vh; align-items: center; justify-content: center; } form > div { margin-bottom: 1.5em; } form label { display: block; margin-bottom: .5em; } form input { display: block; background: linear-gradient(to bottom, #fff, #ddf); border-radius: .5em; font-family: 'Open Sans', sans-serif; font-size: 1.1em; padding: .5em 1em; color: #777; text-align: center; letter-spacing: -.05em; min-width: 15em; border: none; border-bottom: .1em solid #77f; box-shadow: 0 .25em .25em #ccf inset; } form .challenge>input { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 4em; letter-spacing: .15em; text-indent: .1em; min-width: 4em; width: 4em; padding: .25em; color: #444; text-shadow: 2px 0 2px #abf, -2px 0 2px white; caret-color: #abf; } button { margin: .5em; background: #88f; border: .15em solid #44c; border-left-color: #ccf; border-top-color: #ccf; width: 4em; height: 4em; border-radius: 50%; box-shadow: 0 0 1em #339 inset; font-family: 'Open Sans', sans-serif; color: white; font-weight: bold; } button:hover, button:focus, button:active { background: #aaf; cursor: pointer; border-right-color: #ccf; border-bottom-color: #ccf; }
0.448909
0.101411
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); /* ------------------------------------------------------------------- COLORS ------------------------------------------------------------------- */ .extra-content, .nav:not(.ms-rounded) li > a:before, .boxed.advs-box-top-icon-img .advs-box-content, [class*="col-md-"].boxed, .advs-box-side-img hr, .mi-menu .sidebar-nav, .advs-box-top-icon-img.niche-box-post:after, .accordion-list .list-group-item:before, [class*=header-] .title-base h1:before, .woocommerce .product span.onsale, .circle-button, .btn.circle-button, .btn, .header-bootstrap, .header-title hr, .advs-box.boxed, i.circle, .intro-box:after, .intro-box:before, .advs-box-side-img hr, .call-action-box, .title-base hr, .nav.inner.ms-mini, .bg-color, .header-title.white .title-base hr, .header-animation.white .title-base hr, .title-base .scroll-top, .title-modern .scroll-top, i.square, .header-base, .progress-bar, .tagbox span, .niche-box-post .block-infos .block-data, .header-base .title-base h1:before { background-color: #F3B007; } .navbar-inner .nav.ms-minimal li a:before, .header-base.white, .advs-box-multiple.boxed .advs-box-content { background-color: #F3B007 !important; } .btn:not(.btn-border):hover, .btn-primary:focus, .boxed .btn, .btn-primary.focus, .side-menu .active, .white.circle-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .white .title-base.yellow-bar hr { background-color: #f39f07 !important; } i.icon, .fullpage-menu .active i, .navbar-default .navbar-toggle:hover i, .navbar-default .navbar-toggle:focus i, header .side-menu .active > a, .adv-img-button-content .caption i, .icon-menu ul.nav > li.active > a i, .icon-menu ul.nav > li:hover > a i, .active .maso-order i, .btn.btn-border i, .advs-box-top-icon:not(.boxed) i.icon, .datepicker-panel > ul > li.picked, .tab-box .nav-tabs > li.active > a, .advs-box-content h2:hover a, .pricing-table .pricing-price span, .datepicker-panel > ul > li.picked:hover, footer h4, .box-menu-inner .icon-box i, .caption-bottom p, .mi-menu li .fa, .fullpage-arrow.arrow-circle .arrow i, .accordion-list .list-group-item > a i, .mega-menu .fa-ul .fa-li, .adv-circle.adv-circle-center i, .mi-menu a > .fa, .box-steps .step-item:after, .box-steps .step-number, h6, li.panel-item .fa-li, .icon-menu .navbar-collapse ul.nav i, .side-menu i, .side-menu ul a i, .bs-menu li:hover > a, .bs-menu li.active > a, .hamburger-button:hover, .img-box.adv-circle i, .advs-box-side .icon, .advs-box-side-icon i, .niche-box-testimonails h5, .title-icon i, i, .fullpage-menu.white li.active a i, .timeline > li > .timeline-label h4, .anima-button i, .pricing-table .list-group-item.pricing-price, .footer-center .footer-title, .accordion-list .list-group-item > a.active, .btn-border, .btn.btn-border, .btn.circle-button.btn-border, footer a:hover, .block-quote.quote-1:before, .block-quote.quote-2:before, .breadcrumb > li + li:before, .adv-img-full-content p.sub { color: #F3B007; } @media (max-width: 994px) { .navbar-nav .open .dropdown-menu > li > a[href="#"] { color: #F3B007 !important; } } .footer-minimal .footer-title, .advs-box-top-icon.boxed .btn, .advs-box-top-icon.boxed .circle-button, .sidebar-nav ul a:hover, header .mi-menu .sidebar-nav ul a:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .white .text-color, .accordion-list .list-group-item > a:hover, .boxed .circle-button:hover i, .boxed .btn:hover i, .pagination > .active > a, .pagination > li:not(.disabled):hover > a, .boxed .circle-button, header .btn-search:hover, .advs-box h2 a:hover, .nav.ms-minimal > li.active > a { color: #F3B007 !important; } .btn-border:hover, .btn.btn-border:hover, .btn.circle-button.btn-border:hover, .tag-row i { color: #f39f07; } .btn-border:hover i, .white .btn i { color: #f39f07 !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pagination > li:not(.disabled):hover > a i:before, .advs-box-multiple div.circle, .advs-box-multiple div.circle i { border-color: #F3B007 !important; color: #F3B007 !important; } .nav.inner.ms-rounded > li > a:hover, .nav.inner.ms-rounded > li.active a { background-color: #F3B007 !important; border-color: #F3B007 !important; } .circle-button, .btn-default, .white .btn:not(.btn-border), .btn-border, .bg-transparent .navbar-nav > li.active > a .caret:before, .bg-transparent .navbar-nav > li:hover > a .caret:before, .white .btn-text, .scroll-top-mobile:hover:before, .tab-box.left:not(.pills) .panel-box, .tab-box.right:not(.pills) .panel-box, .tab-box.right .nav-tabs { border-color: #F3B007; } .boxed.advs-box-multiple .advs-box-content, .niche-box-post, .extra-content, .quote-author, .border-color, .border-color.boxed-border.boxed-border.white, .img-border, .timeline > li > .timeline-badge, body div.boxed-border.border-yellow, .pagination li.active a { border-color: #F3B007 !important; } .datepicker-top-left, .datepicker-top-right { border-top-color: #F3B007; } .datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #F3B007; } .text-color { color: #f39f07; } .circle-button:hover, .btn:hover { border-color: #f39f07 !important; } .btn-text, html .advs-box .btn-text:after { color: #f39f07; border-color: #f39f07; } .white.btn, .white .btn, .white .tag-row a, .header-bootstrap i.icon, .white .tag-row i, .white .advs-box-content h2 a, .white.advs-box-side-img h2 a, .advs-box-side-icon.boxed .icon-box i, .circle-button, .white .pagination > li.disabled > a, .white .pagination > li > a, .social-colors i, .btn.circle-button, .btn, .btn i, .circle-button, .btn.circle-button, .btn:hover, .btn:hover i, .btn.focus, .input-group button { color: #fff; } .nav.inner.ms-rounded > li > a:hover, .white .btn-text:hover, .header-base.white .breadcrumb.b a, .mi-menu .sidebar-nav ul a:hover, .white .btn.btn-border:hover, .white.advs-box-top-icon h3, .nav.inner:not(.ms-rounded) > li.active, .nav.inner.ms-rounded > li.active a, .nav.inner.ms-rounded li:hover i, .ms-rounded .active .maso-order i, .white .btn.circle-button.btn-border, .boxed .btn-text, .advs-box.white h3 { color: #fff !important; } .section-bg-image .advs-box.boxed-inverse, .white .flex-control-paging li a:hover, body .section-bg-color .advs-box-blog.boxed-inverse, .adv-img-down-text.boxed-inverse:hover, .advs-box-multiple div.circle, .section-bg-image [class*="col-md-"].boxed-inverse, [class*="shadow-"].boxed-inverse, .sidebar-nav ul ul, .base-box.boxed, .base-box.boxed-inverse, .advs-box.boxed-inverse { background-color: #fff; } header .side-menu .active, .white.btn:not(.btn-border), .white .btn:not(.btn-border), .white:not([class*="header-"]) .title-base hr, .bg-white { background-color: #fff !important; } .white .flex-control-paging li a.flex-active, .white.btn, .white .btn { border-color: #fff; background-color: #fff !important; } .white .flex-control-paging li a, body .white .flex-direction-nav a:before, .btn .caret:before, body .white .flex-direction-nav a.flex-next:before, .white .accordion-list .list-group-item > a:before { border-color: #fff; } .white .btn:hover, .white .pagination li > a i:before, .boxed-border.white, .boxed-border.boxed-border.white, .btn.white:hover, .white .btn:hover, .btn.white, .white .btn, .boxed .btn-text, .white.bg-color .btn:not(.btn-border) { border-color: #fff !important; } .white form .form-control { border-color: #fff !important; color: #fff !important; } .section-bg-color .advs-box-top-icon.boxed-inverse .icon, .section-bg-color .advs-box-top-icon .icon, .navbar-mini, .header-base:not(.bg-cover) { background-color: #f7f7f7; } .navbar-default .navbar-nav > .active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-nav > li:hover > a, .nav.inner > li, .box-transparent .overlaybox-inner, header .input-group-btn .btn, header .input-group-btn .btn:hover, .navbar-default .navbar-nav > li > a:hover, .dropdown-menu ul > li:hover > a, .navbar-main .btn-search:hover, .accordion-list .list-group-item > a:hover, .nav.inner, .bg-transparent li.active, .bg-transparent li:hover, .tab-box .nav-tabs li.active, .white.btn.btn-border, .white .btn.btn-border, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .nav-tabs > li.active > a { background: none !important; } header .input-group-btn .btn { border: none !important; } .advs-box .advs-box-content p, .advs-box-side-icon p, .maso-order i { color: #7a7a7a; } .white.btn:not(.btn-border), .white .btn:not(.btn-border) { color: #7a7a7a !important; } .input-group-btn .btn, .btn.btn-primary:hover { background-color: #9c9c9c !important; border-color: #9c9c9c !important; } .input-group-btn .btn:hover, .btn.btn-primary { background-color: #7a7a7a !important; border-color: #7a7a7a !important; } .color-4 { color: #53a0d8; } .advs-box h3 { color: #4C4C4C; font-weight: 400; } .white ::-webkit-input-placeholder { color: #fff; } .white ::-moz-placeholder { color: #fff; } .white :-ms-input-placeholder { color: #fff; } .white :-moz-placeholder { color: #fff; } /* ------------------------------------------------------------------- CUSTOM CLASSES ------------------------------------------------------------------- */ .shadow-1 { box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16); } .shadow-2 { box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13) !important; } img.shadow-2 { border-radius: 5px; } .boxed-inverse.shadow-1, .boxed.shadow-1 { border-radius: 2px; } .boxed-border, [class*="col-md-"].boxed-border { background: none !important; border: 4px solid #7a7a7a !important; } .opacity-8 { opacity: .8; } .width-400 { max-width: 400px; } .width-500 { max-width: 500px; } .width-600 { max-width: 600px; } .flexslider.nav-right .flex-control-nav { bottom: 0; right: 0; display: inline-block; width: auto; } .flexslider.nav-left .flex-control-nav { text-align: left; bottom: -60px; } .flexslider.nav-top-right .flex-control-nav { top: 15px; right: 15px; text-align: right; bottom: auto; } .flexslider.nav-top-right .flex-control-paging li a { text-indent: 9995px; } .flexslider.png-boxed .img-box { border: 1px solid #cecece; padding: 15px; width: 145px; height: 75px; display: flex; align-items: center; justify-content: center; } .flexslider.png-boxed .img-box img { margin: 0 !important; display: inline-block !important; max-width: 100% !important; } .border-table.text-left:not(.table-bordered) td:first-child { padding-left: 0; } .border-table.text-left:not(.table-bordered) td:last-child { padding-right: 0; border-right: 0; } .border-table.text-left:not(.table-bordered) td { border: none; border-right: 1px solid #D2D2D2; display: inline-block; padding-top: 0; padding-bottom: 0; } .img-bubble span.caption-box { position: absolute; top: 0; margin: 50px; width: 200px; height: 200px; padding: 0px; background: #fff; z-index: 2; border-radius: 200px; display: flex !important; align-items: center; justify-content: center; flex-direction: column; } .img-bubble .caption-box:after { content: ''; position: absolute; border-style: solid; border-width: 20px 20px 0; border-color: #fff rgba(0, 0, 0, 0); display: block; width: 0; z-index: 1; bottom: 15px; left: 157px; transform: rotate(-45deg); } .img-bubble.img-box.inner .caption { margin: 0 15px; width: 170px; height: auto; background: none; color: #4e4e4e; font-size: 13px; line-height: 18px; font-weight: 400; text-shadow: none; } .img-border { border: 1px solid #7a7a7a; } .bg-img { margin: -81px -15px !important; width: calc(100% + 30px); max-width: 200%; } .section-doc { border-top: 1px solid #e0e0e0; } body .block-quote.quote-gray:before { color: #dedede; } @keyframes border-animation { 0% { height: 0%; } 100% { height: 100%; } } @keyframes border-animation-2 { 0% { width: 0%; } 100% { width: 100%; } } .intro-box { position: relative; background: none !important; } .intro-box:after, .intro-box:before { content: ""; position: absolute; width: 10px; height: 100%; right: 0; top: 0; animation: border-animation 2s; } .intro-box:before { left: auto; right: 0; width: 100%; height: 10px; animation: border-animation-2 2s; } /* ------------------------------------------------------------------- LAYOUT & TYPOGRAPHY ------------------------------------------------------------------- */ body, p { font-size: 14px; line-height: 23px; } body, p, h1, h2, h3, h4, h5, h6 { font-weight: 300; } .text-normal, .timeline > li > .timeline-label p, .timeline > li > .timeline-label h4, .timeline-title, .form-box p { font-weight: 400; } .text-bold, .collapse-button b, #comments h4, #comments h5, .nav-pills > li > a { font-weight: 500 !important; } p { letter-spacing: .5px; } .text-xs { font-size: 12px !important; line-height: 16px; } .text-s { line-height: 20px; } .text-l { line-height: 38px; } .text-xl { line-height: 60px; font-size: 45px !important; } .cnt { /*display: table-cell; vertical-align: middle; padding-left: 5px;*/ position: absolute; top: 50%; left: 35%; /* margin-right: -50%; */ transform: translate(-50%, -50%); font-size: 130%; font-weight: bold; } hr { border-top: 1px solid #d6d6d6; } .container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-two-blocks .content { padding-top: 80px; padding-bottom: 80px; } .base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed { padding: 50px; } [class*="col-md-"].boxed.small-padding, [class*="col-md-"].boxed-inverse.small-padding { padding: 25px; } h1 + p, h2 + p, h3 + p, h4 + p { margin-top: 20px; } h1, .h1 { line-height: 50px; } h2, .h2 { line-height: 35px; } h4, .h4 { line-height: 23px; } .quote-author { font-style: normal; font-weight: 400; padding-left: 15px; border-left: 4px solid #7d7d7d; } .section-bg-color hr { border-color: #b3b3b3; } .scroll-top-mobile { border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); color: #b5b5b5; width: 35px; height: 35px; bottom: 15px; right: 15px; } /* ------------------------------------------------------------------- HEADER AND MENUS ------------------------------------------------------------------- */ .nav:not(.ms-rounded) li.active > a:before, .nav:not(.ms-rounded) li:hover > a:before { width: 100%; } .nav:not(.ms-rounded) li { position: relative; } .nav:not(.ms-rounded) li > a:before { content: ''; position: absolute; left: 0px; bottom: 0px; width: 0%; height: 1px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; } .navbar-brand { height: 70px; } .nav .caret:before { border-color: #7d7d7d; } .navbar-nav > li > a { padding-top: 25px; padding-bottom: 25px; font-weight: 500; font-size: 14px; } .navbar-main .btn-search { margin-top: 12px; border: none; background: none; font-size: 24px; } .search-box { margin: 85px 0 0 0; } .navbar-mini { border: none; } .navbar-mini .navbar-left { padding-top: 10px; } .navbar-mini span i { font-size: 13px; transform: translateY(-0.5px); display: inline-block; color: #a9a9a9; } .navbar-mini span { padding: 0 7px; font-weight: 400; letter-spacing: .5px; opacity: .9; } .navbar-mini > .container { padding-left: 225px; } @media (min-width: 995px) { .navbar-mini:not(.hidden) + .navbar-main .navbar-header { margin-top: -22px; padding-left: 55px; padding-right: 25px; margin-left: -55px; background: #fff; position: relative; } .navbar-mini:not(.hidden) + .navbar-main .navbar-header:after { position: absolute; content: ''; background-color: #f5f5f5; height: 90px; width: 60px; right: -10px; left: auto; top: -73px; transform: rotate(125deg); } .navbar-mini:not(.hidden) + .navbar-main .navbar-header:before { position: absolute; content: ''; background-color: #fff; height: 22px; width: 6000px; right: 0; top: 0px; z-index: 0; } } .navbar-big-logo .navbar-mini:not(.hidden) + .navbar-main .navbar-header { padding-right: 0; } .navbar-big-logo .navbar-main .navbar-header:after { display: none; } .navbar-mini:not(.hidden) + .navbar-main .navbar-brand { margin-top: 10px; } .nav.ms-minimal > li > a { border-bottom: none; font-weight: 500; } .nav.maso-filters { margin-bottom: 30px; } .nav.maso-filters a { padding-top: 0; } .inner.ms-minimal li a { padding-top: 0; } .mega-menu a { height: 32px; margin-bottom: 7px; padding-left: 0; font-weight: 400; font-size: 14px; } .mega-menu .nav-tabs > li > a { padding: 15px 30px !important; height: 50px; } .mega-tabs .tab-box .panel.active { margin: 0 5px; } .mega-menu h5 { margin-bottom: 21px; font-weight: 400; } .mega-tabs .nav-tabs { background: #fff; border-bottom: 1px solid #e8e8e8; } .mega-tabs .nav-tabs li a:before { bottom: -1px; } .navbar-main .navbar-form .form-control { border: none; border-bottom: 1px solid #e6e6e6; } .navbar-main .navbar-form .btn-search { font-size: 13px; margin-top: 0; border-bottom: 1px solid #e6e6e6; background: #f5f5f5; } header .navbar-main form.navbar-form { margin-top: 18px; padding: 0; } header .side-menu > li > a { font-weight: 500; } .side-menu-fixed .brand { text-align: left; padding: 25px 15px; } header .mi-menu ul li > a, header .sidebar-nav .panel-item > span { padding: 10px 15px; } /* ------------------------------------------------------------------- TITLES ------------------------------------------------------------------- */ .title-base { flex-direction: column-reverse; display: flex; } [class*=header-] .title-base { text-align: left; display: block; } [class*=header-] .title-base h1, [class*=header-] .title-icon h2, [class*=header-] .title-icon h1, [class*=header-] .title-base.title-small h2 { font-size: 50px; font-weight: 400; margin-top: 5px; position: relative; } [class*=header-] .title-base p, [class*=header-] div.title-icon p { max-width: 500px; } .header-base .title-base { display: block; } .header-base .title-base h1 { font-size: 35px; font-weight: 400; position: relative; color: #4C4C4C; } [class*=header-] .title-base p { max-width: 500px; margin-top: 50px; color: #4C4C4C; } .title-base hr { width: 100%; opacity: 0; height: 5px; } .header-base .breadcrumb.b a, .header-base .breadcrumb li { color: #4C4C4C; font-weight: 500; font-size: 13px; } .title-base h1:before { content: ''; position: absolute; height: 5px; width: 150px; bottom: -20px; } .title-base.text-left hr, .title-base.text-left hr, [class*=header-] .title-base hr { opacity: 1; } [class*=header-] .title-base hr { display: none; } .title-base p { margin-top: 0; } .title-base.text-left p { margin-left: 1px; margin-bottom: 3px; } .title-base + .accordion-list > .list-group-item:first-child { border-top: none; } /* ------------------------------------------------------------------- FOOTER ------------------------------------------------------------------- */ footer { border-top: 1px solid #E6E6E6; } footer p, footer a, footer li { opacity: .8; font-weight: 400; } footer a { line-height: 25px; } footer h3 { font-weight: 500; font-size: 16px; margin-bottom: 22px; } footer .container { padding: 80px 15px; } footer .copy-row .copy-text { border-top: 1px solid #cecece; padding: 15px; margin: auto; font-weight: 400; color: #a2a2a2; letter-spacing: .3px; float: none; } footer .fa-ul .fa-li { font-weight: 600; } footer ul { padding-left: 16px; } footer .social-group { margin-bottom: 0; } /* ------------------------------------------------------------------- COMPONENTS ------------------------------------------------------------------- */ .accordion-list .list-group-item > a { font-weight: 400; padding-left: 20px; } .accordion-list .list-group-item > a:before, .advs-box .btn-text:after, .box-steps .step-item:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: -17px; top: 19px; position: absolute; border-top-width: 2px; border-top-style: solid; border-right-width: 2px; border-right-style: solid; content: ""; width: 6px; height: 6px; transition: all .15s; border-color: rgba(93, 93, 93, 0.5); } .accordion-list .list-group-item > .panel > .inner { /*padding: 0px 15px 10px 20px;*/ padding: 0px; } .accordion-list .list-group-item > a.active:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .btn-lg, .btn-group-lg > .btn { padding: 10px 20px; font-size: 15px; } .btn-sm i { font-size: 14px; transform: translateY(1px); display: inline-block; } .btn-xs { font-size: 11px; line-height: 18px; padding-top: 2px; padding-bottom: 0; } .btn-xs.btn-border { border-width: 1px; } .load-more-maso.btn i, .load-more-grid.btn i { font-size: 11px; margin-left: 5px; transform: translateY(0px); } .btn-text { border-bottom-style: solid; } .btn-border, .btn-border, .white .btn-border { border-width: 1px; font-weight: 500; } .btn.white:hover, .white .btn:hover { opacity: .8; } .progress-circle .inner-circle .counter-circle { font-weight: 400; font-size: 19px; } .progress-circle .inner-circle .main { line-height: 18px; font-size: 11px; font-weight: 400; opacity: .7; } .progress-circle .inner-circle .subtitle { display: flex; flex-direction: column-reverse; margin: 5px 0 0 0; } .inner-circle hr { display: none; } .table:not(.grid-table) th { font-weight: 500; } table.table:not(.grid-table) > tbody > tr > td, table.table:not(.grid-table) > tbody > tr > th { font-size: 13px; padding: 15px; } .form-box .form-control { border: none; border-bottom: 1px solid #b9b9b9; border-radius: 0; background: none; } .comment-list .name { font-weight: 500; } .comment-list img { border-radius: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .advs-box-top-icon-img.boxed .advs-box-content, .advs-box-top-icon-img.boxed-inverse .advs-box-content { padding: 30px; } .section-bg-color .advs-box.boxed, .section-bg-color .advs-box.boxed-inverse, .section-bg-color .adv-img-down-text.boxed-inverse, .section-bg-color .niche-box-testimonails-cloud p { box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); border: 0 solid #eee; } .adv-img-full-content h2 { line-height: 19px; } .advs-box { overflow: hidden; } .advs-box .btn-text { border: none; font-weight: 400; position: relative; } .advs-box .btn-text:after { margin-left: 7px; top: 9px; right: -13px; } .advs-box-top-icon-img .img-box { margin: 1px; } .img-box.adv-img-half-content .caption, .img-box.adv-img-side-content .caption { padding: 20px 20px; } .adv-img-side-content .btn, .adv-img-side-content .btn-text { margin-top: 10px; } .adv-img h2, .adv-circle h2, .caption-bottom h2 { font-weight: 500; } div.adv-img p { font-weight: 300; margin-top: 5px; } .niche-box-post .text-m { font-size: 23px !important; line-height: 30px; } .niche-box-post h2 { font-weight: 400; margin-top: 5px; margin-bottom: 15px; } .advs-box h2 a { color: #4C4C4C; font-weight: 400; } .niche-box-post .block-infos { width: 250px; text-align: left; margin-left: 25px; } .niche-box-post .block-infos .block-data { display: block; float: left; height: 30px; border: none; } .block-infos .block-comment { display: none; } .niche-box-post .block-infos p.bd-day { display: inline-block; padding: 5px 0px 5px 10px; font-size: 13px; font-weight: 500; color: #fff; } .niche-box-post .block-infos .bd-month { display: inline-block; font-size: 13px; font-weight: 500; padding-right: 9px; color: #fff; } .niche-box-post .img-box { margin: 0; } .advs-box-top-icon-img.niche-box-post { border-top: 2px solid #7a7a7a; } .niche-box-post .tag-row { margin-bottom: 15px; } .niche-box-blog p.excerpt { font-size: 14px; } .niche-box-blog .block-infos { position: relative; padding-right: 0; text-align: left; 'width: 75px; } .niche-box-blog .block-infos:after { content: ""; position: absolute; width: 1px; border-right: 1px solid #d0d0d0; height: 100%; top: 0; right: 22px; } .niche-box-blog .block-data { border: none; } .niche-box-blog .bd-day { font-weight: 400; } .niche-box-blog .bd-month { font-weight: 400; font-size: 11px; } .niche-box-blog a.btn, .niche-box-blog a.btn-text { margin-top: 0; } .extra-content { font-weight: 500; font-size: 13px; text-transform: uppercase; background: none; border-left: none; color: #585858; border-top: 1px solid #7a7a7a; padding-left: 0; padding-right: 0; } .adv-img-down-text h2 a { font-weight: 400; padding-bottom: 5px; padding-top: 5px; font-size: 17px; } .adv-img-down-text .caption-bottom p { margin-top: 0; } .adv-img-down-text.boxed-inverse .caption-bottom { border: 1px solid #e4e4e4; border-top: none; } .section-bg-color .adv-img-down-text.boxed-inverse .caption-bottom { border: none; } .niche-box-testimonails-cloud p { border-radius: 0; text-align: left; } .niche-box-testimonails-cloud .name-box .subtitle { padding-top: 16px; font-weight: 400; } .adv-img-classic-box .caption { background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 60%) !important; transform: translate3d(0,0,0); } .adv-img-classic-box > .img-box { background: #000; } .adv-img-classic-box:hover .img-box img { opacity: .5 !important; } .adv-img-classic-box .caption-inner h2 { margin-bottom: 0px; line-height: 20px; } .advs-box-top-icon { overflow: visible; position: relative; } .advs-box-top-icon:not(.boxed) { padding-top: 27px !important; } .advs-box-top-icon.boxed-inverse, .advs-box-side-icon.boxed-inverse { background: none; border-style: solid !important; border-width: 1px; border-color: #dcdcdc; } .advs-box-top-icon:not(.boxed) .icon { box-shadow: none !important; font-size: 55px; height: 60px; width: 110px; padding: 0; margin: -70px 0 0 -56px; background: none; } .advs-box-top-icon.text-left .icon { text-align: left; left: 0; margin-left: 0; } .advs-box-top-icon.text-left.boxed .icon, .advs-box-top-icon.text-left.boxed-inverse .icon { left: 13px; text-align: center; } .advs-box-top-icon.boxed-inverse .icon { background: #fff; } html body .advs-box-top-icon h3 { margin-top: 5px; font-weight: 400; font-size: 22px; } .list-items .list-item { border-bottom-style: solid; } .list-items .list-item:first-child { padding-top: 0; } .list-items .list-item h3, ul.list-texts li b { font-weight: 500; } .list-items .list-item:hover { background: none; } .list-items .list-item span { font-size: 15px; font-weight: 400; } .list-items .list-item p { line-height: 19px; padding-top: 5px; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { font-weight: 500; font-size: 15px; } ul li .fa-li.fa-square { font-size: 10px; margin-top: 3px; margin-left: -8px; } .icon-box-cell i.text-xl { width: 55px; } .white .icon-box:not(.icon-box-top-bottom) .icon-box-cell:first-child, div.white .countdown > div:after { border-right: 2px solid rgba(255, 255, 255, 0.31); } .icon-box:not(.icon-box-top-bottom) .icon-box-cell:first-child { padding-right: 15px; margin-right: 15px; border-right: 2px solid rgba(123, 123, 123, 0.25); } .icon-box.icon-box-right:not(.icon-box-top-bottom) .icon-box-cell:first-child { padding-right: 0; margin-right: 0; border-right: none; } .icon-box.icon-box-right:not(.icon-box-top-bottom) .icon-box-cell:last-child { padding-left: 15px; margin-left: 15px; border-left: 2px solid rgba(123, 123, 123, 0.25); } .icon-box.icon-box-top-bottom .icon-box-cell > i { margin: 0px 0 15px 0; } .icon-box-top-bottom .icon-box-cell label { margin-bottom: 5px; } .advs-box-multiple .circle > i { line-height: 45px; height: 45px; width: 45px; } .advs-box-multiple .advs-box-content { padding: 30px; } .advs-box-multiple.boxed-inverse .advs-box-content { border: 1px solid #dcdcdc; border-top: none; } .advs-box-multiple div.circle { border: none; border-radius: 3px; width: 70px; height: 70px; font-size: 24px; right: 20px; line-height: 28px; border: 1px solid #a2a2a2; } .advs-box-multiple div.circle span { line-height: 16px; color: #717171; font-weight: 400; } .section-bg-color .advs-box-multiple.boxed-inverse .advs-box-content { border: none; } .progress { overflow: visible; height: 3px; background-color: #e8e8e8; } .progress-bar { box-shadow: none !important; color: #30353b; height: 3px; } .progress-bar > span { padding: 2px 0 2px 5px; width: 60px; transform: translateY(-31px); border-radius: 3px; display: block; white-space: nowrap; font-weight: 500; letter-spacing: 1px; float: right; font-size: 12px; background: #2d2d2d; color: #fff; text-align: center; } .pricing-table { overflow: hidden; } .pricing-table .pricing-price.list-group-item { font-weight: 500; font-size: 45px; padding-top: 45px; } .pricing-table .list-group-item:nth-child(even) { background-color: #fff; } .pricing-table .list-group-item { border-bottom: none; font-size: 13px; } .pricing-table h3 { font-weight: 400; } .pricing-table .btn { margin-top: 15px; padding: 10px 25px; margin-bottom: 40px; } .pricing-table .pricing-price span { font-size: 18px; display: inline-block; transform: translateY(-2px); } .pricing-table-big, [class*="section-"] > div > .row:first-child > div > .pricing-table-big { margin: -15px 0 0 0; } .niche-box-team .content-box hr { display: none; } .niche-box-team .content-box h2 { margin-top: 15px; font-weight: 400; } .niche-box-team .content-box h4 { font-size: 13px; } .advs-box-side-icon .icon-box i { font-size: 35px; line-height: 35px; text-align: left; width: 65px; margin-left: 1px; height: 35px; } .advs-box-side-icon .icon-box i.text-xl { margin-right: 20px; line-height: 45px; } .advs-box-side-icon .icon-box { padding-right: 0; vertical-align: top; } .advs-box-side-icon .icon-box + .caption-box { position: relative; } .advs-box-side-icon .icon-box + .caption-box:before { content: ''; position: absolute; height: 100%; height: calc(100% - 4px); width: 1px; margin-left: -13px; margin-top: 2px; background: #d6d6d6; } .advs-box-side h3 { font-size: 21px; margin-bottom: 15px; } .advs-box-side hr { display: none; } [class*="boxed-"].advs-box-side .col-md-4 { margin: -25px; padding-right: 40px; } [class*="boxed-"].advs-box-side .img-box { } .timeline > li > .timeline-panel { border: none; border-right: 1px solid #D2D2D2; background: none; padding: 0 20px 0 0; } .timeline > li.timeline-inverted > .timeline-panel { padding: 0 0 0 20px; border-right: none; border-left: 1px solid #D2D2D2; } .timeline:before { background: none; } .timeline > li > .timeline-badge { border-width: 2px; background: #fff; } .timeline > li { margin-bottom: 50px; } .timeline > li:last-child { margin-bottom: 0; } .niche-box-team:hover .img-box img { transform: translateY(25px) scale(1.2) !important; } .porfolio-bar a { font-size: 14px; font-weight: 500; } .counter-box-icon > div { text-align: left; } /* ------------------------------------------------------------------- CONTAINERS ------------------------------------------------------------------- */ .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li:hover > a { padding: 5px 0 30px 0; border: none !important; background: none; font-weight: 500; margin: 0; } .nav-tabs > li { margin-right: 30px; } .tab-box.inverse .panel { padding-top: 0; border-top: 0; } .inverse .nav-tabs > li > a, .inverse .nav-tabs > li:hover > a { padding: 30px 0 5px 0; } .inverse .nav:not(.ms-rounded) li > a:before { top: -1px; bottom: auto; } .nav-tabs > li > a i { margin: 0 10px 0 0; } .tab-box.inverse .nav-tabs li.active a { border-top: none; } .tab-box > .panel, .tab-box > .panel-box > .panel { border: none; padding: 25px 0; } .nav-pills > li a:before { display: none; } .tab-box.left .panel-box .panel, .tab-box.right .panel-box .panel { border: none; padding: 0 0 0 15px; } .left .nav-tabs > li > a, .right .nav-tabs > li > a { padding-top: 15px !important; padding-bottom: 15px !important; } .tab-box.right .panel-box .panel { padding: 0 15px 0 0; } .tab-box.right .nav-tabs > li > a { padding-left: 15px; } .flexslider .flex-direction-nav li a:before { margin-top: 3px; } .flexslider .flex-direction-nav li a.flex-prev:before { margin-left: -15px; } .maso-box.row, .grid-box.row { margin: -7.5px; width: calc(100% + 15px); } .maso-box > .maso-item, .grid-box > .grid-item { padding: 7.5px; } .maso-30 .maso-box > .maso-item, .grid-30 .grid-box > .grid-item { padding: 15px; } .maso-30 .maso-box.row, .grid-30 .grid-box.row { margin: -15px; width: calc(100% + 30px); } .flex-control-paging li a, .header-slider .flex-control-paging li a { background: none; border-style: solid; border-width: 1px; border-color: rgba(93, 93, 93, 0.5); } .flex-control-paging li a.flex-active, .header-slider .flex-control-paging li a.flex-active { background: #949494; border-color: #949494; } .box-transparent .overlaybox-inner { box-shadow: none; padding: 0 5px; } .box-steps .step-number { opacity: 1; } .box-steps .step-item:before { content: ''; position: absolute; width: 1px; right: 29px; top: 50%; margin-top: -38px; height: 70px; background: rgba(113, 113, 113, 0.5); } .box-steps .step-item:after { opacity: 1; width: 18px; height: 18px; top: 50%; margin-right: 15px; background: #fff; border-top-width: 1px; border-right-width: 1px; } .box-steps .step-item:last-child:before { display: none; } .section-bg-color .box-steps .step-item:after { background: #f7f7f7; } .mfp-arrow-right:before { margin: 24px 0 0 9px; } .fixed-area.active .nav.inner.ms-rounded li a { background: #fff; box-shadow: 0 3px 10px hsla(0, 0%, 0%, 0.22); transition: box-shadow .3s; } .pagination li a, .pagination li.active a { font-weight: 400; background: none; } .pagination li:not(.active) a { border: none !important; background: none; } .pagination-sm > li > a { font-size: 13px; } .maso-list .list-nav, .grid-list .list-nav { margin-top: 35px; } .album-box .caption h2 { font-size: 17px; } /* ------------------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------- */ .navbar-toggle > i { margin-top: 13px; } @media (max-width:994px) { header .nav li > .mega-menu, .search-box, .flexslider.nav-top-right { margin: 0 !important; } header .navbar-main .col + .col ul, header .navbar-main .dropdown a + ul, .nav-tabs > li:first-child > a, .box-steps .step-item:first-child { padding-top: 0 !important; } .box-steps .step-item:last-child { padding-bottom: 0 !important; } .nav-tabs > li { margin-right: 0; } .title-base.text-left, .vertical-row > div, .row.vertical-row > div, .advs-box-side-icon .icon-box, .advs-box-side-icon .caption-box, .advs-box-side, .advs-box-side-icon p, .advs-box.advs-box-side p, .section .background-page, .section .content, .section .container { text-align: left !important; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } header .navbar-main ul { padding: 10px 0 0 0 !important; } .mega-menu .nav-tabs > li > a { padding-left: 15px !important; } .text-m-xs { font-size: 25px !important; line-height: 35px; } .text-m-sm { font-size: 30px !important; line-height: 35px; } .grid-table td { padding: 15px !important; } .grid-table { margin: -15px; width: calc(100% + 30px); } .nav.maso-filters a { padding-top: 0; margin-bottom: 10px; } .navbar-inner .navbar-toggle { border: 1px solid #e0e0e0; } .overlaybox-side .overlaybox-inner { padding: 30px; } .adv-img h2, .adv-circle h2, .caption-bottom h2 { line-height: 25px; } h2, .h2 { font-size: 20px; line-height: 30px; } h3 { line-height: 27px; } .nav-tabs > li { border: none; } .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li:hover > a { padding: 15px 0 15px 0; } a.img-bubble { padding-bottom: 140px; margin-bottom: -140px !important; } .box-steps .step-item:before, .section-bg-color .box-steps .step-item:after { display: none; } .box-steps .step-item { padding: 15px 50px; } .flexslider.nav-right .flex-control-nav { bottom: -14px; } [class*=header-] .title-base h1, [class*=header-] .title-icon h2, [class*=header-] .title-icon h1, [class*=header-] .title-base.title-small h2 { font-size: 30px; line-height: 35px; } [class*=header-] .title-base p, [class*=header-] div.title-icon p { margin-top: 40px; } .header-title, .header-video, .header-animation, .header-slider { height: 205px !important; } .header-base { padding-bottom: 20px; } footer .container { padding: 80px 0; } .timeline > li > .timeline-label { position: absolute; left: auto; right: 0; max-width: 65px; margin: 0; } .timeline > li.timeline-inverted > .timeline-label { left: 0; right: auto; text-align: right; } .timeline > li > .timeline-badge { display: none; } .timeline > li > .timeline-label p { font-size: 12px; white-space: normal; } .timeline > li > .timeline-label h4 { font-size: 16px; } header .dropdown-submenu a + .dropdown-menu a { padding-left: 20px; } .comment-list img { position: absolute; margin-top: 10px; } .comment-list .col-md-10 { padding-left: 60px; } .img-box.adv-img-side-content .caption { min-height: 180px; } .header-base .breadcrumb, .header-bootstrap .breadcrumb { text-align: right; } .advs-box-side-icon .icon-box, .advs-box-side-icon .caption-box { display: table-cell; } .pricing-table-big { margin: 0 0 20px 0 !important; } } @media (max-width: 767px) { .pagination-lg > li > a span { font-size: 15px; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 8px 10px; font-size: 15px; } .header-base .breadcrumb, .header-bootstrap .breadcrumb { text-align: left; } }
frontend/web/skin.css
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'); /* ------------------------------------------------------------------- COLORS ------------------------------------------------------------------- */ .extra-content, .nav:not(.ms-rounded) li > a:before, .boxed.advs-box-top-icon-img .advs-box-content, [class*="col-md-"].boxed, .advs-box-side-img hr, .mi-menu .sidebar-nav, .advs-box-top-icon-img.niche-box-post:after, .accordion-list .list-group-item:before, [class*=header-] .title-base h1:before, .woocommerce .product span.onsale, .circle-button, .btn.circle-button, .btn, .header-bootstrap, .header-title hr, .advs-box.boxed, i.circle, .intro-box:after, .intro-box:before, .advs-box-side-img hr, .call-action-box, .title-base hr, .nav.inner.ms-mini, .bg-color, .header-title.white .title-base hr, .header-animation.white .title-base hr, .title-base .scroll-top, .title-modern .scroll-top, i.square, .header-base, .progress-bar, .tagbox span, .niche-box-post .block-infos .block-data, .header-base .title-base h1:before { background-color: #F3B007; } .navbar-inner .nav.ms-minimal li a:before, .header-base.white, .advs-box-multiple.boxed .advs-box-content { background-color: #F3B007 !important; } .btn:not(.btn-border):hover, .btn-primary:focus, .boxed .btn, .btn-primary.focus, .side-menu .active, .white.circle-button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .white .title-base.yellow-bar hr { background-color: #f39f07 !important; } i.icon, .fullpage-menu .active i, .navbar-default .navbar-toggle:hover i, .navbar-default .navbar-toggle:focus i, header .side-menu .active > a, .adv-img-button-content .caption i, .icon-menu ul.nav > li.active > a i, .icon-menu ul.nav > li:hover > a i, .active .maso-order i, .btn.btn-border i, .advs-box-top-icon:not(.boxed) i.icon, .datepicker-panel > ul > li.picked, .tab-box .nav-tabs > li.active > a, .advs-box-content h2:hover a, .pricing-table .pricing-price span, .datepicker-panel > ul > li.picked:hover, footer h4, .box-menu-inner .icon-box i, .caption-bottom p, .mi-menu li .fa, .fullpage-arrow.arrow-circle .arrow i, .accordion-list .list-group-item > a i, .mega-menu .fa-ul .fa-li, .adv-circle.adv-circle-center i, .mi-menu a > .fa, .box-steps .step-item:after, .box-steps .step-number, h6, li.panel-item .fa-li, .icon-menu .navbar-collapse ul.nav i, .side-menu i, .side-menu ul a i, .bs-menu li:hover > a, .bs-menu li.active > a, .hamburger-button:hover, .img-box.adv-circle i, .advs-box-side .icon, .advs-box-side-icon i, .niche-box-testimonails h5, .title-icon i, i, .fullpage-menu.white li.active a i, .timeline > li > .timeline-label h4, .anima-button i, .pricing-table .list-group-item.pricing-price, .footer-center .footer-title, .accordion-list .list-group-item > a.active, .btn-border, .btn.btn-border, .btn.circle-button.btn-border, footer a:hover, .block-quote.quote-1:before, .block-quote.quote-2:before, .breadcrumb > li + li:before, .adv-img-full-content p.sub { color: #F3B007; } @media (max-width: 994px) { .navbar-nav .open .dropdown-menu > li > a[href="#"] { color: #F3B007 !important; } } .footer-minimal .footer-title, .advs-box-top-icon.boxed .btn, .advs-box-top-icon.boxed .circle-button, .sidebar-nav ul a:hover, header .mi-menu .sidebar-nav ul a:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .white .text-color, .accordion-list .list-group-item > a:hover, .boxed .circle-button:hover i, .boxed .btn:hover i, .pagination > .active > a, .pagination > li:not(.disabled):hover > a, .boxed .circle-button, header .btn-search:hover, .advs-box h2 a:hover, .nav.ms-minimal > li.active > a { color: #F3B007 !important; } .btn-border:hover, .btn.btn-border:hover, .btn.circle-button.btn-border:hover, .tag-row i { color: #f39f07; } .btn-border:hover i, .white .btn i { color: #f39f07 !important; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .pagination > li:not(.disabled):hover > a i:before, .advs-box-multiple div.circle, .advs-box-multiple div.circle i { border-color: #F3B007 !important; color: #F3B007 !important; } .nav.inner.ms-rounded > li > a:hover, .nav.inner.ms-rounded > li.active a { background-color: #F3B007 !important; border-color: #F3B007 !important; } .circle-button, .btn-default, .white .btn:not(.btn-border), .btn-border, .bg-transparent .navbar-nav > li.active > a .caret:before, .bg-transparent .navbar-nav > li:hover > a .caret:before, .white .btn-text, .scroll-top-mobile:hover:before, .tab-box.left:not(.pills) .panel-box, .tab-box.right:not(.pills) .panel-box, .tab-box.right .nav-tabs { border-color: #F3B007; } .boxed.advs-box-multiple .advs-box-content, .niche-box-post, .extra-content, .quote-author, .border-color, .border-color.boxed-border.boxed-border.white, .img-border, .timeline > li > .timeline-badge, body div.boxed-border.border-yellow, .pagination li.active a { border-color: #F3B007 !important; } .datepicker-top-left, .datepicker-top-right { border-top-color: #F3B007; } .datepicker-top-left:before, .datepicker-top-right:before { border-bottom-color: #F3B007; } .text-color { color: #f39f07; } .circle-button:hover, .btn:hover { border-color: #f39f07 !important; } .btn-text, html .advs-box .btn-text:after { color: #f39f07; border-color: #f39f07; } .white.btn, .white .btn, .white .tag-row a, .header-bootstrap i.icon, .white .tag-row i, .white .advs-box-content h2 a, .white.advs-box-side-img h2 a, .advs-box-side-icon.boxed .icon-box i, .circle-button, .white .pagination > li.disabled > a, .white .pagination > li > a, .social-colors i, .btn.circle-button, .btn, .btn i, .circle-button, .btn.circle-button, .btn:hover, .btn:hover i, .btn.focus, .input-group button { color: #fff; } .nav.inner.ms-rounded > li > a:hover, .white .btn-text:hover, .header-base.white .breadcrumb.b a, .mi-menu .sidebar-nav ul a:hover, .white .btn.btn-border:hover, .white.advs-box-top-icon h3, .nav.inner:not(.ms-rounded) > li.active, .nav.inner.ms-rounded > li.active a, .nav.inner.ms-rounded li:hover i, .ms-rounded .active .maso-order i, .white .btn.circle-button.btn-border, .boxed .btn-text, .advs-box.white h3 { color: #fff !important; } .section-bg-image .advs-box.boxed-inverse, .white .flex-control-paging li a:hover, body .section-bg-color .advs-box-blog.boxed-inverse, .adv-img-down-text.boxed-inverse:hover, .advs-box-multiple div.circle, .section-bg-image [class*="col-md-"].boxed-inverse, [class*="shadow-"].boxed-inverse, .sidebar-nav ul ul, .base-box.boxed, .base-box.boxed-inverse, .advs-box.boxed-inverse { background-color: #fff; } header .side-menu .active, .white.btn:not(.btn-border), .white .btn:not(.btn-border), .white:not([class*="header-"]) .title-base hr, .bg-white { background-color: #fff !important; } .white .flex-control-paging li a.flex-active, .white.btn, .white .btn { border-color: #fff; background-color: #fff !important; } .white .flex-control-paging li a, body .white .flex-direction-nav a:before, .btn .caret:before, body .white .flex-direction-nav a.flex-next:before, .white .accordion-list .list-group-item > a:before { border-color: #fff; } .white .btn:hover, .white .pagination li > a i:before, .boxed-border.white, .boxed-border.boxed-border.white, .btn.white:hover, .white .btn:hover, .btn.white, .white .btn, .boxed .btn-text, .white.bg-color .btn:not(.btn-border) { border-color: #fff !important; } .white form .form-control { border-color: #fff !important; color: #fff !important; } .section-bg-color .advs-box-top-icon.boxed-inverse .icon, .section-bg-color .advs-box-top-icon .icon, .navbar-mini, .header-base:not(.bg-cover) { background-color: #f7f7f7; } .navbar-default .navbar-nav > .active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .navbar-nav > li:hover > a, .nav.inner > li, .box-transparent .overlaybox-inner, header .input-group-btn .btn, header .input-group-btn .btn:hover, .navbar-default .navbar-nav > li > a:hover, .dropdown-menu ul > li:hover > a, .navbar-main .btn-search:hover, .accordion-list .list-group-item > a:hover, .nav.inner, .bg-transparent li.active, .bg-transparent li:hover, .tab-box .nav-tabs li.active, .white.btn.btn-border, .white .btn.btn-border, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .nav-tabs > li.active > a { background: none !important; } header .input-group-btn .btn { border: none !important; } .advs-box .advs-box-content p, .advs-box-side-icon p, .maso-order i { color: #7a7a7a; } .white.btn:not(.btn-border), .white .btn:not(.btn-border) { color: #7a7a7a !important; } .input-group-btn .btn, .btn.btn-primary:hover { background-color: #9c9c9c !important; border-color: #9c9c9c !important; } .input-group-btn .btn:hover, .btn.btn-primary { background-color: #7a7a7a !important; border-color: #7a7a7a !important; } .color-4 { color: #53a0d8; } .advs-box h3 { color: #4C4C4C; font-weight: 400; } .white ::-webkit-input-placeholder { color: #fff; } .white ::-moz-placeholder { color: #fff; } .white :-ms-input-placeholder { color: #fff; } .white :-moz-placeholder { color: #fff; } /* ------------------------------------------------------------------- CUSTOM CLASSES ------------------------------------------------------------------- */ .shadow-1 { box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16); } .shadow-2 { box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13) !important; } img.shadow-2 { border-radius: 5px; } .boxed-inverse.shadow-1, .boxed.shadow-1 { border-radius: 2px; } .boxed-border, [class*="col-md-"].boxed-border { background: none !important; border: 4px solid #7a7a7a !important; } .opacity-8 { opacity: .8; } .width-400 { max-width: 400px; } .width-500 { max-width: 500px; } .width-600 { max-width: 600px; } .flexslider.nav-right .flex-control-nav { bottom: 0; right: 0; display: inline-block; width: auto; } .flexslider.nav-left .flex-control-nav { text-align: left; bottom: -60px; } .flexslider.nav-top-right .flex-control-nav { top: 15px; right: 15px; text-align: right; bottom: auto; } .flexslider.nav-top-right .flex-control-paging li a { text-indent: 9995px; } .flexslider.png-boxed .img-box { border: 1px solid #cecece; padding: 15px; width: 145px; height: 75px; display: flex; align-items: center; justify-content: center; } .flexslider.png-boxed .img-box img { margin: 0 !important; display: inline-block !important; max-width: 100% !important; } .border-table.text-left:not(.table-bordered) td:first-child { padding-left: 0; } .border-table.text-left:not(.table-bordered) td:last-child { padding-right: 0; border-right: 0; } .border-table.text-left:not(.table-bordered) td { border: none; border-right: 1px solid #D2D2D2; display: inline-block; padding-top: 0; padding-bottom: 0; } .img-bubble span.caption-box { position: absolute; top: 0; margin: 50px; width: 200px; height: 200px; padding: 0px; background: #fff; z-index: 2; border-radius: 200px; display: flex !important; align-items: center; justify-content: center; flex-direction: column; } .img-bubble .caption-box:after { content: ''; position: absolute; border-style: solid; border-width: 20px 20px 0; border-color: #fff rgba(0, 0, 0, 0); display: block; width: 0; z-index: 1; bottom: 15px; left: 157px; transform: rotate(-45deg); } .img-bubble.img-box.inner .caption { margin: 0 15px; width: 170px; height: auto; background: none; color: #4e4e4e; font-size: 13px; line-height: 18px; font-weight: 400; text-shadow: none; } .img-border { border: 1px solid #7a7a7a; } .bg-img { margin: -81px -15px !important; width: calc(100% + 30px); max-width: 200%; } .section-doc { border-top: 1px solid #e0e0e0; } body .block-quote.quote-gray:before { color: #dedede; } @keyframes border-animation { 0% { height: 0%; } 100% { height: 100%; } } @keyframes border-animation-2 { 0% { width: 0%; } 100% { width: 100%; } } .intro-box { position: relative; background: none !important; } .intro-box:after, .intro-box:before { content: ""; position: absolute; width: 10px; height: 100%; right: 0; top: 0; animation: border-animation 2s; } .intro-box:before { left: auto; right: 0; width: 100%; height: 10px; animation: border-animation-2 2s; } /* ------------------------------------------------------------------- LAYOUT & TYPOGRAPHY ------------------------------------------------------------------- */ body, p { font-size: 14px; line-height: 23px; } body, p, h1, h2, h3, h4, h5, h6 { font-weight: 300; } .text-normal, .timeline > li > .timeline-label p, .timeline > li > .timeline-label h4, .timeline-title, .form-box p { font-weight: 400; } .text-bold, .collapse-button b, #comments h4, #comments h5, .nav-pills > li > a { font-weight: 500 !important; } p { letter-spacing: .5px; } .text-xs { font-size: 12px !important; line-height: 16px; } .text-s { line-height: 20px; } .text-l { line-height: 38px; } .text-xl { line-height: 60px; font-size: 45px !important; } .cnt { /*display: table-cell; vertical-align: middle; padding-left: 5px;*/ position: absolute; top: 50%; left: 35%; /* margin-right: -50%; */ transform: translate(-50%, -50%); font-size: 130%; font-weight: bold; } hr { border-top: 1px solid #d6d6d6; } .container.content, .section-empty > .content, .section-bg-image > .content, .section-bg-video > .content, .section-bg-animation > .content, .section-slider > .content, .section-two-blocks .content { padding-top: 80px; padding-bottom: 80px; } .base-box.boxed, .base-box.boxed-inverse, .boxed-inverse, [class*="col-md-"].boxed, [class*="col-md-"].boxed-inverse, .grid-box > .grid-item.boxed-inverse, .row.vertical-row > div.boxed-inverse, .row.vertical-row > div.boxed { padding: 50px; } [class*="col-md-"].boxed.small-padding, [class*="col-md-"].boxed-inverse.small-padding { padding: 25px; } h1 + p, h2 + p, h3 + p, h4 + p { margin-top: 20px; } h1, .h1 { line-height: 50px; } h2, .h2 { line-height: 35px; } h4, .h4 { line-height: 23px; } .quote-author { font-style: normal; font-weight: 400; padding-left: 15px; border-left: 4px solid #7d7d7d; } .section-bg-color hr { border-color: #b3b3b3; } .scroll-top-mobile { border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); color: #b5b5b5; width: 35px; height: 35px; bottom: 15px; right: 15px; } /* ------------------------------------------------------------------- HEADER AND MENUS ------------------------------------------------------------------- */ .nav:not(.ms-rounded) li.active > a:before, .nav:not(.ms-rounded) li:hover > a:before { width: 100%; } .nav:not(.ms-rounded) li { position: relative; } .nav:not(.ms-rounded) li > a:before { content: ''; position: absolute; left: 0px; bottom: 0px; width: 0%; height: 1px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; } .navbar-brand { height: 70px; } .nav .caret:before { border-color: #7d7d7d; } .navbar-nav > li > a { padding-top: 25px; padding-bottom: 25px; font-weight: 500; font-size: 14px; } .navbar-main .btn-search { margin-top: 12px; border: none; background: none; font-size: 24px; } .search-box { margin: 85px 0 0 0; } .navbar-mini { border: none; } .navbar-mini .navbar-left { padding-top: 10px; } .navbar-mini span i { font-size: 13px; transform: translateY(-0.5px); display: inline-block; color: #a9a9a9; } .navbar-mini span { padding: 0 7px; font-weight: 400; letter-spacing: .5px; opacity: .9; } .navbar-mini > .container { padding-left: 225px; } @media (min-width: 995px) { .navbar-mini:not(.hidden) + .navbar-main .navbar-header { margin-top: -22px; padding-left: 55px; padding-right: 25px; margin-left: -55px; background: #fff; position: relative; } .navbar-mini:not(.hidden) + .navbar-main .navbar-header:after { position: absolute; content: ''; background-color: #f5f5f5; height: 90px; width: 60px; right: -10px; left: auto; top: -73px; transform: rotate(125deg); } .navbar-mini:not(.hidden) + .navbar-main .navbar-header:before { position: absolute; content: ''; background-color: #fff; height: 22px; width: 6000px; right: 0; top: 0px; z-index: 0; } } .navbar-big-logo .navbar-mini:not(.hidden) + .navbar-main .navbar-header { padding-right: 0; } .navbar-big-logo .navbar-main .navbar-header:after { display: none; } .navbar-mini:not(.hidden) + .navbar-main .navbar-brand { margin-top: 10px; } .nav.ms-minimal > li > a { border-bottom: none; font-weight: 500; } .nav.maso-filters { margin-bottom: 30px; } .nav.maso-filters a { padding-top: 0; } .inner.ms-minimal li a { padding-top: 0; } .mega-menu a { height: 32px; margin-bottom: 7px; padding-left: 0; font-weight: 400; font-size: 14px; } .mega-menu .nav-tabs > li > a { padding: 15px 30px !important; height: 50px; } .mega-tabs .tab-box .panel.active { margin: 0 5px; } .mega-menu h5 { margin-bottom: 21px; font-weight: 400; } .mega-tabs .nav-tabs { background: #fff; border-bottom: 1px solid #e8e8e8; } .mega-tabs .nav-tabs li a:before { bottom: -1px; } .navbar-main .navbar-form .form-control { border: none; border-bottom: 1px solid #e6e6e6; } .navbar-main .navbar-form .btn-search { font-size: 13px; margin-top: 0; border-bottom: 1px solid #e6e6e6; background: #f5f5f5; } header .navbar-main form.navbar-form { margin-top: 18px; padding: 0; } header .side-menu > li > a { font-weight: 500; } .side-menu-fixed .brand { text-align: left; padding: 25px 15px; } header .mi-menu ul li > a, header .sidebar-nav .panel-item > span { padding: 10px 15px; } /* ------------------------------------------------------------------- TITLES ------------------------------------------------------------------- */ .title-base { flex-direction: column-reverse; display: flex; } [class*=header-] .title-base { text-align: left; display: block; } [class*=header-] .title-base h1, [class*=header-] .title-icon h2, [class*=header-] .title-icon h1, [class*=header-] .title-base.title-small h2 { font-size: 50px; font-weight: 400; margin-top: 5px; position: relative; } [class*=header-] .title-base p, [class*=header-] div.title-icon p { max-width: 500px; } .header-base .title-base { display: block; } .header-base .title-base h1 { font-size: 35px; font-weight: 400; position: relative; color: #4C4C4C; } [class*=header-] .title-base p { max-width: 500px; margin-top: 50px; color: #4C4C4C; } .title-base hr { width: 100%; opacity: 0; height: 5px; } .header-base .breadcrumb.b a, .header-base .breadcrumb li { color: #4C4C4C; font-weight: 500; font-size: 13px; } .title-base h1:before { content: ''; position: absolute; height: 5px; width: 150px; bottom: -20px; } .title-base.text-left hr, .title-base.text-left hr, [class*=header-] .title-base hr { opacity: 1; } [class*=header-] .title-base hr { display: none; } .title-base p { margin-top: 0; } .title-base.text-left p { margin-left: 1px; margin-bottom: 3px; } .title-base + .accordion-list > .list-group-item:first-child { border-top: none; } /* ------------------------------------------------------------------- FOOTER ------------------------------------------------------------------- */ footer { border-top: 1px solid #E6E6E6; } footer p, footer a, footer li { opacity: .8; font-weight: 400; } footer a { line-height: 25px; } footer h3 { font-weight: 500; font-size: 16px; margin-bottom: 22px; } footer .container { padding: 80px 15px; } footer .copy-row .copy-text { border-top: 1px solid #cecece; padding: 15px; margin: auto; font-weight: 400; color: #a2a2a2; letter-spacing: .3px; float: none; } footer .fa-ul .fa-li { font-weight: 600; } footer ul { padding-left: 16px; } footer .social-group { margin-bottom: 0; } /* ------------------------------------------------------------------- COMPONENTS ------------------------------------------------------------------- */ .accordion-list .list-group-item > a { font-weight: 400; padding-left: 20px; } .accordion-list .list-group-item > a:before, .advs-box .btn-text:after, .box-steps .step-item:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); margin-left: -17px; top: 19px; position: absolute; border-top-width: 2px; border-top-style: solid; border-right-width: 2px; border-right-style: solid; content: ""; width: 6px; height: 6px; transition: all .15s; border-color: rgba(93, 93, 93, 0.5); } .accordion-list .list-group-item > .panel > .inner { /*padding: 0px 15px 10px 20px;*/ padding: 0px; } .accordion-list .list-group-item > a.active:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .btn-lg, .btn-group-lg > .btn { padding: 10px 20px; font-size: 15px; } .btn-sm i { font-size: 14px; transform: translateY(1px); display: inline-block; } .btn-xs { font-size: 11px; line-height: 18px; padding-top: 2px; padding-bottom: 0; } .btn-xs.btn-border { border-width: 1px; } .load-more-maso.btn i, .load-more-grid.btn i { font-size: 11px; margin-left: 5px; transform: translateY(0px); } .btn-text { border-bottom-style: solid; } .btn-border, .btn-border, .white .btn-border { border-width: 1px; font-weight: 500; } .btn.white:hover, .white .btn:hover { opacity: .8; } .progress-circle .inner-circle .counter-circle { font-weight: 400; font-size: 19px; } .progress-circle .inner-circle .main { line-height: 18px; font-size: 11px; font-weight: 400; opacity: .7; } .progress-circle .inner-circle .subtitle { display: flex; flex-direction: column-reverse; margin: 5px 0 0 0; } .inner-circle hr { display: none; } .table:not(.grid-table) th { font-weight: 500; } table.table:not(.grid-table) > tbody > tr > td, table.table:not(.grid-table) > tbody > tr > th { font-size: 13px; padding: 15px; } .form-box .form-control { border: none; border-bottom: 1px solid #b9b9b9; border-radius: 0; background: none; } .comment-list .name { font-weight: 500; } .comment-list img { border-radius: 0; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } .advs-box-top-icon-img.boxed .advs-box-content, .advs-box-top-icon-img.boxed-inverse .advs-box-content { padding: 30px; } .section-bg-color .advs-box.boxed, .section-bg-color .advs-box.boxed-inverse, .section-bg-color .adv-img-down-text.boxed-inverse, .section-bg-color .niche-box-testimonails-cloud p { box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); border: 0 solid #eee; } .adv-img-full-content h2 { line-height: 19px; } .advs-box { overflow: hidden; } .advs-box .btn-text { border: none; font-weight: 400; position: relative; } .advs-box .btn-text:after { margin-left: 7px; top: 9px; right: -13px; } .advs-box-top-icon-img .img-box { margin: 1px; } .img-box.adv-img-half-content .caption, .img-box.adv-img-side-content .caption { padding: 20px 20px; } .adv-img-side-content .btn, .adv-img-side-content .btn-text { margin-top: 10px; } .adv-img h2, .adv-circle h2, .caption-bottom h2 { font-weight: 500; } div.adv-img p { font-weight: 300; margin-top: 5px; } .niche-box-post .text-m { font-size: 23px !important; line-height: 30px; } .niche-box-post h2 { font-weight: 400; margin-top: 5px; margin-bottom: 15px; } .advs-box h2 a { color: #4C4C4C; font-weight: 400; } .niche-box-post .block-infos { width: 250px; text-align: left; margin-left: 25px; } .niche-box-post .block-infos .block-data { display: block; float: left; height: 30px; border: none; } .block-infos .block-comment { display: none; } .niche-box-post .block-infos p.bd-day { display: inline-block; padding: 5px 0px 5px 10px; font-size: 13px; font-weight: 500; color: #fff; } .niche-box-post .block-infos .bd-month { display: inline-block; font-size: 13px; font-weight: 500; padding-right: 9px; color: #fff; } .niche-box-post .img-box { margin: 0; } .advs-box-top-icon-img.niche-box-post { border-top: 2px solid #7a7a7a; } .niche-box-post .tag-row { margin-bottom: 15px; } .niche-box-blog p.excerpt { font-size: 14px; } .niche-box-blog .block-infos { position: relative; padding-right: 0; text-align: left; 'width: 75px; } .niche-box-blog .block-infos:after { content: ""; position: absolute; width: 1px; border-right: 1px solid #d0d0d0; height: 100%; top: 0; right: 22px; } .niche-box-blog .block-data { border: none; } .niche-box-blog .bd-day { font-weight: 400; } .niche-box-blog .bd-month { font-weight: 400; font-size: 11px; } .niche-box-blog a.btn, .niche-box-blog a.btn-text { margin-top: 0; } .extra-content { font-weight: 500; font-size: 13px; text-transform: uppercase; background: none; border-left: none; color: #585858; border-top: 1px solid #7a7a7a; padding-left: 0; padding-right: 0; } .adv-img-down-text h2 a { font-weight: 400; padding-bottom: 5px; padding-top: 5px; font-size: 17px; } .adv-img-down-text .caption-bottom p { margin-top: 0; } .adv-img-down-text.boxed-inverse .caption-bottom { border: 1px solid #e4e4e4; border-top: none; } .section-bg-color .adv-img-down-text.boxed-inverse .caption-bottom { border: none; } .niche-box-testimonails-cloud p { border-radius: 0; text-align: left; } .niche-box-testimonails-cloud .name-box .subtitle { padding-top: 16px; font-weight: 400; } .adv-img-classic-box .caption { background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%,rgba(0, 0, 0, 0) 60%) !important; transform: translate3d(0,0,0); } .adv-img-classic-box > .img-box { background: #000; } .adv-img-classic-box:hover .img-box img { opacity: .5 !important; } .adv-img-classic-box .caption-inner h2 { margin-bottom: 0px; line-height: 20px; } .advs-box-top-icon { overflow: visible; position: relative; } .advs-box-top-icon:not(.boxed) { padding-top: 27px !important; } .advs-box-top-icon.boxed-inverse, .advs-box-side-icon.boxed-inverse { background: none; border-style: solid !important; border-width: 1px; border-color: #dcdcdc; } .advs-box-top-icon:not(.boxed) .icon { box-shadow: none !important; font-size: 55px; height: 60px; width: 110px; padding: 0; margin: -70px 0 0 -56px; background: none; } .advs-box-top-icon.text-left .icon { text-align: left; left: 0; margin-left: 0; } .advs-box-top-icon.text-left.boxed .icon, .advs-box-top-icon.text-left.boxed-inverse .icon { left: 13px; text-align: center; } .advs-box-top-icon.boxed-inverse .icon { background: #fff; } html body .advs-box-top-icon h3 { margin-top: 5px; font-weight: 400; font-size: 22px; } .list-items .list-item { border-bottom-style: solid; } .list-items .list-item:first-child { padding-top: 0; } .list-items .list-item h3, ul.list-texts li b { font-weight: 500; } .list-items .list-item:hover { background: none; } .list-items .list-item span { font-size: 15px; font-weight: 400; } .list-items .list-item p { line-height: 19px; padding-top: 5px; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { font-weight: 500; font-size: 15px; } ul li .fa-li.fa-square { font-size: 10px; margin-top: 3px; margin-left: -8px; } .icon-box-cell i.text-xl { width: 55px; } .white .icon-box:not(.icon-box-top-bottom) .icon-box-cell:first-child, div.white .countdown > div:after { border-right: 2px solid rgba(255, 255, 255, 0.31); } .icon-box:not(.icon-box-top-bottom) .icon-box-cell:first-child { padding-right: 15px; margin-right: 15px; border-right: 2px solid rgba(123, 123, 123, 0.25); } .icon-box.icon-box-right:not(.icon-box-top-bottom) .icon-box-cell:first-child { padding-right: 0; margin-right: 0; border-right: none; } .icon-box.icon-box-right:not(.icon-box-top-bottom) .icon-box-cell:last-child { padding-left: 15px; margin-left: 15px; border-left: 2px solid rgba(123, 123, 123, 0.25); } .icon-box.icon-box-top-bottom .icon-box-cell > i { margin: 0px 0 15px 0; } .icon-box-top-bottom .icon-box-cell label { margin-bottom: 5px; } .advs-box-multiple .circle > i { line-height: 45px; height: 45px; width: 45px; } .advs-box-multiple .advs-box-content { padding: 30px; } .advs-box-multiple.boxed-inverse .advs-box-content { border: 1px solid #dcdcdc; border-top: none; } .advs-box-multiple div.circle { border: none; border-radius: 3px; width: 70px; height: 70px; font-size: 24px; right: 20px; line-height: 28px; border: 1px solid #a2a2a2; } .advs-box-multiple div.circle span { line-height: 16px; color: #717171; font-weight: 400; } .section-bg-color .advs-box-multiple.boxed-inverse .advs-box-content { border: none; } .progress { overflow: visible; height: 3px; background-color: #e8e8e8; } .progress-bar { box-shadow: none !important; color: #30353b; height: 3px; } .progress-bar > span { padding: 2px 0 2px 5px; width: 60px; transform: translateY(-31px); border-radius: 3px; display: block; white-space: nowrap; font-weight: 500; letter-spacing: 1px; float: right; font-size: 12px; background: #2d2d2d; color: #fff; text-align: center; } .pricing-table { overflow: hidden; } .pricing-table .pricing-price.list-group-item { font-weight: 500; font-size: 45px; padding-top: 45px; } .pricing-table .list-group-item:nth-child(even) { background-color: #fff; } .pricing-table .list-group-item { border-bottom: none; font-size: 13px; } .pricing-table h3 { font-weight: 400; } .pricing-table .btn { margin-top: 15px; padding: 10px 25px; margin-bottom: 40px; } .pricing-table .pricing-price span { font-size: 18px; display: inline-block; transform: translateY(-2px); } .pricing-table-big, [class*="section-"] > div > .row:first-child > div > .pricing-table-big { margin: -15px 0 0 0; } .niche-box-team .content-box hr { display: none; } .niche-box-team .content-box h2 { margin-top: 15px; font-weight: 400; } .niche-box-team .content-box h4 { font-size: 13px; } .advs-box-side-icon .icon-box i { font-size: 35px; line-height: 35px; text-align: left; width: 65px; margin-left: 1px; height: 35px; } .advs-box-side-icon .icon-box i.text-xl { margin-right: 20px; line-height: 45px; } .advs-box-side-icon .icon-box { padding-right: 0; vertical-align: top; } .advs-box-side-icon .icon-box + .caption-box { position: relative; } .advs-box-side-icon .icon-box + .caption-box:before { content: ''; position: absolute; height: 100%; height: calc(100% - 4px); width: 1px; margin-left: -13px; margin-top: 2px; background: #d6d6d6; } .advs-box-side h3 { font-size: 21px; margin-bottom: 15px; } .advs-box-side hr { display: none; } [class*="boxed-"].advs-box-side .col-md-4 { margin: -25px; padding-right: 40px; } [class*="boxed-"].advs-box-side .img-box { } .timeline > li > .timeline-panel { border: none; border-right: 1px solid #D2D2D2; background: none; padding: 0 20px 0 0; } .timeline > li.timeline-inverted > .timeline-panel { padding: 0 0 0 20px; border-right: none; border-left: 1px solid #D2D2D2; } .timeline:before { background: none; } .timeline > li > .timeline-badge { border-width: 2px; background: #fff; } .timeline > li { margin-bottom: 50px; } .timeline > li:last-child { margin-bottom: 0; } .niche-box-team:hover .img-box img { transform: translateY(25px) scale(1.2) !important; } .porfolio-bar a { font-size: 14px; font-weight: 500; } .counter-box-icon > div { text-align: left; } /* ------------------------------------------------------------------- CONTAINERS ------------------------------------------------------------------- */ .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li:hover > a { padding: 5px 0 30px 0; border: none !important; background: none; font-weight: 500; margin: 0; } .nav-tabs > li { margin-right: 30px; } .tab-box.inverse .panel { padding-top: 0; border-top: 0; } .inverse .nav-tabs > li > a, .inverse .nav-tabs > li:hover > a { padding: 30px 0 5px 0; } .inverse .nav:not(.ms-rounded) li > a:before { top: -1px; bottom: auto; } .nav-tabs > li > a i { margin: 0 10px 0 0; } .tab-box.inverse .nav-tabs li.active a { border-top: none; } .tab-box > .panel, .tab-box > .panel-box > .panel { border: none; padding: 25px 0; } .nav-pills > li a:before { display: none; } .tab-box.left .panel-box .panel, .tab-box.right .panel-box .panel { border: none; padding: 0 0 0 15px; } .left .nav-tabs > li > a, .right .nav-tabs > li > a { padding-top: 15px !important; padding-bottom: 15px !important; } .tab-box.right .panel-box .panel { padding: 0 15px 0 0; } .tab-box.right .nav-tabs > li > a { padding-left: 15px; } .flexslider .flex-direction-nav li a:before { margin-top: 3px; } .flexslider .flex-direction-nav li a.flex-prev:before { margin-left: -15px; } .maso-box.row, .grid-box.row { margin: -7.5px; width: calc(100% + 15px); } .maso-box > .maso-item, .grid-box > .grid-item { padding: 7.5px; } .maso-30 .maso-box > .maso-item, .grid-30 .grid-box > .grid-item { padding: 15px; } .maso-30 .maso-box.row, .grid-30 .grid-box.row { margin: -15px; width: calc(100% + 30px); } .flex-control-paging li a, .header-slider .flex-control-paging li a { background: none; border-style: solid; border-width: 1px; border-color: rgba(93, 93, 93, 0.5); } .flex-control-paging li a.flex-active, .header-slider .flex-control-paging li a.flex-active { background: #949494; border-color: #949494; } .box-transparent .overlaybox-inner { box-shadow: none; padding: 0 5px; } .box-steps .step-number { opacity: 1; } .box-steps .step-item:before { content: ''; position: absolute; width: 1px; right: 29px; top: 50%; margin-top: -38px; height: 70px; background: rgba(113, 113, 113, 0.5); } .box-steps .step-item:after { opacity: 1; width: 18px; height: 18px; top: 50%; margin-right: 15px; background: #fff; border-top-width: 1px; border-right-width: 1px; } .box-steps .step-item:last-child:before { display: none; } .section-bg-color .box-steps .step-item:after { background: #f7f7f7; } .mfp-arrow-right:before { margin: 24px 0 0 9px; } .fixed-area.active .nav.inner.ms-rounded li a { background: #fff; box-shadow: 0 3px 10px hsla(0, 0%, 0%, 0.22); transition: box-shadow .3s; } .pagination li a, .pagination li.active a { font-weight: 400; background: none; } .pagination li:not(.active) a { border: none !important; background: none; } .pagination-sm > li > a { font-size: 13px; } .maso-list .list-nav, .grid-list .list-nav { margin-top: 35px; } .album-box .caption h2 { font-size: 17px; } /* ------------------------------------------------------------------- RESPONSIVE ------------------------------------------------------------------- */ .navbar-toggle > i { margin-top: 13px; } @media (max-width:994px) { header .nav li > .mega-menu, .search-box, .flexslider.nav-top-right { margin: 0 !important; } header .navbar-main .col + .col ul, header .navbar-main .dropdown a + ul, .nav-tabs > li:first-child > a, .box-steps .step-item:first-child { padding-top: 0 !important; } .box-steps .step-item:last-child { padding-bottom: 0 !important; } .nav-tabs > li { margin-right: 0; } .title-base.text-left, .vertical-row > div, .row.vertical-row > div, .advs-box-side-icon .icon-box, .advs-box-side-icon .caption-box, .advs-box-side, .advs-box-side-icon p, .advs-box.advs-box-side p, .section .background-page, .section .content, .section .container { text-align: left !important; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } header .navbar-main ul { padding: 10px 0 0 0 !important; } .mega-menu .nav-tabs > li > a { padding-left: 15px !important; } .text-m-xs { font-size: 25px !important; line-height: 35px; } .text-m-sm { font-size: 30px !important; line-height: 35px; } .grid-table td { padding: 15px !important; } .grid-table { margin: -15px; width: calc(100% + 30px); } .nav.maso-filters a { padding-top: 0; margin-bottom: 10px; } .navbar-inner .navbar-toggle { border: 1px solid #e0e0e0; } .overlaybox-side .overlaybox-inner { padding: 30px; } .adv-img h2, .adv-circle h2, .caption-bottom h2 { line-height: 25px; } h2, .h2 { font-size: 20px; line-height: 30px; } h3 { line-height: 27px; } .nav-tabs > li { border: none; } .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active:hover > a, .nav-tabs > li:hover > a { padding: 15px 0 15px 0; } a.img-bubble { padding-bottom: 140px; margin-bottom: -140px !important; } .box-steps .step-item:before, .section-bg-color .box-steps .step-item:after { display: none; } .box-steps .step-item { padding: 15px 50px; } .flexslider.nav-right .flex-control-nav { bottom: -14px; } [class*=header-] .title-base h1, [class*=header-] .title-icon h2, [class*=header-] .title-icon h1, [class*=header-] .title-base.title-small h2 { font-size: 30px; line-height: 35px; } [class*=header-] .title-base p, [class*=header-] div.title-icon p { margin-top: 40px; } .header-title, .header-video, .header-animation, .header-slider { height: 205px !important; } .header-base { padding-bottom: 20px; } footer .container { padding: 80px 0; } .timeline > li > .timeline-label { position: absolute; left: auto; right: 0; max-width: 65px; margin: 0; } .timeline > li.timeline-inverted > .timeline-label { left: 0; right: auto; text-align: right; } .timeline > li > .timeline-badge { display: none; } .timeline > li > .timeline-label p { font-size: 12px; white-space: normal; } .timeline > li > .timeline-label h4 { font-size: 16px; } header .dropdown-submenu a + .dropdown-menu a { padding-left: 20px; } .comment-list img { position: absolute; margin-top: 10px; } .comment-list .col-md-10 { padding-left: 60px; } .img-box.adv-img-side-content .caption { min-height: 180px; } .header-base .breadcrumb, .header-bootstrap .breadcrumb { text-align: right; } .advs-box-side-icon .icon-box, .advs-box-side-icon .caption-box { display: table-cell; } .pricing-table-big { margin: 0 0 20px 0 !important; } } @media (max-width: 767px) { .pagination-lg > li > a span { font-size: 15px; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 8px 10px; font-size: 15px; } .header-base .breadcrumb, .header-bootstrap .breadcrumb { text-align: left; } }
0.313525
0.039676
@charset "utf-8"; body{font-family:microsoft Yahei;min-width: 1210px;} /*footer*/ /*.footer{width: 1210px;margin: 0 auto;padding-top: 65px;padding-bottom: 30px;}*/ /*.footerIn{color: #333333;overflow: hidden;border-bottom: 1px solid #e3e3e3;}*/ /*.footerIn li{float: left;text-align: center;width: 302px;margin-bottom: 28px;}*/ /*.footerIn li span{display: block;width: 56px;height: 51px;background: url(../../img/front/index/icon_index.png) no-repeat;margin: 0 auto 5px;}*/ /*.footerIn li p{line-height: 63px;height: 63px;text-align: center;font-size: 16px;}*/ /*!*2015 7 22*!*/ /*.footer .yFootSupport{width: 1210px;!*padding-bottom:40px;*!margin-top: 30px;border-bottom: 1px solid #e5e5e5;}*/ /*.footer .yFootSupport dl{float: left;width: 140px;padding-left:50px;border-right: 1px solid #e5e5e5;height: 127px;background: url(../../img/front/index/foot.jpg) no-repeat;}*/ /*.footer .yFootSupport dl dt{font-size: 16px;color: #000200;line-height: 36px;}*/ /*.footer .yFootSupport dl dd a{color: #a0a0a0;font-size: 14px;}*/ /*.footer .yFootSupport dl dd a:hover{color: #dd2726;text-decoration: underline;}*/ /*.footer .yFootSupport dl.dlLast{border:none;width: 160px;}*/ /*.footer .yFootSupport dl.dlLast dt{color: #000000;font-size: 20px;}*/ /*.footer .yFootSupport dl.dlLast dd{color: #555555;line-height: 34px;}*/ /*!*.footer .yFootSupport dl.dlLast a{display: block;width: 102px;height: 32px;color: #fff;background: #dd2726;text-align: center;line-height: 32px;margin-top: 10px;margin-left: 20px;}*/ /**!.footerBottom{color: #777777;font-size: 14px;line-height: 26px;width: 590px;margin: 30px auto 0;text-align: center;}*/ /*header*/ .header{height: 155px;} .header1{height: 34px;width: 100%;border-bottom:1px solid #eaeaea;} .header1 ul{height:34px;} .header1in{width: 1210px;margin: 0 auto;height: 36px;} .header1 .headerul1{float: left;} .header1 .headerul2{float: right;} .header1 ul li{float: left;margin-top: 10px;position: relative;height: 36px;} .header1 ul li a{display:block;color: #8c8c8c;padding: 0 7px;line-height: 14px;height: 14px;/* border-right:1px solid #eaeaea; */} /* .header-WeChatli a { padding-left: 26px; background: url('../../img/front/index/kf.png') no-repeat 6px -2px /18px; !* width: 75px; *!} */ .header1 ul li a.ff4a{color: #dd2726;} .header1 ul li a:hover{color: #dd2726;text-decoration: underline;} .header1 ul li.MyzhLi{width: 112px;border-left: 1px solid transparent;border-right: 1px solid transparent;} .header1 ul li.MyzhLi:hover{border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;} .header1 ul li .Myzh{display:none;left: -1px;position: absolute;top: 26px;background: #fff;z-index: 12;border: 1px solid #eaeaea;border-bottom: none;} .header1 ul li .Myzh dd{height: 26px;width:112px;border-bottom: 1px solid #eaeaea;} .header1 ul li .Myzh dd a{display:block;height: 26px;line-height: 26px;padding-left:18px;border: none;} .header2{width: 1210px;margin:24px auto 0;padding-bottom:36px;height: 52px;position: relative;} .header_logo{display: block;float: left;width: 166px;height: 49px;margin-left: 12px;margin-top: -11px;} .header_logo img{ width: 200px;} .search_header2{float: right; width: 332px; margin: 14px 0px 0px 0px; position: relative;} .search_header2 input{ font-family: microsoft Yahei;outline: none;width: 275px;height: 35px;color: #a9a9a9;font-size: 13px;padding-left: 13px;border:1px solid #dfdfdf;} .search_span_a{/*2015-5-22 -修改 start*/right: 40px;/*2015-5-22 -修改 end*/top: 3px;display: block;position: absolute;/*z-index: 10;*/height: 38px;} .search_span_a a{display:block;float: left;font-size: 12px;height: 20px;line-height: 20px;color: #333333;margin: 8px 5px 0 0;text-align: center;padding: 0 6px;} .search_span_a a.Nowsearch{background: #dfdfdf;} .search_span_a a:hover{background: #dfdfdf;} .btnHSearch{position: absolute;right: 0px;top:0px;display: block;width: 38px;height: 38px;border:1px solid #dfdfdf;background: #fff;} .btnHSearch:hover{background: #dd2726;} i.bottom{width:0px;border-right: 4px solid #fff; border-left: 4px solid #fff; border-bottom: 4px solid #888;position: relative;top: -10px;left: 3px;} i.top{width:0px;border-right: 4px solid #fff; border-left: 4px solid #fff; border-top: 4px solid #888;position: relative;top: 10px;left: 3px;} /*.shoppingCart{width: 126px;height: 40px;position: absolute;right: 0;top: 0;}*/ /*.shoppingCartIn{display:block;width: 102px;height: 40px;background: #ffdb3d;color: #333;font-size: 14px;line-height: 40px;padding-left: 24px;}*/ /*.shoppingCartIn i{display: inline-block;width: 16px;height: 16px;background: url(../../img/front/index/icon_index.png) no-repeat -23px -2px;position: relative;top: 2px;left: 2px;margin-right: 10px;}*/ /*.shoppingCartIn em{font-style: normal;padding-left: 4px;font-size: 13px;}*/ /*.shoppingCartNone:hover .shoppingCartIn{background: #fff;color: #dd2726;border:1px solid #dd2726;height: 38px;line-height: 38px;padding-left: 23px;padding-bottom: 20px;z-index: 2;border-bottom:none;position: absolute;left: 0;top:0;}*/ /*.shoppingCartNone:hover .shoppingCartIn i{background-position: -264px -83px;}*/ /*.shoppingCartNoneCon{font-size: 12px;display:none;position: absolute;top: 58px;right: -1px;z-index: 1;background: #fff;border:1px solid #dd2726;width: 340px;height: 60px;text-align: center;line-height: 60px;}*/ /*.shoppingCartNoneCon a{font-size: 16px;color: #333;}*/ .header1in .phoneli img{display: none;margin-top:10px;margin-left:3px;} .header1in .phoneli{z-index: 1;height: 26px;border: 1px solid #fff;} .header1in .phoneli:hover{height:100px;border:1px solid #eaeaea;border-top: none;} /*导航 start*/ .yNavIndexOut{width: 100%;height:44px;border-bottom: 2px solid #FF0800;box-shadow: 0px 8px 11px -8px;z-index: 9;position: relative;} .yNavIndexOut.navfixed{position: fixed; top:0px; z-index: 9999; background: rgba(255,255,255,0.95);} .yNavIndex{width: 1210px;margin: 0 auto;height:44px;position: relative;} .yNavIndex .yMenuIndex{margin-left: 210px;} .yNavIndex .yMenuIndex li a{position: relative;display: inline-block;font-size: 16px;color: #333;line-height: 36px;height: 44px;padding: 0 20px;} .yNavIndex .yMenuIndex li a.yMenua{color: #dd2726;} .yNavIndex .yMenuIndex li a:hover{color: #dd2726;} .yNavIndex .yMenuIndex li{float: left;height: 44px;padding: 0 17px;} .pullDown{z-index:3;position: absolute;left: 0px;top: 0px;} .pullDownTitle{height:47px;width: 233px;background: #dd2726;font-weight: normal;text-align: center;line-height: 47px;} .pullDownTitle a{color: #ffffff;font-size: 16px;display: block;} .pullDownTitle a:hover{color: #ffffff; } .pullDownList{display:none} /*2015-5-22 -修改 start*/ /*新增*/ body .yNavIndexOutfixed{position: fixed;width: 100%;background: #fff;top: 0px;z-index: 999;left: 0;} /*2015-5-22 -修改 end*/ /*新增*/ /*2015 6 9 start*/ .header1in .phoneli img{top: 18px;left: -80px;position: absolute; width: 155px;height: 155px;border: 1px solid #adadad;} .header1in .phoneli:hover{border: 1px solid #fff;} /*2015 6 13 start*/ .search_span_a{position: relative;right: 0px;top: 0px;height: 34px;margin-top: 4px;} .search_span_a a{border-right: 1px solid #bbb;padding-right: 10px;height: 14px;line-height: 14px;} .search_span_a a:hover{background: none;color: #dd2726;} .search_span_a a.Nowsearch {background: none;color: #dd2726;} .btnHSearch{color:#fff;width:42px;height:35px;line-height:40px;text-align:center;} .btnHSearch img{margin-top:7px} .hot-query{ padding: 3px 0 0; /* margin-left: 43px; */overflow: hidden; width: 100%;} .hot-query li{display: inline-block; /* border-left: 1px solid #ccc; */ line-height: 1.1; padding: 0 5px;} .hot-query li:first-child { padding: 0;} .hot-query li a{color:#B7B7B7} /*2015 6 13 end*/ .yNavIndex .yMenuIndex li a{height: 42px;} /*2015 6 9 end*/ /*2015 6 19 start*/ /*2015 6 24*/ .header1{background: #f3f3f3;} /*2015 6 24*/ .header1 ul li a{color: #555555;} .header1 ul li a:hover{/* color: #555555; */text-decoration: none;} i.top{border-right: 4px solid transparent;border-left: 4px solid transparent;} i.bottom{border-right: 4px solid transparent; border-left: 4px solid transparent;} .header1in .phoneli{border: 0px;} .header1in .phoneli:hover{border: 0px;} .header1 ul.headerul2 li a:hover{color: #dd2726;} .header1 ul.headerul2 li dd a{color: #8c8c8c;} .header1 ul.headerul2 li dd a:hover{color: #dd2726;} .header1 ul li.MyzhLi:hover{border-left: 1px solid transparent;border-right: 1px solid transparent;} /* .header1 ul li a{border-right: 1px solid #b7b7b7;} */ i.i-header-WeChat{width: 0px;position: relative;top: 10px;left: 3px;} .hide-menu-nav{position: relative;} .hide-menu-nav dl{position: absolute;width: 130px;z-index: 10;background: #fff;left: 0px;top: 44px;border-top: 2px solid #dd2726;border-radius: 2px;display: none;box-shadow: 0px 1px 2px #bbb;} .yNavIndex .yMenuIndex li.hide-menu-nav dl dd a{padding: 0px;display: block;text-align: center;font-size: 14px;color: #666;} .yNavIndex .yMenuIndex li.hide-menu-nav dl dd a:hover{color: #dd2726;} /* .yNavIndex .yMenuIndex li{padding: 0 34px;} */ .yNavIndex .yMenuIndex li{padding: 0 11px;} .yNavIndex .yMenuIndex li a{padding: 0 22px;} .cartEm{background: url('../img/cart.png') no-repeat;width:25px;height:19px;position:absolute;top:8px;right:115px;} .cartI{ position:absolute; color:#FE0100; background:#fff; border-radius:3px; width: 26px; height: 12px; line-height: 12px; margin:13px 0 0 6px } .hide-menu-nav span{position: absolute;right: 8px;top: 21px;width: 0px;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 6px solid #dd2726;} .hide-menu-nav:hover dl{display: block;} .header1in .phoneli img{left: -50px;} .header1in .phoneli:hover img{display: block;} .header1in .phoneli{position: relative;z-index:10;} /*.header1in .phoneli a{padding-right: 40px;padding-bottom: 10px;}*/ .footer .yFootSupport dl dd a{color: #a0a0a0;} .footer .yFootSupport dl{height: auto;} /* .footer_change{width:100%;} .footer_change .footer{width:100%;padding-top: 45px;padding-bottom: 0px;} .footer_change .footerIn{width: 1210px;margin: 0 auto;} .footer_change .footerIn li{padding-left:15px;width: 272px;} !* .footer_change .footerIn li span {float: left;} *! .footer_change .footerIn li p {text-align: center;line-height:34px;} !*2015 7 22*! .footer_change .footer .yFootSupport{width:100%;margin-top: 0px;padding-top:50px;background:#48464a;border:0px;} .footer_change .footer .yFootSupport_in{width:1210px;margin:0 auto;height: 190px;} .footer_change .footer .yFootSupport dl{border-right:0px;padding-left: 54px;width:96px;height: 127px;} .footer_change .footer .yFootSupport dl dd{line-height:30px;} .footer_change .footer .yFootSupport dl dt{color:#d8d8d8;} .footer_change .footer .yFootSupport dl dd p{color:#858585;font-size:24px;} .footer_change .footer .yFootSupport dl.dlLast{background: url(../../img/front/index/foot1.png) no-repeat;padding-left: 0px;width: 278px;padding-top: 50px;height: 70px;margin-top: 22px;} .footer_change .footer .yFootSupport dl.dlLast dd{width: 49px;height: 49px;background: url(../../img/front/index/new-icon.png) no-repeat;margin-left: 15px;cursor: pointer;position: relative;float: left;} !*2015 7 23 start*! .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-WeChat{background-position: -128px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-WeChat:hover{background-position: -128px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Sina{background-position: -194px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Sina:hover{background-position: -194px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-apple{background-position: -65px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-apple:hover{background-position: -65px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Android{background-position: 0px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Android:hover{background-position: 0px -82px;} !*2015 7 23 end*! .yFootBottom{background:#373638;width:100%;height:62px;line-height: 62px;} .yFootBottomIn{width:1210px;margin:0 auto;color: #8f8f8f;font-size: 14px;text-align: center;} .yFootBottomIn a{color: #8f8f8f;font-size: 14px;margin:0px 15px;} .yFootBottomLeft{padding-top:21px;margin: 0 auto;width: 385px;float: left;} .yFootBottomRight{color:#8f8f8f;font-size:14px;text-align: center;width: 770px;float: left;} .yFootBottomRight a{color:#8f8f8f;} .yFootBottomLeft a{display:block;float:left;height:33px;background:url(../../img/front/index/icon_footer.png) no-repeat;margin-left:4px;} .yFootBottomLeft a:hover{background:url(../../img/front/index/icon_footer2.png) no-repeat;} .yFootBottomLeft a.yFootBottomLeft1{width:88px;} .yFootBottomLeft a.yFootBottomLeft2{width:92px;background-position:-90px 0px;} .yFootBottomLeft a.yFootBottomLeft3{width:99px;background-position:-187px 0px;} .yFootBottomLeft a.yFootBottomLeft4{width:90px;background-position:-292px 0px;} .yFootBottomLeft a img{width: 88px;height: 33px;filter: alpha(opacity=0); opacity: 0;} .footer_change .footer .yFootSupport dl dd a:hover{color:#e6e6e6;} #y_modalWeixin{position:fixed;z-index: 1001;top: 0px;display: none;-webkit-transition: top 0.5s linear;-moz-transition: top 0.5s linear;-o-transition: top 0.5s linear;} .ymodal-close{position:absolute;right:-60px;top:0px;width:60px;height:60px;background: url(../../img/front/index/yungouworld_wxh2.jpg) no-repeat;} .ymodal-close:hover{background: url(../../img/front/index/yungouworld_wxh.jpg) no-repeat;} .y_modalWeixinBJ{background: rgba(0,0,0,0.2);width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;z-index: 1000;display: none;} */ /*2015 7 24*/ .dlLast dd .y-popover {position: absolute;background-color: #fff;text-align: center;padding: 10px;z-index: 34;left: -56px;bottom: 63px;border-radius: 2px;display: none;} .y-popover .y-arrow {background: none;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;height: 0;left: 70px;line-height: 0;position: absolute;bottom: -10px;width: 0;} .dlLast dd .y-popover img {width: 140px;} .dlLast a dd:hover .y-popover{display: block;} .dlLast a dd .y-popover:hover {display: none;} .footer-time-list{height: 72px;line-height: 72px;width: 1210px;margin: 0 auto;border-top: 1px solid #626262;} .footer-time-list li{float: left;color: #ffffff;width: 248px;padding-left: 70px;font-size: 24px;margin-left: 40px;} .footer_change .footer .yFootSupport dl.yFootSupport_in-free{width: 106px; } /*2015 6 19 end*/ .headerul1 li.hreder-hover a{padding-left:26px;/* background:url('../../img/front/index/kf.png') no-repeat 6px -2px /18px; */} .headerul1 li.hreder-hover:hover a{padding-left:26px;/* background:url('../../img/front/index/kf1.png') no-repeat 6px -2px /18px; */} /*7 22*/ .footer_change .footer .yFootSupport dl.dl_Time{height:127px;padding-left: 43px;width: 229px;} .footer_change .footer .yFootSupport dl.dl_Time dd{color: #f3f3f3;font-size: 20px;font-family: "HelveticaNeueLt","Microsoft YaHei","SimHei";height: 32px;line-height: 32px;padding-left: 31px;margin: 10px auto;} /* 底部CSS */ html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,fieldset,button,input,textarea,th,td { margin: 0; padding: 0; } body { background-color: #FFF; } body,button,input,select,textarea,fieldset,label { font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1",Arial; color: #666; } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } ul,ol { list-style: none; } fieldset,img { border: 0 none; } img { -ms-interpolation-mode: bicubic; color: #999; } cite,strong,em,i,dfn,address,var { font-style: normal; font-weight: normal; } table { border-collapse: collapse; border-spacing: 0; } input,select,textarea,button { font-size: 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } button,input[type=button],input[type=submit] { cursor: pointer; } input[type=search] { -webkit-appearance: textfield; } textarea { overflow-y: auto; resize: vertical; } .clear,.clrfix { zoom: 1; } .clear:after,.clrfix:after { content: ' '; display: block; clear: both; height: 0; visibility: hidden; } .hidden,.hide { display: none; } a { text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur()); } a:focus { outline: none; -moz-outline: none; } *html,*html body { background-image: url(about:blank); background-attachment: fixed; } .fl { float: left; } .fr { float: right; } .orange { color: #FE0100!important; } .gray3 { color: #333; } .gray6 { color: #666!important; } .gray9 { color: #999; } .blue { /*color: #2af;*/ } .red { color: #d00; } .green { color: #00a800; } .f-mar-left { margin-left: 10px!important; } body { min-width: 1002px; -webkit-text-size-adjust: none; _background-image: url(about:blank); _background-attachment: fixed; *line-height: 1.5; } .mlr5 { margin: 0 5px; } .ml10 { margin-left: 10px; } .Hicon,.F-msg-close,.U_sina s,.U_qq s,.U_wx s,.F-icon-guest s,.F-icon-gray s,.M-nav-help a s,.search_submit,.search_submit_hover,.m-app-dow-img,.u-banner-close,.F-number-l,.F-number-r,.F-bg,.F-android-img,.F-wx-img,.M-wx .F-txt b i,.F-security-img,.F-goods-img,.F-goods-arrow,.m-popup-close a,.u-popup-Tip s,.u-popup-Tip i,u-popup-Tip b,.f-user-qq,.f-pay-succeed,.f-pay-fail,.roll_close a,.u-cart-name dfn s { } .orange_btn,.orange_bg_btn { background: #f60; color: #fff; font-size: 16px; display: inline-block; border-radius: 2px; } .orange_btn:hover { background: #f40; color: #fff; } .g-popup { margin: 0 auto; z-index: 99; } .g-buy-frame,.g-user-frame { position: relative; } .m-popup-buy { text-align: center; padding-top: 30px; padding-bottom: 30px; } .u-popup-remaining { font-size: 14px; line-height: 28px; } .u-popup-Tip { line-height: 30px; height: 30px; } .u-popup-balance { line-height: 30px; font-size: 14px; } .g-popup .orange_btn { line-height: 36px; font-size: 14px; padding: 0 40px; } .g-popup .m-popup-close a { background-position: -15px -20px; width: 9px; height: 9px; display: inline-block; position: absolute; right: 10px; top: 10px; } .m-popup_buybtn span { color: #FFF001; } .u-popup-Tip s,.u-popup-Tip i { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; margin-right: 5px; } .u-popup-Tip s { background-position: -126px -274px; } .u-popup-Tip i { background-position: -154px -274px; } .u-popup-paytip { background: #FEFEE4; border: 1px solid #F60; margin: 0 62px; padding: 5px 0; } .u-popup-paytip .u-popup-paymoney { font-size: 16px; padding-bottom: 4px; } .u-popup-paytip .u-popup-payRecharge { font-size: 14px; } .num_del,.num_add,.num_dig { width: 28px; height: 28px; overflow: hidden; display: inline-block; border: 1px solid #cfcfcf; text-align: center; font-size: 24px; color: #999; line-height: 28px; vertical-align: middle; background: #f4f4f4; } .u-popup-number { width: 185px; margin: 0 auto; } .u-popup-number label,.u-popup-number a,.u-popup-number input { float: left; outline: 0; } .u-popup-number label { line-height: 30px; } .num_del { margin-left: 5px; } .num_add { margin-right: 5px; } .num_ban { color: #ccc; cursor: default; } .num_ban:hover { color: #ccc; } .num_dig { width: 65px; background: #fff; line-height: 28px; border-left: none; border-right: none; font-size: 18px; } .g-pay-tip { position: relative; margin: 35px auto 55px; width: 300px; } div.pageDialogMain .g-pay-tip p { margin-left: 60px; padding: 0; } .g-pay-tip .f-pay-succeed,.g-pay-tip .f-pay-fail { width: 42px; height: 42px; display: inline-block; position: absolute; left: 0; top: 0; float: left; } .g-pay-tip .f-pay-succeed { background-position: -45px -306px; } .g-pay-tip .f-pay-fail { background-position: 0 -306px; } .g-pay-tip .f-pay-tit { font-size: 20px; height: 30px; } .g-pay-tip .f-pay-btn { margin-top: 48px; } .g-pay-tip p.gray9 a.gray6:hover { color: #f60!important; text-decoration: underline; } .g-submit { margin: 65px 0; } .g-submit .f-submit-tit { text-align: center; font-size: 16px; margin-bottom: 15px; } .u-progress { width: 200px; height: 8px; overflow: hidden; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); background: #f7f7f7; margin: 0 auto; position: relative; } .u-progress .pgbar,.u-progress .pging { display: block; width: 100%; height: 100%; } .u-progress .pgbar { border-radius: 10px; position: absolute; top: 0; left: 0; overflow: hidden; } .u-progress .pging { background: -webkit-gradient(linear,0% 0,100% 100%,from(rgba(0,0,0,0)),to(rgba(254,232,175,1)),color-stop(25%,rgba(0,0,0,0)),color-stop(25%,rgba(254,232,175,1)),color-stop(50%,rgba(254,232,175,1)),color-stop(50%,rgba(0,0,0,0)),color-stop(75%,rgba(0,0,0,0)),color-stop(75%,rgba(254,232,175,1))); background: -webkit-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: -ms-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); -webkit-background-size: 10px 10px; -moz-background-size: 10px 10px; -ms-background-size: 10px 10px; background-size: 10px 10px; -webkit-animation: pging 0.5s linear infinite; -moz-animation: pging 0.5s linear infinite; -ms-animation: pging 0.5s linear infinite; animation: pging 0.5s linear infinite; } @-webkit-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @-moz-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @-ms-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } .u-progress-c3 .pgbar { background: #FF9D4B; background: -webkit-gradient(linear,0% 0,0% 100%,from(#FF9D4B),to(#FF9D4B)); background: -webkit-linear-gradient(#FF9D4B,#FF9D4B); background: -moz-linear-gradient(#FF9D4B,#FF9D4B); background: -ms-linear-gradient(#FF9D4B,#FF9D4B); background: linear-gradient(#FF9D4B,#FF9D4B); } .class-icon01 s,.class-icon02 s,.class-icon03 s,.class-icon04 s,.class-icon05 s,.class-icon06 s,.class-icon07 s { } .class-icon01,.class-icon02,.class-icon03,.class-icon04,.class-icon05,.class-icon06,.class-icon07 { display: inline-block; position: relative; padding-left: 17px; padding-right: 5px; line-height: 20px!important; color: #666; } .class-icon01 s,.class-icon02 s,.class-icon03 s,.class-icon04 s,.class-icon05 s,.class-icon06 s,.class-icon07 s { position: absolute; width: 13px; height: 13px; display: inline-block; top: 4px; top: 2px\9; _top: 4px; left: 0; overflow: hidden; } .class-icon01 s { background-position: -1px 0; } .class-icon02 s { background-position: -18px 0; } .class-icon03 s { background-position: -35px 0; } .class-icon04 s { background-position: -52px 0; } .class-icon05 s { background-position: -69px 0; } .class-icon06 s { background-position: -86px 0; } .class-icon07 s { background-position: -106px -1px; } body.home .nav-main li.f-nav-home,body.lottery .nav-main li.f-nav-lottery,body.share .nav-main li.f-nav-share,body.group .nav-main li.f-nav-group,body.cooperation .nav-main li.f-nav-invite,body.helper .nav-main li.f-nav-guide,body.thanks .nav-main li.f-nav-thanks,body.limit .nav-main li.f-nav-limit { background: #f04900; line-height: 40px; } /* .F_goods_rq,.F_goods_xp,.F_goods_tj,.F_goods_xg { background-image: url(../images/index-2014.png?v=0609); background-repeat: no-repeat; } .search a.seaIcon i,.m-menu-all h3 em,.nav-cart-btn i.f-cart-icon,a.u-cart s,.u-mui-tab li.f-cart a.u-menus i,span.nav-new,.u-shortcut .u-float-list i,.cartEmpty i,.g-toolbar li.u-arr .u-menu-hd,.gth-icon,.att-add-success i,.f-concerned p i { display: block; background-image: url(../images/head-2014.png?v=0604); background-repeat: no-repeat; } .ng-box-bg { background: url(http://skin.ts1kg.com/Images/box-share-bg.jpg?v=0609) no-repeat; } */ .search a.seaIcon i, .m-menu-all h3 em, .nav-cart-btn i.f-cart-icon, a.u-cart s, .u-mui-tab li.f-cart a.u-menus i, span.nav-new, .u-shortcut .u-float-list i, .cartEmpty i, .g-toolbar li.u-arr .u-menu-hd, .gth-icon, .att-add-success i, .f-concerned p i { display: block; background: url(../img/index/head-2014.png) no-repeat; } .m-ser li .u-icons,.g-special li em,.u-cartEmpty i,.m-cart-login li.other-login a b,.m-narrow-list .u-float-list i,a.delete-close:hover,.limitbuy-icon,.scrollcontent .attentionCon li a.att-close { display: block; background-image: url(../img/comm-footer.gif); background-repeat: no-repeat; } .f-tran { font-family: "\5b8b\4f53"; } .f-tran-prev { margin-right: 5px; } .f-tran-next { margin-left: 5px; } .w1190 { clear: both; width: 1190px; margin: 0 auto; } .w1190:after { display: block; visibility: hidden; clear: both; height: 0; overflow: hidden; content: '.'; } a.u-now,a.u-cart { float: left; display: block; height: 35px; line-height: 35px; text-align: center; border-radius: 2px; } a.u-now { float: left; width: 136px; background: #ed0909; color: #fff !important; font-size: 16px; margin: 0 7px 0 31px; display: inline; } a.u-now:hover { background: #f40; } a.u-cart { width: 60px; background: #ed0909; } a.u-cart s { display: block; width: 21px; height: 27px; background-position: 0 -70px; margin: 4px auto; } a.u-cart:hover { background: #f40; } .z-btn-determine,.z-btn-cancel { display: inline-block; padding: 0 27px; text-align: center; border-radius: 2px; height: 35px; line-height: 35px; overflow: hidden; font-size: 16px; } .z-btn-determine { background: #f60; color: #fff; border: 0 none; } .z-btn-determine:hover { background: #f40; } .z-btn-cancel { height: 33px; line-height: 33px; border: 1px solid #ddd; color: #666; margin-right: 10px; background: #fff; } .g-progress { height: 48px; margin: 0 auto; overflow: hidden; } .g-progress dl.m-progress { width: 216px; overflow: hidden; } .g-progress dl.m-progress dt { width: 216px; height: 6px; } .g-progress dl.m-progress dt b { height: 6px; } dl.m-progress dt { background: #ddd; margin-bottom: 5px; overflow: hidden; } dl.m-progress dt b { display: block; filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff934b',endColorStr='#ff6601',gradientType='1'); background: -moz-linear-gradient(0deg,#ff934b,#ff6601); background: -webkit-gradient(linear,0% 0,100% 0,from(#ff934b),to(#ED0909)); background: -ms-linear-gradient(left,#ff934b 0,#ff6601 100%); background: -o-linear-gradient(0deg,#ff934b,#ff6601); } .g-progress dl.m-progress dd { font-size: 12px; } .g-progress dl.m-progress dd span { height: 36px; color: #bbb!important; line-height: 16px; } .g-progress dl.m-progress dd span.orange { width: 33%; } .g-progress dl.m-progress dd span.gray6 { width: 34%; text-align: center; } .g-progress dl.m-progress dd span.blue { width: 33%; text-align: right; } .g-progress dl.m-progress dd span em { display: block; font-size: 14px; } .g-progress dl.m-progress dd span.orange em { color: #FE0100; } .g-progress dl.m-progress dd span.gray6 em { color: #666; } .g-progress dl.m-progress dd span.blue em { color: #2af; } .g-toolbar { width: 100%; height: 36px; border-bottom: 1px solid #e4e4e4; position: relative; z-index: 99; background: #fff; -moz-box-shadow: 1px 1px 1px #f7f7f7; -webkit-box-shadow: 1px 1px 1px #f7f7f7; box-shadow: 1px 1px 1px #f7f7f7; } .g-toolbar .w1190 { margin: 0 auto; } .g-toolbar li { float: left; height: 36px; position: relative; z-index: 0; } .g-toolbar li a { color: #666; } .g-toolbar li a:hover { color: #f60; text-decoration: underline; } .g-toolbar li .u-menu-hd { float: left; height: 20px; line-height: 18px; padding: 8px 10px; position: relative; z-index: 93; } .g-toolbar li .u-select { background: #fff; position: absolute; top: 36px; left: 0; z-index: 90; border: 1px solid #e4e4e4; border-top: 0 none; display: none; overflow: hidden; } .g-toolbar li .u-select span { display: block; padding-left: 11px; text-align: left; margin-bottom: 7px; } .g-toolbar li.f-gap s { width: 0; height: 12px; font-size: 0; display: inline-block; border-left: 1px solid #e4e4e4; overflow: hidden; margin: 12px 0; } .g-toolbar .f-top-arrow { position: absolute; top: 6px; right: 17px; display: block; cursor: pointer; } .g-toolbar .f-top-arrow cite,.g-toolbar .f-top-arrow b { font-size: 17px; _font-size: 8px; font-weight: bold; color: #666; top: 0; *+top: 0; top: 0\0; position: absolute; } .g-toolbar .f-top-arrow b { top: -2px; *+top: -2px; top: -2px\0; color: #fff; font-family: inherit!important; } .g-toolbar li.u-arr-hover .f-top-arrow { top: 9px; _top: 8px; } .g-toolbar li.u-arr-hover .f-top-arrow cite { color: #f60; } .g-toolbar li.u-arr-hover .f-top-arrow b { top: 2px; *+top: 2px; top: 2px\0; } .g-toolbar li.f-collect .u-menu-hd { padding: 8px 10px 8px 0; _padding: 9px 17px 7px 0; } .g-toolbar li.u-arr,.g-toolbar li.u-arr-1yyg,.g-toolbar li.u-arr-news { position: relative; } .g-toolbar li.u-arr .u-menu-hd { width: 59px; padding: 8px 12px 8px 27px; _padding: 9px 12px 7px 27px; background-position: -41px 11px; } .g-toolbar li.u-arr .u-select { width: 96px; height: 96px; padding: 5px 0 3px; text-align: center; } .g-toolbar li.u-arr .u-select a { line-height: 20px; text-align: center; } .g-toolbar li.u-arr .u-select img { display: block; width: 75px; height: 75px; margin: 0 auto 2px; } .g-toolbar li .u-menu-login { overflow: hidden; } .g-toolbar li .u-menu-login a { float: left; } .g-toolbar li .u-menu-login a.blue { color: #2af; margin-right: 10px; position: relative; _top: 1px; } .g-toolbar li .u-menu-login span { display: block; width: 25px; height: 25px; position: relative; top: -3px; margin-right: 5px; overflow: hidden; } .g-toolbar li .u-menu-login span img { display: block; width: 25px; height: 25px; border-radius: 25px; overflow: hidden; } /*.g-toolbar li .u-menu-login span s { display: block; width: 25px; height: 25px; background: url(http://skin.ts1kg.com/images/top_head.png) no-repeat; position: absolute; top: 0; left: 0; }*/ .g-toolbar li.u-arr-1yyg .u-menu-hd { width: 77px; } .g-toolbar li.u-arr-1yyg .u-select { width: 95px; height: 74px; padding-top: 3px; } .g-toolbar li.u-arr-news .u-menu-hd { width: 35px; height: 21px; margin-bottom: -1px; } .g-toolbar li.u-arr-news .u-menu-hd em { font-size: 0; width: 7px; height: 7px; border-radius: 7px; background: #f60; position: absolute; top: 9px; right: 19px; overflow: hidden; } .g-toolbar li.u-arr-hover .u-menu-hd em { right: 18px; } .g-toolbar li.u-arr-news .u-select { width: 87px; height: 100px; padding-top: 3px; border-top: 1px solid #e4e4e4; } .g-toolbar li.u-arr-news .u-select a em { display: inline-block; min-width: 13px; height: 15px; padding: 0 1px; border-radius: 15px; line-height: 14px; text-align: center; color: #fff; background: #f60; margin-left: 3px; position: relative; _top: 1px; } .g-toolbar li.u-arr-news .u-select a em.three-digit { padding-left: 2px; line-height: 7px; top: -5px; *top: 3px; } .g-toolbar li i { display: block; float: left; background-position: 0 0; position: relative; top: -2px; left: -2px; _left: 0; } .g-toolbar li.f-zxkf .u-menu-hd { padding: 8px 0 8px 17px; overflow: hidden; } a.u-service i { display: block; float: left; width: 24px; height: 24px; cursor: pointer; } a.u-service:hover { text-decoration: underline; } a.u-service-on,a.u-service-on:hover { color: #FE0100!important; } a.u-service-off,a.u-service-off:hover { color: #666!important; } /*a.u-service-on i { background: url(../images/service-on-2014.gif) no-repeat; } a.u-service-off i { background: url(../images/service-off-2014.gif) no-repeat; }*/ .g-toolbar li.u-arr-hover .u-menu-hd { padding: 8px 11px 8px 26px; background-color: #fff; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; background-position: -42px -28px; } .g-toolbar li.u-arr-hover .u-menu-hd a { color: #f60; } .g-toolbar li.u-arr-1yyg.u-arr-hover .u-menu-hd,.g-toolbar li.u-arr-news.u-arr-hover .u-menu-hd { padding: 8px 9px; } .g-toolbar ul.fl li.u-arr-hover .u-menu-hd { _padding: 9px 11px 7px 26px; } .g-toolbar li.u-arr-hover .u-select { display: block; } .g-header { clear: both; height: 110px; background: #fff; } .logo_1yyg { width: 260px; height: 110px; background-repeat: no-repeat; } /*.logo_1yyg a.logo { float: left; display: block; width: 122px; height: 74px; background: url(http://skin.ts1kg.com/images/logo-2014.png) no-repeat; margin: 18px 0; }*/ .logo_1yyg a.u-top-ad { float: left; display: block; width: 100px; height: 110px; } .search_cart_wrap { width: 930px; height: 110px; position: relative; z-index: 0; } .search_cart_wrap .number { width: 420px; height: 29px; margin-left: 95px; text-align: center; padding-top: 59px; } .search_cart_wrap .number p { color: #666; font-size: 14px; display: block; float: left; } .search_cart_wrap .number ul { float: left; position: relative; } .search_cart_wrap .number a { display: block; width: 420px; height: 29px; cursor: pointer; } .search_cart_wrap .number a li { display: block; width: 21px; color: #f60; position: relative; } .search_cart_wrap .number li { float: left; display: block; font-size: 24px; height: 27px; line-height: 27px; text-align: center; margin: 0 2px; border-radius: 1px; border: 1px solid #e4e4e4; overflow: hidden; } .search_cart_wrap .number li.num { background: #fff; } .search_cart_wrap .number li.nobor { width: 10px; border: 0 none; } .search_cart_wrap .number li.gray6 { width: 56px; font-size: 14px; line-height: 29px; _line-height: 31px; color: #666; } .search_cart_wrap .number li cite { display: block; width: 21px; position: absolute; top: 0; left: 0; z-index: 1; } .search_cart_wrap .number li em { display: block; width: 21px; } .search_cart_wrap .number li i { width: 196px; height: 0; border-top: 1px solid #ededed; position: absolute; top: 13px; left: 0; z-index: 0; } .search_cart_wrap .number li.u-secondary { width: 40px; position: relative; text-align: left; } .search_cart_wrap .number li.u-secondary b { display: block; width: 7px; height: 11px; background-position: -26px 0; position: absolute; top: 9px; right: 0; } .search_cart_wrap .number li.u-secondary b { border-style: solid; border-width: 4px 0 4px; border-color: #fff; border-left: 4px solid rgb(102,102,102); width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; left: 33px; top: 11px; } .search_cart_wrap .number li.u-secondary b s { border-style: solid; _border-style: dashed; border-width: 3px; border-color: transparent; border-left-width: 0; border-left: 3px solid #fff; width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; top: -3px; left: -5px; } .search_cart_wrap .search { width: 320px; position: absolute; top: 50px; right: 0; } .search_cart_wrap .search .form { float: left; border: 1px solid #e4e4e4; border-right: 0 none; width: 280px; height: 36px; position: relative; background-color: #fff; } .search_cart_wrap .search .form input { position: absolute; left: 0; top: 0; z-index: 0; color: #bbb; width: 145px; height: 18px; line-height: 18px; border: 0 none; padding: 9px 130px 9px 5px; outline: 0; } .search_cart_wrap .search .form span { height: 36px; position: absolute; top: 0; right: 0; z-index: 10; } .search_cart_wrap .search .form span a { display: block; float: left; width: 35px; height: 20px; line-height: 20px; background: #eee; color: #666; margin: 8px 7px 0 0; display: inline; text-align: center; cursor: pointer; } .search_cart_wrap .search .form a:hover { background: #e4e4e4; color: #666; } .search_cart_wrap .search a.seaIcon { display: block; float: left; width: 39px; height: 30px; background: #f60; padding-top: 8px; cursor: pointer; } .search_cart_wrap .search a.seaIcon:hover { background: #f40; } .search_cart_wrap .search a.seaIcon i { display: block; width: 21px; height: 21px; background-position: 0 0; margin: 0 auto; } .g-nav { width: 1190px; height: 40px; line-height: 40px; margin: 0 auto; background: #f60; color: #fff; } .g-nav .w1190 { position: relative; z-index: 20; } .g-nav a { font-size: 16px; } .m-menu { width: 240px; height: 40px; float: left; background: #2af; position: relative; z-index: 60; } .m-menu-all { width: 240px; position: absolute; left: 0; top: 0; z-index: 20; } .m-menu-all h3 a { display: block; width: 222px; height: 40px; padding-left: 18px; position: relative; z-index: 5; color: #fff; } .m-menu-all h3 a:hover { color: #fff; } .m-menu-all h3 em { display: block; width: 16px; height: 10px; background-position: 0 -25px; _background-position: 0 -24px; position: absolute; right: 16px; top: 15px; overflow: hidden; } .m-all-sort { width: 238px; height: 438px; background: #fff; border: 1px solid #21a5f7; border-top: 0 none; position: absolute; left: 0; top: 40px; z-index: 200; overflow: hidden; display: none; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; } .m-all-sort dl { clear: both; border-top: 1px solid #e6e6e6; margin-top: -1px; padding: 13px 0 18px; height: 42px; line-height: 25px; overflow: hidden; } .m-all-sort dl.hover { background: #fffdf0; width: 238px; height: 42px; padding: 13px 0 18px; position: relative; z-index: 10; } .m-all-sort dl.hover dt a,.m-all-sort dl.hover dt span { color: #f60; } .m-all-sort dl.hover i { background: url(../images/shadow-2014.gif) repeat-x; width: 238px; padding: 12px 0 18px; height: 42px; height: 3px; position: absolute; bottom: -30px; _bottom: -45px; left: 0; } .m-all-sort dl a { color: #666; } .m-all-sort dl a:hover { color: #f60; text-decoration: underline; } .m-all-sort dt { padding-left: 15px; } .m-all-sort dt a { font-size: 16px; color: #333; } .m-all-sort dt span { margin: 0 3px; color: #333; position: relative; top: -2px; } .m-all-sort dd a { margin-left: 15px; font-size: 12px; } .nav-main li { float: left; } .nav-main li a { display: block; padding: 0 32px; color: #fff; } .nav-main li a:hover { background: #f04900; color: #fff; } .nav-main li.f-nav-home a { padding: 0 31px 0 32px; } .nav-main li.f-nav-limit { position: relative; } @-webkit-keyframes bounce-horizontal { 0%,10%,20%,30%,40%,60%,70%,80%,100% { -webkit-transform: translateY(0); } 50% { -webkit-transform: translateY(-1px); } 90% { -webkit-transform: translateY(-1px); } } @keyframes bounce-horizontal { 0%,10%,20%,30%,40%,60%,70%,80%,100% { transform: translateY(0); } 50% { transform: translateY(-1px); } 90% { transform: translateY(-1px); } } .nav-main li span.nav-new { display: block; background-position: 0 -106px; width: 20px; height: 14px; position: absolute; top: 2px; right: 16px; display: none; -webkit-animation-name: bounce-horizontal; animation-name: bounce-horizontal; -webkit-animation-duration: 1000ms; -ms-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; } .nav-cart { width: 134px; height: 40px; background: #2af; position: relative; z-index: 20; } .nav-cart-btn a { display: block; color: #fff; height: 40px; line-height: 40px; padding-left: 42px; position: relative; cursor: pointer; } .nav-cart-btn a:hover { color: #fff; text-decoration: underline; } .nav-cart-btn i.f-cart-icon { display: block; width: 21px; height: 20px; float: left; background-position: 0 -44px; position: absolute; top: 10px; left: 17px; display: inline; } .nav-cart-con { width: 239px; height: 500px; background: #fff; border: 1px solid #2af; position: absolute; right: 0; _right: -1px; z-index: 20; font-size: 12px; display: none; overflow: hidden; } .g-footer { clear: both; width: 100%; /* border-top:1px solid #e4e4e4; */ background: #fff; -moz-box-shadow: -1px -2px 1px #f7f7f7; /* -webkit-box-shadow:-1px -2px 1px #f7f7f7; *//* box-shadow:-1px -2px 1px #f7f7f7; */ } .g-guide dl { float: left; width: 120px; padding: 30px 59px 25px; } .g-guide dt { font-size: 20px; color: #333; padding-bottom: 20px; } .g-guide dd { font-size: 14px; line-height: 23px; } .g-guide dd a { color: #999; } .g-guide dd a:hover { color: #ED0909; text-decoration: underline; } .g-service { clear: both; height: 100px; } .m-ser { float: left; width: 241px; height: 98px; border: 1px solid #e4e4e4; font-size: 14px; color: #999; } .m-ser li { float: left; } .m-ser li .u-icons { display: block; } .m-ser li dd a { display: block; text-align: center; color: #fff; border-radius: 2px; } .m-ser li i { float: left; } .m-ser dt { padding-bottom: 6px; } .u-ser1 dl { padding-left: 19px; } .u-ser1 dt { padding-bottom: 3px; } .u-ser1 li s { width: 69px; height: 78px; background-position: -61px 0; } .u-ser1 li dd b { width: 96px; height: 18px; background-position: -85px -86px; } .u-ser1 li dd a { width: 110px; height: 32px; line-height: 32px; background: #FE0100; margin-top: 5px; } .u-ser2 ul ,.u-ser1 ul{ padding-top: 19px; text-align: center; font-size: 12px; } .u-ser2 dl { padding-left: 11px; } .u-ser2 li dt i { width: 20px; height: 16px; background-position: 0 0; position: relative; top: 1px; margin-right: 3px; } .u-ser2 li dt a { color: #999; } .u-ser2 li dd b { width: 112px; height: 40px; background-position: 0 -104px; } .u-ser2 li dd i { margin-right: 3px; position: relative; top: 1px; } .u-ser3 ul { padding-top: 19px; } .u-ser3 dl { padding-left: 8px; } .u-ser3 li s { width: 72px; height: 79px; background-position: -141px 0; } .u-ser3 li dd { font-size: 24px; } .u-ser3 li dd span { width: 35px; height: 40px; line-height: 40px; text-align: center; border-radius: 2px; display: inline-block; color: #fff; } .u-ser3 li dd em { color: #fff; } .u-ser4 ul { padding-top: 19px; } .u-ser4 dl { padding-left: 8px; } .u-ser4 li s { width: 72px; height: 79px; background-position: -301px 0; } .u-ser4 li dd span { width: 136px; height: 39px; line-height: 39px; background: #94d45b; font-size: 18px; display: inline-block; text-align: center; color: white; } .u-ser5 ul { padding-top: 72px; padding-left: 19px; } .u-ser5 dl { padding-left: 8px; } .u-ser5 dt { padding-bottom: 0; } .u-ser5 li s { width: 80px; height: 79px; background-position: -216px 0; } .u-ser5 li dd { color: #bbb; font-size: 12px; line-height: 18px; } .u-ser5 li dd.u-tel { font-size: 20px; line-height: 24px; } .u-ser5 li dd a { text-align: left; padding-top: 5px; color:#e60000 } .u-ser5 li dd a i { position: relative; top: -3px; margin-right: 2px; } #pServerTime{background:#FE0100;border-radius:3px;} .g-special { height: 50px; border: 1px solid #e4e4e4; overflow: hidden; } .g-special li { padding-top: 33px; text-align: center; font-size: 12px; color: #999999; } .g-special li a { color: #bbb; cursor: pointer; display: block; } .g-special li em { display: block; width: 50px; height: 50px; margin: 0 auto; color: #333333; } .g-special li span { display: block; font-size: 14px; color: #333; padding-top: 20px; } .g-special li em.u-spc-icon1 { background-position: -199px -91px; } .g-special li em.u-spc-icon2 { background-position: -253px -91px; } .g-special li em.u-spc-icon3 { background-position: -308px -91px; } .g-copyrightCon { clear: both; background: #fff; } .g-links { text-align: center; padding: 5px 0; } .g-links a { color: #666; } .g-links a:hover { color: #f60; text-decoration: underline; } .g-links s { border-left: 1px solid #e4e4e4; width: 0; height: 12px; margin: 0 11px 0 15px; overflow: hidden; font-size: 0; display: inline-block; position: relative; top: 1px; } .g-copyright { text-align: center; color: #999; } .g-authentication { clear: both; text-align: center; padding: 15px 0 8px; } /*.g-authentication a { background: url(../images/icon.png) no-repeat; width: 90px; height: 32px; display: inline-block; margin: 0 2px; }*/ .g-authentication a.fi_ectrustchina { background-position: 0 0; } .g-authentication a.fi_315online { background-position: 0 -32px; } .g-authentication a.fi_qh { background-position: 0 -96px; } .g-authentication a.fi_cnnic { background-position: 0 -64px; } .g-authentication a.fi_anxibao { background-position: -1px -128px; } .g-authentication a.fi_pingan { background-position: 0 -160px; } .g-authentication a.fi_yangshi { background-position: 0 -192px; } .g-narrow-con { display: none; } .g-outer { position: fixed; _position: absolute; width: 37px; z-index: 99; top: 0; right: 0; _right: -1px; bottom: 0; background: #c4bab3; display: none; } *html .g-outer { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)-0)); _bottom: auto; _position: absolute; } .g-status-standard { position: relative; } .m-banner-list { width: 37px; height: 100%; background: #c4bab3; display: block; position: relative; z-index: 11; } .u-sentence { width: 37px; height: 180px; position: fixed; _position: absolute; right: 0; _right: -1px; top: 0; } /* .u-sentence span { display: block; background-image: url(../images/sentence.gif?v=0123); width: 37px; height: 180px; } */ .u-sentence cite { width: 37px; overflow: hidden; } .u-sentence cite img { display: block; } .u-shortcut { width: 37px; position: fixed; _position: absolute; right: 0; _right: -1px; bottom: 0; } .u-shortcut li { float: left; height: 56px; border-top: 1px solid #cdc2bb; position: relative; } .u-shortcut li .u-float-list a { color: #fff; } .u-shortcut li .u-float-list a:hover,.u-shortcut li.cart-hover .u-float-list a { background: #9f948d; } .u-shortcut li .u-float-list cite { background: #9f948d; } .u-float-list { display: block; width: 37px; height: 56px; _overflow: hidden; } .u-float-list a { display: block; height: 56px; color: #fff; cursor: pointer; } .u-float-list i { margin: 0 auto; position: relative; _position: static; z-index: 8; } .u-float-list cite { width: 25px; height: 32px; margin: 0 auto; line-height: 16px; display: block; padding-top: 12px; _padding-top: 13px; overflow: hidden; display: none; position: relative; z-index: 9; } .u-shortcut li.f-shopping-cart { border-top: 0 none; } .u-shortcut li.f-shopping-cart,.u-shortcut li.f-shopping-cart a { height: 133px; position: relative; } .u-shortcut li.f-shopping-cart a,.u-shortcut li.f-shopping-cart a:hover { background: #f60; } .u-shortcut li.f-shopping-cart a i { display: block; width: 21px; height: 20px; background-position: 0 -44px; position: absolute; top: 30px; left: 8px; } .u-shortcut li.f-shopping-cart a em { display: inline-block; min-width: 12px; height: 14px; padding: 0 1px; border-radius: 12px; text-align: center; line-height: 13px; background: #fff; overflow: hidden; position: absolute; left: 11px; top: 16px; color: #f60; font-size: 10px; border: 2px solid #f40; } .u-shortcut li.f-shopping-cart a span { display: block; width: 11px; position: absolute; top: 55px; left: 13px; font-size: 14px; } .u-shortcut li.f-shopping-cart b.curr-arrow { border-color: #f60; border-left: 4px solid rgb(238,238,238); top: 62px; } .u-float-list strong.f-fly-num { background: #fff; width: 15px; height: 15px; line-height: 13px; text-align: left; color: #f60; border-radius: 15px; letter-spacing: -2px; z-index: 9999; } /*.u-shortcut li.f-customer-service i { background-image: url(../images/customer-on.gif?v=0127); width: 34px; height: 40px; top: 8px; } .u-shortcut li.f-customer-service a.z-customer-off i { background-image: url(../images/customer-off.gif?v=0126); }*/ .u-shortcut li.f-client i { background-position: 0 -142px; width: 13px; height: 20px; top: 18px; } .u-shortcut li.f-attention i { background-position: -42px -66px; width: 18px; height: 16px; top: 20px; } .u-shortcut li.f-weixin i { background-position: 0 -166px; width: 20px; height: 16px; top: 20px; } .u-shortcut li.f-feedback i { background-position: 0 -186px; width: 16px; height: 16px; top: 20px; } .u-shortcut li.f-back-to i { background-position: 0 -206px; width: 20px; height: 15px; top: 20px; } li.f-back-to a cite { padding-top: 20px; } b.curr-arrow { border-style: solid; border-width: 4px 0 4px 0; border-color: #9f948d; border-left: 4px solid rgb(255,255,255); width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; left: 0; bottom: 24px; z-index: 5; display: none; } .u-activate { width: 97px; height: 113px; text-align: center; border: 1px solid #c4bab3; border-right: 0 none; background: #fff; position: absolute; bottom: -1px; right: 37px; _right: 36px; display: none; } .u-activate img { display: block; width: 75px; height: 106px; padding: 9px 11px 0; width: 75px; height: 75px; margin-bottom: 5px; } .u-activate a { color: #666; } .u-activate a:hover { color: #f60; } li.cart-hover .u-activate { display: block; } li.cart-hover .u-float-list i { display: none!important; } li.cart-hover .u-float-list cite { display: block; } li.cart-hover b.curr-arrow { display: block; } .u-shortcut li.f-checked b.curr-arrow { display: block; } .m-unfold-cart { width: 240px; height: 340px; background: #eee; border: 1px solid #c4bab3; border-right: 0 none; position: absolute; top: 0; right: -241px; z-index: 5; overflow: hidden; display: none; } .f-unfold-title { height: 33px; overflow: hidden; display: none; } .f-unfold-title a { color: #666; cursor: pointer; } .f-unfold-title a:hover { color: #f60; } .f-unfold-title span { padding: 7px 0 0 9px; font-weight: bold; } .f-unfold-title cite { padding: 4px 6px 6px 0; } .f-unfold-title cite a { display: block; width: 60px; height: 22px; text-align: center; line-height: 22px; border: 1px solid #e4e4e4; background: #fff; } .f-unfold-con { width: 228px; padding: 0 6px; position: relative; } .loading-2015 { width: 240px; height: 50px; margin: 0 auto; } /* .loading-2015 em { background: url(../images/goods_loading2.gif) no-repeat; width: 50px; height: 50px; margin: 0 auto; display: block; } */ .cartEmpty { text-align: center; font-size: 14px; height: 89px; position: relative; color: #666; display: none; } .cartEmpty i { display: block; width: 54px; height: 53px; background-position: 0 -228px; margin: 0 auto 15px; } .scrollcontent { background: #fff; position: relative; overflow: hidden; box-shadow: 0 1px 2px #e4e4e4,1px 0 2px #e4e4e4; display: none; } .scrollcontent .unfold-list { clear: both; width: 228px; display: none; } .scrollcontent .unfold-list dl { clear: both; width: 220px; height: 60px; padding: 8px 0 8px 10px; border-bottom: 1px solid #eee; position: relative; overflow: hidden; } .scrollcontent .unfold-list dl:hover,.unfold-list dl.hover { background: #f7f7f7; } .scrollcontent .unfold-list dd { float: left; } .scrollcontent .unfold-list dd img { display: block; width: 60px; height: 60px; } .scrollcontent .unfold-list dd p { width: 124px; height: 60px; display: block; overflow: hidden; } .scrollcontent .unfold-list dd p.three-row { display: none; } .scrollcontent .unfold-list dd b { display: block; width: 26px; height: 15px; background-position: 0 -33px; position: absolute; left: 10px; top: 8px; } .scrollcontent .unfold-list dd.z-ygrc { width: 133px; height: 60px; padding-top: 7px; overflow: hidden; margin: 0 5px; display: inline; color: #333; line-height: 20px; } .scrollcontent .unfold-list dd.z-ygrc p { width: 133px; } .scrollcontent .unfold-list dl.hover dd.z-ygrc { height: 60px; padding-top: 0; } .scrollcontent .unfold-list dl.hover p.two-row { display: none; } .scrollcontent .unfold-list dl.hover p.three-row { display: block; } .scrollcontent .unfold-list dd.z-ygrc span { display: block; } .scrollcontent .unfold-list dd.z-ygrc cite { display: block; color: #f60; } .scrollcontent .unfold-list dd.z-ygrc cite em { color: #666; } .scrollcontent .unfold-list dd.z-ygrc span.modify { width: 87px; height: 22px; background: #fff; border: 1px solid #ccc; overflow: hidden; } .scrollcontent .unfold-list dd.z-ygrc span.modify a,.unfold-list dd.z-ygrc span.modify input { float: left; height: 22px; } .scrollcontent .unfold-list dd.z-ygrc span.modify a { width: 23px; text-align: center; font-size: 20px; color: #666; } .scrollcontent .unfold-list dd.z-ygrc span.modify a:hover { color: #f60; } .scrollcontent .unfold-list dd.z-ygrc span.modify a.unclick,.scrollcontent .unfold-list dd.z-ygrc span.modify a.unclick:hover { color: #ccc; cursor: default; } .scrollcontent .unfold-list dd.z-ygrc input { display: block; width: 39px; text-align: center; line-height: 22px; border: 0 none; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; } .scrollcontent .attentionCon { font-size: 12px; overflow: hidden; } .scrollcontent .attentionCon ul { float: left; width: 114px; height: 125px; padding-top: 4px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; margin-right: -1px; display: inline-block; position: relative; _overflow: hidden; } .scrollcontent .attentionCon li { float: left; width: 94px; padding: 0 10px; margin-top: 5px; color: #999; text-align: center; } .scrollcontent .attentionCon li img { display: block; width: 80px; height: 80px; margin: 0 auto; } .scrollcontent .attentionCon li p { text-align: center; } .scrollcontent .attentionCon li.att-ing i { margin-left: 5px; } .scrollcontent .attentionCon li.att-show dl.m-progress { width: 94px; height: 3px; margin-bottom: 5px; } .scrollcontent .attentionCon li.att-show dl.m-progress dt { width: 94px; height: 3px; border-radius: 3px; } .scrollcontent .attentionCon li.att-show dl.m-progress dt b { height: 3px; float: left; } .scrollcontent .attentionCon li.att-show span.att-btn { display: block; _margin-top: -10px; } .scrollcontent .attentionCon li.att-show span.att-btn a { display: block; width: 94px; height: 21px; line-height: 21px; *line-height: 20px; border-radius: 10px; text-align: center; background: #f60; color: #fff; } .scrollcontent .attentionCon li.att-show span.att-btn a:hover { background: #f40; } .scrollcontent .attentionCon li.att-show a.att-close { display: block; width: 9px; height: 9px; background-position: 0 -61px; position: absolute; right: 8px; top: 8px; } .scrollcontent .attentionCon li.att-show a.att-close:hover { background-position: 0 -76px; } .scrollcontent .attentionCon li.att-show { display: none; } .scrollcontent .attentionCon ul.hover li.att-show { display: block; text-align: center; } .att-add-success { width: 114px; height: 130px; position: absolute; left: 0; top: 0; } .att-add-success cite { display: block; text-align: center; color: #fff; position: relative; z-index: 10; padding-top: 45px; line-height: 25px; } .att-add-success i { width: 17px; height: 17px; background-position: -43px -99px; margin: 0 auto; } .att-add-success i.att-prompt-icon { background-position: -43px -129px; } .att-add-success span { display: block; width: 114px; height: 130px; background: #000; opacity: 0.4; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); position: absolute; top: 0; left: 0; z-index: 0; } .no-login-wrapper { text-align: center; margin-top: 215px; } .gth-icon { width: 36px; height: 36px; overflow: hidden; margin: 0 auto; background-position: 0 -290px; } .ng-see-mycord { color: #bbb; font-size: 14px; line-height: 40px; } .ng-see-mycord a { color: #2af; text-decoration: underline; padding: 0 5px; } .dotting { display: inline-block; width: 10px; min-height: 2px; padding-right: 2px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; background-color: currentColor; background-clip: content-box; box-sizing: border-box; -webkit-animation: dot 3s infinite step-start both; animation: dot 3s infinite step-start both; } .dotting:before { content: '...'; } .dotting::before { content: ''; } :root .dotting { margin-left: 2px; padding-left: 2px; } @-webkit-keyframes dot { 25% { border-color: transparent; background-color: transparent; } 50% { border-right-color: transparent; background-color: transparent; } 75% { border-right-color: transparent; } } @keyframes dot { 25% { border-color: transparent; background-color: transparent; } 50% { border-right-color: transparent; background-color: transparent; } 75% { border-right-color: transparent; } } dd.z-close { position: absolute; right: 20px; top: 32px; } /* a.delete-close { background: url(../images/cart-close.png?v=141120) 2px 2px no-repeat; width: 7px; height: 7px; padding: 2px; cursor: pointer; display: none; } */ a.delete-close:hover { background-position: -37px 0; } dl:hover dd a.delete-close,dl.hover dd a.delete-close { display: block; } .scrollcontent .iscroll-drap-parent { width: 4px; position: absolute; top: 2px; bottom: 2px; right: 0; } .scrollcontent .iscroll-drap-parent a { display: block; width: 4px; background: #000; border-radius: 2px; position: absolute; right: 2px; cursor: pointer; opacity: 0.2; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); } .scrollcontent .iscroll-drap-parent a:hover { opacity: 0.3; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); } .f-unfold-pay { width: 240px; padding-bottom: 5px; font-size: 14px; position: absolute; left: 0; right: 0; bottom: 0; display: none; } .f-unfold-pay li.total-txt { height: 24px; line-height: 24px; margin: 3px 0; font-size: 14px; text-align: center; } .f-unfold-pay li.total-txt b { font-size: 16px; } .f-unfold-pay li.total-txt em { margin: 0 2px; } .f-unfold-pay li.accounts-btn a { display: block; width: 220px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #f60; border-radius: 2px; margin: 0 auto; } .f-unfold-pay li.accounts-btn a:hover { background: #f40; } .m-cart-login { width: 239px; height: 227px; border: 1px solid #c4bab3; position: absolute; top: 0; _top: 168px; right: 37px; z-index: 5; background: #fff; display: none; } .m-cart-login a.delete-close { display: block; position: absolute; top: 5px; right: 5px; } .g-outer { display: none; } .g-narrow-con { position: fixed; _position: absolute; width: 37px; height: 342px; z-index: 99; bottom: 8px; right: 8px; _right: -1px; background: #fff; } *html .g-narrow-con { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)-5)); _bottom: auto; _position: absolute; } .m-narrow-list { width: 37px; height: 342px; border-bottom: 1px solid #e4e4e4; } .m-narrow-list li { float: left; width: 37px; height: 57px; position: relative; } .m-narrow-list li .u-float-list { width: 37px; height: 57px; } .m-narrow-list li .u-float-list i { position: relative; top: 20px; } .m-narrow-list li .u-float-list a { width: 35px; height: 56px; border: 1px solid #e4e4e4; border-bottom: 0 none; } .m-narrow-list li.cart-hover .u-float-list a { width: 37px; height: 57px; border: 0 none; background: #f60; } /* .m-narrow-list li.f-customer-service i { background-image: url(../images/customer-on-gray.gif?v=0127); width: 34px; height: 40px; top: 8px; } .m-narrow-list li.f-customer-service a.z-customer-off i { background-image: url(../images/customer-off-gray.gif?v=0126); } */ .m-narrow-list li.f-client i { background-position: -380px 0; width: 13px; height: 20px; top: 18px; vertical-align: middle; } .m-narrow-list li.f-attention i { background-position: -380px -99px; width: 17px; height: 17px; } .m-narrow-list li.f-weixin i { background-position: -380px -26px; width: 20px; height: 16px; } .m-narrow-list li.f-feedback i { background-position: -380px -48px; width: 16px; height: 16px; } .m-narrow-list li.f-back-to i { background-position: -380px -70px; width: 20px; height: 15px; } .m-narrow-list li .u-float-list a cite { color: #fff; } .m-narrow-list li .activateCon { width: 99px; height: 113px; position: absolute; right: 37px; bottom: -1px; display: none; } .m-narrow-list li .u-activate { border: 1px solid #e4e4e4; right: 5px; bottom: 0; } .m-narrow-list li b.curr-arrow { border-color: #fff; border-left: 5px solid rgb(221,221,221); left: -5px; _left: -7px; -webkit-transition-property: border-color; -webkit-transition-duration: 3s; -webkit-transition-timing-function: ease; } .m-narrow-list li b.curr-arrow s { border-style: solid; _border-style: dashed; border-width: 5px; border-color: transparent; border-left-width: 0; border-left: 5px solid #fff; width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; top: -5px; right: -3px; } .m-narrow-list li.cart-hover .activateCon { display: block; } /* .g-main-con .g-loading-2014 i { display: block; background-image: url(../images/goods_loading.gif?v=141105); width: 100px; height: 100px; margin: 100px auto; } */ .g-pagination { clear: both; text-align: center; font-size: 14px; height: 31px; padding-top: 50px; } .g-pagination span { height: 31px; line-height: 31px; color: #999; margin: 0 4px; padding: 50px 0; } .g-pagination span a { display: inline-block; height: 29px; line-height: 29px; text-align: center; color: #999; padding: 0 10px; border: 1px solid #e4e4e4; cursor: pointer; } .g-pagination span a:hover { border: 1px solid #f60; color: #f60; } .g-pagination span.f-noClick a { color: #cbcbcb; background: #f4f4f4; cursor: default; } .g-pagination span.f-noClick a:hover { color: #cbcbcb; border: 1px solid #e6e6e6; } .g-pagination span.current a { background: #f60; border: 1px solid #f60; color: #fff; font-weight: bold; } .g-pagination span em { margin: 0 3px; } .g-pagination span input { border-width: 1px; border-style: solid; border-color: #bfbfbf #e6e6e6 #e6e6e6 #bfbfbf; width: 45px; height: 29px; line-height: 29px; text-align: center; margin-right: 3px; background: #f9f9f9; color: #9d9d9d; position: relative; *top: 5px; } .user_experience { width: 34px; height: 160px; position: fixed; right: 0; z-index: 20; display: none; } *html .user_experience { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,286)||0)-(parseInt(this.currentStyle.marginBottom,286)||0)-286)); _bottom: auto; _position: absolute; } /*.user_experience a { display: block; width: 34px; height: 160px; background-image: url(http://skin.ts1kg.com/images/question.gif); background-repeat: no-repeat; }*/ .banner-prompt { width: 100%; height: 35px; line-height: 35px; border-bottom: 1px solid #e9e9e9; color: #ff2929; background: #ffffec; } .banner-prompt span { font-size: 14px; } .banner-prompt span a.ckxq { color: #ff2929; margin-left: 15px; font-weight: bold; } .banner-prompt span a.ckxq:hover { text-decoration: underline; } /* .banner-prompt span a.close { display: block; cursor: pointer; background: url(../images/banner-close.gif?v=150210); width: 15px; height: 15px; position: relative; top: 10px; _top: 9px; overflow: hidden; }*/ body.f-width-change .w1190 { width: 990px; } body.f-width-change .search_cart_wrap { width: 730px; } body.f-width-change .search_cart_wrap .number { margin-left: 0; } body.f-width-change .search_cart_wrap .search { width: 300px; } body.f-width-change .search_cart_wrap .search .form { width: 260px; } body.f-width-change .search_cart_wrap .search .form input { width: 125px; } body.f-width-change .g-nav { width: 100%; } body.f-width-change .m-menu { width: 198px; } body.f-width-change .m-menu-all { width: 198px; overflow: hidden; } body.f-width-change .m-all-sort { width: 196px; } body.f-width-change .m-menu-all h3 a { width: 180px; } body.f-width-change .m-all-sort { width: 196px; } body.f-width-change .m-all-sort dl.hover { width: 196px; } body.f-width-change .m-all-sort dt { padding-left: 10px; } body.f-width-change .m-all-sort dd a { margin-left: 10px; } body.f-width-change .nav-main li a { padding: 0 20px 0 21px; } body.f-width-change .nav-main li.f-nav-home a { padding: 0 21px 0 22px; } body.f-width-change .nav-main li span.nav-new { right: 3px; } body.f-width-change .g-guide dl { padding: 30px 39px 25px; } body.f-width-change .g-service { height: 98px; border: 1px solid #e4e4e4; } body.f-width-change .m-ser { width: 247px; border: 0 none; border-left: 1px solid #e4e4e4; margin-left: -1px; } body.f-width-change .u-ser1 { display: none; } body.f-width-change .g-special li { width: 239px; padding-left: 90px; } body.f-width-change .g-special li em { left: 35px; } .g-toolbar li a.cctv-icon { display: block; margin-left: 13px; text-decoration: none; line-height: 36px; } .cctv-icon-img { vertical-align: middle; margin-top: -4px; *margin-top: -2px; } .g-toolbar li a.cctv-icon:hover { color: #333; text-decoration: none; } /*add by peasant*/ ._mycart{ width:150px;height:36px;float:right;text-align:center;line-height:36px;font-size: 12px; background:#FE0100;border-radius:4px } ._mycart a{color:#fff;font-size:14px} ._mycart a:hover{color:#fff} /*footnews 2016.3.11*/ .footnews-container{ background: #f5f5f5; padding: 15px 0px 40px; margin-bottom: 30px;} .yg-positioncont{width:1210px; height: 30px; line-height: 30px; margin: 0px auto;} .footnews-main{width: 1210px; margin: 15px auto 0px;} .footnews-main .footnews-left{width:204px; float: left; display: inline; padding: 30px 20px; background: #fff;} .footnews-main .footnews-right{width:884px; float: right; display: inline; padding: 30px 30px; background: #fff;} .fnews_box .fnews_btit,.footnews-right .fnews-m-tit{color:#000; height:42px; line-height:42px; padding-bottom: 5px; font-size:18px;border-bottom:1px solid #E5E5E5;} .fnews_box ul{padding:10px 0px;} .fnews_box ul li{line-height:40px; } .fnews_box ul li a{display:block; width:100%; height:100%; color: #878787; overflow: hidden;} .fnews_box ul li:hover,.c_newbie_guide ul .c_guide_this{border-left:3px solid #dd2726; padding-left:15px;background:#f3f3f3;} .fnews_btxt li~a { float:right;} .fnews_box ul li a:hover{color:#c40000;} .footnews-right .fnews-m-content{ padding: 15px 0px 30px; line-height: 30px; min-height: 800px; overflow: hidden;} .fnews-m-content img{max-width:884px; width: expression(this.width > 884 && this.width > this.height ? 884 : auto);} .pullDownList li{line-height: 40px; position: relative;} .fnews-question{} .fnews-question .fnes-quetit{ margin: 30px 0px 10px 0px;} .fnes-quetit .fquetit-a{ height: 34px; line-height: 34px; float: left; display: block; text-align: center; padding:0px 10px;margin: 0px 25px 0px 0px; color: #858585; background: #dddddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} .fnes-quetit .fquetit-aon{color: #fff; background: #dd2726;} /*二级隐藏栏目*/ .item-sub{width:974px; height: 400px; position: absolute; left:233px; background: rgba(146,59,53,0.7); z-index: 999; display: none; *zoom:1;} .item-sub.item-sub1{top:0px;} .item-sub.item-sub2{top:-40px;} .item-sub.item-sub3{top:-80px;} .item-sub.item-sub4{top:-120px;} .item-sub.item-sub5{top:-160px;} .item-sub.item-sub6{top:-200px;} .item-sub.item-sub7{top:-240px;} .item-sub.item-sub8{top:-280px;} .item-sub.item-sub9{top:-320px;} .item-sub.item-sub10{top:-360px;} .item-sub ul li{width: 102px; float: left; display: inline; margin:43px 0px 0px 70px;} .item-sub ul li a{display: block; width: 102px; display: block; text-align: center;} .item-sub ul li .item-simg{width:100px; height: 100px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #f3f3f3;} .item-sub ul li .item-simg img{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;} .item-sub ul li .item-stit{height:30px; line-height: 30px; display: block; font-weight: normal; overflow: hidden;color:white} /*会员中心,常见问题公用 点击下拉css*/ .fuque_tab{display: none;} .uqb_box{ border-bottom: 1px dotted #e0e0e0; padding:15px 0 15px 0;} .uqb_box:last-child{ border-bottom: none;} .uqb_box .uqb_btit{height:40px; line-height: 40px; font-size: 14px; position: relative;} .uqb_box .uqb_btxt{display: block; color:#a1a1a1; line-height: 30px; padding:0px 0px 0px 40px; background: url(../img/member/uqb_btxt.gif) no-repeat; background-position: 8px -2px; display:none} .uqb_btit .uqb_btit_a{height:40px; line-height: 40px; display: block; font-weight: bold; padding-left: 30px;} .uqb_btit .uqb_bico{width:17px; height: 17px; display: block; position: absolute; top:11px; left: 0px; background: url(../img/member/uqb_bico.gif) no-repeat;} .uqb_btit .uqb_bico.uqb_bico_down{ background-position: -17px 0px;} .join-shop-car{display:none;width: 400px;height: 114px;padding: 48px 0 20px;position: fixed;top: 50%;left: 50%;margin-left: -200px;margin-top: -90px;background: white; border: 1px solid #DEDEDE;z-index: 10000; text-align: center;} .join-shop-car .car-item01{font-size: 18px;color: #FF0000; margin-bottom: 40px;} .join-shop-car .car-item01 img{margin-right: 10px;vertical-align: middle;} .join-shop-car .car-item02 input{width: 138px;height: 38px;line-height: 38px;text-align: center;font-size: 16px;border-radius: 5px;border: 1px solid #FF0000; color: #FF0000;background: white;} .join-shop-car .car-item02 input:first-child{margin-right: 18px;background: #FF0000;color: white;} .join-shop-car .car-item03{position: absolute;top: 2px;right: 6px; font-size: 17px;cursor: pointer;} .all_grey_bg{display:none;width: 100%;height: 100%;background: black; opacity: .7;filter: alpha(opacity=70);position: fixed;z-index: 9999;} .g-service div{width: 196px;height: 190px;float: left;} .u-ser1 img{ width: 190px;height: 192px;} .u-ser2 img{ width: 190px;height: 190px;} .u-spc-icon4{width:85px;height: 85px;background: url(../img/footer_weibo.png) no-repeat; display: block;margin: 0 auto; } .u-ser2 .u-spc-icon4{background: url(../img/footer_weixin.png) no-repeat;} .m-ser span{display: block;font-size: 18px;color: #666666; margin-top: 20px;}
public/foreground/css/footer_header.css
@charset "utf-8"; body{font-family:microsoft Yahei;min-width: 1210px;} /*footer*/ /*.footer{width: 1210px;margin: 0 auto;padding-top: 65px;padding-bottom: 30px;}*/ /*.footerIn{color: #333333;overflow: hidden;border-bottom: 1px solid #e3e3e3;}*/ /*.footerIn li{float: left;text-align: center;width: 302px;margin-bottom: 28px;}*/ /*.footerIn li span{display: block;width: 56px;height: 51px;background: url(../../img/front/index/icon_index.png) no-repeat;margin: 0 auto 5px;}*/ /*.footerIn li p{line-height: 63px;height: 63px;text-align: center;font-size: 16px;}*/ /*!*2015 7 22*!*/ /*.footer .yFootSupport{width: 1210px;!*padding-bottom:40px;*!margin-top: 30px;border-bottom: 1px solid #e5e5e5;}*/ /*.footer .yFootSupport dl{float: left;width: 140px;padding-left:50px;border-right: 1px solid #e5e5e5;height: 127px;background: url(../../img/front/index/foot.jpg) no-repeat;}*/ /*.footer .yFootSupport dl dt{font-size: 16px;color: #000200;line-height: 36px;}*/ /*.footer .yFootSupport dl dd a{color: #a0a0a0;font-size: 14px;}*/ /*.footer .yFootSupport dl dd a:hover{color: #dd2726;text-decoration: underline;}*/ /*.footer .yFootSupport dl.dlLast{border:none;width: 160px;}*/ /*.footer .yFootSupport dl.dlLast dt{color: #000000;font-size: 20px;}*/ /*.footer .yFootSupport dl.dlLast dd{color: #555555;line-height: 34px;}*/ /*!*.footer .yFootSupport dl.dlLast a{display: block;width: 102px;height: 32px;color: #fff;background: #dd2726;text-align: center;line-height: 32px;margin-top: 10px;margin-left: 20px;}*/ /**!.footerBottom{color: #777777;font-size: 14px;line-height: 26px;width: 590px;margin: 30px auto 0;text-align: center;}*/ /*header*/ .header{height: 155px;} .header1{height: 34px;width: 100%;border-bottom:1px solid #eaeaea;} .header1 ul{height:34px;} .header1in{width: 1210px;margin: 0 auto;height: 36px;} .header1 .headerul1{float: left;} .header1 .headerul2{float: right;} .header1 ul li{float: left;margin-top: 10px;position: relative;height: 36px;} .header1 ul li a{display:block;color: #8c8c8c;padding: 0 7px;line-height: 14px;height: 14px;/* border-right:1px solid #eaeaea; */} /* .header-WeChatli a { padding-left: 26px; background: url('../../img/front/index/kf.png') no-repeat 6px -2px /18px; !* width: 75px; *!} */ .header1 ul li a.ff4a{color: #dd2726;} .header1 ul li a:hover{color: #dd2726;text-decoration: underline;} .header1 ul li.MyzhLi{width: 112px;border-left: 1px solid transparent;border-right: 1px solid transparent;} .header1 ul li.MyzhLi:hover{border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;} .header1 ul li .Myzh{display:none;left: -1px;position: absolute;top: 26px;background: #fff;z-index: 12;border: 1px solid #eaeaea;border-bottom: none;} .header1 ul li .Myzh dd{height: 26px;width:112px;border-bottom: 1px solid #eaeaea;} .header1 ul li .Myzh dd a{display:block;height: 26px;line-height: 26px;padding-left:18px;border: none;} .header2{width: 1210px;margin:24px auto 0;padding-bottom:36px;height: 52px;position: relative;} .header_logo{display: block;float: left;width: 166px;height: 49px;margin-left: 12px;margin-top: -11px;} .header_logo img{ width: 200px;} .search_header2{float: right; width: 332px; margin: 14px 0px 0px 0px; position: relative;} .search_header2 input{ font-family: microsoft Yahei;outline: none;width: 275px;height: 35px;color: #a9a9a9;font-size: 13px;padding-left: 13px;border:1px solid #dfdfdf;} .search_span_a{/*2015-5-22 -修改 start*/right: 40px;/*2015-5-22 -修改 end*/top: 3px;display: block;position: absolute;/*z-index: 10;*/height: 38px;} .search_span_a a{display:block;float: left;font-size: 12px;height: 20px;line-height: 20px;color: #333333;margin: 8px 5px 0 0;text-align: center;padding: 0 6px;} .search_span_a a.Nowsearch{background: #dfdfdf;} .search_span_a a:hover{background: #dfdfdf;} .btnHSearch{position: absolute;right: 0px;top:0px;display: block;width: 38px;height: 38px;border:1px solid #dfdfdf;background: #fff;} .btnHSearch:hover{background: #dd2726;} i.bottom{width:0px;border-right: 4px solid #fff; border-left: 4px solid #fff; border-bottom: 4px solid #888;position: relative;top: -10px;left: 3px;} i.top{width:0px;border-right: 4px solid #fff; border-left: 4px solid #fff; border-top: 4px solid #888;position: relative;top: 10px;left: 3px;} /*.shoppingCart{width: 126px;height: 40px;position: absolute;right: 0;top: 0;}*/ /*.shoppingCartIn{display:block;width: 102px;height: 40px;background: #ffdb3d;color: #333;font-size: 14px;line-height: 40px;padding-left: 24px;}*/ /*.shoppingCartIn i{display: inline-block;width: 16px;height: 16px;background: url(../../img/front/index/icon_index.png) no-repeat -23px -2px;position: relative;top: 2px;left: 2px;margin-right: 10px;}*/ /*.shoppingCartIn em{font-style: normal;padding-left: 4px;font-size: 13px;}*/ /*.shoppingCartNone:hover .shoppingCartIn{background: #fff;color: #dd2726;border:1px solid #dd2726;height: 38px;line-height: 38px;padding-left: 23px;padding-bottom: 20px;z-index: 2;border-bottom:none;position: absolute;left: 0;top:0;}*/ /*.shoppingCartNone:hover .shoppingCartIn i{background-position: -264px -83px;}*/ /*.shoppingCartNoneCon{font-size: 12px;display:none;position: absolute;top: 58px;right: -1px;z-index: 1;background: #fff;border:1px solid #dd2726;width: 340px;height: 60px;text-align: center;line-height: 60px;}*/ /*.shoppingCartNoneCon a{font-size: 16px;color: #333;}*/ .header1in .phoneli img{display: none;margin-top:10px;margin-left:3px;} .header1in .phoneli{z-index: 1;height: 26px;border: 1px solid #fff;} .header1in .phoneli:hover{height:100px;border:1px solid #eaeaea;border-top: none;} /*导航 start*/ .yNavIndexOut{width: 100%;height:44px;border-bottom: 2px solid #FF0800;box-shadow: 0px 8px 11px -8px;z-index: 9;position: relative;} .yNavIndexOut.navfixed{position: fixed; top:0px; z-index: 9999; background: rgba(255,255,255,0.95);} .yNavIndex{width: 1210px;margin: 0 auto;height:44px;position: relative;} .yNavIndex .yMenuIndex{margin-left: 210px;} .yNavIndex .yMenuIndex li a{position: relative;display: inline-block;font-size: 16px;color: #333;line-height: 36px;height: 44px;padding: 0 20px;} .yNavIndex .yMenuIndex li a.yMenua{color: #dd2726;} .yNavIndex .yMenuIndex li a:hover{color: #dd2726;} .yNavIndex .yMenuIndex li{float: left;height: 44px;padding: 0 17px;} .pullDown{z-index:3;position: absolute;left: 0px;top: 0px;} .pullDownTitle{height:47px;width: 233px;background: #dd2726;font-weight: normal;text-align: center;line-height: 47px;} .pullDownTitle a{color: #ffffff;font-size: 16px;display: block;} .pullDownTitle a:hover{color: #ffffff; } .pullDownList{display:none} /*2015-5-22 -修改 start*/ /*新增*/ body .yNavIndexOutfixed{position: fixed;width: 100%;background: #fff;top: 0px;z-index: 999;left: 0;} /*2015-5-22 -修改 end*/ /*新增*/ /*2015 6 9 start*/ .header1in .phoneli img{top: 18px;left: -80px;position: absolute; width: 155px;height: 155px;border: 1px solid #adadad;} .header1in .phoneli:hover{border: 1px solid #fff;} /*2015 6 13 start*/ .search_span_a{position: relative;right: 0px;top: 0px;height: 34px;margin-top: 4px;} .search_span_a a{border-right: 1px solid #bbb;padding-right: 10px;height: 14px;line-height: 14px;} .search_span_a a:hover{background: none;color: #dd2726;} .search_span_a a.Nowsearch {background: none;color: #dd2726;} .btnHSearch{color:#fff;width:42px;height:35px;line-height:40px;text-align:center;} .btnHSearch img{margin-top:7px} .hot-query{ padding: 3px 0 0; /* margin-left: 43px; */overflow: hidden; width: 100%;} .hot-query li{display: inline-block; /* border-left: 1px solid #ccc; */ line-height: 1.1; padding: 0 5px;} .hot-query li:first-child { padding: 0;} .hot-query li a{color:#B7B7B7} /*2015 6 13 end*/ .yNavIndex .yMenuIndex li a{height: 42px;} /*2015 6 9 end*/ /*2015 6 19 start*/ /*2015 6 24*/ .header1{background: #f3f3f3;} /*2015 6 24*/ .header1 ul li a{color: #555555;} .header1 ul li a:hover{/* color: #555555; */text-decoration: none;} i.top{border-right: 4px solid transparent;border-left: 4px solid transparent;} i.bottom{border-right: 4px solid transparent; border-left: 4px solid transparent;} .header1in .phoneli{border: 0px;} .header1in .phoneli:hover{border: 0px;} .header1 ul.headerul2 li a:hover{color: #dd2726;} .header1 ul.headerul2 li dd a{color: #8c8c8c;} .header1 ul.headerul2 li dd a:hover{color: #dd2726;} .header1 ul li.MyzhLi:hover{border-left: 1px solid transparent;border-right: 1px solid transparent;} /* .header1 ul li a{border-right: 1px solid #b7b7b7;} */ i.i-header-WeChat{width: 0px;position: relative;top: 10px;left: 3px;} .hide-menu-nav{position: relative;} .hide-menu-nav dl{position: absolute;width: 130px;z-index: 10;background: #fff;left: 0px;top: 44px;border-top: 2px solid #dd2726;border-radius: 2px;display: none;box-shadow: 0px 1px 2px #bbb;} .yNavIndex .yMenuIndex li.hide-menu-nav dl dd a{padding: 0px;display: block;text-align: center;font-size: 14px;color: #666;} .yNavIndex .yMenuIndex li.hide-menu-nav dl dd a:hover{color: #dd2726;} /* .yNavIndex .yMenuIndex li{padding: 0 34px;} */ .yNavIndex .yMenuIndex li{padding: 0 11px;} .yNavIndex .yMenuIndex li a{padding: 0 22px;} .cartEm{background: url('../img/cart.png') no-repeat;width:25px;height:19px;position:absolute;top:8px;right:115px;} .cartI{ position:absolute; color:#FE0100; background:#fff; border-radius:3px; width: 26px; height: 12px; line-height: 12px; margin:13px 0 0 6px } .hide-menu-nav span{position: absolute;right: 8px;top: 21px;width: 0px;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 6px solid #dd2726;} .hide-menu-nav:hover dl{display: block;} .header1in .phoneli img{left: -50px;} .header1in .phoneli:hover img{display: block;} .header1in .phoneli{position: relative;z-index:10;} /*.header1in .phoneli a{padding-right: 40px;padding-bottom: 10px;}*/ .footer .yFootSupport dl dd a{color: #a0a0a0;} .footer .yFootSupport dl{height: auto;} /* .footer_change{width:100%;} .footer_change .footer{width:100%;padding-top: 45px;padding-bottom: 0px;} .footer_change .footerIn{width: 1210px;margin: 0 auto;} .footer_change .footerIn li{padding-left:15px;width: 272px;} !* .footer_change .footerIn li span {float: left;} *! .footer_change .footerIn li p {text-align: center;line-height:34px;} !*2015 7 22*! .footer_change .footer .yFootSupport{width:100%;margin-top: 0px;padding-top:50px;background:#48464a;border:0px;} .footer_change .footer .yFootSupport_in{width:1210px;margin:0 auto;height: 190px;} .footer_change .footer .yFootSupport dl{border-right:0px;padding-left: 54px;width:96px;height: 127px;} .footer_change .footer .yFootSupport dl dd{line-height:30px;} .footer_change .footer .yFootSupport dl dt{color:#d8d8d8;} .footer_change .footer .yFootSupport dl dd p{color:#858585;font-size:24px;} .footer_change .footer .yFootSupport dl.dlLast{background: url(../../img/front/index/foot1.png) no-repeat;padding-left: 0px;width: 278px;padding-top: 50px;height: 70px;margin-top: 22px;} .footer_change .footer .yFootSupport dl.dlLast dd{width: 49px;height: 49px;background: url(../../img/front/index/new-icon.png) no-repeat;margin-left: 15px;cursor: pointer;position: relative;float: left;} !*2015 7 23 start*! .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-WeChat{background-position: -128px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-WeChat:hover{background-position: -128px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Sina{background-position: -194px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Sina:hover{background-position: -194px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-apple{background-position: -65px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-apple:hover{background-position: -65px -82px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Android{background-position: 0px -33px;} .footer_change .footer .yFootSupport dl.dlLast dd.dlLast-Android:hover{background-position: 0px -82px;} !*2015 7 23 end*! .yFootBottom{background:#373638;width:100%;height:62px;line-height: 62px;} .yFootBottomIn{width:1210px;margin:0 auto;color: #8f8f8f;font-size: 14px;text-align: center;} .yFootBottomIn a{color: #8f8f8f;font-size: 14px;margin:0px 15px;} .yFootBottomLeft{padding-top:21px;margin: 0 auto;width: 385px;float: left;} .yFootBottomRight{color:#8f8f8f;font-size:14px;text-align: center;width: 770px;float: left;} .yFootBottomRight a{color:#8f8f8f;} .yFootBottomLeft a{display:block;float:left;height:33px;background:url(../../img/front/index/icon_footer.png) no-repeat;margin-left:4px;} .yFootBottomLeft a:hover{background:url(../../img/front/index/icon_footer2.png) no-repeat;} .yFootBottomLeft a.yFootBottomLeft1{width:88px;} .yFootBottomLeft a.yFootBottomLeft2{width:92px;background-position:-90px 0px;} .yFootBottomLeft a.yFootBottomLeft3{width:99px;background-position:-187px 0px;} .yFootBottomLeft a.yFootBottomLeft4{width:90px;background-position:-292px 0px;} .yFootBottomLeft a img{width: 88px;height: 33px;filter: alpha(opacity=0); opacity: 0;} .footer_change .footer .yFootSupport dl dd a:hover{color:#e6e6e6;} #y_modalWeixin{position:fixed;z-index: 1001;top: 0px;display: none;-webkit-transition: top 0.5s linear;-moz-transition: top 0.5s linear;-o-transition: top 0.5s linear;} .ymodal-close{position:absolute;right:-60px;top:0px;width:60px;height:60px;background: url(../../img/front/index/yungouworld_wxh2.jpg) no-repeat;} .ymodal-close:hover{background: url(../../img/front/index/yungouworld_wxh.jpg) no-repeat;} .y_modalWeixinBJ{background: rgba(0,0,0,0.2);width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;z-index: 1000;display: none;} */ /*2015 7 24*/ .dlLast dd .y-popover {position: absolute;background-color: #fff;text-align: center;padding: 10px;z-index: 34;left: -56px;bottom: 63px;border-radius: 2px;display: none;} .y-popover .y-arrow {background: none;border-top: 10px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;height: 0;left: 70px;line-height: 0;position: absolute;bottom: -10px;width: 0;} .dlLast dd .y-popover img {width: 140px;} .dlLast a dd:hover .y-popover{display: block;} .dlLast a dd .y-popover:hover {display: none;} .footer-time-list{height: 72px;line-height: 72px;width: 1210px;margin: 0 auto;border-top: 1px solid #626262;} .footer-time-list li{float: left;color: #ffffff;width: 248px;padding-left: 70px;font-size: 24px;margin-left: 40px;} .footer_change .footer .yFootSupport dl.yFootSupport_in-free{width: 106px; } /*2015 6 19 end*/ .headerul1 li.hreder-hover a{padding-left:26px;/* background:url('../../img/front/index/kf.png') no-repeat 6px -2px /18px; */} .headerul1 li.hreder-hover:hover a{padding-left:26px;/* background:url('../../img/front/index/kf1.png') no-repeat 6px -2px /18px; */} /*7 22*/ .footer_change .footer .yFootSupport dl.dl_Time{height:127px;padding-left: 43px;width: 229px;} .footer_change .footer .yFootSupport dl.dl_Time dd{color: #f3f3f3;font-size: 20px;font-family: "HelveticaNeueLt","Microsoft YaHei","SimHei";height: 32px;line-height: 32px;padding-left: 31px;margin: 10px auto;} /* 底部CSS */ html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,fieldset,button,input,textarea,th,td { margin: 0; padding: 0; } body { background-color: #FFF; } body,button,input,select,textarea,fieldset,label { font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1",Arial; color: #666; } h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; } ul,ol { list-style: none; } fieldset,img { border: 0 none; } img { -ms-interpolation-mode: bicubic; color: #999; } cite,strong,em,i,dfn,address,var { font-style: normal; font-weight: normal; } table { border-collapse: collapse; border-spacing: 0; } input,select,textarea,button { font-size: 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } button,input[type=button],input[type=submit] { cursor: pointer; } input[type=search] { -webkit-appearance: textfield; } textarea { overflow-y: auto; resize: vertical; } .clear,.clrfix { zoom: 1; } .clear:after,.clrfix:after { content: ' '; display: block; clear: both; height: 0; visibility: hidden; } .hidden,.hide { display: none; } a { text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur()); } a:focus { outline: none; -moz-outline: none; } *html,*html body { background-image: url(about:blank); background-attachment: fixed; } .fl { float: left; } .fr { float: right; } .orange { color: #FE0100!important; } .gray3 { color: #333; } .gray6 { color: #666!important; } .gray9 { color: #999; } .blue { /*color: #2af;*/ } .red { color: #d00; } .green { color: #00a800; } .f-mar-left { margin-left: 10px!important; } body { min-width: 1002px; -webkit-text-size-adjust: none; _background-image: url(about:blank); _background-attachment: fixed; *line-height: 1.5; } .mlr5 { margin: 0 5px; } .ml10 { margin-left: 10px; } .Hicon,.F-msg-close,.U_sina s,.U_qq s,.U_wx s,.F-icon-guest s,.F-icon-gray s,.M-nav-help a s,.search_submit,.search_submit_hover,.m-app-dow-img,.u-banner-close,.F-number-l,.F-number-r,.F-bg,.F-android-img,.F-wx-img,.M-wx .F-txt b i,.F-security-img,.F-goods-img,.F-goods-arrow,.m-popup-close a,.u-popup-Tip s,.u-popup-Tip i,u-popup-Tip b,.f-user-qq,.f-pay-succeed,.f-pay-fail,.roll_close a,.u-cart-name dfn s { } .orange_btn,.orange_bg_btn { background: #f60; color: #fff; font-size: 16px; display: inline-block; border-radius: 2px; } .orange_btn:hover { background: #f40; color: #fff; } .g-popup { margin: 0 auto; z-index: 99; } .g-buy-frame,.g-user-frame { position: relative; } .m-popup-buy { text-align: center; padding-top: 30px; padding-bottom: 30px; } .u-popup-remaining { font-size: 14px; line-height: 28px; } .u-popup-Tip { line-height: 30px; height: 30px; } .u-popup-balance { line-height: 30px; font-size: 14px; } .g-popup .orange_btn { line-height: 36px; font-size: 14px; padding: 0 40px; } .g-popup .m-popup-close a { background-position: -15px -20px; width: 9px; height: 9px; display: inline-block; position: absolute; right: 10px; top: 10px; } .m-popup_buybtn span { color: #FFF001; } .u-popup-Tip s,.u-popup-Tip i { width: 16px; height: 16px; display: inline-block; vertical-align: -3px; margin-right: 5px; } .u-popup-Tip s { background-position: -126px -274px; } .u-popup-Tip i { background-position: -154px -274px; } .u-popup-paytip { background: #FEFEE4; border: 1px solid #F60; margin: 0 62px; padding: 5px 0; } .u-popup-paytip .u-popup-paymoney { font-size: 16px; padding-bottom: 4px; } .u-popup-paytip .u-popup-payRecharge { font-size: 14px; } .num_del,.num_add,.num_dig { width: 28px; height: 28px; overflow: hidden; display: inline-block; border: 1px solid #cfcfcf; text-align: center; font-size: 24px; color: #999; line-height: 28px; vertical-align: middle; background: #f4f4f4; } .u-popup-number { width: 185px; margin: 0 auto; } .u-popup-number label,.u-popup-number a,.u-popup-number input { float: left; outline: 0; } .u-popup-number label { line-height: 30px; } .num_del { margin-left: 5px; } .num_add { margin-right: 5px; } .num_ban { color: #ccc; cursor: default; } .num_ban:hover { color: #ccc; } .num_dig { width: 65px; background: #fff; line-height: 28px; border-left: none; border-right: none; font-size: 18px; } .g-pay-tip { position: relative; margin: 35px auto 55px; width: 300px; } div.pageDialogMain .g-pay-tip p { margin-left: 60px; padding: 0; } .g-pay-tip .f-pay-succeed,.g-pay-tip .f-pay-fail { width: 42px; height: 42px; display: inline-block; position: absolute; left: 0; top: 0; float: left; } .g-pay-tip .f-pay-succeed { background-position: -45px -306px; } .g-pay-tip .f-pay-fail { background-position: 0 -306px; } .g-pay-tip .f-pay-tit { font-size: 20px; height: 30px; } .g-pay-tip .f-pay-btn { margin-top: 48px; } .g-pay-tip p.gray9 a.gray6:hover { color: #f60!important; text-decoration: underline; } .g-submit { margin: 65px 0; } .g-submit .f-submit-tit { text-align: center; font-size: 16px; margin-bottom: 15px; } .u-progress { width: 200px; height: 8px; overflow: hidden; border-radius: 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.2); background: #f7f7f7; margin: 0 auto; position: relative; } .u-progress .pgbar,.u-progress .pging { display: block; width: 100%; height: 100%; } .u-progress .pgbar { border-radius: 10px; position: absolute; top: 0; left: 0; overflow: hidden; } .u-progress .pging { background: -webkit-gradient(linear,0% 0,100% 100%,from(rgba(0,0,0,0)),to(rgba(254,232,175,1)),color-stop(25%,rgba(0,0,0,0)),color-stop(25%,rgba(254,232,175,1)),color-stop(50%,rgba(254,232,175,1)),color-stop(50%,rgba(0,0,0,0)),color-stop(75%,rgba(0,0,0,0)),color-stop(75%,rgba(254,232,175,1))); background: -webkit-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: -moz-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: -ms-linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); background: linear-gradient(-45deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 25%,rgba(254,232,175,1) 25%,rgba(254,232,175,1) 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(254,232,175,1) 75%,rgba(254,232,175,1)); -webkit-background-size: 10px 10px; -moz-background-size: 10px 10px; -ms-background-size: 10px 10px; background-size: 10px 10px; -webkit-animation: pging 0.5s linear infinite; -moz-animation: pging 0.5s linear infinite; -ms-animation: pging 0.5s linear infinite; animation: pging 0.5s linear infinite; } @-webkit-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @-moz-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @-ms-keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } @keyframes pging { 0% { background-position: 0 0; } 100% { background-position: 10px 0; } } .u-progress-c3 .pgbar { background: #FF9D4B; background: -webkit-gradient(linear,0% 0,0% 100%,from(#FF9D4B),to(#FF9D4B)); background: -webkit-linear-gradient(#FF9D4B,#FF9D4B); background: -moz-linear-gradient(#FF9D4B,#FF9D4B); background: -ms-linear-gradient(#FF9D4B,#FF9D4B); background: linear-gradient(#FF9D4B,#FF9D4B); } .class-icon01 s,.class-icon02 s,.class-icon03 s,.class-icon04 s,.class-icon05 s,.class-icon06 s,.class-icon07 s { } .class-icon01,.class-icon02,.class-icon03,.class-icon04,.class-icon05,.class-icon06,.class-icon07 { display: inline-block; position: relative; padding-left: 17px; padding-right: 5px; line-height: 20px!important; color: #666; } .class-icon01 s,.class-icon02 s,.class-icon03 s,.class-icon04 s,.class-icon05 s,.class-icon06 s,.class-icon07 s { position: absolute; width: 13px; height: 13px; display: inline-block; top: 4px; top: 2px\9; _top: 4px; left: 0; overflow: hidden; } .class-icon01 s { background-position: -1px 0; } .class-icon02 s { background-position: -18px 0; } .class-icon03 s { background-position: -35px 0; } .class-icon04 s { background-position: -52px 0; } .class-icon05 s { background-position: -69px 0; } .class-icon06 s { background-position: -86px 0; } .class-icon07 s { background-position: -106px -1px; } body.home .nav-main li.f-nav-home,body.lottery .nav-main li.f-nav-lottery,body.share .nav-main li.f-nav-share,body.group .nav-main li.f-nav-group,body.cooperation .nav-main li.f-nav-invite,body.helper .nav-main li.f-nav-guide,body.thanks .nav-main li.f-nav-thanks,body.limit .nav-main li.f-nav-limit { background: #f04900; line-height: 40px; } /* .F_goods_rq,.F_goods_xp,.F_goods_tj,.F_goods_xg { background-image: url(../images/index-2014.png?v=0609); background-repeat: no-repeat; } .search a.seaIcon i,.m-menu-all h3 em,.nav-cart-btn i.f-cart-icon,a.u-cart s,.u-mui-tab li.f-cart a.u-menus i,span.nav-new,.u-shortcut .u-float-list i,.cartEmpty i,.g-toolbar li.u-arr .u-menu-hd,.gth-icon,.att-add-success i,.f-concerned p i { display: block; background-image: url(../images/head-2014.png?v=0604); background-repeat: no-repeat; } .ng-box-bg { background: url(http://skin.ts1kg.com/Images/box-share-bg.jpg?v=0609) no-repeat; } */ .search a.seaIcon i, .m-menu-all h3 em, .nav-cart-btn i.f-cart-icon, a.u-cart s, .u-mui-tab li.f-cart a.u-menus i, span.nav-new, .u-shortcut .u-float-list i, .cartEmpty i, .g-toolbar li.u-arr .u-menu-hd, .gth-icon, .att-add-success i, .f-concerned p i { display: block; background: url(../img/index/head-2014.png) no-repeat; } .m-ser li .u-icons,.g-special li em,.u-cartEmpty i,.m-cart-login li.other-login a b,.m-narrow-list .u-float-list i,a.delete-close:hover,.limitbuy-icon,.scrollcontent .attentionCon li a.att-close { display: block; background-image: url(../img/comm-footer.gif); background-repeat: no-repeat; } .f-tran { font-family: "\5b8b\4f53"; } .f-tran-prev { margin-right: 5px; } .f-tran-next { margin-left: 5px; } .w1190 { clear: both; width: 1190px; margin: 0 auto; } .w1190:after { display: block; visibility: hidden; clear: both; height: 0; overflow: hidden; content: '.'; } a.u-now,a.u-cart { float: left; display: block; height: 35px; line-height: 35px; text-align: center; border-radius: 2px; } a.u-now { float: left; width: 136px; background: #ed0909; color: #fff !important; font-size: 16px; margin: 0 7px 0 31px; display: inline; } a.u-now:hover { background: #f40; } a.u-cart { width: 60px; background: #ed0909; } a.u-cart s { display: block; width: 21px; height: 27px; background-position: 0 -70px; margin: 4px auto; } a.u-cart:hover { background: #f40; } .z-btn-determine,.z-btn-cancel { display: inline-block; padding: 0 27px; text-align: center; border-radius: 2px; height: 35px; line-height: 35px; overflow: hidden; font-size: 16px; } .z-btn-determine { background: #f60; color: #fff; border: 0 none; } .z-btn-determine:hover { background: #f40; } .z-btn-cancel { height: 33px; line-height: 33px; border: 1px solid #ddd; color: #666; margin-right: 10px; background: #fff; } .g-progress { height: 48px; margin: 0 auto; overflow: hidden; } .g-progress dl.m-progress { width: 216px; overflow: hidden; } .g-progress dl.m-progress dt { width: 216px; height: 6px; } .g-progress dl.m-progress dt b { height: 6px; } dl.m-progress dt { background: #ddd; margin-bottom: 5px; overflow: hidden; } dl.m-progress dt b { display: block; filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff934b',endColorStr='#ff6601',gradientType='1'); background: -moz-linear-gradient(0deg,#ff934b,#ff6601); background: -webkit-gradient(linear,0% 0,100% 0,from(#ff934b),to(#ED0909)); background: -ms-linear-gradient(left,#ff934b 0,#ff6601 100%); background: -o-linear-gradient(0deg,#ff934b,#ff6601); } .g-progress dl.m-progress dd { font-size: 12px; } .g-progress dl.m-progress dd span { height: 36px; color: #bbb!important; line-height: 16px; } .g-progress dl.m-progress dd span.orange { width: 33%; } .g-progress dl.m-progress dd span.gray6 { width: 34%; text-align: center; } .g-progress dl.m-progress dd span.blue { width: 33%; text-align: right; } .g-progress dl.m-progress dd span em { display: block; font-size: 14px; } .g-progress dl.m-progress dd span.orange em { color: #FE0100; } .g-progress dl.m-progress dd span.gray6 em { color: #666; } .g-progress dl.m-progress dd span.blue em { color: #2af; } .g-toolbar { width: 100%; height: 36px; border-bottom: 1px solid #e4e4e4; position: relative; z-index: 99; background: #fff; -moz-box-shadow: 1px 1px 1px #f7f7f7; -webkit-box-shadow: 1px 1px 1px #f7f7f7; box-shadow: 1px 1px 1px #f7f7f7; } .g-toolbar .w1190 { margin: 0 auto; } .g-toolbar li { float: left; height: 36px; position: relative; z-index: 0; } .g-toolbar li a { color: #666; } .g-toolbar li a:hover { color: #f60; text-decoration: underline; } .g-toolbar li .u-menu-hd { float: left; height: 20px; line-height: 18px; padding: 8px 10px; position: relative; z-index: 93; } .g-toolbar li .u-select { background: #fff; position: absolute; top: 36px; left: 0; z-index: 90; border: 1px solid #e4e4e4; border-top: 0 none; display: none; overflow: hidden; } .g-toolbar li .u-select span { display: block; padding-left: 11px; text-align: left; margin-bottom: 7px; } .g-toolbar li.f-gap s { width: 0; height: 12px; font-size: 0; display: inline-block; border-left: 1px solid #e4e4e4; overflow: hidden; margin: 12px 0; } .g-toolbar .f-top-arrow { position: absolute; top: 6px; right: 17px; display: block; cursor: pointer; } .g-toolbar .f-top-arrow cite,.g-toolbar .f-top-arrow b { font-size: 17px; _font-size: 8px; font-weight: bold; color: #666; top: 0; *+top: 0; top: 0\0; position: absolute; } .g-toolbar .f-top-arrow b { top: -2px; *+top: -2px; top: -2px\0; color: #fff; font-family: inherit!important; } .g-toolbar li.u-arr-hover .f-top-arrow { top: 9px; _top: 8px; } .g-toolbar li.u-arr-hover .f-top-arrow cite { color: #f60; } .g-toolbar li.u-arr-hover .f-top-arrow b { top: 2px; *+top: 2px; top: 2px\0; } .g-toolbar li.f-collect .u-menu-hd { padding: 8px 10px 8px 0; _padding: 9px 17px 7px 0; } .g-toolbar li.u-arr,.g-toolbar li.u-arr-1yyg,.g-toolbar li.u-arr-news { position: relative; } .g-toolbar li.u-arr .u-menu-hd { width: 59px; padding: 8px 12px 8px 27px; _padding: 9px 12px 7px 27px; background-position: -41px 11px; } .g-toolbar li.u-arr .u-select { width: 96px; height: 96px; padding: 5px 0 3px; text-align: center; } .g-toolbar li.u-arr .u-select a { line-height: 20px; text-align: center; } .g-toolbar li.u-arr .u-select img { display: block; width: 75px; height: 75px; margin: 0 auto 2px; } .g-toolbar li .u-menu-login { overflow: hidden; } .g-toolbar li .u-menu-login a { float: left; } .g-toolbar li .u-menu-login a.blue { color: #2af; margin-right: 10px; position: relative; _top: 1px; } .g-toolbar li .u-menu-login span { display: block; width: 25px; height: 25px; position: relative; top: -3px; margin-right: 5px; overflow: hidden; } .g-toolbar li .u-menu-login span img { display: block; width: 25px; height: 25px; border-radius: 25px; overflow: hidden; } /*.g-toolbar li .u-menu-login span s { display: block; width: 25px; height: 25px; background: url(http://skin.ts1kg.com/images/top_head.png) no-repeat; position: absolute; top: 0; left: 0; }*/ .g-toolbar li.u-arr-1yyg .u-menu-hd { width: 77px; } .g-toolbar li.u-arr-1yyg .u-select { width: 95px; height: 74px; padding-top: 3px; } .g-toolbar li.u-arr-news .u-menu-hd { width: 35px; height: 21px; margin-bottom: -1px; } .g-toolbar li.u-arr-news .u-menu-hd em { font-size: 0; width: 7px; height: 7px; border-radius: 7px; background: #f60; position: absolute; top: 9px; right: 19px; overflow: hidden; } .g-toolbar li.u-arr-hover .u-menu-hd em { right: 18px; } .g-toolbar li.u-arr-news .u-select { width: 87px; height: 100px; padding-top: 3px; border-top: 1px solid #e4e4e4; } .g-toolbar li.u-arr-news .u-select a em { display: inline-block; min-width: 13px; height: 15px; padding: 0 1px; border-radius: 15px; line-height: 14px; text-align: center; color: #fff; background: #f60; margin-left: 3px; position: relative; _top: 1px; } .g-toolbar li.u-arr-news .u-select a em.three-digit { padding-left: 2px; line-height: 7px; top: -5px; *top: 3px; } .g-toolbar li i { display: block; float: left; background-position: 0 0; position: relative; top: -2px; left: -2px; _left: 0; } .g-toolbar li.f-zxkf .u-menu-hd { padding: 8px 0 8px 17px; overflow: hidden; } a.u-service i { display: block; float: left; width: 24px; height: 24px; cursor: pointer; } a.u-service:hover { text-decoration: underline; } a.u-service-on,a.u-service-on:hover { color: #FE0100!important; } a.u-service-off,a.u-service-off:hover { color: #666!important; } /*a.u-service-on i { background: url(../images/service-on-2014.gif) no-repeat; } a.u-service-off i { background: url(../images/service-off-2014.gif) no-repeat; }*/ .g-toolbar li.u-arr-hover .u-menu-hd { padding: 8px 11px 8px 26px; background-color: #fff; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; background-position: -42px -28px; } .g-toolbar li.u-arr-hover .u-menu-hd a { color: #f60; } .g-toolbar li.u-arr-1yyg.u-arr-hover .u-menu-hd,.g-toolbar li.u-arr-news.u-arr-hover .u-menu-hd { padding: 8px 9px; } .g-toolbar ul.fl li.u-arr-hover .u-menu-hd { _padding: 9px 11px 7px 26px; } .g-toolbar li.u-arr-hover .u-select { display: block; } .g-header { clear: both; height: 110px; background: #fff; } .logo_1yyg { width: 260px; height: 110px; background-repeat: no-repeat; } /*.logo_1yyg a.logo { float: left; display: block; width: 122px; height: 74px; background: url(http://skin.ts1kg.com/images/logo-2014.png) no-repeat; margin: 18px 0; }*/ .logo_1yyg a.u-top-ad { float: left; display: block; width: 100px; height: 110px; } .search_cart_wrap { width: 930px; height: 110px; position: relative; z-index: 0; } .search_cart_wrap .number { width: 420px; height: 29px; margin-left: 95px; text-align: center; padding-top: 59px; } .search_cart_wrap .number p { color: #666; font-size: 14px; display: block; float: left; } .search_cart_wrap .number ul { float: left; position: relative; } .search_cart_wrap .number a { display: block; width: 420px; height: 29px; cursor: pointer; } .search_cart_wrap .number a li { display: block; width: 21px; color: #f60; position: relative; } .search_cart_wrap .number li { float: left; display: block; font-size: 24px; height: 27px; line-height: 27px; text-align: center; margin: 0 2px; border-radius: 1px; border: 1px solid #e4e4e4; overflow: hidden; } .search_cart_wrap .number li.num { background: #fff; } .search_cart_wrap .number li.nobor { width: 10px; border: 0 none; } .search_cart_wrap .number li.gray6 { width: 56px; font-size: 14px; line-height: 29px; _line-height: 31px; color: #666; } .search_cart_wrap .number li cite { display: block; width: 21px; position: absolute; top: 0; left: 0; z-index: 1; } .search_cart_wrap .number li em { display: block; width: 21px; } .search_cart_wrap .number li i { width: 196px; height: 0; border-top: 1px solid #ededed; position: absolute; top: 13px; left: 0; z-index: 0; } .search_cart_wrap .number li.u-secondary { width: 40px; position: relative; text-align: left; } .search_cart_wrap .number li.u-secondary b { display: block; width: 7px; height: 11px; background-position: -26px 0; position: absolute; top: 9px; right: 0; } .search_cart_wrap .number li.u-secondary b { border-style: solid; border-width: 4px 0 4px; border-color: #fff; border-left: 4px solid rgb(102,102,102); width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; left: 33px; top: 11px; } .search_cart_wrap .number li.u-secondary b s { border-style: solid; _border-style: dashed; border-width: 3px; border-color: transparent; border-left-width: 0; border-left: 3px solid #fff; width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; top: -3px; left: -5px; } .search_cart_wrap .search { width: 320px; position: absolute; top: 50px; right: 0; } .search_cart_wrap .search .form { float: left; border: 1px solid #e4e4e4; border-right: 0 none; width: 280px; height: 36px; position: relative; background-color: #fff; } .search_cart_wrap .search .form input { position: absolute; left: 0; top: 0; z-index: 0; color: #bbb; width: 145px; height: 18px; line-height: 18px; border: 0 none; padding: 9px 130px 9px 5px; outline: 0; } .search_cart_wrap .search .form span { height: 36px; position: absolute; top: 0; right: 0; z-index: 10; } .search_cart_wrap .search .form span a { display: block; float: left; width: 35px; height: 20px; line-height: 20px; background: #eee; color: #666; margin: 8px 7px 0 0; display: inline; text-align: center; cursor: pointer; } .search_cart_wrap .search .form a:hover { background: #e4e4e4; color: #666; } .search_cart_wrap .search a.seaIcon { display: block; float: left; width: 39px; height: 30px; background: #f60; padding-top: 8px; cursor: pointer; } .search_cart_wrap .search a.seaIcon:hover { background: #f40; } .search_cart_wrap .search a.seaIcon i { display: block; width: 21px; height: 21px; background-position: 0 0; margin: 0 auto; } .g-nav { width: 1190px; height: 40px; line-height: 40px; margin: 0 auto; background: #f60; color: #fff; } .g-nav .w1190 { position: relative; z-index: 20; } .g-nav a { font-size: 16px; } .m-menu { width: 240px; height: 40px; float: left; background: #2af; position: relative; z-index: 60; } .m-menu-all { width: 240px; position: absolute; left: 0; top: 0; z-index: 20; } .m-menu-all h3 a { display: block; width: 222px; height: 40px; padding-left: 18px; position: relative; z-index: 5; color: #fff; } .m-menu-all h3 a:hover { color: #fff; } .m-menu-all h3 em { display: block; width: 16px; height: 10px; background-position: 0 -25px; _background-position: 0 -24px; position: absolute; right: 16px; top: 15px; overflow: hidden; } .m-all-sort { width: 238px; height: 438px; background: #fff; border: 1px solid #21a5f7; border-top: 0 none; position: absolute; left: 0; top: 40px; z-index: 200; overflow: hidden; display: none; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d; } .m-all-sort dl { clear: both; border-top: 1px solid #e6e6e6; margin-top: -1px; padding: 13px 0 18px; height: 42px; line-height: 25px; overflow: hidden; } .m-all-sort dl.hover { background: #fffdf0; width: 238px; height: 42px; padding: 13px 0 18px; position: relative; z-index: 10; } .m-all-sort dl.hover dt a,.m-all-sort dl.hover dt span { color: #f60; } .m-all-sort dl.hover i { background: url(../images/shadow-2014.gif) repeat-x; width: 238px; padding: 12px 0 18px; height: 42px; height: 3px; position: absolute; bottom: -30px; _bottom: -45px; left: 0; } .m-all-sort dl a { color: #666; } .m-all-sort dl a:hover { color: #f60; text-decoration: underline; } .m-all-sort dt { padding-left: 15px; } .m-all-sort dt a { font-size: 16px; color: #333; } .m-all-sort dt span { margin: 0 3px; color: #333; position: relative; top: -2px; } .m-all-sort dd a { margin-left: 15px; font-size: 12px; } .nav-main li { float: left; } .nav-main li a { display: block; padding: 0 32px; color: #fff; } .nav-main li a:hover { background: #f04900; color: #fff; } .nav-main li.f-nav-home a { padding: 0 31px 0 32px; } .nav-main li.f-nav-limit { position: relative; } @-webkit-keyframes bounce-horizontal { 0%,10%,20%,30%,40%,60%,70%,80%,100% { -webkit-transform: translateY(0); } 50% { -webkit-transform: translateY(-1px); } 90% { -webkit-transform: translateY(-1px); } } @keyframes bounce-horizontal { 0%,10%,20%,30%,40%,60%,70%,80%,100% { transform: translateY(0); } 50% { transform: translateY(-1px); } 90% { transform: translateY(-1px); } } .nav-main li span.nav-new { display: block; background-position: 0 -106px; width: 20px; height: 14px; position: absolute; top: 2px; right: 16px; display: none; -webkit-animation-name: bounce-horizontal; animation-name: bounce-horizontal; -webkit-animation-duration: 1000ms; -ms-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease-in-out; -ms-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; -webkit-animation-play-state: running; -ms-animation-play-state: running; animation-play-state: running; } .nav-cart { width: 134px; height: 40px; background: #2af; position: relative; z-index: 20; } .nav-cart-btn a { display: block; color: #fff; height: 40px; line-height: 40px; padding-left: 42px; position: relative; cursor: pointer; } .nav-cart-btn a:hover { color: #fff; text-decoration: underline; } .nav-cart-btn i.f-cart-icon { display: block; width: 21px; height: 20px; float: left; background-position: 0 -44px; position: absolute; top: 10px; left: 17px; display: inline; } .nav-cart-con { width: 239px; height: 500px; background: #fff; border: 1px solid #2af; position: absolute; right: 0; _right: -1px; z-index: 20; font-size: 12px; display: none; overflow: hidden; } .g-footer { clear: both; width: 100%; /* border-top:1px solid #e4e4e4; */ background: #fff; -moz-box-shadow: -1px -2px 1px #f7f7f7; /* -webkit-box-shadow:-1px -2px 1px #f7f7f7; *//* box-shadow:-1px -2px 1px #f7f7f7; */ } .g-guide dl { float: left; width: 120px; padding: 30px 59px 25px; } .g-guide dt { font-size: 20px; color: #333; padding-bottom: 20px; } .g-guide dd { font-size: 14px; line-height: 23px; } .g-guide dd a { color: #999; } .g-guide dd a:hover { color: #ED0909; text-decoration: underline; } .g-service { clear: both; height: 100px; } .m-ser { float: left; width: 241px; height: 98px; border: 1px solid #e4e4e4; font-size: 14px; color: #999; } .m-ser li { float: left; } .m-ser li .u-icons { display: block; } .m-ser li dd a { display: block; text-align: center; color: #fff; border-radius: 2px; } .m-ser li i { float: left; } .m-ser dt { padding-bottom: 6px; } .u-ser1 dl { padding-left: 19px; } .u-ser1 dt { padding-bottom: 3px; } .u-ser1 li s { width: 69px; height: 78px; background-position: -61px 0; } .u-ser1 li dd b { width: 96px; height: 18px; background-position: -85px -86px; } .u-ser1 li dd a { width: 110px; height: 32px; line-height: 32px; background: #FE0100; margin-top: 5px; } .u-ser2 ul ,.u-ser1 ul{ padding-top: 19px; text-align: center; font-size: 12px; } .u-ser2 dl { padding-left: 11px; } .u-ser2 li dt i { width: 20px; height: 16px; background-position: 0 0; position: relative; top: 1px; margin-right: 3px; } .u-ser2 li dt a { color: #999; } .u-ser2 li dd b { width: 112px; height: 40px; background-position: 0 -104px; } .u-ser2 li dd i { margin-right: 3px; position: relative; top: 1px; } .u-ser3 ul { padding-top: 19px; } .u-ser3 dl { padding-left: 8px; } .u-ser3 li s { width: 72px; height: 79px; background-position: -141px 0; } .u-ser3 li dd { font-size: 24px; } .u-ser3 li dd span { width: 35px; height: 40px; line-height: 40px; text-align: center; border-radius: 2px; display: inline-block; color: #fff; } .u-ser3 li dd em { color: #fff; } .u-ser4 ul { padding-top: 19px; } .u-ser4 dl { padding-left: 8px; } .u-ser4 li s { width: 72px; height: 79px; background-position: -301px 0; } .u-ser4 li dd span { width: 136px; height: 39px; line-height: 39px; background: #94d45b; font-size: 18px; display: inline-block; text-align: center; color: white; } .u-ser5 ul { padding-top: 72px; padding-left: 19px; } .u-ser5 dl { padding-left: 8px; } .u-ser5 dt { padding-bottom: 0; } .u-ser5 li s { width: 80px; height: 79px; background-position: -216px 0; } .u-ser5 li dd { color: #bbb; font-size: 12px; line-height: 18px; } .u-ser5 li dd.u-tel { font-size: 20px; line-height: 24px; } .u-ser5 li dd a { text-align: left; padding-top: 5px; color:#e60000 } .u-ser5 li dd a i { position: relative; top: -3px; margin-right: 2px; } #pServerTime{background:#FE0100;border-radius:3px;} .g-special { height: 50px; border: 1px solid #e4e4e4; overflow: hidden; } .g-special li { padding-top: 33px; text-align: center; font-size: 12px; color: #999999; } .g-special li a { color: #bbb; cursor: pointer; display: block; } .g-special li em { display: block; width: 50px; height: 50px; margin: 0 auto; color: #333333; } .g-special li span { display: block; font-size: 14px; color: #333; padding-top: 20px; } .g-special li em.u-spc-icon1 { background-position: -199px -91px; } .g-special li em.u-spc-icon2 { background-position: -253px -91px; } .g-special li em.u-spc-icon3 { background-position: -308px -91px; } .g-copyrightCon { clear: both; background: #fff; } .g-links { text-align: center; padding: 5px 0; } .g-links a { color: #666; } .g-links a:hover { color: #f60; text-decoration: underline; } .g-links s { border-left: 1px solid #e4e4e4; width: 0; height: 12px; margin: 0 11px 0 15px; overflow: hidden; font-size: 0; display: inline-block; position: relative; top: 1px; } .g-copyright { text-align: center; color: #999; } .g-authentication { clear: both; text-align: center; padding: 15px 0 8px; } /*.g-authentication a { background: url(../images/icon.png) no-repeat; width: 90px; height: 32px; display: inline-block; margin: 0 2px; }*/ .g-authentication a.fi_ectrustchina { background-position: 0 0; } .g-authentication a.fi_315online { background-position: 0 -32px; } .g-authentication a.fi_qh { background-position: 0 -96px; } .g-authentication a.fi_cnnic { background-position: 0 -64px; } .g-authentication a.fi_anxibao { background-position: -1px -128px; } .g-authentication a.fi_pingan { background-position: 0 -160px; } .g-authentication a.fi_yangshi { background-position: 0 -192px; } .g-narrow-con { display: none; } .g-outer { position: fixed; _position: absolute; width: 37px; z-index: 99; top: 0; right: 0; _right: -1px; bottom: 0; background: #c4bab3; display: none; } *html .g-outer { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)-0)); _bottom: auto; _position: absolute; } .g-status-standard { position: relative; } .m-banner-list { width: 37px; height: 100%; background: #c4bab3; display: block; position: relative; z-index: 11; } .u-sentence { width: 37px; height: 180px; position: fixed; _position: absolute; right: 0; _right: -1px; top: 0; } /* .u-sentence span { display: block; background-image: url(../images/sentence.gif?v=0123); width: 37px; height: 180px; } */ .u-sentence cite { width: 37px; overflow: hidden; } .u-sentence cite img { display: block; } .u-shortcut { width: 37px; position: fixed; _position: absolute; right: 0; _right: -1px; bottom: 0; } .u-shortcut li { float: left; height: 56px; border-top: 1px solid #cdc2bb; position: relative; } .u-shortcut li .u-float-list a { color: #fff; } .u-shortcut li .u-float-list a:hover,.u-shortcut li.cart-hover .u-float-list a { background: #9f948d; } .u-shortcut li .u-float-list cite { background: #9f948d; } .u-float-list { display: block; width: 37px; height: 56px; _overflow: hidden; } .u-float-list a { display: block; height: 56px; color: #fff; cursor: pointer; } .u-float-list i { margin: 0 auto; position: relative; _position: static; z-index: 8; } .u-float-list cite { width: 25px; height: 32px; margin: 0 auto; line-height: 16px; display: block; padding-top: 12px; _padding-top: 13px; overflow: hidden; display: none; position: relative; z-index: 9; } .u-shortcut li.f-shopping-cart { border-top: 0 none; } .u-shortcut li.f-shopping-cart,.u-shortcut li.f-shopping-cart a { height: 133px; position: relative; } .u-shortcut li.f-shopping-cart a,.u-shortcut li.f-shopping-cart a:hover { background: #f60; } .u-shortcut li.f-shopping-cart a i { display: block; width: 21px; height: 20px; background-position: 0 -44px; position: absolute; top: 30px; left: 8px; } .u-shortcut li.f-shopping-cart a em { display: inline-block; min-width: 12px; height: 14px; padding: 0 1px; border-radius: 12px; text-align: center; line-height: 13px; background: #fff; overflow: hidden; position: absolute; left: 11px; top: 16px; color: #f60; font-size: 10px; border: 2px solid #f40; } .u-shortcut li.f-shopping-cart a span { display: block; width: 11px; position: absolute; top: 55px; left: 13px; font-size: 14px; } .u-shortcut li.f-shopping-cart b.curr-arrow { border-color: #f60; border-left: 4px solid rgb(238,238,238); top: 62px; } .u-float-list strong.f-fly-num { background: #fff; width: 15px; height: 15px; line-height: 13px; text-align: left; color: #f60; border-radius: 15px; letter-spacing: -2px; z-index: 9999; } /*.u-shortcut li.f-customer-service i { background-image: url(../images/customer-on.gif?v=0127); width: 34px; height: 40px; top: 8px; } .u-shortcut li.f-customer-service a.z-customer-off i { background-image: url(../images/customer-off.gif?v=0126); }*/ .u-shortcut li.f-client i { background-position: 0 -142px; width: 13px; height: 20px; top: 18px; } .u-shortcut li.f-attention i { background-position: -42px -66px; width: 18px; height: 16px; top: 20px; } .u-shortcut li.f-weixin i { background-position: 0 -166px; width: 20px; height: 16px; top: 20px; } .u-shortcut li.f-feedback i { background-position: 0 -186px; width: 16px; height: 16px; top: 20px; } .u-shortcut li.f-back-to i { background-position: 0 -206px; width: 20px; height: 15px; top: 20px; } li.f-back-to a cite { padding-top: 20px; } b.curr-arrow { border-style: solid; border-width: 4px 0 4px 0; border-color: #9f948d; border-left: 4px solid rgb(255,255,255); width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; left: 0; bottom: 24px; z-index: 5; display: none; } .u-activate { width: 97px; height: 113px; text-align: center; border: 1px solid #c4bab3; border-right: 0 none; background: #fff; position: absolute; bottom: -1px; right: 37px; _right: 36px; display: none; } .u-activate img { display: block; width: 75px; height: 106px; padding: 9px 11px 0; width: 75px; height: 75px; margin-bottom: 5px; } .u-activate a { color: #666; } .u-activate a:hover { color: #f60; } li.cart-hover .u-activate { display: block; } li.cart-hover .u-float-list i { display: none!important; } li.cart-hover .u-float-list cite { display: block; } li.cart-hover b.curr-arrow { display: block; } .u-shortcut li.f-checked b.curr-arrow { display: block; } .m-unfold-cart { width: 240px; height: 340px; background: #eee; border: 1px solid #c4bab3; border-right: 0 none; position: absolute; top: 0; right: -241px; z-index: 5; overflow: hidden; display: none; } .f-unfold-title { height: 33px; overflow: hidden; display: none; } .f-unfold-title a { color: #666; cursor: pointer; } .f-unfold-title a:hover { color: #f60; } .f-unfold-title span { padding: 7px 0 0 9px; font-weight: bold; } .f-unfold-title cite { padding: 4px 6px 6px 0; } .f-unfold-title cite a { display: block; width: 60px; height: 22px; text-align: center; line-height: 22px; border: 1px solid #e4e4e4; background: #fff; } .f-unfold-con { width: 228px; padding: 0 6px; position: relative; } .loading-2015 { width: 240px; height: 50px; margin: 0 auto; } /* .loading-2015 em { background: url(../images/goods_loading2.gif) no-repeat; width: 50px; height: 50px; margin: 0 auto; display: block; } */ .cartEmpty { text-align: center; font-size: 14px; height: 89px; position: relative; color: #666; display: none; } .cartEmpty i { display: block; width: 54px; height: 53px; background-position: 0 -228px; margin: 0 auto 15px; } .scrollcontent { background: #fff; position: relative; overflow: hidden; box-shadow: 0 1px 2px #e4e4e4,1px 0 2px #e4e4e4; display: none; } .scrollcontent .unfold-list { clear: both; width: 228px; display: none; } .scrollcontent .unfold-list dl { clear: both; width: 220px; height: 60px; padding: 8px 0 8px 10px; border-bottom: 1px solid #eee; position: relative; overflow: hidden; } .scrollcontent .unfold-list dl:hover,.unfold-list dl.hover { background: #f7f7f7; } .scrollcontent .unfold-list dd { float: left; } .scrollcontent .unfold-list dd img { display: block; width: 60px; height: 60px; } .scrollcontent .unfold-list dd p { width: 124px; height: 60px; display: block; overflow: hidden; } .scrollcontent .unfold-list dd p.three-row { display: none; } .scrollcontent .unfold-list dd b { display: block; width: 26px; height: 15px; background-position: 0 -33px; position: absolute; left: 10px; top: 8px; } .scrollcontent .unfold-list dd.z-ygrc { width: 133px; height: 60px; padding-top: 7px; overflow: hidden; margin: 0 5px; display: inline; color: #333; line-height: 20px; } .scrollcontent .unfold-list dd.z-ygrc p { width: 133px; } .scrollcontent .unfold-list dl.hover dd.z-ygrc { height: 60px; padding-top: 0; } .scrollcontent .unfold-list dl.hover p.two-row { display: none; } .scrollcontent .unfold-list dl.hover p.three-row { display: block; } .scrollcontent .unfold-list dd.z-ygrc span { display: block; } .scrollcontent .unfold-list dd.z-ygrc cite { display: block; color: #f60; } .scrollcontent .unfold-list dd.z-ygrc cite em { color: #666; } .scrollcontent .unfold-list dd.z-ygrc span.modify { width: 87px; height: 22px; background: #fff; border: 1px solid #ccc; overflow: hidden; } .scrollcontent .unfold-list dd.z-ygrc span.modify a,.unfold-list dd.z-ygrc span.modify input { float: left; height: 22px; } .scrollcontent .unfold-list dd.z-ygrc span.modify a { width: 23px; text-align: center; font-size: 20px; color: #666; } .scrollcontent .unfold-list dd.z-ygrc span.modify a:hover { color: #f60; } .scrollcontent .unfold-list dd.z-ygrc span.modify a.unclick,.scrollcontent .unfold-list dd.z-ygrc span.modify a.unclick:hover { color: #ccc; cursor: default; } .scrollcontent .unfold-list dd.z-ygrc input { display: block; width: 39px; text-align: center; line-height: 22px; border: 0 none; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; } .scrollcontent .attentionCon { font-size: 12px; overflow: hidden; } .scrollcontent .attentionCon ul { float: left; width: 114px; height: 125px; padding-top: 4px; border-bottom: 1px solid #eee; border-right: 1px solid #eee; margin-right: -1px; display: inline-block; position: relative; _overflow: hidden; } .scrollcontent .attentionCon li { float: left; width: 94px; padding: 0 10px; margin-top: 5px; color: #999; text-align: center; } .scrollcontent .attentionCon li img { display: block; width: 80px; height: 80px; margin: 0 auto; } .scrollcontent .attentionCon li p { text-align: center; } .scrollcontent .attentionCon li.att-ing i { margin-left: 5px; } .scrollcontent .attentionCon li.att-show dl.m-progress { width: 94px; height: 3px; margin-bottom: 5px; } .scrollcontent .attentionCon li.att-show dl.m-progress dt { width: 94px; height: 3px; border-radius: 3px; } .scrollcontent .attentionCon li.att-show dl.m-progress dt b { height: 3px; float: left; } .scrollcontent .attentionCon li.att-show span.att-btn { display: block; _margin-top: -10px; } .scrollcontent .attentionCon li.att-show span.att-btn a { display: block; width: 94px; height: 21px; line-height: 21px; *line-height: 20px; border-radius: 10px; text-align: center; background: #f60; color: #fff; } .scrollcontent .attentionCon li.att-show span.att-btn a:hover { background: #f40; } .scrollcontent .attentionCon li.att-show a.att-close { display: block; width: 9px; height: 9px; background-position: 0 -61px; position: absolute; right: 8px; top: 8px; } .scrollcontent .attentionCon li.att-show a.att-close:hover { background-position: 0 -76px; } .scrollcontent .attentionCon li.att-show { display: none; } .scrollcontent .attentionCon ul.hover li.att-show { display: block; text-align: center; } .att-add-success { width: 114px; height: 130px; position: absolute; left: 0; top: 0; } .att-add-success cite { display: block; text-align: center; color: #fff; position: relative; z-index: 10; padding-top: 45px; line-height: 25px; } .att-add-success i { width: 17px; height: 17px; background-position: -43px -99px; margin: 0 auto; } .att-add-success i.att-prompt-icon { background-position: -43px -129px; } .att-add-success span { display: block; width: 114px; height: 130px; background: #000; opacity: 0.4; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); position: absolute; top: 0; left: 0; z-index: 0; } .no-login-wrapper { text-align: center; margin-top: 215px; } .gth-icon { width: 36px; height: 36px; overflow: hidden; margin: 0 auto; background-position: 0 -290px; } .ng-see-mycord { color: #bbb; font-size: 14px; line-height: 40px; } .ng-see-mycord a { color: #2af; text-decoration: underline; padding: 0 5px; } .dotting { display: inline-block; width: 10px; min-height: 2px; padding-right: 2px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; background-color: currentColor; background-clip: content-box; box-sizing: border-box; -webkit-animation: dot 3s infinite step-start both; animation: dot 3s infinite step-start both; } .dotting:before { content: '...'; } .dotting::before { content: ''; } :root .dotting { margin-left: 2px; padding-left: 2px; } @-webkit-keyframes dot { 25% { border-color: transparent; background-color: transparent; } 50% { border-right-color: transparent; background-color: transparent; } 75% { border-right-color: transparent; } } @keyframes dot { 25% { border-color: transparent; background-color: transparent; } 50% { border-right-color: transparent; background-color: transparent; } 75% { border-right-color: transparent; } } dd.z-close { position: absolute; right: 20px; top: 32px; } /* a.delete-close { background: url(../images/cart-close.png?v=141120) 2px 2px no-repeat; width: 7px; height: 7px; padding: 2px; cursor: pointer; display: none; } */ a.delete-close:hover { background-position: -37px 0; } dl:hover dd a.delete-close,dl.hover dd a.delete-close { display: block; } .scrollcontent .iscroll-drap-parent { width: 4px; position: absolute; top: 2px; bottom: 2px; right: 0; } .scrollcontent .iscroll-drap-parent a { display: block; width: 4px; background: #000; border-radius: 2px; position: absolute; right: 2px; cursor: pointer; opacity: 0.2; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20); } .scrollcontent .iscroll-drap-parent a:hover { opacity: 0.3; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); } .f-unfold-pay { width: 240px; padding-bottom: 5px; font-size: 14px; position: absolute; left: 0; right: 0; bottom: 0; display: none; } .f-unfold-pay li.total-txt { height: 24px; line-height: 24px; margin: 3px 0; font-size: 14px; text-align: center; } .f-unfold-pay li.total-txt b { font-size: 16px; } .f-unfold-pay li.total-txt em { margin: 0 2px; } .f-unfold-pay li.accounts-btn a { display: block; width: 220px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #f60; border-radius: 2px; margin: 0 auto; } .f-unfold-pay li.accounts-btn a:hover { background: #f40; } .m-cart-login { width: 239px; height: 227px; border: 1px solid #c4bab3; position: absolute; top: 0; _top: 168px; right: 37px; z-index: 5; background: #fff; display: none; } .m-cart-login a.delete-close { display: block; position: absolute; top: 5px; right: 5px; } .g-outer { display: none; } .g-narrow-con { position: fixed; _position: absolute; width: 37px; height: 342px; z-index: 99; bottom: 8px; right: 8px; _right: -1px; background: #fff; } *html .g-narrow-con { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)-5)); _bottom: auto; _position: absolute; } .m-narrow-list { width: 37px; height: 342px; border-bottom: 1px solid #e4e4e4; } .m-narrow-list li { float: left; width: 37px; height: 57px; position: relative; } .m-narrow-list li .u-float-list { width: 37px; height: 57px; } .m-narrow-list li .u-float-list i { position: relative; top: 20px; } .m-narrow-list li .u-float-list a { width: 35px; height: 56px; border: 1px solid #e4e4e4; border-bottom: 0 none; } .m-narrow-list li.cart-hover .u-float-list a { width: 37px; height: 57px; border: 0 none; background: #f60; } /* .m-narrow-list li.f-customer-service i { background-image: url(../images/customer-on-gray.gif?v=0127); width: 34px; height: 40px; top: 8px; } .m-narrow-list li.f-customer-service a.z-customer-off i { background-image: url(../images/customer-off-gray.gif?v=0126); } */ .m-narrow-list li.f-client i { background-position: -380px 0; width: 13px; height: 20px; top: 18px; vertical-align: middle; } .m-narrow-list li.f-attention i { background-position: -380px -99px; width: 17px; height: 17px; } .m-narrow-list li.f-weixin i { background-position: -380px -26px; width: 20px; height: 16px; } .m-narrow-list li.f-feedback i { background-position: -380px -48px; width: 16px; height: 16px; } .m-narrow-list li.f-back-to i { background-position: -380px -70px; width: 20px; height: 15px; } .m-narrow-list li .u-float-list a cite { color: #fff; } .m-narrow-list li .activateCon { width: 99px; height: 113px; position: absolute; right: 37px; bottom: -1px; display: none; } .m-narrow-list li .u-activate { border: 1px solid #e4e4e4; right: 5px; bottom: 0; } .m-narrow-list li b.curr-arrow { border-color: #fff; border-left: 5px solid rgb(221,221,221); left: -5px; _left: -7px; -webkit-transition-property: border-color; -webkit-transition-duration: 3s; -webkit-transition-timing-function: ease; } .m-narrow-list li b.curr-arrow s { border-style: solid; _border-style: dashed; border-width: 5px; border-color: transparent; border-left-width: 0; border-left: 5px solid #fff; width: 0; height: 0; font-size: 0; line-height: 0; position: absolute; top: -5px; right: -3px; } .m-narrow-list li.cart-hover .activateCon { display: block; } /* .g-main-con .g-loading-2014 i { display: block; background-image: url(../images/goods_loading.gif?v=141105); width: 100px; height: 100px; margin: 100px auto; } */ .g-pagination { clear: both; text-align: center; font-size: 14px; height: 31px; padding-top: 50px; } .g-pagination span { height: 31px; line-height: 31px; color: #999; margin: 0 4px; padding: 50px 0; } .g-pagination span a { display: inline-block; height: 29px; line-height: 29px; text-align: center; color: #999; padding: 0 10px; border: 1px solid #e4e4e4; cursor: pointer; } .g-pagination span a:hover { border: 1px solid #f60; color: #f60; } .g-pagination span.f-noClick a { color: #cbcbcb; background: #f4f4f4; cursor: default; } .g-pagination span.f-noClick a:hover { color: #cbcbcb; border: 1px solid #e6e6e6; } .g-pagination span.current a { background: #f60; border: 1px solid #f60; color: #fff; font-weight: bold; } .g-pagination span em { margin: 0 3px; } .g-pagination span input { border-width: 1px; border-style: solid; border-color: #bfbfbf #e6e6e6 #e6e6e6 #bfbfbf; width: 45px; height: 29px; line-height: 29px; text-align: center; margin-right: 3px; background: #f9f9f9; color: #9d9d9d; position: relative; *top: 5px; } .user_experience { width: 34px; height: 160px; position: fixed; right: 0; z-index: 20; display: none; } *html .user_experience { _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,286)||0)-(parseInt(this.currentStyle.marginBottom,286)||0)-286)); _bottom: auto; _position: absolute; } /*.user_experience a { display: block; width: 34px; height: 160px; background-image: url(http://skin.ts1kg.com/images/question.gif); background-repeat: no-repeat; }*/ .banner-prompt { width: 100%; height: 35px; line-height: 35px; border-bottom: 1px solid #e9e9e9; color: #ff2929; background: #ffffec; } .banner-prompt span { font-size: 14px; } .banner-prompt span a.ckxq { color: #ff2929; margin-left: 15px; font-weight: bold; } .banner-prompt span a.ckxq:hover { text-decoration: underline; } /* .banner-prompt span a.close { display: block; cursor: pointer; background: url(../images/banner-close.gif?v=150210); width: 15px; height: 15px; position: relative; top: 10px; _top: 9px; overflow: hidden; }*/ body.f-width-change .w1190 { width: 990px; } body.f-width-change .search_cart_wrap { width: 730px; } body.f-width-change .search_cart_wrap .number { margin-left: 0; } body.f-width-change .search_cart_wrap .search { width: 300px; } body.f-width-change .search_cart_wrap .search .form { width: 260px; } body.f-width-change .search_cart_wrap .search .form input { width: 125px; } body.f-width-change .g-nav { width: 100%; } body.f-width-change .m-menu { width: 198px; } body.f-width-change .m-menu-all { width: 198px; overflow: hidden; } body.f-width-change .m-all-sort { width: 196px; } body.f-width-change .m-menu-all h3 a { width: 180px; } body.f-width-change .m-all-sort { width: 196px; } body.f-width-change .m-all-sort dl.hover { width: 196px; } body.f-width-change .m-all-sort dt { padding-left: 10px; } body.f-width-change .m-all-sort dd a { margin-left: 10px; } body.f-width-change .nav-main li a { padding: 0 20px 0 21px; } body.f-width-change .nav-main li.f-nav-home a { padding: 0 21px 0 22px; } body.f-width-change .nav-main li span.nav-new { right: 3px; } body.f-width-change .g-guide dl { padding: 30px 39px 25px; } body.f-width-change .g-service { height: 98px; border: 1px solid #e4e4e4; } body.f-width-change .m-ser { width: 247px; border: 0 none; border-left: 1px solid #e4e4e4; margin-left: -1px; } body.f-width-change .u-ser1 { display: none; } body.f-width-change .g-special li { width: 239px; padding-left: 90px; } body.f-width-change .g-special li em { left: 35px; } .g-toolbar li a.cctv-icon { display: block; margin-left: 13px; text-decoration: none; line-height: 36px; } .cctv-icon-img { vertical-align: middle; margin-top: -4px; *margin-top: -2px; } .g-toolbar li a.cctv-icon:hover { color: #333; text-decoration: none; } /*add by peasant*/ ._mycart{ width:150px;height:36px;float:right;text-align:center;line-height:36px;font-size: 12px; background:#FE0100;border-radius:4px } ._mycart a{color:#fff;font-size:14px} ._mycart a:hover{color:#fff} /*footnews 2016.3.11*/ .footnews-container{ background: #f5f5f5; padding: 15px 0px 40px; margin-bottom: 30px;} .yg-positioncont{width:1210px; height: 30px; line-height: 30px; margin: 0px auto;} .footnews-main{width: 1210px; margin: 15px auto 0px;} .footnews-main .footnews-left{width:204px; float: left; display: inline; padding: 30px 20px; background: #fff;} .footnews-main .footnews-right{width:884px; float: right; display: inline; padding: 30px 30px; background: #fff;} .fnews_box .fnews_btit,.footnews-right .fnews-m-tit{color:#000; height:42px; line-height:42px; padding-bottom: 5px; font-size:18px;border-bottom:1px solid #E5E5E5;} .fnews_box ul{padding:10px 0px;} .fnews_box ul li{line-height:40px; } .fnews_box ul li a{display:block; width:100%; height:100%; color: #878787; overflow: hidden;} .fnews_box ul li:hover,.c_newbie_guide ul .c_guide_this{border-left:3px solid #dd2726; padding-left:15px;background:#f3f3f3;} .fnews_btxt li~a { float:right;} .fnews_box ul li a:hover{color:#c40000;} .footnews-right .fnews-m-content{ padding: 15px 0px 30px; line-height: 30px; min-height: 800px; overflow: hidden;} .fnews-m-content img{max-width:884px; width: expression(this.width > 884 && this.width > this.height ? 884 : auto);} .pullDownList li{line-height: 40px; position: relative;} .fnews-question{} .fnews-question .fnes-quetit{ margin: 30px 0px 10px 0px;} .fnes-quetit .fquetit-a{ height: 34px; line-height: 34px; float: left; display: block; text-align: center; padding:0px 10px;margin: 0px 25px 0px 0px; color: #858585; background: #dddddd; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;} .fnes-quetit .fquetit-aon{color: #fff; background: #dd2726;} /*二级隐藏栏目*/ .item-sub{width:974px; height: 400px; position: absolute; left:233px; background: rgba(146,59,53,0.7); z-index: 999; display: none; *zoom:1;} .item-sub.item-sub1{top:0px;} .item-sub.item-sub2{top:-40px;} .item-sub.item-sub3{top:-80px;} .item-sub.item-sub4{top:-120px;} .item-sub.item-sub5{top:-160px;} .item-sub.item-sub6{top:-200px;} .item-sub.item-sub7{top:-240px;} .item-sub.item-sub8{top:-280px;} .item-sub.item-sub9{top:-320px;} .item-sub.item-sub10{top:-360px;} .item-sub ul li{width: 102px; float: left; display: inline; margin:43px 0px 0px 70px;} .item-sub ul li a{display: block; width: 102px; display: block; text-align: center;} .item-sub ul li .item-simg{width:100px; height: 100px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #f3f3f3;} .item-sub ul li .item-simg img{-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;} .item-sub ul li .item-stit{height:30px; line-height: 30px; display: block; font-weight: normal; overflow: hidden;color:white} /*会员中心,常见问题公用 点击下拉css*/ .fuque_tab{display: none;} .uqb_box{ border-bottom: 1px dotted #e0e0e0; padding:15px 0 15px 0;} .uqb_box:last-child{ border-bottom: none;} .uqb_box .uqb_btit{height:40px; line-height: 40px; font-size: 14px; position: relative;} .uqb_box .uqb_btxt{display: block; color:#a1a1a1; line-height: 30px; padding:0px 0px 0px 40px; background: url(../img/member/uqb_btxt.gif) no-repeat; background-position: 8px -2px; display:none} .uqb_btit .uqb_btit_a{height:40px; line-height: 40px; display: block; font-weight: bold; padding-left: 30px;} .uqb_btit .uqb_bico{width:17px; height: 17px; display: block; position: absolute; top:11px; left: 0px; background: url(../img/member/uqb_bico.gif) no-repeat;} .uqb_btit .uqb_bico.uqb_bico_down{ background-position: -17px 0px;} .join-shop-car{display:none;width: 400px;height: 114px;padding: 48px 0 20px;position: fixed;top: 50%;left: 50%;margin-left: -200px;margin-top: -90px;background: white; border: 1px solid #DEDEDE;z-index: 10000; text-align: center;} .join-shop-car .car-item01{font-size: 18px;color: #FF0000; margin-bottom: 40px;} .join-shop-car .car-item01 img{margin-right: 10px;vertical-align: middle;} .join-shop-car .car-item02 input{width: 138px;height: 38px;line-height: 38px;text-align: center;font-size: 16px;border-radius: 5px;border: 1px solid #FF0000; color: #FF0000;background: white;} .join-shop-car .car-item02 input:first-child{margin-right: 18px;background: #FF0000;color: white;} .join-shop-car .car-item03{position: absolute;top: 2px;right: 6px; font-size: 17px;cursor: pointer;} .all_grey_bg{display:none;width: 100%;height: 100%;background: black; opacity: .7;filter: alpha(opacity=70);position: fixed;z-index: 9999;} .g-service div{width: 196px;height: 190px;float: left;} .u-ser1 img{ width: 190px;height: 192px;} .u-ser2 img{ width: 190px;height: 190px;} .u-spc-icon4{width:85px;height: 85px;background: url(../img/footer_weibo.png) no-repeat; display: block;margin: 0 auto; } .u-ser2 .u-spc-icon4{background: url(../img/footer_weixin.png) no-repeat;} .m-ser span{display: block;font-size: 18px;color: #666666; margin-top: 20px;}
0.204104
0.039048
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); } } @keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; } @-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } @keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } .headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } @keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } @keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } .jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } @keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } @keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } @keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } @keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } @keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } @keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } .hinge { -webkit-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } @keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } @keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } @charset "UTF-8"; /** * @author Mantou * @desc 样式 */ @font-face { font-family: "iconfont"; src: url("//at.alicdn.com/t/font_vr55vm0cczo20529.eot?t=1489573038741"); /* IE9*/ src: url("//at.alicdn.com/t/font_vr55vm0cczo20529.eot?t=1489573038741#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.woff?t=1489573038741") format("woff"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.ttf?t=1489573038741") format("truetype"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.svg?t=1489573038741#iconfont") format("svg"); /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-warning:before { content: "\E600"; } .icon-checkbox:before { content: "\E612"; } .icon-shang:before { content: "\E605"; } .icon-xia:before { content: "\E607"; } .icon-close:before { content: "\E652"; } .icon-warn:before { content: "\E68D"; } .icon-more:before { content: "\E611"; } .icon-arrowr:before { content: "\E601"; } .icon-password:before { content: <PASSWORD>"; } .icon-success:before { content: "\E619"; } .icon-time:before { content: "\E635"; } .icon-loading2:before { content: "\E603"; } .icon-loading5:before { content: "\E61E"; } .icon-loading4:before { content: "\E609"; } .icon-user:before { content: "\E60B"; } .icon-loading3:before { content: "\E60E"; } .icon-date:before { content: "\E65D"; } .icon-arrow3r:before { content: "\E60D"; } .icon-checkbox1:before { content: "\E686"; } .icon-search:before { content: "\E67A"; } .icon-error1:before { content: "\E626"; } .icon-danger:before { content: "\E651"; } .icon-loading1:before { content: "\E604"; } .icon-arrowl:before { content: "\E653"; } .icon-arrowt:before { content: "\E654"; } .icon-arrowd:before { content: "\E655"; } .icon-arrow2t:before { content: "\E656"; } .icon-arrow2r:before { content: "\E657"; } .icon-arrow2b:before { content: "\E658"; } .icon-arrow2l:before { content: "\E659"; } .icon-arrow3l:before { content: "\E68E"; } .icon-zuo:before { content: "\E68F"; } .icon-you:before { content: "\E690"; } /** * @type MTUI2.0 * @author : Mantou */ /** * @type MTUI2.0 * @author : Mantou */ body { margin: 0; padding: 0; font-family: "Microsoft YaHei"; -webkit-touch-callout: inherit; -webkit-user-select: auto; font-size: 14px; word-break: break-all; } i, em { font-style: normal; } a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35); cursor: pointer; text-decoration: none; -webkit-tap-highlight-color: transparent; } img { -ms-interpolation-mode: bicubic; vertical-align: middle; border: none; } table { border-collapse: collapse; border-spacing: 0; } th, td, caption { vertical-align: middle; } textarea { resize: none; } input, button, select, textarea { outline: none; border-radius: 0; font-family: inherit; font-size: inherit; } button { border: none; cursor: pointer; } p, ul, ol, li { list-style: none; margin: 0; padding: 0; } address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; } strong { font-weight: bold; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; } label { padding-right: 10px; } .iconfont { padding: 0; margin: 0; line-height: normal; } /*清除浮动*/ .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; } .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } *, *:before, *:after { box-sizing: border-box; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 5px; height: 5px; background-color: #F8F8F8; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { background-color: #F5F5F5; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { background-color: #D0D8DB; } .mt-text { vertical-align: middle; } .mt-404 { padding: 40px 10px; } .mt-404 .mt-404-title { font-size: 40px; font-weight: bold; text-align: center; line-height: 64px; color: #838FA1; } .mt-404 .mt-404-info { line-height: 30px; font-size: 21px; margin-top: 20px; text-align: center; color: #dce2ec; } .mt-404 .mt-404-content { margin-top: 20px; margin-bottom: 20px; font-size: 16px; text-align: center; color: #96a2b4; } .mt-404 .mt-404-content p { padding-bottom: 30px; } .mt-animate-rotate { display: inline-block; position: relative; -webkit-animation: mtrotate 2s infinite linear; animation: mtrotate 2s infinite linear; -webkit-transform-origin: 50% 45%; transform-origin: 50% 45%; } @-webkit-keyframes mtrotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes mtrotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* table 样式 */ .mt-table { width: 100%; margin: 10px 0; } .mt-table th { text-align: left; padding: 10px 8px; border-bottom: 2px solid #E8EAEA; color: #666; font-weight: bolder; } .mt-table td { padding: 10px 8px; border-bottom: 1px solid #E8EAEA; font-size: 14px; color: #333; } .mt-table-noborder { border: none; } .mt-table-noborder td { border: none; } .mt-table-border { border-top: 1px solid #E8EAEA; border-left: 1px solid #E8EAEA; border-right: 1px solid #E8EAEA; } .mt-table-bordered { border-top: 1px solid #E8EAEA; border-left: 1px solid #E8EAEA; border-right: 1px solid #E8EAEA; } .mt-table-bordered td, .mt-table-bordered th { border-left: 1px solid #E8EAEA; } .mt-table-striped tr:nth-child(even) { background: #f9f9f9; } .mt-table-center { text-align: center; } .mt-table-center th { text-align: center; } .mt-table-hover tr + tr:hover { background: #e6e6e6; } /*Grid*/ .mt-grid { display: inline-block; box-sizing: border-box; position: relative; vertical-align: middle; } .mt-grid-1-1 { width: 100%; } .mt-grid-offset-1-1 { margin-left: 100%; } .mt-grid-2-1 { width: 50%; } .mt-grid-offset-2-1 { margin-left: 50%; } .mt-grid-2-2 { width: 100%; } .mt-grid-offset-2-2 { margin-left: 100%; } .mt-grid-3-1 { width: 33.33333%; } .mt-grid-offset-3-1 { margin-left: 33.33333%; } .mt-grid-3-2 { width: 66.66667%; } .mt-grid-offset-3-2 { margin-left: 66.66667%; } .mt-grid-3-3 { width: 100%; } .mt-grid-offset-3-3 { margin-left: 100%; } .mt-grid-4-1 { width: 25%; } .mt-grid-offset-4-1 { margin-left: 25%; } .mt-grid-4-2 { width: 50%; } .mt-grid-offset-4-2 { margin-left: 50%; } .mt-grid-4-3 { width: 75%; } .mt-grid-offset-4-3 { margin-left: 75%; } .mt-grid-4-4 { width: 100%; } .mt-grid-offset-4-4 { margin-left: 100%; } .mt-grid-5-1 { width: 20%; } .mt-grid-offset-5-1 { margin-left: 20%; } .mt-grid-5-2 { width: 40%; } .mt-grid-offset-5-2 { margin-left: 40%; } .mt-grid-5-3 { width: 60%; } .mt-grid-offset-5-3 { margin-left: 60%; } .mt-grid-5-4 { width: 80%; } .mt-grid-offset-5-4 { margin-left: 80%; } .mt-grid-5-5 { width: 100%; } .mt-grid-offset-5-5 { margin-left: 100%; } .mt-grid-6-1 { width: 16.66667%; } .mt-grid-offset-6-1 { margin-left: 16.66667%; } .mt-grid-6-2 { width: 33.33333%; } .mt-grid-offset-6-2 { margin-left: 33.33333%; } .mt-grid-6-3 { width: 50%; } .mt-grid-offset-6-3 { margin-left: 50%; } .mt-grid-6-4 { width: 66.66667%; } .mt-grid-offset-6-4 { margin-left: 66.66667%; } .mt-grid-6-5 { width: 83.33333%; } .mt-grid-offset-6-5 { margin-left: 83.33333%; } .mt-grid-6-6 { width: 100%; } .mt-grid-offset-6-6 { margin-left: 100%; } .mt-grid-7-1 { width: 14.28571%; } .mt-grid-offset-7-1 { margin-left: 14.28571%; } .mt-grid-7-2 { width: 28.57143%; } .mt-grid-offset-7-2 { margin-left: 28.57143%; } .mt-grid-7-3 { width: 42.85714%; } .mt-grid-offset-7-3 { margin-left: 42.85714%; } .mt-grid-7-4 { width: 57.14286%; } .mt-grid-offset-7-4 { margin-left: 57.14286%; } .mt-grid-7-5 { width: 71.42857%; } .mt-grid-offset-7-5 { margin-left: 71.42857%; } .mt-grid-7-6 { width: 85.71429%; } .mt-grid-offset-7-6 { margin-left: 85.71429%; } .mt-grid-7-7 { width: 100%; } .mt-grid-offset-7-7 { margin-left: 100%; } .mt-grid-8-1 { width: 12.5%; } .mt-grid-offset-8-1 { margin-left: 12.5%; } .mt-grid-8-2 { width: 25%; } .mt-grid-offset-8-2 { margin-left: 25%; } .mt-grid-8-3 { width: 37.5%; } .mt-grid-offset-8-3 { margin-left: 37.5%; } .mt-grid-8-4 { width: 50%; } .mt-grid-offset-8-4 { margin-left: 50%; } .mt-grid-8-5 { width: 62.5%; } .mt-grid-offset-8-5 { margin-left: 62.5%; } .mt-grid-8-6 { width: 75%; } .mt-grid-offset-8-6 { margin-left: 75%; } .mt-grid-8-7 { width: 87.5%; } .mt-grid-offset-8-7 { margin-left: 87.5%; } .mt-grid-8-8 { width: 100%; } .mt-grid-offset-8-8 { margin-left: 100%; } .mt-grid-9-1 { width: 11.11111%; } .mt-grid-offset-9-1 { margin-left: 11.11111%; } .mt-grid-9-2 { width: 22.22222%; } .mt-grid-offset-9-2 { margin-left: 22.22222%; } .mt-grid-9-3 { width: 33.33333%; } .mt-grid-offset-9-3 { margin-left: 33.33333%; } .mt-grid-9-4 { width: 44.44444%; } .mt-grid-offset-9-4 { margin-left: 44.44444%; } .mt-grid-9-5 { width: 55.55556%; } .mt-grid-offset-9-5 { margin-left: 55.55556%; } .mt-grid-9-6 { width: 66.66667%; } .mt-grid-offset-9-6 { margin-left: 66.66667%; } .mt-grid-9-7 { width: 77.77778%; } .mt-grid-offset-9-7 { margin-left: 77.77778%; } .mt-grid-9-8 { width: 88.88889%; } .mt-grid-offset-9-8 { margin-left: 88.88889%; } .mt-grid-9-9 { width: 100%; } .mt-grid-offset-9-9 { margin-left: 100%; } .mt-grid-10-1 { width: 10%; } .mt-grid-offset-10-1 { margin-left: 10%; } .mt-grid-10-2 { width: 20%; } .mt-grid-offset-10-2 { margin-left: 20%; } .mt-grid-10-3 { width: 30%; } .mt-grid-offset-10-3 { margin-left: 30%; } .mt-grid-10-4 { width: 40%; } .mt-grid-offset-10-4 { margin-left: 40%; } .mt-grid-10-5 { width: 50%; } .mt-grid-offset-10-5 { margin-left: 50%; } .mt-grid-10-6 { width: 60%; } .mt-grid-offset-10-6 { margin-left: 60%; } .mt-grid-10-7 { width: 70%; } .mt-grid-offset-10-7 { margin-left: 70%; } .mt-grid-10-8 { width: 80%; } .mt-grid-offset-10-8 { margin-left: 80%; } .mt-grid-10-9 { width: 90%; } .mt-grid-offset-10-9 { margin-left: 90%; } .mt-grid-10-10 { width: 100%; } .mt-grid-offset-10-10 { margin-left: 100%; } .mt-grid-11-1 { width: 9.09091%; } .mt-grid-offset-11-1 { margin-left: 9.09091%; } .mt-grid-11-2 { width: 18.18182%; } .mt-grid-offset-11-2 { margin-left: 18.18182%; } .mt-grid-11-3 { width: 27.27273%; } .mt-grid-offset-11-3 { margin-left: 27.27273%; } .mt-grid-11-4 { width: 36.36364%; } .mt-grid-offset-11-4 { margin-left: 36.36364%; } .mt-grid-11-5 { width: 45.45455%; } .mt-grid-offset-11-5 { margin-left: 45.45455%; } .mt-grid-11-6 { width: 54.54545%; } .mt-grid-offset-11-6 { margin-left: 54.54545%; } .mt-grid-11-7 { width: 63.63636%; } .mt-grid-offset-11-7 { margin-left: 63.63636%; } .mt-grid-11-8 { width: 72.72727%; } .mt-grid-offset-11-8 { margin-left: 72.72727%; } .mt-grid-11-9 { width: 81.81818%; } .mt-grid-offset-11-9 { margin-left: 81.81818%; } .mt-grid-11-10 { width: 90.90909%; } .mt-grid-offset-11-10 { margin-left: 90.90909%; } .mt-grid-11-11 { width: 100%; } .mt-grid-offset-11-11 { margin-left: 100%; } .mt-grid-12-1 { width: 8.33333%; } .mt-grid-offset-12-1 { margin-left: 8.33333%; } .mt-grid-12-2 { width: 16.66667%; } .mt-grid-offset-12-2 { margin-left: 16.66667%; } .mt-grid-12-3 { width: 25%; } .mt-grid-offset-12-3 { margin-left: 25%; } .mt-grid-12-4 { width: 33.33333%; } .mt-grid-offset-12-4 { margin-left: 33.33333%; } .mt-grid-12-5 { width: 41.66667%; } .mt-grid-offset-12-5 { margin-left: 41.66667%; } .mt-grid-12-6 { width: 50%; } .mt-grid-offset-12-6 { margin-left: 50%; } .mt-grid-12-7 { width: 58.33333%; } .mt-grid-offset-12-7 { margin-left: 58.33333%; } .mt-grid-12-8 { width: 66.66667%; } .mt-grid-offset-12-8 { margin-left: 66.66667%; } .mt-grid-12-9 { width: 75%; } .mt-grid-offset-12-9 { margin-left: 75%; } .mt-grid-12-10 { width: 83.33333%; } .mt-grid-offset-12-10 { margin-left: 83.33333%; } .mt-grid-12-11 { width: 91.66667%; } .mt-grid-offset-12-11 { margin-left: 91.66667%; } .mt-grid-12-12 { width: 100%; } .mt-grid-offset-12-12 { margin-left: 100%; } .mt-grid-13-1 { width: 7.69231%; } .mt-grid-offset-13-1 { margin-left: 7.69231%; } .mt-grid-13-2 { width: 15.38462%; } .mt-grid-offset-13-2 { margin-left: 15.38462%; } .mt-grid-13-3 { width: 23.07692%; } .mt-grid-offset-13-3 { margin-left: 23.07692%; } .mt-grid-13-4 { width: 30.76923%; } .mt-grid-offset-13-4 { margin-left: 30.76923%; } .mt-grid-13-5 { width: 38.46154%; } .mt-grid-offset-13-5 { margin-left: 38.46154%; } .mt-grid-13-6 { width: 46.15385%; } .mt-grid-offset-13-6 { margin-left: 46.15385%; } .mt-grid-13-7 { width: 53.84615%; } .mt-grid-offset-13-7 { margin-left: 53.84615%; } .mt-grid-13-8 { width: 61.53846%; } .mt-grid-offset-13-8 { margin-left: 61.53846%; } .mt-grid-13-9 { width: 69.23077%; } .mt-grid-offset-13-9 { margin-left: 69.23077%; } .mt-grid-13-10 { width: 76.92308%; } .mt-grid-offset-13-10 { margin-left: 76.92308%; } .mt-grid-13-11 { width: 84.61538%; } .mt-grid-offset-13-11 { margin-left: 84.61538%; } .mt-grid-13-12 { width: 92.30769%; } .mt-grid-offset-13-12 { margin-left: 92.30769%; } .mt-grid-13-13 { width: 100%; } .mt-grid-offset-13-13 { margin-left: 100%; } .mt-grid-14-1 { width: 7.14286%; } .mt-grid-offset-14-1 { margin-left: 7.14286%; } .mt-grid-14-2 { width: 14.28571%; } .mt-grid-offset-14-2 { margin-left: 14.28571%; } .mt-grid-14-3 { width: 21.42857%; } .mt-grid-offset-14-3 { margin-left: 21.42857%; } .mt-grid-14-4 { width: 28.57143%; } .mt-grid-offset-14-4 { margin-left: 28.57143%; } .mt-grid-14-5 { width: 35.71429%; } .mt-grid-offset-14-5 { margin-left: 35.71429%; } .mt-grid-14-6 { width: 42.85714%; } .mt-grid-offset-14-6 { margin-left: 42.85714%; } .mt-grid-14-7 { width: 50%; } .mt-grid-offset-14-7 { margin-left: 50%; } .mt-grid-14-8 { width: 57.14286%; } .mt-grid-offset-14-8 { margin-left: 57.14286%; } .mt-grid-14-9 { width: 64.28571%; } .mt-grid-offset-14-9 { margin-left: 64.28571%; } .mt-grid-14-10 { width: 71.42857%; } .mt-grid-offset-14-10 { margin-left: 71.42857%; } .mt-grid-14-11 { width: 78.57143%; } .mt-grid-offset-14-11 { margin-left: 78.57143%; } .mt-grid-14-12 { width: 85.71429%; } .mt-grid-offset-14-12 { margin-left: 85.71429%; } .mt-grid-14-13 { width: 92.85714%; } .mt-grid-offset-14-13 { margin-left: 92.85714%; } .mt-grid-14-14 { width: 100%; } .mt-grid-offset-14-14 { margin-left: 100%; } .mt-grid-15-1 { width: 6.66667%; } .mt-grid-offset-15-1 { margin-left: 6.66667%; } .mt-grid-15-2 { width: 13.33333%; } .mt-grid-offset-15-2 { margin-left: 13.33333%; } .mt-grid-15-3 { width: 20%; } .mt-grid-offset-15-3 { margin-left: 20%; } .mt-grid-15-4 { width: 26.66667%; } .mt-grid-offset-15-4 { margin-left: 26.66667%; } .mt-grid-15-5 { width: 33.33333%; } .mt-grid-offset-15-5 { margin-left: 33.33333%; } .mt-grid-15-6 { width: 40%; } .mt-grid-offset-15-6 { margin-left: 40%; } .mt-grid-15-7 { width: 46.66667%; } .mt-grid-offset-15-7 { margin-left: 46.66667%; } .mt-grid-15-8 { width: 53.33333%; } .mt-grid-offset-15-8 { margin-left: 53.33333%; } .mt-grid-15-9 { width: 60%; } .mt-grid-offset-15-9 { margin-left: 60%; } .mt-grid-15-10 { width: 66.66667%; } .mt-grid-offset-15-10 { margin-left: 66.66667%; } .mt-grid-15-11 { width: 73.33333%; } .mt-grid-offset-15-11 { margin-left: 73.33333%; } .mt-grid-15-12 { width: 80%; } .mt-grid-offset-15-12 { margin-left: 80%; } .mt-grid-15-13 { width: 86.66667%; } .mt-grid-offset-15-13 { margin-left: 86.66667%; } .mt-grid-15-14 { width: 93.33333%; } .mt-grid-offset-15-14 { margin-left: 93.33333%; } .mt-grid-15-15 { width: 100%; } .mt-grid-offset-15-15 { margin-left: 100%; } .mt-grid-16-1 { width: 6.25%; } .mt-grid-offset-16-1 { margin-left: 6.25%; } .mt-grid-16-2 { width: 12.5%; } .mt-grid-offset-16-2 { margin-left: 12.5%; } .mt-grid-16-3 { width: 18.75%; } .mt-grid-offset-16-3 { margin-left: 18.75%; } .mt-grid-16-4 { width: 25%; } .mt-grid-offset-16-4 { margin-left: 25%; } .mt-grid-16-5 { width: 31.25%; } .mt-grid-offset-16-5 { margin-left: 31.25%; } .mt-grid-16-6 { width: 37.5%; } .mt-grid-offset-16-6 { margin-left: 37.5%; } .mt-grid-16-7 { width: 43.75%; } .mt-grid-offset-16-7 { margin-left: 43.75%; } .mt-grid-16-8 { width: 50%; } .mt-grid-offset-16-8 { margin-left: 50%; } .mt-grid-16-9 { width: 56.25%; } .mt-grid-offset-16-9 { margin-left: 56.25%; } .mt-grid-16-10 { width: 62.5%; } .mt-grid-offset-16-10 { margin-left: 62.5%; } .mt-grid-16-11 { width: 68.75%; } .mt-grid-offset-16-11 { margin-left: 68.75%; } .mt-grid-16-12 { width: 75%; } .mt-grid-offset-16-12 { margin-left: 75%; } .mt-grid-16-13 { width: 81.25%; } .mt-grid-offset-16-13 { margin-left: 81.25%; } .mt-grid-16-14 { width: 87.5%; } .mt-grid-offset-16-14 { margin-left: 87.5%; } .mt-grid-16-15 { width: 93.75%; } .mt-grid-offset-16-15 { margin-left: 93.75%; } .mt-grid-16-16 { width: 100%; } .mt-grid-offset-16-16 { margin-left: 100%; } @media (min-width: 0) and (max-width: 640px) { .mt-grid-sm-1-1 { width: 100%; } .mt-grid-sm-offset-1-1 { margin-left: 100%; } .mt-grid-sm-2-1 { width: 50%; } .mt-grid-sm-offset-2-1 { margin-left: 50%; } .mt-grid-sm-2-2 { width: 100%; } .mt-grid-sm-offset-2-2 { margin-left: 100%; } .mt-grid-sm-3-1 { width: 33.33333%; } .mt-grid-sm-offset-3-1 { margin-left: 33.33333%; } .mt-grid-sm-3-2 { width: 66.66667%; } .mt-grid-sm-offset-3-2 { margin-left: 66.66667%; } .mt-grid-sm-3-3 { width: 100%; } .mt-grid-sm-offset-3-3 { margin-left: 100%; } .mt-grid-sm-4-1 { width: 25%; } .mt-grid-sm-offset-4-1 { margin-left: 25%; } .mt-grid-sm-4-2 { width: 50%; } .mt-grid-sm-offset-4-2 { margin-left: 50%; } .mt-grid-sm-4-3 { width: 75%; } .mt-grid-sm-offset-4-3 { margin-left: 75%; } .mt-grid-sm-4-4 { width: 100%; } .mt-grid-sm-offset-4-4 { margin-left: 100%; } .mt-grid-sm-5-1 { width: 20%; } .mt-grid-sm-offset-5-1 { margin-left: 20%; } .mt-grid-sm-5-2 { width: 40%; } .mt-grid-sm-offset-5-2 { margin-left: 40%; } .mt-grid-sm-5-3 { width: 60%; } .mt-grid-sm-offset-5-3 { margin-left: 60%; } .mt-grid-sm-5-4 { width: 80%; } .mt-grid-sm-offset-5-4 { margin-left: 80%; } .mt-grid-sm-5-5 { width: 100%; } .mt-grid-sm-offset-5-5 { margin-left: 100%; } .mt-grid-sm-6-1 { width: 16.66667%; } .mt-grid-sm-offset-6-1 { margin-left: 16.66667%; } .mt-grid-sm-6-2 { width: 33.33333%; } .mt-grid-sm-offset-6-2 { margin-left: 33.33333%; } .mt-grid-sm-6-3 { width: 50%; } .mt-grid-sm-offset-6-3 { margin-left: 50%; } .mt-grid-sm-6-4 { width: 66.66667%; } .mt-grid-sm-offset-6-4 { margin-left: 66.66667%; } .mt-grid-sm-6-5 { width: 83.33333%; } .mt-grid-sm-offset-6-5 { margin-left: 83.33333%; } .mt-grid-sm-6-6 { width: 100%; } .mt-grid-sm-offset-6-6 { margin-left: 100%; } .mt-grid-sm-7-1 { width: 14.28571%; } .mt-grid-sm-offset-7-1 { margin-left: 14.28571%; } .mt-grid-sm-7-2 { width: 28.57143%; } .mt-grid-sm-offset-7-2 { margin-left: 28.57143%; } .mt-grid-sm-7-3 { width: 42.85714%; } .mt-grid-sm-offset-7-3 { margin-left: 42.85714%; } .mt-grid-sm-7-4 { width: 57.14286%; } .mt-grid-sm-offset-7-4 { margin-left: 57.14286%; } .mt-grid-sm-7-5 { width: 71.42857%; } .mt-grid-sm-offset-7-5 { margin-left: 71.42857%; } .mt-grid-sm-7-6 { width: 85.71429%; } .mt-grid-sm-offset-7-6 { margin-left: 85.71429%; } .mt-grid-sm-7-7 { width: 100%; } .mt-grid-sm-offset-7-7 { margin-left: 100%; } .mt-grid-sm-8-1 { width: 12.5%; } .mt-grid-sm-offset-8-1 { margin-left: 12.5%; } .mt-grid-sm-8-2 { width: 25%; } .mt-grid-sm-offset-8-2 { margin-left: 25%; } .mt-grid-sm-8-3 { width: 37.5%; } .mt-grid-sm-offset-8-3 { margin-left: 37.5%; } .mt-grid-sm-8-4 { width: 50%; } .mt-grid-sm-offset-8-4 { margin-left: 50%; } .mt-grid-sm-8-5 { width: 62.5%; } .mt-grid-sm-offset-8-5 { margin-left: 62.5%; } .mt-grid-sm-8-6 { width: 75%; } .mt-grid-sm-offset-8-6 { margin-left: 75%; } .mt-grid-sm-8-7 { width: 87.5%; } .mt-grid-sm-offset-8-7 { margin-left: 87.5%; } .mt-grid-sm-8-8 { width: 100%; } .mt-grid-sm-offset-8-8 { margin-left: 100%; } .mt-grid-sm-9-1 { width: 11.11111%; } .mt-grid-sm-offset-9-1 { margin-left: 11.11111%; } .mt-grid-sm-9-2 { width: 22.22222%; } .mt-grid-sm-offset-9-2 { margin-left: 22.22222%; } .mt-grid-sm-9-3 { width: 33.33333%; } .mt-grid-sm-offset-9-3 { margin-left: 33.33333%; } .mt-grid-sm-9-4 { width: 44.44444%; } .mt-grid-sm-offset-9-4 { margin-left: 44.44444%; } .mt-grid-sm-9-5 { width: 55.55556%; } .mt-grid-sm-offset-9-5 { margin-left: 55.55556%; } .mt-grid-sm-9-6 { width: 66.66667%; } .mt-grid-sm-offset-9-6 { margin-left: 66.66667%; } .mt-grid-sm-9-7 { width: 77.77778%; } .mt-grid-sm-offset-9-7 { margin-left: 77.77778%; } .mt-grid-sm-9-8 { width: 88.88889%; } .mt-grid-sm-offset-9-8 { margin-left: 88.88889%; } .mt-grid-sm-9-9 { width: 100%; } .mt-grid-sm-offset-9-9 { margin-left: 100%; } .mt-grid-sm-10-1 { width: 10%; } .mt-grid-sm-offset-10-1 { margin-left: 10%; } .mt-grid-sm-10-2 { width: 20%; } .mt-grid-sm-offset-10-2 { margin-left: 20%; } .mt-grid-sm-10-3 { width: 30%; } .mt-grid-sm-offset-10-3 { margin-left: 30%; } .mt-grid-sm-10-4 { width: 40%; } .mt-grid-sm-offset-10-4 { margin-left: 40%; } .mt-grid-sm-10-5 { width: 50%; } .mt-grid-sm-offset-10-5 { margin-left: 50%; } .mt-grid-sm-10-6 { width: 60%; } .mt-grid-sm-offset-10-6 { margin-left: 60%; } .mt-grid-sm-10-7 { width: 70%; } .mt-grid-sm-offset-10-7 { margin-left: 70%; } .mt-grid-sm-10-8 { width: 80%; } .mt-grid-sm-offset-10-8 { margin-left: 80%; } .mt-grid-sm-10-9 { width: 90%; } .mt-grid-sm-offset-10-9 { margin-left: 90%; } .mt-grid-sm-10-10 { width: 100%; } .mt-grid-sm-offset-10-10 { margin-left: 100%; } .mt-grid-sm-11-1 { width: 9.09091%; } .mt-grid-sm-offset-11-1 { margin-left: 9.09091%; } .mt-grid-sm-11-2 { width: 18.18182%; } .mt-grid-sm-offset-11-2 { margin-left: 18.18182%; } .mt-grid-sm-11-3 { width: 27.27273%; } .mt-grid-sm-offset-11-3 { margin-left: 27.27273%; } .mt-grid-sm-11-4 { width: 36.36364%; } .mt-grid-sm-offset-11-4 { margin-left: 36.36364%; } .mt-grid-sm-11-5 { width: 45.45455%; } .mt-grid-sm-offset-11-5 { margin-left: 45.45455%; } .mt-grid-sm-11-6 { width: 54.54545%; } .mt-grid-sm-offset-11-6 { margin-left: 54.54545%; } .mt-grid-sm-11-7 { width: 63.63636%; } .mt-grid-sm-offset-11-7 { margin-left: 63.63636%; } .mt-grid-sm-11-8 { width: 72.72727%; } .mt-grid-sm-offset-11-8 { margin-left: 72.72727%; } .mt-grid-sm-11-9 { width: 81.81818%; } .mt-grid-sm-offset-11-9 { margin-left: 81.81818%; } .mt-grid-sm-11-10 { width: 90.90909%; } .mt-grid-sm-offset-11-10 { margin-left: 90.90909%; } .mt-grid-sm-11-11 { width: 100%; } .mt-grid-sm-offset-11-11 { margin-left: 100%; } .mt-grid-sm-12-1 { width: 8.33333%; } .mt-grid-sm-offset-12-1 { margin-left: 8.33333%; } .mt-grid-sm-12-2 { width: 16.66667%; } .mt-grid-sm-offset-12-2 { margin-left: 16.66667%; } .mt-grid-sm-12-3 { width: 25%; } .mt-grid-sm-offset-12-3 { margin-left: 25%; } .mt-grid-sm-12-4 { width: 33.33333%; } .mt-grid-sm-offset-12-4 { margin-left: 33.33333%; } .mt-grid-sm-12-5 { width: 41.66667%; } .mt-grid-sm-offset-12-5 { margin-left: 41.66667%; } .mt-grid-sm-12-6 { width: 50%; } .mt-grid-sm-offset-12-6 { margin-left: 50%; } .mt-grid-sm-12-7 { width: 58.33333%; } .mt-grid-sm-offset-12-7 { margin-left: 58.33333%; } .mt-grid-sm-12-8 { width: 66.66667%; } .mt-grid-sm-offset-12-8 { margin-left: 66.66667%; } .mt-grid-sm-12-9 { width: 75%; } .mt-grid-sm-offset-12-9 { margin-left: 75%; } .mt-grid-sm-12-10 { width: 83.33333%; } .mt-grid-sm-offset-12-10 { margin-left: 83.33333%; } .mt-grid-sm-12-11 { width: 91.66667%; } .mt-grid-sm-offset-12-11 { margin-left: 91.66667%; } .mt-grid-sm-12-12 { width: 100%; } .mt-grid-sm-offset-12-12 { margin-left: 100%; } .mt-grid-sm-13-1 { width: 7.69231%; } .mt-grid-sm-offset-13-1 { margin-left: 7.69231%; } .mt-grid-sm-13-2 { width: 15.38462%; } .mt-grid-sm-offset-13-2 { margin-left: 15.38462%; } .mt-grid-sm-13-3 { width: 23.07692%; } .mt-grid-sm-offset-13-3 { margin-left: 23.07692%; } .mt-grid-sm-13-4 { width: 30.76923%; } .mt-grid-sm-offset-13-4 { margin-left: 30.76923%; } .mt-grid-sm-13-5 { width: 38.46154%; } .mt-grid-sm-offset-13-5 { margin-left: 38.46154%; } .mt-grid-sm-13-6 { width: 46.15385%; } .mt-grid-sm-offset-13-6 { margin-left: 46.15385%; } .mt-grid-sm-13-7 { width: 53.84615%; } .mt-grid-sm-offset-13-7 { margin-left: 53.84615%; } .mt-grid-sm-13-8 { width: 61.53846%; } .mt-grid-sm-offset-13-8 { margin-left: 61.53846%; } .mt-grid-sm-13-9 { width: 69.23077%; } .mt-grid-sm-offset-13-9 { margin-left: 69.23077%; } .mt-grid-sm-13-10 { width: 76.92308%; } .mt-grid-sm-offset-13-10 { margin-left: 76.92308%; } .mt-grid-sm-13-11 { width: 84.61538%; } .mt-grid-sm-offset-13-11 { margin-left: 84.61538%; } .mt-grid-sm-13-12 { width: 92.30769%; } .mt-grid-sm-offset-13-12 { margin-left: 92.30769%; } .mt-grid-sm-13-13 { width: 100%; } .mt-grid-sm-offset-13-13 { margin-left: 100%; } .mt-grid-sm-14-1 { width: 7.14286%; } .mt-grid-sm-offset-14-1 { margin-left: 7.14286%; } .mt-grid-sm-14-2 { width: 14.28571%; } .mt-grid-sm-offset-14-2 { margin-left: 14.28571%; } .mt-grid-sm-14-3 { width: 21.42857%; } .mt-grid-sm-offset-14-3 { margin-left: 21.42857%; } .mt-grid-sm-14-4 { width: 28.57143%; } .mt-grid-sm-offset-14-4 { margin-left: 28.57143%; } .mt-grid-sm-14-5 { width: 35.71429%; } .mt-grid-sm-offset-14-5 { margin-left: 35.71429%; } .mt-grid-sm-14-6 { width: 42.85714%; } .mt-grid-sm-offset-14-6 { margin-left: 42.85714%; } .mt-grid-sm-14-7 { width: 50%; } .mt-grid-sm-offset-14-7 { margin-left: 50%; } .mt-grid-sm-14-8 { width: 57.14286%; } .mt-grid-sm-offset-14-8 { margin-left: 57.14286%; } .mt-grid-sm-14-9 { width: 64.28571%; } .mt-grid-sm-offset-14-9 { margin-left: 64.28571%; } .mt-grid-sm-14-10 { width: 71.42857%; } .mt-grid-sm-offset-14-10 { margin-left: 71.42857%; } .mt-grid-sm-14-11 { width: 78.57143%; } .mt-grid-sm-offset-14-11 { margin-left: 78.57143%; } .mt-grid-sm-14-12 { width: 85.71429%; } .mt-grid-sm-offset-14-12 { margin-left: 85.71429%; } .mt-grid-sm-14-13 { width: 92.85714%; } .mt-grid-sm-offset-14-13 { margin-left: 92.85714%; } .mt-grid-sm-14-14 { width: 100%; } .mt-grid-sm-offset-14-14 { margin-left: 100%; } .mt-grid-sm-15-1 { width: 6.66667%; } .mt-grid-sm-offset-15-1 { margin-left: 6.66667%; } .mt-grid-sm-15-2 { width: 13.33333%; } .mt-grid-sm-offset-15-2 { margin-left: 13.33333%; } .mt-grid-sm-15-3 { width: 20%; } .mt-grid-sm-offset-15-3 { margin-left: 20%; } .mt-grid-sm-15-4 { width: 26.66667%; } .mt-grid-sm-offset-15-4 { margin-left: 26.66667%; } .mt-grid-sm-15-5 { width: 33.33333%; } .mt-grid-sm-offset-15-5 { margin-left: 33.33333%; } .mt-grid-sm-15-6 { width: 40%; } .mt-grid-sm-offset-15-6 { margin-left: 40%; } .mt-grid-sm-15-7 { width: 46.66667%; } .mt-grid-sm-offset-15-7 { margin-left: 46.66667%; } .mt-grid-sm-15-8 { width: 53.33333%; } .mt-grid-sm-offset-15-8 { margin-left: 53.33333%; } .mt-grid-sm-15-9 { width: 60%; } .mt-grid-sm-offset-15-9 { margin-left: 60%; } .mt-grid-sm-15-10 { width: 66.66667%; } .mt-grid-sm-offset-15-10 { margin-left: 66.66667%; } .mt-grid-sm-15-11 { width: 73.33333%; } .mt-grid-sm-offset-15-11 { margin-left: 73.33333%; } .mt-grid-sm-15-12 { width: 80%; } .mt-grid-sm-offset-15-12 { margin-left: 80%; } .mt-grid-sm-15-13 { width: 86.66667%; } .mt-grid-sm-offset-15-13 { margin-left: 86.66667%; } .mt-grid-sm-15-14 { width: 93.33333%; } .mt-grid-sm-offset-15-14 { margin-left: 93.33333%; } .mt-grid-sm-15-15 { width: 100%; } .mt-grid-sm-offset-15-15 { margin-left: 100%; } .mt-grid-sm-16-1 { width: 6.25%; } .mt-grid-sm-offset-16-1 { margin-left: 6.25%; } .mt-grid-sm-16-2 { width: 12.5%; } .mt-grid-sm-offset-16-2 { margin-left: 12.5%; } .mt-grid-sm-16-3 { width: 18.75%; } .mt-grid-sm-offset-16-3 { margin-left: 18.75%; } .mt-grid-sm-16-4 { width: 25%; } .mt-grid-sm-offset-16-4 { margin-left: 25%; } .mt-grid-sm-16-5 { width: 31.25%; } .mt-grid-sm-offset-16-5 { margin-left: 31.25%; } .mt-grid-sm-16-6 { width: 37.5%; } .mt-grid-sm-offset-16-6 { margin-left: 37.5%; } .mt-grid-sm-16-7 { width: 43.75%; } .mt-grid-sm-offset-16-7 { margin-left: 43.75%; } .mt-grid-sm-16-8 { width: 50%; } .mt-grid-sm-offset-16-8 { margin-left: 50%; } .mt-grid-sm-16-9 { width: 56.25%; } .mt-grid-sm-offset-16-9 { margin-left: 56.25%; } .mt-grid-sm-16-10 { width: 62.5%; } .mt-grid-sm-offset-16-10 { margin-left: 62.5%; } .mt-grid-sm-16-11 { width: 68.75%; } .mt-grid-sm-offset-16-11 { margin-left: 68.75%; } .mt-grid-sm-16-12 { width: 75%; } .mt-grid-sm-offset-16-12 { margin-left: 75%; } .mt-grid-sm-16-13 { width: 81.25%; } .mt-grid-sm-offset-16-13 { margin-left: 81.25%; } .mt-grid-sm-16-14 { width: 87.5%; } .mt-grid-sm-offset-16-14 { margin-left: 87.5%; } .mt-grid-sm-16-15 { width: 93.75%; } .mt-grid-sm-offset-16-15 { margin-left: 93.75%; } .mt-grid-sm-16-16 { width: 100%; } .mt-grid-sm-offset-16-16 { margin-left: 100%; } } @media (min-width: 641px) and (max-width: 1024px) { .mt-grid-md-1-1 { width: 100%; } .mt-grid-md-offset-1-1 { margin-left: 100%; } .mt-grid-md-2-1 { width: 50%; } .mt-grid-md-offset-2-1 { margin-left: 50%; } .mt-grid-md-2-2 { width: 100%; } .mt-grid-md-offset-2-2 { margin-left: 100%; } .mt-grid-md-3-1 { width: 33.33333%; } .mt-grid-md-offset-3-1 { margin-left: 33.33333%; } .mt-grid-md-3-2 { width: 66.66667%; } .mt-grid-md-offset-3-2 { margin-left: 66.66667%; } .mt-grid-md-3-3 { width: 100%; } .mt-grid-md-offset-3-3 { margin-left: 100%; } .mt-grid-md-4-1 { width: 25%; } .mt-grid-md-offset-4-1 { margin-left: 25%; } .mt-grid-md-4-2 { width: 50%; } .mt-grid-md-offset-4-2 { margin-left: 50%; } .mt-grid-md-4-3 { width: 75%; } .mt-grid-md-offset-4-3 { margin-left: 75%; } .mt-grid-md-4-4 { width: 100%; } .mt-grid-md-offset-4-4 { margin-left: 100%; } .mt-grid-md-5-1 { width: 20%; } .mt-grid-md-offset-5-1 { margin-left: 20%; } .mt-grid-md-5-2 { width: 40%; } .mt-grid-md-offset-5-2 { margin-left: 40%; } .mt-grid-md-5-3 { width: 60%; } .mt-grid-md-offset-5-3 { margin-left: 60%; } .mt-grid-md-5-4 { width: 80%; } .mt-grid-md-offset-5-4 { margin-left: 80%; } .mt-grid-md-5-5 { width: 100%; } .mt-grid-md-offset-5-5 { margin-left: 100%; } .mt-grid-md-6-1 { width: 16.66667%; } .mt-grid-md-offset-6-1 { margin-left: 16.66667%; } .mt-grid-md-6-2 { width: 33.33333%; } .mt-grid-md-offset-6-2 { margin-left: 33.33333%; } .mt-grid-md-6-3 { width: 50%; } .mt-grid-md-offset-6-3 { margin-left: 50%; } .mt-grid-md-6-4 { width: 66.66667%; } .mt-grid-md-offset-6-4 { margin-left: 66.66667%; } .mt-grid-md-6-5 { width: 83.33333%; } .mt-grid-md-offset-6-5 { margin-left: 83.33333%; } .mt-grid-md-6-6 { width: 100%; } .mt-grid-md-offset-6-6 { margin-left: 100%; } .mt-grid-md-7-1 { width: 14.28571%; } .mt-grid-md-offset-7-1 { margin-left: 14.28571%; } .mt-grid-md-7-2 { width: 28.57143%; } .mt-grid-md-offset-7-2 { margin-left: 28.57143%; } .mt-grid-md-7-3 { width: 42.85714%; } .mt-grid-md-offset-7-3 { margin-left: 42.85714%; } .mt-grid-md-7-4 { width: 57.14286%; } .mt-grid-md-offset-7-4 { margin-left: 57.14286%; } .mt-grid-md-7-5 { width: 71.42857%; } .mt-grid-md-offset-7-5 { margin-left: 71.42857%; } .mt-grid-md-7-6 { width: 85.71429%; } .mt-grid-md-offset-7-6 { margin-left: 85.71429%; } .mt-grid-md-7-7 { width: 100%; } .mt-grid-md-offset-7-7 { margin-left: 100%; } .mt-grid-md-8-1 { width: 12.5%; } .mt-grid-md-offset-8-1 { margin-left: 12.5%; } .mt-grid-md-8-2 { width: 25%; } .mt-grid-md-offset-8-2 { margin-left: 25%; } .mt-grid-md-8-3 { width: 37.5%; } .mt-grid-md-offset-8-3 { margin-left: 37.5%; } .mt-grid-md-8-4 { width: 50%; } .mt-grid-md-offset-8-4 { margin-left: 50%; } .mt-grid-md-8-5 { width: 62.5%; } .mt-grid-md-offset-8-5 { margin-left: 62.5%; } .mt-grid-md-8-6 { width: 75%; } .mt-grid-md-offset-8-6 { margin-left: 75%; } .mt-grid-md-8-7 { width: 87.5%; } .mt-grid-md-offset-8-7 { margin-left: 87.5%; } .mt-grid-md-8-8 { width: 100%; } .mt-grid-md-offset-8-8 { margin-left: 100%; } .mt-grid-md-9-1 { width: 11.11111%; } .mt-grid-md-offset-9-1 { margin-left: 11.11111%; } .mt-grid-md-9-2 { width: 22.22222%; } .mt-grid-md-offset-9-2 { margin-left: 22.22222%; } .mt-grid-md-9-3 { width: 33.33333%; } .mt-grid-md-offset-9-3 { margin-left: 33.33333%; } .mt-grid-md-9-4 { width: 44.44444%; } .mt-grid-md-offset-9-4 { margin-left: 44.44444%; } .mt-grid-md-9-5 { width: 55.55556%; } .mt-grid-md-offset-9-5 { margin-left: 55.55556%; } .mt-grid-md-9-6 { width: 66.66667%; } .mt-grid-md-offset-9-6 { margin-left: 66.66667%; } .mt-grid-md-9-7 { width: 77.77778%; } .mt-grid-md-offset-9-7 { margin-left: 77.77778%; } .mt-grid-md-9-8 { width: 88.88889%; } .mt-grid-md-offset-9-8 { margin-left: 88.88889%; } .mt-grid-md-9-9 { width: 100%; } .mt-grid-md-offset-9-9 { margin-left: 100%; } .mt-grid-md-10-1 { width: 10%; } .mt-grid-md-offset-10-1 { margin-left: 10%; } .mt-grid-md-10-2 { width: 20%; } .mt-grid-md-offset-10-2 { margin-left: 20%; } .mt-grid-md-10-3 { width: 30%; } .mt-grid-md-offset-10-3 { margin-left: 30%; } .mt-grid-md-10-4 { width: 40%; } .mt-grid-md-offset-10-4 { margin-left: 40%; } .mt-grid-md-10-5 { width: 50%; } .mt-grid-md-offset-10-5 { margin-left: 50%; } .mt-grid-md-10-6 { width: 60%; } .mt-grid-md-offset-10-6 { margin-left: 60%; } .mt-grid-md-10-7 { width: 70%; } .mt-grid-md-offset-10-7 { margin-left: 70%; } .mt-grid-md-10-8 { width: 80%; } .mt-grid-md-offset-10-8 { margin-left: 80%; } .mt-grid-md-10-9 { width: 90%; } .mt-grid-md-offset-10-9 { margin-left: 90%; } .mt-grid-md-10-10 { width: 100%; } .mt-grid-md-offset-10-10 { margin-left: 100%; } .mt-grid-md-11-1 { width: 9.09091%; } .mt-grid-md-offset-11-1 { margin-left: 9.09091%; } .mt-grid-md-11-2 { width: 18.18182%; } .mt-grid-md-offset-11-2 { margin-left: 18.18182%; } .mt-grid-md-11-3 { width: 27.27273%; } .mt-grid-md-offset-11-3 { margin-left: 27.27273%; } .mt-grid-md-11-4 { width: 36.36364%; } .mt-grid-md-offset-11-4 { margin-left: 36.36364%; } .mt-grid-md-11-5 { width: 45.45455%; } .mt-grid-md-offset-11-5 { margin-left: 45.45455%; } .mt-grid-md-11-6 { width: 54.54545%; } .mt-grid-md-offset-11-6 { margin-left: 54.54545%; } .mt-grid-md-11-7 { width: 63.63636%; } .mt-grid-md-offset-11-7 { margin-left: 63.63636%; } .mt-grid-md-11-8 { width: 72.72727%; } .mt-grid-md-offset-11-8 { margin-left: 72.72727%; } .mt-grid-md-11-9 { width: 81.81818%; } .mt-grid-md-offset-11-9 { margin-left: 81.81818%; } .mt-grid-md-11-10 { width: 90.90909%; } .mt-grid-md-offset-11-10 { margin-left: 90.90909%; } .mt-grid-md-11-11 { width: 100%; } .mt-grid-md-offset-11-11 { margin-left: 100%; } .mt-grid-md-12-1 { width: 8.33333%; } .mt-grid-md-offset-12-1 { margin-left: 8.33333%; } .mt-grid-md-12-2 { width: 16.66667%; } .mt-grid-md-offset-12-2 { margin-left: 16.66667%; } .mt-grid-md-12-3 { width: 25%; } .mt-grid-md-offset-12-3 { margin-left: 25%; } .mt-grid-md-12-4 { width: 33.33333%; } .mt-grid-md-offset-12-4 { margin-left: 33.33333%; } .mt-grid-md-12-5 { width: 41.66667%; } .mt-grid-md-offset-12-5 { margin-left: 41.66667%; } .mt-grid-md-12-6 { width: 50%; } .mt-grid-md-offset-12-6 { margin-left: 50%; } .mt-grid-md-12-7 { width: 58.33333%; } .mt-grid-md-offset-12-7 { margin-left: 58.33333%; } .mt-grid-md-12-8 { width: 66.66667%; } .mt-grid-md-offset-12-8 { margin-left: 66.66667%; } .mt-grid-md-12-9 { width: 75%; } .mt-grid-md-offset-12-9 { margin-left: 75%; } .mt-grid-md-12-10 { width: 83.33333%; } .mt-grid-md-offset-12-10 { margin-left: 83.33333%; } .mt-grid-md-12-11 { width: 91.66667%; } .mt-grid-md-offset-12-11 { margin-left: 91.66667%; } .mt-grid-md-12-12 { width: 100%; } .mt-grid-md-offset-12-12 { margin-left: 100%; } .mt-grid-md-13-1 { width: 7.69231%; } .mt-grid-md-offset-13-1 { margin-left: 7.69231%; } .mt-grid-md-13-2 { width: 15.38462%; } .mt-grid-md-offset-13-2 { margin-left: 15.38462%; } .mt-grid-md-13-3 { width: 23.07692%; } .mt-grid-md-offset-13-3 { margin-left: 23.07692%; } .mt-grid-md-13-4 { width: 30.76923%; } .mt-grid-md-offset-13-4 { margin-left: 30.76923%; } .mt-grid-md-13-5 { width: 38.46154%; } .mt-grid-md-offset-13-5 { margin-left: 38.46154%; } .mt-grid-md-13-6 { width: 46.15385%; } .mt-grid-md-offset-13-6 { margin-left: 46.15385%; } .mt-grid-md-13-7 { width: 53.84615%; } .mt-grid-md-offset-13-7 { margin-left: 53.84615%; } .mt-grid-md-13-8 { width: 61.53846%; } .mt-grid-md-offset-13-8 { margin-left: 61.53846%; } .mt-grid-md-13-9 { width: 69.23077%; } .mt-grid-md-offset-13-9 { margin-left: 69.23077%; } .mt-grid-md-13-10 { width: 76.92308%; } .mt-grid-md-offset-13-10 { margin-left: 76.92308%; } .mt-grid-md-13-11 { width: 84.61538%; } .mt-grid-md-offset-13-11 { margin-left: 84.61538%; } .mt-grid-md-13-12 { width: 92.30769%; } .mt-grid-md-offset-13-12 { margin-left: 92.30769%; } .mt-grid-md-13-13 { width: 100%; } .mt-grid-md-offset-13-13 { margin-left: 100%; } .mt-grid-md-14-1 { width: 7.14286%; } .mt-grid-md-offset-14-1 { margin-left: 7.14286%; } .mt-grid-md-14-2 { width: 14.28571%; } .mt-grid-md-offset-14-2 { margin-left: 14.28571%; } .mt-grid-md-14-3 { width: 21.42857%; } .mt-grid-md-offset-14-3 { margin-left: 21.42857%; } .mt-grid-md-14-4 { width: 28.57143%; } .mt-grid-md-offset-14-4 { margin-left: 28.57143%; } .mt-grid-md-14-5 { width: 35.71429%; } .mt-grid-md-offset-14-5 { margin-left: 35.71429%; } .mt-grid-md-14-6 { width: 42.85714%; } .mt-grid-md-offset-14-6 { margin-left: 42.85714%; } .mt-grid-md-14-7 { width: 50%; } .mt-grid-md-offset-14-7 { margin-left: 50%; } .mt-grid-md-14-8 { width: 57.14286%; } .mt-grid-md-offset-14-8 { margin-left: 57.14286%; } .mt-grid-md-14-9 { width: 64.28571%; } .mt-grid-md-offset-14-9 { margin-left: 64.28571%; } .mt-grid-md-14-10 { width: 71.42857%; } .mt-grid-md-offset-14-10 { margin-left: 71.42857%; } .mt-grid-md-14-11 { width: 78.57143%; } .mt-grid-md-offset-14-11 { margin-left: 78.57143%; } .mt-grid-md-14-12 { width: 85.71429%; } .mt-grid-md-offset-14-12 { margin-left: 85.71429%; } .mt-grid-md-14-13 { width: 92.85714%; } .mt-grid-md-offset-14-13 { margin-left: 92.85714%; } .mt-grid-md-14-14 { width: 100%; } .mt-grid-md-offset-14-14 { margin-left: 100%; } .mt-grid-md-15-1 { width: 6.66667%; } .mt-grid-md-offset-15-1 { margin-left: 6.66667%; } .mt-grid-md-15-2 { width: 13.33333%; } .mt-grid-md-offset-15-2 { margin-left: 13.33333%; } .mt-grid-md-15-3 { width: 20%; } .mt-grid-md-offset-15-3 { margin-left: 20%; } .mt-grid-md-15-4 { width: 26.66667%; } .mt-grid-md-offset-15-4 { margin-left: 26.66667%; } .mt-grid-md-15-5 { width: 33.33333%; } .mt-grid-md-offset-15-5 { margin-left: 33.33333%; } .mt-grid-md-15-6 { width: 40%; } .mt-grid-md-offset-15-6 { margin-left: 40%; } .mt-grid-md-15-7 { width: 46.66667%; } .mt-grid-md-offset-15-7 { margin-left: 46.66667%; } .mt-grid-md-15-8 { width: 53.33333%; } .mt-grid-md-offset-15-8 { margin-left: 53.33333%; } .mt-grid-md-15-9 { width: 60%; } .mt-grid-md-offset-15-9 { margin-left: 60%; } .mt-grid-md-15-10 { width: 66.66667%; } .mt-grid-md-offset-15-10 { margin-left: 66.66667%; } .mt-grid-md-15-11 { width: 73.33333%; } .mt-grid-md-offset-15-11 { margin-left: 73.33333%; } .mt-grid-md-15-12 { width: 80%; } .mt-grid-md-offset-15-12 { margin-left: 80%; } .mt-grid-md-15-13 { width: 86.66667%; } .mt-grid-md-offset-15-13 { margin-left: 86.66667%; } .mt-grid-md-15-14 { width: 93.33333%; } .mt-grid-md-offset-15-14 { margin-left: 93.33333%; } .mt-grid-md-15-15 { width: 100%; } .mt-grid-md-offset-15-15 { margin-left: 100%; } .mt-grid-md-16-1 { width: 6.25%; } .mt-grid-md-offset-16-1 { margin-left: 6.25%; } .mt-grid-md-16-2 { width: 12.5%; } .mt-grid-md-offset-16-2 { margin-left: 12.5%; } .mt-grid-md-16-3 { width: 18.75%; } .mt-grid-md-offset-16-3 { margin-left: 18.75%; } .mt-grid-md-16-4 { width: 25%; } .mt-grid-md-offset-16-4 { margin-left: 25%; } .mt-grid-md-16-5 { width: 31.25%; } .mt-grid-md-offset-16-5 { margin-left: 31.25%; } .mt-grid-md-16-6 { width: 37.5%; } .mt-grid-md-offset-16-6 { margin-left: 37.5%; } .mt-grid-md-16-7 { width: 43.75%; } .mt-grid-md-offset-16-7 { margin-left: 43.75%; } .mt-grid-md-16-8 { width: 50%; } .mt-grid-md-offset-16-8 { margin-left: 50%; } .mt-grid-md-16-9 { width: 56.25%; } .mt-grid-md-offset-16-9 { margin-left: 56.25%; } .mt-grid-md-16-10 { width: 62.5%; } .mt-grid-md-offset-16-10 { margin-left: 62.5%; } .mt-grid-md-16-11 { width: 68.75%; } .mt-grid-md-offset-16-11 { margin-left: 68.75%; } .mt-grid-md-16-12 { width: 75%; } .mt-grid-md-offset-16-12 { margin-left: 75%; } .mt-grid-md-16-13 { width: 81.25%; } .mt-grid-md-offset-16-13 { margin-left: 81.25%; } .mt-grid-md-16-14 { width: 87.5%; } .mt-grid-md-offset-16-14 { margin-left: 87.5%; } .mt-grid-md-16-15 { width: 93.75%; } .mt-grid-md-offset-16-15 { margin-left: 93.75%; } .mt-grid-md-16-16 { width: 100%; } .mt-grid-md-offset-16-16 { margin-left: 100%; } } @media (min-width: 1025px) { .mt-grid-lg-1-1 { width: 100%; } .mt-grid-lg-offset-1-1 { margin-left: 100%; } .mt-grid-lg-2-1 { width: 50%; } .mt-grid-lg-offset-2-1 { margin-left: 50%; } .mt-grid-lg-2-2 { width: 100%; } .mt-grid-lg-offset-2-2 { margin-left: 100%; } .mt-grid-lg-3-1 { width: 33.33333%; } .mt-grid-lg-offset-3-1 { margin-left: 33.33333%; } .mt-grid-lg-3-2 { width: 66.66667%; } .mt-grid-lg-offset-3-2 { margin-left: 66.66667%; } .mt-grid-lg-3-3 { width: 100%; } .mt-grid-lg-offset-3-3 { margin-left: 100%; } .mt-grid-lg-4-1 { width: 25%; } .mt-grid-lg-offset-4-1 { margin-left: 25%; } .mt-grid-lg-4-2 { width: 50%; } .mt-grid-lg-offset-4-2 { margin-left: 50%; } .mt-grid-lg-4-3 { width: 75%; } .mt-grid-lg-offset-4-3 { margin-left: 75%; } .mt-grid-lg-4-4 { width: 100%; } .mt-grid-lg-offset-4-4 { margin-left: 100%; } .mt-grid-lg-5-1 { width: 20%; } .mt-grid-lg-offset-5-1 { margin-left: 20%; } .mt-grid-lg-5-2 { width: 40%; } .mt-grid-lg-offset-5-2 { margin-left: 40%; } .mt-grid-lg-5-3 { width: 60%; } .mt-grid-lg-offset-5-3 { margin-left: 60%; } .mt-grid-lg-5-4 { width: 80%; } .mt-grid-lg-offset-5-4 { margin-left: 80%; } .mt-grid-lg-5-5 { width: 100%; } .mt-grid-lg-offset-5-5 { margin-left: 100%; } .mt-grid-lg-6-1 { width: 16.66667%; } .mt-grid-lg-offset-6-1 { margin-left: 16.66667%; } .mt-grid-lg-6-2 { width: 33.33333%; } .mt-grid-lg-offset-6-2 { margin-left: 33.33333%; } .mt-grid-lg-6-3 { width: 50%; } .mt-grid-lg-offset-6-3 { margin-left: 50%; } .mt-grid-lg-6-4 { width: 66.66667%; } .mt-grid-lg-offset-6-4 { margin-left: 66.66667%; } .mt-grid-lg-6-5 { width: 83.33333%; } .mt-grid-lg-offset-6-5 { margin-left: 83.33333%; } .mt-grid-lg-6-6 { width: 100%; } .mt-grid-lg-offset-6-6 { margin-left: 100%; } .mt-grid-lg-7-1 { width: 14.28571%; } .mt-grid-lg-offset-7-1 { margin-left: 14.28571%; } .mt-grid-lg-7-2 { width: 28.57143%; } .mt-grid-lg-offset-7-2 { margin-left: 28.57143%; } .mt-grid-lg-7-3 { width: 42.85714%; } .mt-grid-lg-offset-7-3 { margin-left: 42.85714%; } .mt-grid-lg-7-4 { width: 57.14286%; } .mt-grid-lg-offset-7-4 { margin-left: 57.14286%; } .mt-grid-lg-7-5 { width: 71.42857%; } .mt-grid-lg-offset-7-5 { margin-left: 71.42857%; } .mt-grid-lg-7-6 { width: 85.71429%; } .mt-grid-lg-offset-7-6 { margin-left: 85.71429%; } .mt-grid-lg-7-7 { width: 100%; } .mt-grid-lg-offset-7-7 { margin-left: 100%; } .mt-grid-lg-8-1 { width: 12.5%; } .mt-grid-lg-offset-8-1 { margin-left: 12.5%; } .mt-grid-lg-8-2 { width: 25%; } .mt-grid-lg-offset-8-2 { margin-left: 25%; } .mt-grid-lg-8-3 { width: 37.5%; } .mt-grid-lg-offset-8-3 { margin-left: 37.5%; } .mt-grid-lg-8-4 { width: 50%; } .mt-grid-lg-offset-8-4 { margin-left: 50%; } .mt-grid-lg-8-5 { width: 62.5%; } .mt-grid-lg-offset-8-5 { margin-left: 62.5%; } .mt-grid-lg-8-6 { width: 75%; } .mt-grid-lg-offset-8-6 { margin-left: 75%; } .mt-grid-lg-8-7 { width: 87.5%; } .mt-grid-lg-offset-8-7 { margin-left: 87.5%; } .mt-grid-lg-8-8 { width: 100%; } .mt-grid-lg-offset-8-8 { margin-left: 100%; } .mt-grid-lg-9-1 { width: 11.11111%; } .mt-grid-lg-offset-9-1 { margin-left: 11.11111%; } .mt-grid-lg-9-2 { width: 22.22222%; } .mt-grid-lg-offset-9-2 { margin-left: 22.22222%; } .mt-grid-lg-9-3 { width: 33.33333%; } .mt-grid-lg-offset-9-3 { margin-left: 33.33333%; } .mt-grid-lg-9-4 { width: 44.44444%; } .mt-grid-lg-offset-9-4 { margin-left: 44.44444%; } .mt-grid-lg-9-5 { width: 55.55556%; } .mt-grid-lg-offset-9-5 { margin-left: 55.55556%; } .mt-grid-lg-9-6 { width: 66.66667%; } .mt-grid-lg-offset-9-6 { margin-left: 66.66667%; } .mt-grid-lg-9-7 { width: 77.77778%; } .mt-grid-lg-offset-9-7 { margin-left: 77.77778%; } .mt-grid-lg-9-8 { width: 88.88889%; } .mt-grid-lg-offset-9-8 { margin-left: 88.88889%; } .mt-grid-lg-9-9 { width: 100%; } .mt-grid-lg-offset-9-9 { margin-left: 100%; } .mt-grid-lg-10-1 { width: 10%; } .mt-grid-lg-offset-10-1 { margin-left: 10%; } .mt-grid-lg-10-2 { width: 20%; } .mt-grid-lg-offset-10-2 { margin-left: 20%; } .mt-grid-lg-10-3 { width: 30%; } .mt-grid-lg-offset-10-3 { margin-left: 30%; } .mt-grid-lg-10-4 { width: 40%; } .mt-grid-lg-offset-10-4 { margin-left: 40%; } .mt-grid-lg-10-5 { width: 50%; } .mt-grid-lg-offset-10-5 { margin-left: 50%; } .mt-grid-lg-10-6 { width: 60%; } .mt-grid-lg-offset-10-6 { margin-left: 60%; } .mt-grid-lg-10-7 { width: 70%; } .mt-grid-lg-offset-10-7 { margin-left: 70%; } .mt-grid-lg-10-8 { width: 80%; } .mt-grid-lg-offset-10-8 { margin-left: 80%; } .mt-grid-lg-10-9 { width: 90%; } .mt-grid-lg-offset-10-9 { margin-left: 90%; } .mt-grid-lg-10-10 { width: 100%; } .mt-grid-lg-offset-10-10 { margin-left: 100%; } .mt-grid-lg-11-1 { width: 9.09091%; } .mt-grid-lg-offset-11-1 { margin-left: 9.09091%; } .mt-grid-lg-11-2 { width: 18.18182%; } .mt-grid-lg-offset-11-2 { margin-left: 18.18182%; } .mt-grid-lg-11-3 { width: 27.27273%; } .mt-grid-lg-offset-11-3 { margin-left: 27.27273%; } .mt-grid-lg-11-4 { width: 36.36364%; } .mt-grid-lg-offset-11-4 { margin-left: 36.36364%; } .mt-grid-lg-11-5 { width: 45.45455%; } .mt-grid-lg-offset-11-5 { margin-left: 45.45455%; } .mt-grid-lg-11-6 { width: 54.54545%; } .mt-grid-lg-offset-11-6 { margin-left: 54.54545%; } .mt-grid-lg-11-7 { width: 63.63636%; } .mt-grid-lg-offset-11-7 { margin-left: 63.63636%; } .mt-grid-lg-11-8 { width: 72.72727%; } .mt-grid-lg-offset-11-8 { margin-left: 72.72727%; } .mt-grid-lg-11-9 { width: 81.81818%; } .mt-grid-lg-offset-11-9 { margin-left: 81.81818%; } .mt-grid-lg-11-10 { width: 90.90909%; } .mt-grid-lg-offset-11-10 { margin-left: 90.90909%; } .mt-grid-lg-11-11 { width: 100%; } .mt-grid-lg-offset-11-11 { margin-left: 100%; } .mt-grid-lg-12-1 { width: 8.33333%; } .mt-grid-lg-offset-12-1 { margin-left: 8.33333%; } .mt-grid-lg-12-2 { width: 16.66667%; } .mt-grid-lg-offset-12-2 { margin-left: 16.66667%; } .mt-grid-lg-12-3 { width: 25%; } .mt-grid-lg-offset-12-3 { margin-left: 25%; } .mt-grid-lg-12-4 { width: 33.33333%; } .mt-grid-lg-offset-12-4 { margin-left: 33.33333%; } .mt-grid-lg-12-5 { width: 41.66667%; } .mt-grid-lg-offset-12-5 { margin-left: 41.66667%; } .mt-grid-lg-12-6 { width: 50%; } .mt-grid-lg-offset-12-6 { margin-left: 50%; } .mt-grid-lg-12-7 { width: 58.33333%; } .mt-grid-lg-offset-12-7 { margin-left: 58.33333%; } .mt-grid-lg-12-8 { width: 66.66667%; } .mt-grid-lg-offset-12-8 { margin-left: 66.66667%; } .mt-grid-lg-12-9 { width: 75%; } .mt-grid-lg-offset-12-9 { margin-left: 75%; } .mt-grid-lg-12-10 { width: 83.33333%; } .mt-grid-lg-offset-12-10 { margin-left: 83.33333%; } .mt-grid-lg-12-11 { width: 91.66667%; } .mt-grid-lg-offset-12-11 { margin-left: 91.66667%; } .mt-grid-lg-12-12 { width: 100%; } .mt-grid-lg-offset-12-12 { margin-left: 100%; } .mt-grid-lg-13-1 { width: 7.69231%; } .mt-grid-lg-offset-13-1 { margin-left: 7.69231%; } .mt-grid-lg-13-2 { width: 15.38462%; } .mt-grid-lg-offset-13-2 { margin-left: 15.38462%; } .mt-grid-lg-13-3 { width: 23.07692%; } .mt-grid-lg-offset-13-3 { margin-left: 23.07692%; } .mt-grid-lg-13-4 { width: 30.76923%; } .mt-grid-lg-offset-13-4 { margin-left: 30.76923%; } .mt-grid-lg-13-5 { width: 38.46154%; } .mt-grid-lg-offset-13-5 { margin-left: 38.46154%; } .mt-grid-lg-13-6 { width: 46.15385%; } .mt-grid-lg-offset-13-6 { margin-left: 46.15385%; } .mt-grid-lg-13-7 { width: 53.84615%; } .mt-grid-lg-offset-13-7 { margin-left: 53.84615%; } .mt-grid-lg-13-8 { width: 61.53846%; } .mt-grid-lg-offset-13-8 { margin-left: 61.53846%; } .mt-grid-lg-13-9 { width: 69.23077%; } .mt-grid-lg-offset-13-9 { margin-left: 69.23077%; } .mt-grid-lg-13-10 { width: 76.92308%; } .mt-grid-lg-offset-13-10 { margin-left: 76.92308%; } .mt-grid-lg-13-11 { width: 84.61538%; } .mt-grid-lg-offset-13-11 { margin-left: 84.61538%; } .mt-grid-lg-13-12 { width: 92.30769%; } .mt-grid-lg-offset-13-12 { margin-left: 92.30769%; } .mt-grid-lg-13-13 { width: 100%; } .mt-grid-lg-offset-13-13 { margin-left: 100%; } .mt-grid-lg-14-1 { width: 7.14286%; } .mt-grid-lg-offset-14-1 { margin-left: 7.14286%; } .mt-grid-lg-14-2 { width: 14.28571%; } .mt-grid-lg-offset-14-2 { margin-left: 14.28571%; } .mt-grid-lg-14-3 { width: 21.42857%; } .mt-grid-lg-offset-14-3 { margin-left: 21.42857%; } .mt-grid-lg-14-4 { width: 28.57143%; } .mt-grid-lg-offset-14-4 { margin-left: 28.57143%; } .mt-grid-lg-14-5 { width: 35.71429%; } .mt-grid-lg-offset-14-5 { margin-left: 35.71429%; } .mt-grid-lg-14-6 { width: 42.85714%; } .mt-grid-lg-offset-14-6 { margin-left: 42.85714%; } .mt-grid-lg-14-7 { width: 50%; } .mt-grid-lg-offset-14-7 { margin-left: 50%; } .mt-grid-lg-14-8 { width: 57.14286%; } .mt-grid-lg-offset-14-8 { margin-left: 57.14286%; } .mt-grid-lg-14-9 { width: 64.28571%; } .mt-grid-lg-offset-14-9 { margin-left: 64.28571%; } .mt-grid-lg-14-10 { width: 71.42857%; } .mt-grid-lg-offset-14-10 { margin-left: 71.42857%; } .mt-grid-lg-14-11 { width: 78.57143%; } .mt-grid-lg-offset-14-11 { margin-left: 78.57143%; } .mt-grid-lg-14-12 { width: 85.71429%; } .mt-grid-lg-offset-14-12 { margin-left: 85.71429%; } .mt-grid-lg-14-13 { width: 92.85714%; } .mt-grid-lg-offset-14-13 { margin-left: 92.85714%; } .mt-grid-lg-14-14 { width: 100%; } .mt-grid-lg-offset-14-14 { margin-left: 100%; } .mt-grid-lg-15-1 { width: 6.66667%; } .mt-grid-lg-offset-15-1 { margin-left: 6.66667%; } .mt-grid-lg-15-2 { width: 13.33333%; } .mt-grid-lg-offset-15-2 { margin-left: 13.33333%; } .mt-grid-lg-15-3 { width: 20%; } .mt-grid-lg-offset-15-3 { margin-left: 20%; } .mt-grid-lg-15-4 { width: 26.66667%; } .mt-grid-lg-offset-15-4 { margin-left: 26.66667%; } .mt-grid-lg-15-5 { width: 33.33333%; } .mt-grid-lg-offset-15-5 { margin-left: 33.33333%; } .mt-grid-lg-15-6 { width: 40%; } .mt-grid-lg-offset-15-6 { margin-left: 40%; } .mt-grid-lg-15-7 { width: 46.66667%; } .mt-grid-lg-offset-15-7 { margin-left: 46.66667%; } .mt-grid-lg-15-8 { width: 53.33333%; } .mt-grid-lg-offset-15-8 { margin-left: 53.33333%; } .mt-grid-lg-15-9 { width: 60%; } .mt-grid-lg-offset-15-9 { margin-left: 60%; } .mt-grid-lg-15-10 { width: 66.66667%; } .mt-grid-lg-offset-15-10 { margin-left: 66.66667%; } .mt-grid-lg-15-11 { width: 73.33333%; } .mt-grid-lg-offset-15-11 { margin-left: 73.33333%; } .mt-grid-lg-15-12 { width: 80%; } .mt-grid-lg-offset-15-12 { margin-left: 80%; } .mt-grid-lg-15-13 { width: 86.66667%; } .mt-grid-lg-offset-15-13 { margin-left: 86.66667%; } .mt-grid-lg-15-14 { width: 93.33333%; } .mt-grid-lg-offset-15-14 { margin-left: 93.33333%; } .mt-grid-lg-15-15 { width: 100%; } .mt-grid-lg-offset-15-15 { margin-left: 100%; } .mt-grid-lg-16-1 { width: 6.25%; } .mt-grid-lg-offset-16-1 { margin-left: 6.25%; } .mt-grid-lg-16-2 { width: 12.5%; } .mt-grid-lg-offset-16-2 { margin-left: 12.5%; } .mt-grid-lg-16-3 { width: 18.75%; } .mt-grid-lg-offset-16-3 { margin-left: 18.75%; } .mt-grid-lg-16-4 { width: 25%; } .mt-grid-lg-offset-16-4 { margin-left: 25%; } .mt-grid-lg-16-5 { width: 31.25%; } .mt-grid-lg-offset-16-5 { margin-left: 31.25%; } .mt-grid-lg-16-6 { width: 37.5%; } .mt-grid-lg-offset-16-6 { margin-left: 37.5%; } .mt-grid-lg-16-7 { width: 43.75%; } .mt-grid-lg-offset-16-7 { margin-left: 43.75%; } .mt-grid-lg-16-8 { width: 50%; } .mt-grid-lg-offset-16-8 { margin-left: 50%; } .mt-grid-lg-16-9 { width: 56.25%; } .mt-grid-lg-offset-16-9 { margin-left: 56.25%; } .mt-grid-lg-16-10 { width: 62.5%; } .mt-grid-lg-offset-16-10 { margin-left: 62.5%; } .mt-grid-lg-16-11 { width: 68.75%; } .mt-grid-lg-offset-16-11 { margin-left: 68.75%; } .mt-grid-lg-16-12 { width: 75%; } .mt-grid-lg-offset-16-12 { margin-left: 75%; } .mt-grid-lg-16-13 { width: 81.25%; } .mt-grid-lg-offset-16-13 { margin-left: 81.25%; } .mt-grid-lg-16-14 { width: 87.5%; } .mt-grid-lg-offset-16-14 { margin-left: 87.5%; } .mt-grid-lg-16-15 { width: 93.75%; } .mt-grid-lg-offset-16-15 { margin-left: 93.75%; } .mt-grid-lg-16-16 { width: 100%; } .mt-grid-lg-offset-16-16 { margin-left: 100%; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /*按钮*/ .mt-btn { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 14px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn:hover { background: #f3f3f3; } .mt-btn .mt-button-prefix, .mt-btn .mt-button-suffix { vertical-align: middle; } .mt-btn .mt-button-prefix { padding-right: 5px; } .mt-btn .mt-button-suffix { padding-left: 5px; } .mt-button-prefix-out { padding-left: 10px; } .mt-button-suffix-out { padding-right: 10px; } .mt-btn-lg { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 18px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-lg:hover { background: #f3f3f3; } .mt-btn-sm { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 12px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-sm:hover { background: #f3f3f3; } .mt-btn-xs { display: inline-block; padding: 2px 4px; background: #fff; color: #333; font-size: 12px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-xs:hover { background: #f3f3f3; } .mt-btn-default { background: #fff; color: #333; border: 1px solid #e9ecf1; } .mt-btn-default:hover { background: #f3f3f3; } .mt-btn-primary { background: #23c6c8; color: #fff; border: 1px solid #23c6c8; } .mt-btn-primary:hover { background: #23c6c8; } .mt-btn-success { background: #5cb85c; color: #fff; border: 1px solid #5cb85c; } .mt-btn-success:hover { background: #5cb85c; } .mt-btn-info { background: #32c5d2; color: #fff; border: 1px solid #32c5d2; } .mt-btn-info:hover { background: #32c5d2; } .mt-btn-warning { background: #ffbf00; color: #fff; border: 1px solid #ffbf00; } .mt-btn-warning:hover { background: #ffbf00; } .mt-btn-danger { background: #ff3535; color: #fff; border: 1px solid #ff3535; } .mt-btn-danger:hover { background: #ff3535; } .mt-btn-block { display: block; text-align: center; } .mt-btn-disabled { opacity: 0.5; } /*按钮点击后触发的效果*/ .mt-ink-reaction { position: relative; overflow: hidden; } .mt-ink-reaction .mt-ink { position: absolute; width: 200px; height: 200px; margin-left: -100px; margin-top: -100px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; z-index: 1; pointer-events: none; opacity: 0; -webkit-animation: ripple-animation 1.5s; animation: ripple-animation 1.5s; } .mt-ink-reaction .mt-ink.inverse { background-color: rgba(12, 12, 12, 0.5); } @-webkit-keyframes ripple-animation { from { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } to { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0; } } @keyframes ripple-animation { from { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } to { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-input { display: inline-block; border: 1px solid #d9d9d9; border-radius: 2px; padding: 2px 4px; vertical-align: middle; position: relative; background: #fff; } .mt-input input, .mt-input textarea { border: 0; height: 20px; width: 100%; } .mt-input textarea { height: auto; } .mt-input-disabled { background-color: #ededed; cursor: not-allowed; } .mt-input-disabled input { background-color: #ededed; cursor: not-allowed; } .mt-input-prefix-out input { padding-left: 20px; } .mt-input-suffix-out input { padding-right: 20px; } .mt-input-prefix, .mt-input-suffix { display: inline-block; vertical-align: middle; position: absolute; z-index: 100; top: 50%; margin-top: -9px; } .mt-input-prefix { padding-right: 2px; left: 4px; } .mt-input-suffix { padding-left: 2px; right: 4px; } .mt-input-lg { padding: 2px 6px; } .mt-input-lg input { height: 28px; } .mt-input-sm { padding: 1px 3px; } .mt-input-sm input { height: 20px; } .mt-input-xs { padding: 0 2px; } .mt-input-xs input { height: 20px; font-size: 12px; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-pagelist { display: inline-block; } .mt-pagelist .mt-pagelist-next { margin-left: 3px; } .mt-pagelist a { font-size: 12px; } .mt-pagelist-list { display: inline-block; } .mt-pagelist-list li { display: inline-block; margin-left: 3px; } .mt-pagelist-list .active a { background: #1c84c6; color: #fff; border-color: #1c84c6; } .mt-pagelist-list .mt-pagelist-prevsize:before, .mt-pagelist-list .mt-pagelist-nextsize:before { display: "inline-block"; content: "\E611"; font-family: "iconfont" !important; line-height: normal; } .mt-pagelist-list .mt-pagelist-prevsize:after, .mt-pagelist-list .mt-pagelist-nextsize:after { display: none; content: "\E601"; font-family: "iconfont" !important; line-height: normal; } .mt-pagelist-list .mt-pagelist-prevsize:hover:before, .mt-pagelist-list .mt-pagelist-nextsize:hover:before { display: none; } .mt-pagelist-list .mt-pagelist-prevsize:hover:after, .mt-pagelist-list .mt-pagelist-nextsize:hover:after { display: inline-block; } .mt-pagelist-list .mt-pagelist-prevsize:after { display: none; content: "\E653"; font-family: "iconfont" !important; line-height: normal; } /*modal*/ .mt-modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); overflow: auto; z-index: 1000; display: none; } .mt-modal-box { background: #fff; position: absolute; width: 600px; height: 400px; top: 50%; left: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .mt-modal-box .mt-modal-close { width: 20px; height: 20px; text-align: center; line-height: normal; position: absolute; right: 10px; top: 10px; color: #333; z-index: 1000; } .mt-modal-box .mt-modal-close .iconfont { font-size: 20px; } /*modal*/ .mt-dropdown { width: 100px; background: #fff; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 1000; display: none; } .mt-dropdown .mt-modal-close { width: 20px; height: 20px; text-align: center; line-height: normal; position: absolute; right: 10px; top: 10px; color: #333; } .mt-dropdown .mt-modal-close .iconfont { font-size: 20px; } .mt-dropdown-btn { display: inline-block; } .mt-dropdown-hover:hover .mt-dropdown { display: block; } /*select.scss*/ /** * @type MTUI2.0 * @author : Mantou */ .mt-placeholder { color: #ccc; } .mt-select-input { display: inline-block; font-size: 12px; border: 1px solid #d9d9d9; padding: 5px 6px; cursor: pointer; position: relative; padding-right: 20px; border-radius: 2px; color: #333; vertical-align: middle; } .mt-select-input input { display: none; } .mt-select-input .iconfont { position: absolute; right: 2px; top: 50%; margin-top: -7px; } .mt-select-input:before { content: ''; display: inline-block; height: 100%; width: 0px; vertical-align: middle; } .mt-select { position: absolute; background: #fff; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 1000; display: none; overflow: auto; } .mt-select .mt-select-option { font-size: 12px; padding: 2px 5px; cursor: pointer; } .mt-select .mt-select-option:hover { background: #32c5d2; color: #fff; } .mt-select-animate { -webkit-transform: scale(1, 1); transform: scale(1, 1); } .mt-select-hover:hover .mt-select { display: block; } /** * @type 返回顶部 * @author : Mantou */ /** * @type MTUI2.0 * @author : Mantou */ .mt-backtop { display: none; position: fixed; bottom: 30px; right: 30px; display: inline-block; width: 40px; height: 40px; background: rgba(0, 0, 0, 0.5); color: #fff; line-height: 40px; text-align: center; border-radius: 3px; z-index: 1000; } /** * @type MTUI2.0 * @author : Mantou */ /*tabs*/ .mt-tabs { position: relative; } .mt-tabs .mt-tabs-header { position: relative; padding-bottom: 2px; border-bottom: 1px solid #e9ecf1; overflow: hidden; } .mt-tabs .mt-tabs-overflow { margin: 0 20px; } .mt-tabs .mt-tabs-headbox { transition: .3s; position: relative; } .mt-tabs .mt-tabs-headbox ul { word-break: keep-all; white-space: nowrap; display: inline; } .mt-tabs .mt-tabs-prev, .mt-tabs .mt-tabs-next { position: absolute; top: 5px; } .mt-tabs .mt-tabs-prev { left: 0; } .mt-tabs .mt-tabs-next { right: 0; } .mt-tabs .mt-tabs-disabled { cursor: not-allowed; color: #ccc; } .mt-tabs .mt-tabs-tab { display: inline-block; cursor: pointer; padding: 3px 5px; } .mt-tabs .mt-tabs-tab-active { color: #1c84c6; } .mt-tabs .mt-tabs-item { display: none; padding: 5px; } .mt-tabs .mt-tabs-item-active { display: block; } .mt-tabs .mt-tabs-active-bar { position: absolute; bottom: -1px; height: 2px; width: 20px; background: #1c84c6; transition: .3s; z-index: 100; } .mt-tabs-animate { position: relative; overflow: hidden; } .mt-tabs-animate .mt-tabs-item { transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; display: inline-block; width: 100%; vertical-align: middle; -webkit-transform: translateX(-100%); transform: translateX(-100%); position: absolute; top: 0; left: 0; } .mt-tabs-animate .mt-tabs-item-active { display: block; -webkit-transform: translateX(0); transform: translateX(0); position: relative; z-index: 100; } .mt-tabs-animate .mt-tabs-item-active ~ .mt-tabs-item { -webkit-transform: translateX(100%); transform: translateX(100%); } .mt-tabs-left .mt-tabs-header, .mt-tabs-right .mt-tabs-header { float: left; border-right: 1px solid #e9ecf1; border-bottom: none; } .mt-tabs-left .mt-tabs-tab, .mt-tabs-right .mt-tabs-tab { display: block; } .mt-tabs-left .mt-tabs-content, .mt-tabs-right .mt-tabs-content { min-height: 100%; } .mt-tabs-right .mt-tabs-header { float: right; border-left: 1px solid #e9ecf1; border-right: none; border-bottom: none; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /*日历组件*/ .mt-input-date { cursor: pointer; } .mt-input-date input { width: 90px; } .mt-input-dates input { width: 175px; } .mt-date { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; z-index: 1000; width: 230px; height: 280px; background: #fff; border: 1px solid #eef1f5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-size: 12px; } .mt-date .mt-disable-date { background: #f2f2f2; } .mt-date .mt-date-head { height: 34px; line-height: 24px; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .mt-date .mt-date-head .mt-date-stime { display: inline-block; width: 120px; margin: 5px 10px; font-weight: bolder; color: #333; cursor: pointer; transition: .3s; border-radius: 2px; } .mt-date .mt-date-head .mt-date-stime:hover { background: rgba(0, 0, 0, 0.1); } .mt-date .mt-date-head .mt-date-btn-prev, .mt-date .mt-date-head .mt-date-btn-next { width: 20px; position: relative; top: 3px; color: #999; } .mt-date .mt-date-head .icon-arrow3l, .mt-date .mt-date-head .icon-arrow3r { font-size: 14px; position: relative; top: -2px; padding: 0 5px; } .mt-date .mt-date-body-days { padding: 2px 8px; } .mt-date .mt-date-body-days .mt-date-week li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; } .mt-date .mt-date-body-days .mt-date-day li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; float: left; position: relative; } .mt-date .mt-date-body-days .mt-date-day a { width: 20px; height: 20px; display: inline-block; line-height: 20px; color: #666; transition: 0.3s; border-radius: 2px; position: relative; z-index: 100; } .mt-date .mt-date-body-days .mt-date-day a:hover { background: rgba(0, 0, 0, 0.1); } .mt-date .mt-date-body-days .mt-date-day .mt-date-day-prev a, .mt-date .mt-date-body-days .mt-date-day .mt-date-day-next a { color: #999; } .mt-date .mt-date-body-days .mt-date-day .mt-date-day-now a { color: #333; } .mt-date .mt-date-body-days .mt-date-day .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-body-days .mt-date-day .mt-dates-start a { background: #5cb85c; } .mt-date .mt-date-body-months li { display: inline-block; width: 33.33%; text-align: center; line-height: 53px; } .mt-date .mt-date-body-months a { color: #333; border-radius: 4px; display: inline-block; width: 40px; height: 30px; text-align: center; line-height: 30px; } .mt-date .mt-date-body-months .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-body-years .mt-date-year { padding: 5px 0; } .mt-date .mt-date-body-years .mt-date-yearli { display: inline-block; padding: 9px 3.5px; } .mt-date .mt-date-body-years .mt-date-yearli a { color: #666; padding: 2px 5px; border-radius: 2px; } .mt-date .mt-date-body-years .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-foot { border-top: 1px solid rgba(0, 0, 0, 0.1); height: 30px; line-height: 30px; } .mt-date .mt-date-foot .mt-date-btn-now, .mt-date .mt-date-foot .mt-date-btn-clear, .mt-date .mt-date-foot .mt-date-btn-time { margin: 0 10px; color: #666; line-height: normal; } .mt-date .mt-date-foot .mt-date-btn-clear, .mt-date .mt-date-foot .mt-date-btn-ok { line-height: normal; float: right; margin: 4px 10px; margin-left: 0; color: #fff; } .mt-dates { position: absolute; z-index: 1000; width: 460px; height: 280px; background: #ccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .mt-dates .mt-date { position: relative; display: inline-block; box-shadow: none; } .mt-dates .mt-dates-inner:after { content: ''; display: inline-block; height: 20px; width: 100%; position: absolute; z-index: 0; left: 0; top: 5px; background: rgba(0, 0, 0, 0.05); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-switch { min-width: 42px; height: 22px; display: inline-block; border-radius: 100px; position: relative; cursor: pointer; } .mt-switch:before { content: ''; display: inline-block; width: 20px; height: 20px; left: 1px; top: 1px; position: absolute; z-index: 10; background: #fff; border-radius: 100px; transition: 0.3s; } .mt-switch-disabled { opacity: 0.5; } .mt-switch-lg { min-width: 46px; height: 24px; } .mt-switch-lg:before { width: 22px; height: 22px; } .mt-switch-sm { min-width: 34px; height: 18px; } .mt-switch-sm:before { width: 16px; height: 16px; } .mt-switch-xs { min-width: 26px; height: 14px; } .mt-switch-xs:before { width: 12px; height: 12px; } .mt-switch-off { background: #CCC; } .mt-switch-off:before { -webkit-transform: translateX(0); transform: translateX(0); } .mt-switch-on { background: #108ee9; } .mt-switch-on:before { -webkit-transform: translateX(100%); transform: translateX(100%); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-radio { display: inline-block; cursor: pointer; vertical-align: middle; } .mt-radio:hover .mt-radio-icon { border-color: #108ee9; } .mt-radio .mt-radio-icon { display: inline-block; width: 14px; height: 14px; vertical-align: middle; border: 1px solid #ccc; border-radius: 100px; margin-right: 5px; transition: 0.5s; box-sizing: content-box; } .mt-radio .mt-radio-icon:after { content: ''; float: left; display: inline-block; display: none\9\0; transition: 0.2s; width: 60%; height: 60%; background: #108ee9; border-radius: 100px; margin: 20%; -webkit-transform: scale(0); transform: scale(0); } .mt-radio-checked .mt-radio-icon { border-color: #108ee9; } .mt-radio-checked .mt-radio-icon:after { display: block\9\0; -webkit-transform: scale(1); transform: scale(1); } .mt-radio-disabled { opacity: 0.6; } .mt-radio-disabled .mt-radio-icon { border-color: #ccc; } .mt-radio-disabled .mt-radio-icon:after { background: #ccc; } .mt-radio-disabled:hover .mt-radio-icon { border-color: #ccc; } .mt-radio-group { display: inline-block; } .mt-radio-group .mt-radio { margin-right: 10px; } .mt-radio-group-button { font-size: 12px; } .mt-radio-group-button .mt-radio-icon { display: none; } .mt-radio-group-button .mt-radio { margin-right: -1px; border: 1px solid #ccc; padding: 4px 10px; } .mt-radio-group-button .mt-radio-checked { border-color: #108ee9; background: #108ee9; color: #fff; box-shadow: 0 0 -1px 0 #108ee9; position: relative; z-index: 10; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-checkbox { display: inline-block; cursor: pointer; vertical-align: middle; } .mt-checkbox:hover .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox .mt-checkbox-icon { display: inline-block; width: 14px; height: 14px; vertical-align: middle; border: 1px solid #ccc; margin-right: 5px; transition: 0.5s; box-sizing: content-box; position: relative; } .mt-checkbox .mt-checkbox-icon:after { content: '\E686'; font-family: "iconfont" !important; font-size: 14px; color: #108ee9; float: left; display: inline-block; transition: 0.2s; width: 100%; height: 100%; position: relative; text-align: center; top: 50%; left: 50%; margin: -50% 0 0 -50%; -webkit-transform: scale(0); transform: scale(0); } .mt-checkbox-checked .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox-checked .mt-checkbox-icon:after { -webkit-transform: scale(1); transform: scale(1); } .mt-checkbox-other .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox-other .mt-checkbox-icon:before { content: ''; display: inline-block; width: 80%; height: 4px; background: #108ee9; position: relative; float: left; text-align: center; top: 50%; left: 50%; margin: -2px 0 0 -40%; } .mt-checkbox-disabled { opacity: 0.6; } .mt-checkbox-disabled .mt-checkbox-icon { border-color: #ccc; } .mt-checkbox-disabled .mt-checkbox-icon:after { color: #ccc; background: #fff; } .mt-checkbox-disabled:hover .mt-checkbox-icon { border-color: #ccc; } .mt-checkbox-group .mt-checkbox { margin-right: 10px; } .mt-checkbox-group-button { font-size: 12px; } .mt-checkbox-group-button .mt-checkbox-icon { display: none; } .mt-checkbox-group-button .mt-checkbox { margin-right: -1px; border: 1px solid #ccc; padding: 4px 10px; } .mt-checkbox-group-button .mt-checkbox-checked { border-color: #108ee9; background: #108ee9; color: #fff; box-shadow: 0 0 -1px 0 #108ee9; position: relative; z-index: 10; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-panel, .mt-panel-min, .mt-panel-xm { background: #fff; padding: 20px; } .mt-panel .mt-panel-h2, .mt-panel-min .mt-panel-h2, .mt-panel-xm .mt-panel-h2 { padding-bottom: 20px; color: #838FA1; border-bottom: 1px solid #e6e6e6; font-size: 16px; } .mt-panel .mt-panel-box, .mt-panel-min .mt-panel-box, .mt-panel-xm .mt-panel-box { margin-top: 20px; color: #838FA1; } .mt-panel-min { padding: 10px; } .mt-panel-min .mt-panel-h2 { padding-bottom: 8px; font-size: 14px; } .mt-panel-min .mt-panel-box { margin-top: 10px; font-size: 12px; color: #838FA1; } .mt-panel-xm { padding: 5px; } .mt-panel-xm .mt-panel-h2 { padding-bottom: 5px; font-size: 13px; } .mt-panel-xm .mt-panel-box { margin-top: 5px; font-size: 12px; color: #838FA1; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-slider { display: inline-block; border-radius: 100px; vertical-align: middle; background: #e9e9e9; height: 4px; position: relative; } .mt-slider .mt-slider-bar { display: block; height: 100%; background: #108ee9; position: relative; float: left; border-radius: 100px; } .mt-slider .mt-slider-bar .mt-slider-btn { content: ''; display: inline-block; width: 14px; height: 14px; border-radius: 100px; background: #fff; position: absolute; top: 50%; right: 0; margin-left: -7px; margin-top: -7px; border: 2px solid #108ee9; transition: 0.3s; -webkit-transform: scale(1); transform: scale(1); } .mt-slider .mt-slider-bar .mt-slider-btn:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /* sliderbar bar */ .mt-sliderbar-active { display: block; height: 8px; background: #e4eaec; border-radius: 100px; } .mt-sliderbar-active-bar { float: left; width: 0; height: 100%; font-size: 1.2rem; line-height: 2rem; border-radius: 100px; color: #fff; text-align: center; background-color: #0e90d2; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); transition: 10px .6s ease; 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: 36px 36px; -webkit-animation: sliderbar-bar-stripes 2s linear infinite; animation: sliderbar-bar-stripes 2s linear infinite; } .mt-sliderbar-active-success .mt-sliderbar-active-bar { background-color: #5cb85c; } .mt-sliderbar-active-danger .mt-sliderbar-active-bar { background-color: #ff3535; } .mt-sliderbar-active-info .mt-sliderbar-active-bar { background-color: #32c5d2; } .mt-sliderbar-active-primary .mt-sliderbar-active-bar { background-color: #23c6c8; } .mt-sliderbar-active-warning .mt-sliderbar-active-bar { background-color: #ffbf00; } .mt-sliderbar-active-default .mt-sliderbar-active-bar { background-color: #333; } /*表单之进度条*/ @-webkit-keyframes sliderbar-bar-stripes { from { background-position: 36px 0; } to { background-position: 0 0; } } @keyframes sliderbar-bar-stripes { from { background-position: 36px 0; } to { background-position: 0 0; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-tree { display: inline-block; } .mt-tree .mt-tree-child { margin-left: 20px; } /** * 验证 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-validate { position: relative; transition: 0.3s; } .mt-validate .icon-null { transition: 0.3s; -webkit-transform: scale(0); transform: scale(0); } .mt-validate .icon-null { width: 16px; height: 16px; display: inline-block; } .mt-validate-danger { border: 1px solid #ff3535; } .mt-validate-danger .iconfont { color: #ff3535; } .mt-validate-danger .mt-validate-info { color: #ff3535; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } .mt-validate-warning { border: 1px solid #ffbf00; } .mt-validate-warning .iconfont { color: #ffbf00; } .mt-validate-warning .mt-validate-info { color: #ffbf00; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } .mt-validate-success .iconfont { color: #5cb85c; } .mt-validate-success .mt-validate-info { color: #5cb85c; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } /* mt-select-input 没有提示符号 */ .mt-select-input .mt-input-suffix { display: none; } /** * @type MTUI2.0 * @author : Mantou */ /*swiper*/ .mt-swiper { position: relative; } .mt-swiper .mt-swiper-header { position: absolute; bottom: 5px; min-width: 80%; text-align: center; z-index: 200; padding-bottom: 2px; overflow: hidden; margin: 0 20px; } .mt-swiper .mt-swiper-overflow { margin: 0 20px; } .mt-swiper .mt-swiper-headbox { transition: .3s; } .mt-swiper .mt-swiper-headbox ul { word-break: keep-all; white-space: nowrap; display: inline; } .mt-swiper .mt-swiper-prev, .mt-swiper .mt-swiper-next { position: absolute; bottom: 5px; z-index: 200; } .mt-swiper .mt-swiper-prev .iconfont, .mt-swiper .mt-swiper-next .iconfont { font-size: 12px; } .mt-swiper .mt-swiper-prev { left: 5px; } .mt-swiper .mt-swiper-next { right: 5px; } .mt-swiper .mt-swiper-prevbutton, .mt-swiper .mt-swiper-nextbutton { position: absolute; top: 50%; height: 30px; width: 30px; line-height: 30px; margin-top: -15px; border-radius: 100%; text-align: center; z-index: 200; border: 1px solid #fff; color: #fff; transition: 0.5s; opacity: 0.6; } .mt-swiper .mt-swiper-prevbutton:hover, .mt-swiper .mt-swiper-nextbutton:hover { background: #fff; color: #333; opacity: 1; } .mt-swiper .mt-swiper-prevbutton { left: 10px; } .mt-swiper .mt-swiper-nextbutton { right: 10px; } .mt-swiper .mt-swiper-disabled { cursor: not-allowed; color: #ccc; } .mt-swiper .mt-swiper-tab { display: inline-block; cursor: pointer; width: 30px; height: 4px; padding: 0 5px; overflow: hidden; } .mt-swiper .mt-swiper-tab:before { content: ''; display: block; background: #f3f3f3; height: 100%; } .mt-swiper .mt-swiper-tab-active { color: #1c84c6; } .mt-swiper .mt-swiper-tab-active:before { background: #108ee9; } .mt-swiper .mt-swiper-item { display: none; padding: 5px; } .mt-swiper .mt-swiper-item-active { display: block; } .mt-swiper .mt-swiper-active-bar { position: absolute; bottom: -1px; height: 2px; width: 20px; background: #1c84c6; transition: .3s; z-index: 100; } .mt-swiper-animate-move { position: relative; overflow: hidden; } .mt-swiper-animate-move .mt-swiper-item { padding: 0; margin: 0; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; display: inline-block; width: 100%; vertical-align: middle; -webkit-transform: translateX(-100%); transform: translateX(-100%); position: absolute; top: 0; left: 0; } .mt-swiper-animate-move .mt-swiper-item-active { display: block; -webkit-transform: translateX(0); transform: translateX(0); position: relative; z-index: 100; } .mt-swiper-animate-move .mt-swiper-item-active ~ .mt-swiper-item { -webkit-transform: translateX(100%); transform: translateX(100%); } .mt-swiper-animate-fade { position: relative; overflow: hidden; } .mt-swiper-animate-fade .mt-swiper-item { padding: 0; margin: 0; transition: opacity 0.5s; display: inline-block; width: 100%; vertical-align: middle; opacity: 0; position: absolute; top: 0; left: 0; } .mt-swiper-animate-fade .mt-swiper-item-active { display: block; opacity: 1; position: relative; z-index: 100; } .mt-swiper-animate-fade .mt-swiper-item-active ~ .mt-swiper-item { opacity: 0; } .mt-swiper-left .mt-swiper-header, .mt-swiper-right .mt-swiper-header { float: left; border-right: 1px solid #e9ecf1; border-bottom: none; } .mt-swiper-left .mt-swiper-tab, .mt-swiper-right .mt-swiper-tab { display: block; } .mt-swiper-left .mt-swiper-content, .mt-swiper-right .mt-swiper-content { min-height: 100%; } .mt-swiper-right .mt-swiper-header { float: right; border-left: 1px solid #e9ecf1; border-right: none; border-bottom: none; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-collapse { border: 1px solid #d9d9d9; border-bottom: 0; border-radius: 2px; } .mt-collapse .mt-collapse-item { border-bottom: 1px solid #d9d9d9; overflow: hidden; } .mt-collapse .mt-collapse-header { background: #e9ecf3; cursor: pointer; height: 30px; line-height: 30px; font-size: 12px; } .mt-collapse .mt-collapse-header .iconfont { vertical-align: middle; font-size: 12px; padding: 0 10px; position: relative; } .mt-collapse .mt-collapse-header .iconfont:before { transition: 0.3s; -webkit-transform: rotate(0); transform: rotate(0); display: inline-block; } .mt-collapse .mt-collapse-content { display: none; overflow: hidden; } .mt-collapse .mt-collapse-active .mt-collapse-header .iconfont:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .mt-collapse .mt-collapse-active .mt-collapse-content { display: block; } /* popover 提示*/ .mt-popover { position: absolute; font-size: 12px; padding: 6px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); background: #fff; border-radius: 3px; border: 1px solid #e6e6e6; z-index: 9999; } .mt-popover-arrow { display: inline-block; position: absolute; width: 0; height: 0; border: 6px solid transparent; } .mt-popover-arrow:before { content: ''; display: inline-block; position: absolute; width: 0; height: 0; top: -6px; left: -6px; border: 6px solid transparent; } .mt-popover-top .mt-popover-arrow { bottom: -12px; left: 50%; margin-left: -6px; border-top: 6px solid #d9d9d9; } .mt-popover-top .mt-popover-arrow:before { border-top: 6px solid #fff; top: -7px; left: -6px; } .mt-popover-bottom .mt-popover-arrow { top: -12px; left: 50%; margin-left: -6px; border-bottom: 6px solid #d9d9d9; } .mt-popover-bottom .mt-popover-arrow:before { border-bottom: 6px solid #fff; top: -5px; left: -6px; } .mt-popover-right .mt-popover-arrow { left: -12px; top: 50%; margin-top: -6px; border-right: 6px solid #d9d9d9; } .mt-popover-right .mt-popover-arrow:before { border-right: 6px solid #fff; top: -6px; left: -5px; } .mt-popover-left .mt-popover-arrow { right: -12px; top: 50%; margin-top: -6px; border-left: 6px solid #d9d9d9; } .mt-popover-left .mt-popover-arrow:before { border-left: 6px solid #fff; top: -6px; left: -7px; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-panle, .mt-panle-min { background: #fff; padding: 20px; } .mt-panle .mt-panle-h1, .mt-panle-min .mt-panle-h1, .mt-panle .mt-panle-h2, .mt-panle-min .mt-panle-h2, .mt-panle .mt-panle-h3, .mt-panle-min .mt-panle-h3 { padding-bottom: 20px; font-size: 18px; color: #838FA1; border-bottom: 1px solid #eef1f5; } .mt-panle .mt-panle-h2, .mt-panle-min .mt-panle-h2 { font-size: 16px; } .mt-panle .mt-panle-h3, .mt-panle-min .mt-panle-h3 { font-size: 14px; } .mt-panle .mt-panle-box, .mt-panle-min .mt-panle-box { margin-top: 20px; color: #838FA1; } .mt-panle-min { padding: 10px; } .mt-panle-min .mt-panle-h1, .mt-panle-min .mt-panle-h2, .mt-panle-min .mt-panle-h3 { font-size: 16px; padding-bottom: 10px; } .mt-panle-min .mt-panle-h2 { font-size: 14px; } .mt-panle-min .mt-panle-h3 { font-size: 12px; } .mt-panle-min .mt-panle-box { margin-top: 10px; font-size: 12px; color: #838FA1; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-progress { position: relative; display: inline-block; } .mt-progress-text { top: 50%; left: 0; position: absolute; width: 100%; text-align: center; margin-top: -10px; } /** * loading */ /** * @type MTUI2.0 * @author : Mantou */ .mt-loading-bg .mt-loading-spin { background: rgba(255, 255, 255, 0.6); border-radius: 50%; } .mt-loading { position: absolute; top: 50%; left: 50%; z-index: 1000; width: 0; height: 0; background: rgba(0, 0, 0, 0.2); margin: -30px 0 0 -20px; } .mt-loading .mt-loading-spin { display: inline-block; } .mt-loading .mt-loading-spin .iconfont { display: inline-block; font-size: 40px; -webkit-animation: mtRotate 3s linear infinite; animation: mtRotate 3s linear infinite; color: #108ee9; opacity: .7; } .mt-loading .mt-loading-info { position: absolute; font-size: 12px; color: #108ee9; left: 0; width: 200px; margin-top: 5px; margin-left: -80px; text-align: center; } #mt-div-loading { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; } @-webkit-keyframes mtRotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes mtRotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /** * @type MTUI2.0 * @author : Mantou */ .mt-tip-success { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-success .iconfont { color: #5cb85c; } .mt-tip-success .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-success .iconfont { vertical-align: middle; } .mt-tip-warning { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-warning .iconfont { color: #ffbf00; } .mt-tip-warning .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-warning .iconfont { vertical-align: middle; } .mt-tip-danger { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-danger .iconfont { color: #ff3535; } .mt-tip-danger .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-danger .iconfont { vertical-align: middle; } #mt-div-tips { position: fixed; top: 0; z-index: 9999; width: 100%; height: 0; text-align: center; }
lib/style.css
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); } } @keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0,-4px,0); transform: translate3d(0,-4px,0); } } .bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; } @-webkit-keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; animation-name: flash; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes pulse { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes rubberBand { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; } @-webkit-keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } @keyframes shake { from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } } .shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes headShake { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } } .headShake { -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; } @-webkit-keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } @keyframes swing { 20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } } .swing { -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .tada { -webkit-animation-name: tada; animation-name: tada; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } @keyframes wobble { from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } } .wobble { -webkit-animation-name: wobble; animation-name: wobble; } @-webkit-keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } @keyframes jello { from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); } 88.8% { -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } } .jello { -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; } @-webkit-keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes bounceIn { from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInDown { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } } .bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInRight { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes bounceInUp { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } @keyframes bounceOut { 20% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } } .bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes bounceOutDown { 20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes bounceOutLeft { 20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes bounceOutRight { 20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes bounceOutUp { 20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes fadeOutDown { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } @keyframes fadeOutDownBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } @keyframes fadeOutLeftBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } @keyframes fadeOutRightBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes fadeOutUp { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } @keyframes fadeOutUpBig { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } @keyframes flip { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(.95, .95, .95); transform: perspective(400px) scale3d(.95, .95, .95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } } .animated.flip { -webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; } @-webkit-keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInX { from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInX { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } @-webkit-keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } @keyframes flipInY { from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } } .flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } @-webkit-keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } @keyframes flipOutX { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; } @-webkit-keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } @keyframes flipOutY { from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; } @-webkit-keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } @keyframes lightSpeedIn { from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } @keyframes lightSpeedOut { from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } @-webkit-keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateIn { from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } @keyframes rotateInUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } @keyframes rotateOut { from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } @keyframes rotateOutDownLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutDownRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } @keyframes rotateOutUpLeft { from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } @keyframes rotateOutUpRight { from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } @keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } } .hinge { -webkit-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } @keyframes rollIn { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } } .rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } @keyframes rollOut { from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } } .rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @-webkit-keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInDown { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; } @-webkit-keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInLeft { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; } @-webkit-keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInRight { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; } @-webkit-keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomInUp { from { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; } @-webkit-keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } @keyframes zoomOut { from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } to { opacity: 0; } } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; } @-webkit-keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutDown { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; } @-webkit-keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } @keyframes zoomOutLeft { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); transform: scale(.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } } .zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; } @-webkit-keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } @keyframes zoomOutRight { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(.1) translate3d(2000px, 0, 0); transform: scale(.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } } .zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; } @-webkit-keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } @keyframes zoomOutUp { 40% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } to { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } } .zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } @-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInLeft { from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } @-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes slideInUp { from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; } @-webkit-keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } @keyframes slideOutDown { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; } @-webkit-keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } @keyframes slideOutLeft { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; } @-webkit-keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } @keyframes slideOutRight { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; } @-webkit-keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } @keyframes slideOutUp { from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; } @charset "UTF-8"; /** * @author Mantou * @desc 样式 */ @font-face { font-family: "iconfont"; src: url("//at.alicdn.com/t/font_vr55vm0cczo20529.eot?t=1489573038741"); /* IE9*/ src: url("//at.alicdn.com/t/font_vr55vm0cczo20529.eot?t=1489573038741#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.woff?t=1489573038741") format("woff"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.ttf?t=1489573038741") format("truetype"), url("//at.alicdn.com/t/font_vr55vm0cczo20529.svg?t=1489573038741#iconfont") format("svg"); /* iOS 4.1- */ } .iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-warning:before { content: "\E600"; } .icon-checkbox:before { content: "\E612"; } .icon-shang:before { content: "\E605"; } .icon-xia:before { content: "\E607"; } .icon-close:before { content: "\E652"; } .icon-warn:before { content: "\E68D"; } .icon-more:before { content: "\E611"; } .icon-arrowr:before { content: "\E601"; } .icon-password:before { content: <PASSWORD>"; } .icon-success:before { content: "\E619"; } .icon-time:before { content: "\E635"; } .icon-loading2:before { content: "\E603"; } .icon-loading5:before { content: "\E61E"; } .icon-loading4:before { content: "\E609"; } .icon-user:before { content: "\E60B"; } .icon-loading3:before { content: "\E60E"; } .icon-date:before { content: "\E65D"; } .icon-arrow3r:before { content: "\E60D"; } .icon-checkbox1:before { content: "\E686"; } .icon-search:before { content: "\E67A"; } .icon-error1:before { content: "\E626"; } .icon-danger:before { content: "\E651"; } .icon-loading1:before { content: "\E604"; } .icon-arrowl:before { content: "\E653"; } .icon-arrowt:before { content: "\E654"; } .icon-arrowd:before { content: "\E655"; } .icon-arrow2t:before { content: "\E656"; } .icon-arrow2r:before { content: "\E657"; } .icon-arrow2b:before { content: "\E658"; } .icon-arrow2l:before { content: "\E659"; } .icon-arrow3l:before { content: "\E68E"; } .icon-zuo:before { content: "\E68F"; } .icon-you:before { content: "\E690"; } /** * @type MTUI2.0 * @author : Mantou */ /** * @type MTUI2.0 * @author : Mantou */ body { margin: 0; padding: 0; font-family: "Microsoft YaHei"; -webkit-touch-callout: inherit; -webkit-user-select: auto; font-size: 14px; word-break: break-all; } i, em { font-style: normal; } a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35); cursor: pointer; text-decoration: none; -webkit-tap-highlight-color: transparent; } img { -ms-interpolation-mode: bicubic; vertical-align: middle; border: none; } table { border-collapse: collapse; border-spacing: 0; } th, td, caption { vertical-align: middle; } textarea { resize: none; } input, button, select, textarea { outline: none; border-radius: 0; font-family: inherit; font-size: inherit; } button { border: none; cursor: pointer; } p, ul, ol, li { list-style: none; margin: 0; padding: 0; } address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; } strong { font-weight: bold; } h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; } label { padding-right: 10px; } .iconfont { padding: 0; margin: 0; line-height: normal; } /*清除浮动*/ .clear { clear: both; display: block; font-size: 0; height: 0; line-height: 0; width: 100%; } .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } *, *:before, *:after { box-sizing: border-box; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width: 5px; height: 5px; background-color: #F8F8F8; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { background-color: #F5F5F5; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { background-color: #D0D8DB; } .mt-text { vertical-align: middle; } .mt-404 { padding: 40px 10px; } .mt-404 .mt-404-title { font-size: 40px; font-weight: bold; text-align: center; line-height: 64px; color: #838FA1; } .mt-404 .mt-404-info { line-height: 30px; font-size: 21px; margin-top: 20px; text-align: center; color: #dce2ec; } .mt-404 .mt-404-content { margin-top: 20px; margin-bottom: 20px; font-size: 16px; text-align: center; color: #96a2b4; } .mt-404 .mt-404-content p { padding-bottom: 30px; } .mt-animate-rotate { display: inline-block; position: relative; -webkit-animation: mtrotate 2s infinite linear; animation: mtrotate 2s infinite linear; -webkit-transform-origin: 50% 45%; transform-origin: 50% 45%; } @-webkit-keyframes mtrotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes mtrotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* table 样式 */ .mt-table { width: 100%; margin: 10px 0; } .mt-table th { text-align: left; padding: 10px 8px; border-bottom: 2px solid #E8EAEA; color: #666; font-weight: bolder; } .mt-table td { padding: 10px 8px; border-bottom: 1px solid #E8EAEA; font-size: 14px; color: #333; } .mt-table-noborder { border: none; } .mt-table-noborder td { border: none; } .mt-table-border { border-top: 1px solid #E8EAEA; border-left: 1px solid #E8EAEA; border-right: 1px solid #E8EAEA; } .mt-table-bordered { border-top: 1px solid #E8EAEA; border-left: 1px solid #E8EAEA; border-right: 1px solid #E8EAEA; } .mt-table-bordered td, .mt-table-bordered th { border-left: 1px solid #E8EAEA; } .mt-table-striped tr:nth-child(even) { background: #f9f9f9; } .mt-table-center { text-align: center; } .mt-table-center th { text-align: center; } .mt-table-hover tr + tr:hover { background: #e6e6e6; } /*Grid*/ .mt-grid { display: inline-block; box-sizing: border-box; position: relative; vertical-align: middle; } .mt-grid-1-1 { width: 100%; } .mt-grid-offset-1-1 { margin-left: 100%; } .mt-grid-2-1 { width: 50%; } .mt-grid-offset-2-1 { margin-left: 50%; } .mt-grid-2-2 { width: 100%; } .mt-grid-offset-2-2 { margin-left: 100%; } .mt-grid-3-1 { width: 33.33333%; } .mt-grid-offset-3-1 { margin-left: 33.33333%; } .mt-grid-3-2 { width: 66.66667%; } .mt-grid-offset-3-2 { margin-left: 66.66667%; } .mt-grid-3-3 { width: 100%; } .mt-grid-offset-3-3 { margin-left: 100%; } .mt-grid-4-1 { width: 25%; } .mt-grid-offset-4-1 { margin-left: 25%; } .mt-grid-4-2 { width: 50%; } .mt-grid-offset-4-2 { margin-left: 50%; } .mt-grid-4-3 { width: 75%; } .mt-grid-offset-4-3 { margin-left: 75%; } .mt-grid-4-4 { width: 100%; } .mt-grid-offset-4-4 { margin-left: 100%; } .mt-grid-5-1 { width: 20%; } .mt-grid-offset-5-1 { margin-left: 20%; } .mt-grid-5-2 { width: 40%; } .mt-grid-offset-5-2 { margin-left: 40%; } .mt-grid-5-3 { width: 60%; } .mt-grid-offset-5-3 { margin-left: 60%; } .mt-grid-5-4 { width: 80%; } .mt-grid-offset-5-4 { margin-left: 80%; } .mt-grid-5-5 { width: 100%; } .mt-grid-offset-5-5 { margin-left: 100%; } .mt-grid-6-1 { width: 16.66667%; } .mt-grid-offset-6-1 { margin-left: 16.66667%; } .mt-grid-6-2 { width: 33.33333%; } .mt-grid-offset-6-2 { margin-left: 33.33333%; } .mt-grid-6-3 { width: 50%; } .mt-grid-offset-6-3 { margin-left: 50%; } .mt-grid-6-4 { width: 66.66667%; } .mt-grid-offset-6-4 { margin-left: 66.66667%; } .mt-grid-6-5 { width: 83.33333%; } .mt-grid-offset-6-5 { margin-left: 83.33333%; } .mt-grid-6-6 { width: 100%; } .mt-grid-offset-6-6 { margin-left: 100%; } .mt-grid-7-1 { width: 14.28571%; } .mt-grid-offset-7-1 { margin-left: 14.28571%; } .mt-grid-7-2 { width: 28.57143%; } .mt-grid-offset-7-2 { margin-left: 28.57143%; } .mt-grid-7-3 { width: 42.85714%; } .mt-grid-offset-7-3 { margin-left: 42.85714%; } .mt-grid-7-4 { width: 57.14286%; } .mt-grid-offset-7-4 { margin-left: 57.14286%; } .mt-grid-7-5 { width: 71.42857%; } .mt-grid-offset-7-5 { margin-left: 71.42857%; } .mt-grid-7-6 { width: 85.71429%; } .mt-grid-offset-7-6 { margin-left: 85.71429%; } .mt-grid-7-7 { width: 100%; } .mt-grid-offset-7-7 { margin-left: 100%; } .mt-grid-8-1 { width: 12.5%; } .mt-grid-offset-8-1 { margin-left: 12.5%; } .mt-grid-8-2 { width: 25%; } .mt-grid-offset-8-2 { margin-left: 25%; } .mt-grid-8-3 { width: 37.5%; } .mt-grid-offset-8-3 { margin-left: 37.5%; } .mt-grid-8-4 { width: 50%; } .mt-grid-offset-8-4 { margin-left: 50%; } .mt-grid-8-5 { width: 62.5%; } .mt-grid-offset-8-5 { margin-left: 62.5%; } .mt-grid-8-6 { width: 75%; } .mt-grid-offset-8-6 { margin-left: 75%; } .mt-grid-8-7 { width: 87.5%; } .mt-grid-offset-8-7 { margin-left: 87.5%; } .mt-grid-8-8 { width: 100%; } .mt-grid-offset-8-8 { margin-left: 100%; } .mt-grid-9-1 { width: 11.11111%; } .mt-grid-offset-9-1 { margin-left: 11.11111%; } .mt-grid-9-2 { width: 22.22222%; } .mt-grid-offset-9-2 { margin-left: 22.22222%; } .mt-grid-9-3 { width: 33.33333%; } .mt-grid-offset-9-3 { margin-left: 33.33333%; } .mt-grid-9-4 { width: 44.44444%; } .mt-grid-offset-9-4 { margin-left: 44.44444%; } .mt-grid-9-5 { width: 55.55556%; } .mt-grid-offset-9-5 { margin-left: 55.55556%; } .mt-grid-9-6 { width: 66.66667%; } .mt-grid-offset-9-6 { margin-left: 66.66667%; } .mt-grid-9-7 { width: 77.77778%; } .mt-grid-offset-9-7 { margin-left: 77.77778%; } .mt-grid-9-8 { width: 88.88889%; } .mt-grid-offset-9-8 { margin-left: 88.88889%; } .mt-grid-9-9 { width: 100%; } .mt-grid-offset-9-9 { margin-left: 100%; } .mt-grid-10-1 { width: 10%; } .mt-grid-offset-10-1 { margin-left: 10%; } .mt-grid-10-2 { width: 20%; } .mt-grid-offset-10-2 { margin-left: 20%; } .mt-grid-10-3 { width: 30%; } .mt-grid-offset-10-3 { margin-left: 30%; } .mt-grid-10-4 { width: 40%; } .mt-grid-offset-10-4 { margin-left: 40%; } .mt-grid-10-5 { width: 50%; } .mt-grid-offset-10-5 { margin-left: 50%; } .mt-grid-10-6 { width: 60%; } .mt-grid-offset-10-6 { margin-left: 60%; } .mt-grid-10-7 { width: 70%; } .mt-grid-offset-10-7 { margin-left: 70%; } .mt-grid-10-8 { width: 80%; } .mt-grid-offset-10-8 { margin-left: 80%; } .mt-grid-10-9 { width: 90%; } .mt-grid-offset-10-9 { margin-left: 90%; } .mt-grid-10-10 { width: 100%; } .mt-grid-offset-10-10 { margin-left: 100%; } .mt-grid-11-1 { width: 9.09091%; } .mt-grid-offset-11-1 { margin-left: 9.09091%; } .mt-grid-11-2 { width: 18.18182%; } .mt-grid-offset-11-2 { margin-left: 18.18182%; } .mt-grid-11-3 { width: 27.27273%; } .mt-grid-offset-11-3 { margin-left: 27.27273%; } .mt-grid-11-4 { width: 36.36364%; } .mt-grid-offset-11-4 { margin-left: 36.36364%; } .mt-grid-11-5 { width: 45.45455%; } .mt-grid-offset-11-5 { margin-left: 45.45455%; } .mt-grid-11-6 { width: 54.54545%; } .mt-grid-offset-11-6 { margin-left: 54.54545%; } .mt-grid-11-7 { width: 63.63636%; } .mt-grid-offset-11-7 { margin-left: 63.63636%; } .mt-grid-11-8 { width: 72.72727%; } .mt-grid-offset-11-8 { margin-left: 72.72727%; } .mt-grid-11-9 { width: 81.81818%; } .mt-grid-offset-11-9 { margin-left: 81.81818%; } .mt-grid-11-10 { width: 90.90909%; } .mt-grid-offset-11-10 { margin-left: 90.90909%; } .mt-grid-11-11 { width: 100%; } .mt-grid-offset-11-11 { margin-left: 100%; } .mt-grid-12-1 { width: 8.33333%; } .mt-grid-offset-12-1 { margin-left: 8.33333%; } .mt-grid-12-2 { width: 16.66667%; } .mt-grid-offset-12-2 { margin-left: 16.66667%; } .mt-grid-12-3 { width: 25%; } .mt-grid-offset-12-3 { margin-left: 25%; } .mt-grid-12-4 { width: 33.33333%; } .mt-grid-offset-12-4 { margin-left: 33.33333%; } .mt-grid-12-5 { width: 41.66667%; } .mt-grid-offset-12-5 { margin-left: 41.66667%; } .mt-grid-12-6 { width: 50%; } .mt-grid-offset-12-6 { margin-left: 50%; } .mt-grid-12-7 { width: 58.33333%; } .mt-grid-offset-12-7 { margin-left: 58.33333%; } .mt-grid-12-8 { width: 66.66667%; } .mt-grid-offset-12-8 { margin-left: 66.66667%; } .mt-grid-12-9 { width: 75%; } .mt-grid-offset-12-9 { margin-left: 75%; } .mt-grid-12-10 { width: 83.33333%; } .mt-grid-offset-12-10 { margin-left: 83.33333%; } .mt-grid-12-11 { width: 91.66667%; } .mt-grid-offset-12-11 { margin-left: 91.66667%; } .mt-grid-12-12 { width: 100%; } .mt-grid-offset-12-12 { margin-left: 100%; } .mt-grid-13-1 { width: 7.69231%; } .mt-grid-offset-13-1 { margin-left: 7.69231%; } .mt-grid-13-2 { width: 15.38462%; } .mt-grid-offset-13-2 { margin-left: 15.38462%; } .mt-grid-13-3 { width: 23.07692%; } .mt-grid-offset-13-3 { margin-left: 23.07692%; } .mt-grid-13-4 { width: 30.76923%; } .mt-grid-offset-13-4 { margin-left: 30.76923%; } .mt-grid-13-5 { width: 38.46154%; } .mt-grid-offset-13-5 { margin-left: 38.46154%; } .mt-grid-13-6 { width: 46.15385%; } .mt-grid-offset-13-6 { margin-left: 46.15385%; } .mt-grid-13-7 { width: 53.84615%; } .mt-grid-offset-13-7 { margin-left: 53.84615%; } .mt-grid-13-8 { width: 61.53846%; } .mt-grid-offset-13-8 { margin-left: 61.53846%; } .mt-grid-13-9 { width: 69.23077%; } .mt-grid-offset-13-9 { margin-left: 69.23077%; } .mt-grid-13-10 { width: 76.92308%; } .mt-grid-offset-13-10 { margin-left: 76.92308%; } .mt-grid-13-11 { width: 84.61538%; } .mt-grid-offset-13-11 { margin-left: 84.61538%; } .mt-grid-13-12 { width: 92.30769%; } .mt-grid-offset-13-12 { margin-left: 92.30769%; } .mt-grid-13-13 { width: 100%; } .mt-grid-offset-13-13 { margin-left: 100%; } .mt-grid-14-1 { width: 7.14286%; } .mt-grid-offset-14-1 { margin-left: 7.14286%; } .mt-grid-14-2 { width: 14.28571%; } .mt-grid-offset-14-2 { margin-left: 14.28571%; } .mt-grid-14-3 { width: 21.42857%; } .mt-grid-offset-14-3 { margin-left: 21.42857%; } .mt-grid-14-4 { width: 28.57143%; } .mt-grid-offset-14-4 { margin-left: 28.57143%; } .mt-grid-14-5 { width: 35.71429%; } .mt-grid-offset-14-5 { margin-left: 35.71429%; } .mt-grid-14-6 { width: 42.85714%; } .mt-grid-offset-14-6 { margin-left: 42.85714%; } .mt-grid-14-7 { width: 50%; } .mt-grid-offset-14-7 { margin-left: 50%; } .mt-grid-14-8 { width: 57.14286%; } .mt-grid-offset-14-8 { margin-left: 57.14286%; } .mt-grid-14-9 { width: 64.28571%; } .mt-grid-offset-14-9 { margin-left: 64.28571%; } .mt-grid-14-10 { width: 71.42857%; } .mt-grid-offset-14-10 { margin-left: 71.42857%; } .mt-grid-14-11 { width: 78.57143%; } .mt-grid-offset-14-11 { margin-left: 78.57143%; } .mt-grid-14-12 { width: 85.71429%; } .mt-grid-offset-14-12 { margin-left: 85.71429%; } .mt-grid-14-13 { width: 92.85714%; } .mt-grid-offset-14-13 { margin-left: 92.85714%; } .mt-grid-14-14 { width: 100%; } .mt-grid-offset-14-14 { margin-left: 100%; } .mt-grid-15-1 { width: 6.66667%; } .mt-grid-offset-15-1 { margin-left: 6.66667%; } .mt-grid-15-2 { width: 13.33333%; } .mt-grid-offset-15-2 { margin-left: 13.33333%; } .mt-grid-15-3 { width: 20%; } .mt-grid-offset-15-3 { margin-left: 20%; } .mt-grid-15-4 { width: 26.66667%; } .mt-grid-offset-15-4 { margin-left: 26.66667%; } .mt-grid-15-5 { width: 33.33333%; } .mt-grid-offset-15-5 { margin-left: 33.33333%; } .mt-grid-15-6 { width: 40%; } .mt-grid-offset-15-6 { margin-left: 40%; } .mt-grid-15-7 { width: 46.66667%; } .mt-grid-offset-15-7 { margin-left: 46.66667%; } .mt-grid-15-8 { width: 53.33333%; } .mt-grid-offset-15-8 { margin-left: 53.33333%; } .mt-grid-15-9 { width: 60%; } .mt-grid-offset-15-9 { margin-left: 60%; } .mt-grid-15-10 { width: 66.66667%; } .mt-grid-offset-15-10 { margin-left: 66.66667%; } .mt-grid-15-11 { width: 73.33333%; } .mt-grid-offset-15-11 { margin-left: 73.33333%; } .mt-grid-15-12 { width: 80%; } .mt-grid-offset-15-12 { margin-left: 80%; } .mt-grid-15-13 { width: 86.66667%; } .mt-grid-offset-15-13 { margin-left: 86.66667%; } .mt-grid-15-14 { width: 93.33333%; } .mt-grid-offset-15-14 { margin-left: 93.33333%; } .mt-grid-15-15 { width: 100%; } .mt-grid-offset-15-15 { margin-left: 100%; } .mt-grid-16-1 { width: 6.25%; } .mt-grid-offset-16-1 { margin-left: 6.25%; } .mt-grid-16-2 { width: 12.5%; } .mt-grid-offset-16-2 { margin-left: 12.5%; } .mt-grid-16-3 { width: 18.75%; } .mt-grid-offset-16-3 { margin-left: 18.75%; } .mt-grid-16-4 { width: 25%; } .mt-grid-offset-16-4 { margin-left: 25%; } .mt-grid-16-5 { width: 31.25%; } .mt-grid-offset-16-5 { margin-left: 31.25%; } .mt-grid-16-6 { width: 37.5%; } .mt-grid-offset-16-6 { margin-left: 37.5%; } .mt-grid-16-7 { width: 43.75%; } .mt-grid-offset-16-7 { margin-left: 43.75%; } .mt-grid-16-8 { width: 50%; } .mt-grid-offset-16-8 { margin-left: 50%; } .mt-grid-16-9 { width: 56.25%; } .mt-grid-offset-16-9 { margin-left: 56.25%; } .mt-grid-16-10 { width: 62.5%; } .mt-grid-offset-16-10 { margin-left: 62.5%; } .mt-grid-16-11 { width: 68.75%; } .mt-grid-offset-16-11 { margin-left: 68.75%; } .mt-grid-16-12 { width: 75%; } .mt-grid-offset-16-12 { margin-left: 75%; } .mt-grid-16-13 { width: 81.25%; } .mt-grid-offset-16-13 { margin-left: 81.25%; } .mt-grid-16-14 { width: 87.5%; } .mt-grid-offset-16-14 { margin-left: 87.5%; } .mt-grid-16-15 { width: 93.75%; } .mt-grid-offset-16-15 { margin-left: 93.75%; } .mt-grid-16-16 { width: 100%; } .mt-grid-offset-16-16 { margin-left: 100%; } @media (min-width: 0) and (max-width: 640px) { .mt-grid-sm-1-1 { width: 100%; } .mt-grid-sm-offset-1-1 { margin-left: 100%; } .mt-grid-sm-2-1 { width: 50%; } .mt-grid-sm-offset-2-1 { margin-left: 50%; } .mt-grid-sm-2-2 { width: 100%; } .mt-grid-sm-offset-2-2 { margin-left: 100%; } .mt-grid-sm-3-1 { width: 33.33333%; } .mt-grid-sm-offset-3-1 { margin-left: 33.33333%; } .mt-grid-sm-3-2 { width: 66.66667%; } .mt-grid-sm-offset-3-2 { margin-left: 66.66667%; } .mt-grid-sm-3-3 { width: 100%; } .mt-grid-sm-offset-3-3 { margin-left: 100%; } .mt-grid-sm-4-1 { width: 25%; } .mt-grid-sm-offset-4-1 { margin-left: 25%; } .mt-grid-sm-4-2 { width: 50%; } .mt-grid-sm-offset-4-2 { margin-left: 50%; } .mt-grid-sm-4-3 { width: 75%; } .mt-grid-sm-offset-4-3 { margin-left: 75%; } .mt-grid-sm-4-4 { width: 100%; } .mt-grid-sm-offset-4-4 { margin-left: 100%; } .mt-grid-sm-5-1 { width: 20%; } .mt-grid-sm-offset-5-1 { margin-left: 20%; } .mt-grid-sm-5-2 { width: 40%; } .mt-grid-sm-offset-5-2 { margin-left: 40%; } .mt-grid-sm-5-3 { width: 60%; } .mt-grid-sm-offset-5-3 { margin-left: 60%; } .mt-grid-sm-5-4 { width: 80%; } .mt-grid-sm-offset-5-4 { margin-left: 80%; } .mt-grid-sm-5-5 { width: 100%; } .mt-grid-sm-offset-5-5 { margin-left: 100%; } .mt-grid-sm-6-1 { width: 16.66667%; } .mt-grid-sm-offset-6-1 { margin-left: 16.66667%; } .mt-grid-sm-6-2 { width: 33.33333%; } .mt-grid-sm-offset-6-2 { margin-left: 33.33333%; } .mt-grid-sm-6-3 { width: 50%; } .mt-grid-sm-offset-6-3 { margin-left: 50%; } .mt-grid-sm-6-4 { width: 66.66667%; } .mt-grid-sm-offset-6-4 { margin-left: 66.66667%; } .mt-grid-sm-6-5 { width: 83.33333%; } .mt-grid-sm-offset-6-5 { margin-left: 83.33333%; } .mt-grid-sm-6-6 { width: 100%; } .mt-grid-sm-offset-6-6 { margin-left: 100%; } .mt-grid-sm-7-1 { width: 14.28571%; } .mt-grid-sm-offset-7-1 { margin-left: 14.28571%; } .mt-grid-sm-7-2 { width: 28.57143%; } .mt-grid-sm-offset-7-2 { margin-left: 28.57143%; } .mt-grid-sm-7-3 { width: 42.85714%; } .mt-grid-sm-offset-7-3 { margin-left: 42.85714%; } .mt-grid-sm-7-4 { width: 57.14286%; } .mt-grid-sm-offset-7-4 { margin-left: 57.14286%; } .mt-grid-sm-7-5 { width: 71.42857%; } .mt-grid-sm-offset-7-5 { margin-left: 71.42857%; } .mt-grid-sm-7-6 { width: 85.71429%; } .mt-grid-sm-offset-7-6 { margin-left: 85.71429%; } .mt-grid-sm-7-7 { width: 100%; } .mt-grid-sm-offset-7-7 { margin-left: 100%; } .mt-grid-sm-8-1 { width: 12.5%; } .mt-grid-sm-offset-8-1 { margin-left: 12.5%; } .mt-grid-sm-8-2 { width: 25%; } .mt-grid-sm-offset-8-2 { margin-left: 25%; } .mt-grid-sm-8-3 { width: 37.5%; } .mt-grid-sm-offset-8-3 { margin-left: 37.5%; } .mt-grid-sm-8-4 { width: 50%; } .mt-grid-sm-offset-8-4 { margin-left: 50%; } .mt-grid-sm-8-5 { width: 62.5%; } .mt-grid-sm-offset-8-5 { margin-left: 62.5%; } .mt-grid-sm-8-6 { width: 75%; } .mt-grid-sm-offset-8-6 { margin-left: 75%; } .mt-grid-sm-8-7 { width: 87.5%; } .mt-grid-sm-offset-8-7 { margin-left: 87.5%; } .mt-grid-sm-8-8 { width: 100%; } .mt-grid-sm-offset-8-8 { margin-left: 100%; } .mt-grid-sm-9-1 { width: 11.11111%; } .mt-grid-sm-offset-9-1 { margin-left: 11.11111%; } .mt-grid-sm-9-2 { width: 22.22222%; } .mt-grid-sm-offset-9-2 { margin-left: 22.22222%; } .mt-grid-sm-9-3 { width: 33.33333%; } .mt-grid-sm-offset-9-3 { margin-left: 33.33333%; } .mt-grid-sm-9-4 { width: 44.44444%; } .mt-grid-sm-offset-9-4 { margin-left: 44.44444%; } .mt-grid-sm-9-5 { width: 55.55556%; } .mt-grid-sm-offset-9-5 { margin-left: 55.55556%; } .mt-grid-sm-9-6 { width: 66.66667%; } .mt-grid-sm-offset-9-6 { margin-left: 66.66667%; } .mt-grid-sm-9-7 { width: 77.77778%; } .mt-grid-sm-offset-9-7 { margin-left: 77.77778%; } .mt-grid-sm-9-8 { width: 88.88889%; } .mt-grid-sm-offset-9-8 { margin-left: 88.88889%; } .mt-grid-sm-9-9 { width: 100%; } .mt-grid-sm-offset-9-9 { margin-left: 100%; } .mt-grid-sm-10-1 { width: 10%; } .mt-grid-sm-offset-10-1 { margin-left: 10%; } .mt-grid-sm-10-2 { width: 20%; } .mt-grid-sm-offset-10-2 { margin-left: 20%; } .mt-grid-sm-10-3 { width: 30%; } .mt-grid-sm-offset-10-3 { margin-left: 30%; } .mt-grid-sm-10-4 { width: 40%; } .mt-grid-sm-offset-10-4 { margin-left: 40%; } .mt-grid-sm-10-5 { width: 50%; } .mt-grid-sm-offset-10-5 { margin-left: 50%; } .mt-grid-sm-10-6 { width: 60%; } .mt-grid-sm-offset-10-6 { margin-left: 60%; } .mt-grid-sm-10-7 { width: 70%; } .mt-grid-sm-offset-10-7 { margin-left: 70%; } .mt-grid-sm-10-8 { width: 80%; } .mt-grid-sm-offset-10-8 { margin-left: 80%; } .mt-grid-sm-10-9 { width: 90%; } .mt-grid-sm-offset-10-9 { margin-left: 90%; } .mt-grid-sm-10-10 { width: 100%; } .mt-grid-sm-offset-10-10 { margin-left: 100%; } .mt-grid-sm-11-1 { width: 9.09091%; } .mt-grid-sm-offset-11-1 { margin-left: 9.09091%; } .mt-grid-sm-11-2 { width: 18.18182%; } .mt-grid-sm-offset-11-2 { margin-left: 18.18182%; } .mt-grid-sm-11-3 { width: 27.27273%; } .mt-grid-sm-offset-11-3 { margin-left: 27.27273%; } .mt-grid-sm-11-4 { width: 36.36364%; } .mt-grid-sm-offset-11-4 { margin-left: 36.36364%; } .mt-grid-sm-11-5 { width: 45.45455%; } .mt-grid-sm-offset-11-5 { margin-left: 45.45455%; } .mt-grid-sm-11-6 { width: 54.54545%; } .mt-grid-sm-offset-11-6 { margin-left: 54.54545%; } .mt-grid-sm-11-7 { width: 63.63636%; } .mt-grid-sm-offset-11-7 { margin-left: 63.63636%; } .mt-grid-sm-11-8 { width: 72.72727%; } .mt-grid-sm-offset-11-8 { margin-left: 72.72727%; } .mt-grid-sm-11-9 { width: 81.81818%; } .mt-grid-sm-offset-11-9 { margin-left: 81.81818%; } .mt-grid-sm-11-10 { width: 90.90909%; } .mt-grid-sm-offset-11-10 { margin-left: 90.90909%; } .mt-grid-sm-11-11 { width: 100%; } .mt-grid-sm-offset-11-11 { margin-left: 100%; } .mt-grid-sm-12-1 { width: 8.33333%; } .mt-grid-sm-offset-12-1 { margin-left: 8.33333%; } .mt-grid-sm-12-2 { width: 16.66667%; } .mt-grid-sm-offset-12-2 { margin-left: 16.66667%; } .mt-grid-sm-12-3 { width: 25%; } .mt-grid-sm-offset-12-3 { margin-left: 25%; } .mt-grid-sm-12-4 { width: 33.33333%; } .mt-grid-sm-offset-12-4 { margin-left: 33.33333%; } .mt-grid-sm-12-5 { width: 41.66667%; } .mt-grid-sm-offset-12-5 { margin-left: 41.66667%; } .mt-grid-sm-12-6 { width: 50%; } .mt-grid-sm-offset-12-6 { margin-left: 50%; } .mt-grid-sm-12-7 { width: 58.33333%; } .mt-grid-sm-offset-12-7 { margin-left: 58.33333%; } .mt-grid-sm-12-8 { width: 66.66667%; } .mt-grid-sm-offset-12-8 { margin-left: 66.66667%; } .mt-grid-sm-12-9 { width: 75%; } .mt-grid-sm-offset-12-9 { margin-left: 75%; } .mt-grid-sm-12-10 { width: 83.33333%; } .mt-grid-sm-offset-12-10 { margin-left: 83.33333%; } .mt-grid-sm-12-11 { width: 91.66667%; } .mt-grid-sm-offset-12-11 { margin-left: 91.66667%; } .mt-grid-sm-12-12 { width: 100%; } .mt-grid-sm-offset-12-12 { margin-left: 100%; } .mt-grid-sm-13-1 { width: 7.69231%; } .mt-grid-sm-offset-13-1 { margin-left: 7.69231%; } .mt-grid-sm-13-2 { width: 15.38462%; } .mt-grid-sm-offset-13-2 { margin-left: 15.38462%; } .mt-grid-sm-13-3 { width: 23.07692%; } .mt-grid-sm-offset-13-3 { margin-left: 23.07692%; } .mt-grid-sm-13-4 { width: 30.76923%; } .mt-grid-sm-offset-13-4 { margin-left: 30.76923%; } .mt-grid-sm-13-5 { width: 38.46154%; } .mt-grid-sm-offset-13-5 { margin-left: 38.46154%; } .mt-grid-sm-13-6 { width: 46.15385%; } .mt-grid-sm-offset-13-6 { margin-left: 46.15385%; } .mt-grid-sm-13-7 { width: 53.84615%; } .mt-grid-sm-offset-13-7 { margin-left: 53.84615%; } .mt-grid-sm-13-8 { width: 61.53846%; } .mt-grid-sm-offset-13-8 { margin-left: 61.53846%; } .mt-grid-sm-13-9 { width: 69.23077%; } .mt-grid-sm-offset-13-9 { margin-left: 69.23077%; } .mt-grid-sm-13-10 { width: 76.92308%; } .mt-grid-sm-offset-13-10 { margin-left: 76.92308%; } .mt-grid-sm-13-11 { width: 84.61538%; } .mt-grid-sm-offset-13-11 { margin-left: 84.61538%; } .mt-grid-sm-13-12 { width: 92.30769%; } .mt-grid-sm-offset-13-12 { margin-left: 92.30769%; } .mt-grid-sm-13-13 { width: 100%; } .mt-grid-sm-offset-13-13 { margin-left: 100%; } .mt-grid-sm-14-1 { width: 7.14286%; } .mt-grid-sm-offset-14-1 { margin-left: 7.14286%; } .mt-grid-sm-14-2 { width: 14.28571%; } .mt-grid-sm-offset-14-2 { margin-left: 14.28571%; } .mt-grid-sm-14-3 { width: 21.42857%; } .mt-grid-sm-offset-14-3 { margin-left: 21.42857%; } .mt-grid-sm-14-4 { width: 28.57143%; } .mt-grid-sm-offset-14-4 { margin-left: 28.57143%; } .mt-grid-sm-14-5 { width: 35.71429%; } .mt-grid-sm-offset-14-5 { margin-left: 35.71429%; } .mt-grid-sm-14-6 { width: 42.85714%; } .mt-grid-sm-offset-14-6 { margin-left: 42.85714%; } .mt-grid-sm-14-7 { width: 50%; } .mt-grid-sm-offset-14-7 { margin-left: 50%; } .mt-grid-sm-14-8 { width: 57.14286%; } .mt-grid-sm-offset-14-8 { margin-left: 57.14286%; } .mt-grid-sm-14-9 { width: 64.28571%; } .mt-grid-sm-offset-14-9 { margin-left: 64.28571%; } .mt-grid-sm-14-10 { width: 71.42857%; } .mt-grid-sm-offset-14-10 { margin-left: 71.42857%; } .mt-grid-sm-14-11 { width: 78.57143%; } .mt-grid-sm-offset-14-11 { margin-left: 78.57143%; } .mt-grid-sm-14-12 { width: 85.71429%; } .mt-grid-sm-offset-14-12 { margin-left: 85.71429%; } .mt-grid-sm-14-13 { width: 92.85714%; } .mt-grid-sm-offset-14-13 { margin-left: 92.85714%; } .mt-grid-sm-14-14 { width: 100%; } .mt-grid-sm-offset-14-14 { margin-left: 100%; } .mt-grid-sm-15-1 { width: 6.66667%; } .mt-grid-sm-offset-15-1 { margin-left: 6.66667%; } .mt-grid-sm-15-2 { width: 13.33333%; } .mt-grid-sm-offset-15-2 { margin-left: 13.33333%; } .mt-grid-sm-15-3 { width: 20%; } .mt-grid-sm-offset-15-3 { margin-left: 20%; } .mt-grid-sm-15-4 { width: 26.66667%; } .mt-grid-sm-offset-15-4 { margin-left: 26.66667%; } .mt-grid-sm-15-5 { width: 33.33333%; } .mt-grid-sm-offset-15-5 { margin-left: 33.33333%; } .mt-grid-sm-15-6 { width: 40%; } .mt-grid-sm-offset-15-6 { margin-left: 40%; } .mt-grid-sm-15-7 { width: 46.66667%; } .mt-grid-sm-offset-15-7 { margin-left: 46.66667%; } .mt-grid-sm-15-8 { width: 53.33333%; } .mt-grid-sm-offset-15-8 { margin-left: 53.33333%; } .mt-grid-sm-15-9 { width: 60%; } .mt-grid-sm-offset-15-9 { margin-left: 60%; } .mt-grid-sm-15-10 { width: 66.66667%; } .mt-grid-sm-offset-15-10 { margin-left: 66.66667%; } .mt-grid-sm-15-11 { width: 73.33333%; } .mt-grid-sm-offset-15-11 { margin-left: 73.33333%; } .mt-grid-sm-15-12 { width: 80%; } .mt-grid-sm-offset-15-12 { margin-left: 80%; } .mt-grid-sm-15-13 { width: 86.66667%; } .mt-grid-sm-offset-15-13 { margin-left: 86.66667%; } .mt-grid-sm-15-14 { width: 93.33333%; } .mt-grid-sm-offset-15-14 { margin-left: 93.33333%; } .mt-grid-sm-15-15 { width: 100%; } .mt-grid-sm-offset-15-15 { margin-left: 100%; } .mt-grid-sm-16-1 { width: 6.25%; } .mt-grid-sm-offset-16-1 { margin-left: 6.25%; } .mt-grid-sm-16-2 { width: 12.5%; } .mt-grid-sm-offset-16-2 { margin-left: 12.5%; } .mt-grid-sm-16-3 { width: 18.75%; } .mt-grid-sm-offset-16-3 { margin-left: 18.75%; } .mt-grid-sm-16-4 { width: 25%; } .mt-grid-sm-offset-16-4 { margin-left: 25%; } .mt-grid-sm-16-5 { width: 31.25%; } .mt-grid-sm-offset-16-5 { margin-left: 31.25%; } .mt-grid-sm-16-6 { width: 37.5%; } .mt-grid-sm-offset-16-6 { margin-left: 37.5%; } .mt-grid-sm-16-7 { width: 43.75%; } .mt-grid-sm-offset-16-7 { margin-left: 43.75%; } .mt-grid-sm-16-8 { width: 50%; } .mt-grid-sm-offset-16-8 { margin-left: 50%; } .mt-grid-sm-16-9 { width: 56.25%; } .mt-grid-sm-offset-16-9 { margin-left: 56.25%; } .mt-grid-sm-16-10 { width: 62.5%; } .mt-grid-sm-offset-16-10 { margin-left: 62.5%; } .mt-grid-sm-16-11 { width: 68.75%; } .mt-grid-sm-offset-16-11 { margin-left: 68.75%; } .mt-grid-sm-16-12 { width: 75%; } .mt-grid-sm-offset-16-12 { margin-left: 75%; } .mt-grid-sm-16-13 { width: 81.25%; } .mt-grid-sm-offset-16-13 { margin-left: 81.25%; } .mt-grid-sm-16-14 { width: 87.5%; } .mt-grid-sm-offset-16-14 { margin-left: 87.5%; } .mt-grid-sm-16-15 { width: 93.75%; } .mt-grid-sm-offset-16-15 { margin-left: 93.75%; } .mt-grid-sm-16-16 { width: 100%; } .mt-grid-sm-offset-16-16 { margin-left: 100%; } } @media (min-width: 641px) and (max-width: 1024px) { .mt-grid-md-1-1 { width: 100%; } .mt-grid-md-offset-1-1 { margin-left: 100%; } .mt-grid-md-2-1 { width: 50%; } .mt-grid-md-offset-2-1 { margin-left: 50%; } .mt-grid-md-2-2 { width: 100%; } .mt-grid-md-offset-2-2 { margin-left: 100%; } .mt-grid-md-3-1 { width: 33.33333%; } .mt-grid-md-offset-3-1 { margin-left: 33.33333%; } .mt-grid-md-3-2 { width: 66.66667%; } .mt-grid-md-offset-3-2 { margin-left: 66.66667%; } .mt-grid-md-3-3 { width: 100%; } .mt-grid-md-offset-3-3 { margin-left: 100%; } .mt-grid-md-4-1 { width: 25%; } .mt-grid-md-offset-4-1 { margin-left: 25%; } .mt-grid-md-4-2 { width: 50%; } .mt-grid-md-offset-4-2 { margin-left: 50%; } .mt-grid-md-4-3 { width: 75%; } .mt-grid-md-offset-4-3 { margin-left: 75%; } .mt-grid-md-4-4 { width: 100%; } .mt-grid-md-offset-4-4 { margin-left: 100%; } .mt-grid-md-5-1 { width: 20%; } .mt-grid-md-offset-5-1 { margin-left: 20%; } .mt-grid-md-5-2 { width: 40%; } .mt-grid-md-offset-5-2 { margin-left: 40%; } .mt-grid-md-5-3 { width: 60%; } .mt-grid-md-offset-5-3 { margin-left: 60%; } .mt-grid-md-5-4 { width: 80%; } .mt-grid-md-offset-5-4 { margin-left: 80%; } .mt-grid-md-5-5 { width: 100%; } .mt-grid-md-offset-5-5 { margin-left: 100%; } .mt-grid-md-6-1 { width: 16.66667%; } .mt-grid-md-offset-6-1 { margin-left: 16.66667%; } .mt-grid-md-6-2 { width: 33.33333%; } .mt-grid-md-offset-6-2 { margin-left: 33.33333%; } .mt-grid-md-6-3 { width: 50%; } .mt-grid-md-offset-6-3 { margin-left: 50%; } .mt-grid-md-6-4 { width: 66.66667%; } .mt-grid-md-offset-6-4 { margin-left: 66.66667%; } .mt-grid-md-6-5 { width: 83.33333%; } .mt-grid-md-offset-6-5 { margin-left: 83.33333%; } .mt-grid-md-6-6 { width: 100%; } .mt-grid-md-offset-6-6 { margin-left: 100%; } .mt-grid-md-7-1 { width: 14.28571%; } .mt-grid-md-offset-7-1 { margin-left: 14.28571%; } .mt-grid-md-7-2 { width: 28.57143%; } .mt-grid-md-offset-7-2 { margin-left: 28.57143%; } .mt-grid-md-7-3 { width: 42.85714%; } .mt-grid-md-offset-7-3 { margin-left: 42.85714%; } .mt-grid-md-7-4 { width: 57.14286%; } .mt-grid-md-offset-7-4 { margin-left: 57.14286%; } .mt-grid-md-7-5 { width: 71.42857%; } .mt-grid-md-offset-7-5 { margin-left: 71.42857%; } .mt-grid-md-7-6 { width: 85.71429%; } .mt-grid-md-offset-7-6 { margin-left: 85.71429%; } .mt-grid-md-7-7 { width: 100%; } .mt-grid-md-offset-7-7 { margin-left: 100%; } .mt-grid-md-8-1 { width: 12.5%; } .mt-grid-md-offset-8-1 { margin-left: 12.5%; } .mt-grid-md-8-2 { width: 25%; } .mt-grid-md-offset-8-2 { margin-left: 25%; } .mt-grid-md-8-3 { width: 37.5%; } .mt-grid-md-offset-8-3 { margin-left: 37.5%; } .mt-grid-md-8-4 { width: 50%; } .mt-grid-md-offset-8-4 { margin-left: 50%; } .mt-grid-md-8-5 { width: 62.5%; } .mt-grid-md-offset-8-5 { margin-left: 62.5%; } .mt-grid-md-8-6 { width: 75%; } .mt-grid-md-offset-8-6 { margin-left: 75%; } .mt-grid-md-8-7 { width: 87.5%; } .mt-grid-md-offset-8-7 { margin-left: 87.5%; } .mt-grid-md-8-8 { width: 100%; } .mt-grid-md-offset-8-8 { margin-left: 100%; } .mt-grid-md-9-1 { width: 11.11111%; } .mt-grid-md-offset-9-1 { margin-left: 11.11111%; } .mt-grid-md-9-2 { width: 22.22222%; } .mt-grid-md-offset-9-2 { margin-left: 22.22222%; } .mt-grid-md-9-3 { width: 33.33333%; } .mt-grid-md-offset-9-3 { margin-left: 33.33333%; } .mt-grid-md-9-4 { width: 44.44444%; } .mt-grid-md-offset-9-4 { margin-left: 44.44444%; } .mt-grid-md-9-5 { width: 55.55556%; } .mt-grid-md-offset-9-5 { margin-left: 55.55556%; } .mt-grid-md-9-6 { width: 66.66667%; } .mt-grid-md-offset-9-6 { margin-left: 66.66667%; } .mt-grid-md-9-7 { width: 77.77778%; } .mt-grid-md-offset-9-7 { margin-left: 77.77778%; } .mt-grid-md-9-8 { width: 88.88889%; } .mt-grid-md-offset-9-8 { margin-left: 88.88889%; } .mt-grid-md-9-9 { width: 100%; } .mt-grid-md-offset-9-9 { margin-left: 100%; } .mt-grid-md-10-1 { width: 10%; } .mt-grid-md-offset-10-1 { margin-left: 10%; } .mt-grid-md-10-2 { width: 20%; } .mt-grid-md-offset-10-2 { margin-left: 20%; } .mt-grid-md-10-3 { width: 30%; } .mt-grid-md-offset-10-3 { margin-left: 30%; } .mt-grid-md-10-4 { width: 40%; } .mt-grid-md-offset-10-4 { margin-left: 40%; } .mt-grid-md-10-5 { width: 50%; } .mt-grid-md-offset-10-5 { margin-left: 50%; } .mt-grid-md-10-6 { width: 60%; } .mt-grid-md-offset-10-6 { margin-left: 60%; } .mt-grid-md-10-7 { width: 70%; } .mt-grid-md-offset-10-7 { margin-left: 70%; } .mt-grid-md-10-8 { width: 80%; } .mt-grid-md-offset-10-8 { margin-left: 80%; } .mt-grid-md-10-9 { width: 90%; } .mt-grid-md-offset-10-9 { margin-left: 90%; } .mt-grid-md-10-10 { width: 100%; } .mt-grid-md-offset-10-10 { margin-left: 100%; } .mt-grid-md-11-1 { width: 9.09091%; } .mt-grid-md-offset-11-1 { margin-left: 9.09091%; } .mt-grid-md-11-2 { width: 18.18182%; } .mt-grid-md-offset-11-2 { margin-left: 18.18182%; } .mt-grid-md-11-3 { width: 27.27273%; } .mt-grid-md-offset-11-3 { margin-left: 27.27273%; } .mt-grid-md-11-4 { width: 36.36364%; } .mt-grid-md-offset-11-4 { margin-left: 36.36364%; } .mt-grid-md-11-5 { width: 45.45455%; } .mt-grid-md-offset-11-5 { margin-left: 45.45455%; } .mt-grid-md-11-6 { width: 54.54545%; } .mt-grid-md-offset-11-6 { margin-left: 54.54545%; } .mt-grid-md-11-7 { width: 63.63636%; } .mt-grid-md-offset-11-7 { margin-left: 63.63636%; } .mt-grid-md-11-8 { width: 72.72727%; } .mt-grid-md-offset-11-8 { margin-left: 72.72727%; } .mt-grid-md-11-9 { width: 81.81818%; } .mt-grid-md-offset-11-9 { margin-left: 81.81818%; } .mt-grid-md-11-10 { width: 90.90909%; } .mt-grid-md-offset-11-10 { margin-left: 90.90909%; } .mt-grid-md-11-11 { width: 100%; } .mt-grid-md-offset-11-11 { margin-left: 100%; } .mt-grid-md-12-1 { width: 8.33333%; } .mt-grid-md-offset-12-1 { margin-left: 8.33333%; } .mt-grid-md-12-2 { width: 16.66667%; } .mt-grid-md-offset-12-2 { margin-left: 16.66667%; } .mt-grid-md-12-3 { width: 25%; } .mt-grid-md-offset-12-3 { margin-left: 25%; } .mt-grid-md-12-4 { width: 33.33333%; } .mt-grid-md-offset-12-4 { margin-left: 33.33333%; } .mt-grid-md-12-5 { width: 41.66667%; } .mt-grid-md-offset-12-5 { margin-left: 41.66667%; } .mt-grid-md-12-6 { width: 50%; } .mt-grid-md-offset-12-6 { margin-left: 50%; } .mt-grid-md-12-7 { width: 58.33333%; } .mt-grid-md-offset-12-7 { margin-left: 58.33333%; } .mt-grid-md-12-8 { width: 66.66667%; } .mt-grid-md-offset-12-8 { margin-left: 66.66667%; } .mt-grid-md-12-9 { width: 75%; } .mt-grid-md-offset-12-9 { margin-left: 75%; } .mt-grid-md-12-10 { width: 83.33333%; } .mt-grid-md-offset-12-10 { margin-left: 83.33333%; } .mt-grid-md-12-11 { width: 91.66667%; } .mt-grid-md-offset-12-11 { margin-left: 91.66667%; } .mt-grid-md-12-12 { width: 100%; } .mt-grid-md-offset-12-12 { margin-left: 100%; } .mt-grid-md-13-1 { width: 7.69231%; } .mt-grid-md-offset-13-1 { margin-left: 7.69231%; } .mt-grid-md-13-2 { width: 15.38462%; } .mt-grid-md-offset-13-2 { margin-left: 15.38462%; } .mt-grid-md-13-3 { width: 23.07692%; } .mt-grid-md-offset-13-3 { margin-left: 23.07692%; } .mt-grid-md-13-4 { width: 30.76923%; } .mt-grid-md-offset-13-4 { margin-left: 30.76923%; } .mt-grid-md-13-5 { width: 38.46154%; } .mt-grid-md-offset-13-5 { margin-left: 38.46154%; } .mt-grid-md-13-6 { width: 46.15385%; } .mt-grid-md-offset-13-6 { margin-left: 46.15385%; } .mt-grid-md-13-7 { width: 53.84615%; } .mt-grid-md-offset-13-7 { margin-left: 53.84615%; } .mt-grid-md-13-8 { width: 61.53846%; } .mt-grid-md-offset-13-8 { margin-left: 61.53846%; } .mt-grid-md-13-9 { width: 69.23077%; } .mt-grid-md-offset-13-9 { margin-left: 69.23077%; } .mt-grid-md-13-10 { width: 76.92308%; } .mt-grid-md-offset-13-10 { margin-left: 76.92308%; } .mt-grid-md-13-11 { width: 84.61538%; } .mt-grid-md-offset-13-11 { margin-left: 84.61538%; } .mt-grid-md-13-12 { width: 92.30769%; } .mt-grid-md-offset-13-12 { margin-left: 92.30769%; } .mt-grid-md-13-13 { width: 100%; } .mt-grid-md-offset-13-13 { margin-left: 100%; } .mt-grid-md-14-1 { width: 7.14286%; } .mt-grid-md-offset-14-1 { margin-left: 7.14286%; } .mt-grid-md-14-2 { width: 14.28571%; } .mt-grid-md-offset-14-2 { margin-left: 14.28571%; } .mt-grid-md-14-3 { width: 21.42857%; } .mt-grid-md-offset-14-3 { margin-left: 21.42857%; } .mt-grid-md-14-4 { width: 28.57143%; } .mt-grid-md-offset-14-4 { margin-left: 28.57143%; } .mt-grid-md-14-5 { width: 35.71429%; } .mt-grid-md-offset-14-5 { margin-left: 35.71429%; } .mt-grid-md-14-6 { width: 42.85714%; } .mt-grid-md-offset-14-6 { margin-left: 42.85714%; } .mt-grid-md-14-7 { width: 50%; } .mt-grid-md-offset-14-7 { margin-left: 50%; } .mt-grid-md-14-8 { width: 57.14286%; } .mt-grid-md-offset-14-8 { margin-left: 57.14286%; } .mt-grid-md-14-9 { width: 64.28571%; } .mt-grid-md-offset-14-9 { margin-left: 64.28571%; } .mt-grid-md-14-10 { width: 71.42857%; } .mt-grid-md-offset-14-10 { margin-left: 71.42857%; } .mt-grid-md-14-11 { width: 78.57143%; } .mt-grid-md-offset-14-11 { margin-left: 78.57143%; } .mt-grid-md-14-12 { width: 85.71429%; } .mt-grid-md-offset-14-12 { margin-left: 85.71429%; } .mt-grid-md-14-13 { width: 92.85714%; } .mt-grid-md-offset-14-13 { margin-left: 92.85714%; } .mt-grid-md-14-14 { width: 100%; } .mt-grid-md-offset-14-14 { margin-left: 100%; } .mt-grid-md-15-1 { width: 6.66667%; } .mt-grid-md-offset-15-1 { margin-left: 6.66667%; } .mt-grid-md-15-2 { width: 13.33333%; } .mt-grid-md-offset-15-2 { margin-left: 13.33333%; } .mt-grid-md-15-3 { width: 20%; } .mt-grid-md-offset-15-3 { margin-left: 20%; } .mt-grid-md-15-4 { width: 26.66667%; } .mt-grid-md-offset-15-4 { margin-left: 26.66667%; } .mt-grid-md-15-5 { width: 33.33333%; } .mt-grid-md-offset-15-5 { margin-left: 33.33333%; } .mt-grid-md-15-6 { width: 40%; } .mt-grid-md-offset-15-6 { margin-left: 40%; } .mt-grid-md-15-7 { width: 46.66667%; } .mt-grid-md-offset-15-7 { margin-left: 46.66667%; } .mt-grid-md-15-8 { width: 53.33333%; } .mt-grid-md-offset-15-8 { margin-left: 53.33333%; } .mt-grid-md-15-9 { width: 60%; } .mt-grid-md-offset-15-9 { margin-left: 60%; } .mt-grid-md-15-10 { width: 66.66667%; } .mt-grid-md-offset-15-10 { margin-left: 66.66667%; } .mt-grid-md-15-11 { width: 73.33333%; } .mt-grid-md-offset-15-11 { margin-left: 73.33333%; } .mt-grid-md-15-12 { width: 80%; } .mt-grid-md-offset-15-12 { margin-left: 80%; } .mt-grid-md-15-13 { width: 86.66667%; } .mt-grid-md-offset-15-13 { margin-left: 86.66667%; } .mt-grid-md-15-14 { width: 93.33333%; } .mt-grid-md-offset-15-14 { margin-left: 93.33333%; } .mt-grid-md-15-15 { width: 100%; } .mt-grid-md-offset-15-15 { margin-left: 100%; } .mt-grid-md-16-1 { width: 6.25%; } .mt-grid-md-offset-16-1 { margin-left: 6.25%; } .mt-grid-md-16-2 { width: 12.5%; } .mt-grid-md-offset-16-2 { margin-left: 12.5%; } .mt-grid-md-16-3 { width: 18.75%; } .mt-grid-md-offset-16-3 { margin-left: 18.75%; } .mt-grid-md-16-4 { width: 25%; } .mt-grid-md-offset-16-4 { margin-left: 25%; } .mt-grid-md-16-5 { width: 31.25%; } .mt-grid-md-offset-16-5 { margin-left: 31.25%; } .mt-grid-md-16-6 { width: 37.5%; } .mt-grid-md-offset-16-6 { margin-left: 37.5%; } .mt-grid-md-16-7 { width: 43.75%; } .mt-grid-md-offset-16-7 { margin-left: 43.75%; } .mt-grid-md-16-8 { width: 50%; } .mt-grid-md-offset-16-8 { margin-left: 50%; } .mt-grid-md-16-9 { width: 56.25%; } .mt-grid-md-offset-16-9 { margin-left: 56.25%; } .mt-grid-md-16-10 { width: 62.5%; } .mt-grid-md-offset-16-10 { margin-left: 62.5%; } .mt-grid-md-16-11 { width: 68.75%; } .mt-grid-md-offset-16-11 { margin-left: 68.75%; } .mt-grid-md-16-12 { width: 75%; } .mt-grid-md-offset-16-12 { margin-left: 75%; } .mt-grid-md-16-13 { width: 81.25%; } .mt-grid-md-offset-16-13 { margin-left: 81.25%; } .mt-grid-md-16-14 { width: 87.5%; } .mt-grid-md-offset-16-14 { margin-left: 87.5%; } .mt-grid-md-16-15 { width: 93.75%; } .mt-grid-md-offset-16-15 { margin-left: 93.75%; } .mt-grid-md-16-16 { width: 100%; } .mt-grid-md-offset-16-16 { margin-left: 100%; } } @media (min-width: 1025px) { .mt-grid-lg-1-1 { width: 100%; } .mt-grid-lg-offset-1-1 { margin-left: 100%; } .mt-grid-lg-2-1 { width: 50%; } .mt-grid-lg-offset-2-1 { margin-left: 50%; } .mt-grid-lg-2-2 { width: 100%; } .mt-grid-lg-offset-2-2 { margin-left: 100%; } .mt-grid-lg-3-1 { width: 33.33333%; } .mt-grid-lg-offset-3-1 { margin-left: 33.33333%; } .mt-grid-lg-3-2 { width: 66.66667%; } .mt-grid-lg-offset-3-2 { margin-left: 66.66667%; } .mt-grid-lg-3-3 { width: 100%; } .mt-grid-lg-offset-3-3 { margin-left: 100%; } .mt-grid-lg-4-1 { width: 25%; } .mt-grid-lg-offset-4-1 { margin-left: 25%; } .mt-grid-lg-4-2 { width: 50%; } .mt-grid-lg-offset-4-2 { margin-left: 50%; } .mt-grid-lg-4-3 { width: 75%; } .mt-grid-lg-offset-4-3 { margin-left: 75%; } .mt-grid-lg-4-4 { width: 100%; } .mt-grid-lg-offset-4-4 { margin-left: 100%; } .mt-grid-lg-5-1 { width: 20%; } .mt-grid-lg-offset-5-1 { margin-left: 20%; } .mt-grid-lg-5-2 { width: 40%; } .mt-grid-lg-offset-5-2 { margin-left: 40%; } .mt-grid-lg-5-3 { width: 60%; } .mt-grid-lg-offset-5-3 { margin-left: 60%; } .mt-grid-lg-5-4 { width: 80%; } .mt-grid-lg-offset-5-4 { margin-left: 80%; } .mt-grid-lg-5-5 { width: 100%; } .mt-grid-lg-offset-5-5 { margin-left: 100%; } .mt-grid-lg-6-1 { width: 16.66667%; } .mt-grid-lg-offset-6-1 { margin-left: 16.66667%; } .mt-grid-lg-6-2 { width: 33.33333%; } .mt-grid-lg-offset-6-2 { margin-left: 33.33333%; } .mt-grid-lg-6-3 { width: 50%; } .mt-grid-lg-offset-6-3 { margin-left: 50%; } .mt-grid-lg-6-4 { width: 66.66667%; } .mt-grid-lg-offset-6-4 { margin-left: 66.66667%; } .mt-grid-lg-6-5 { width: 83.33333%; } .mt-grid-lg-offset-6-5 { margin-left: 83.33333%; } .mt-grid-lg-6-6 { width: 100%; } .mt-grid-lg-offset-6-6 { margin-left: 100%; } .mt-grid-lg-7-1 { width: 14.28571%; } .mt-grid-lg-offset-7-1 { margin-left: 14.28571%; } .mt-grid-lg-7-2 { width: 28.57143%; } .mt-grid-lg-offset-7-2 { margin-left: 28.57143%; } .mt-grid-lg-7-3 { width: 42.85714%; } .mt-grid-lg-offset-7-3 { margin-left: 42.85714%; } .mt-grid-lg-7-4 { width: 57.14286%; } .mt-grid-lg-offset-7-4 { margin-left: 57.14286%; } .mt-grid-lg-7-5 { width: 71.42857%; } .mt-grid-lg-offset-7-5 { margin-left: 71.42857%; } .mt-grid-lg-7-6 { width: 85.71429%; } .mt-grid-lg-offset-7-6 { margin-left: 85.71429%; } .mt-grid-lg-7-7 { width: 100%; } .mt-grid-lg-offset-7-7 { margin-left: 100%; } .mt-grid-lg-8-1 { width: 12.5%; } .mt-grid-lg-offset-8-1 { margin-left: 12.5%; } .mt-grid-lg-8-2 { width: 25%; } .mt-grid-lg-offset-8-2 { margin-left: 25%; } .mt-grid-lg-8-3 { width: 37.5%; } .mt-grid-lg-offset-8-3 { margin-left: 37.5%; } .mt-grid-lg-8-4 { width: 50%; } .mt-grid-lg-offset-8-4 { margin-left: 50%; } .mt-grid-lg-8-5 { width: 62.5%; } .mt-grid-lg-offset-8-5 { margin-left: 62.5%; } .mt-grid-lg-8-6 { width: 75%; } .mt-grid-lg-offset-8-6 { margin-left: 75%; } .mt-grid-lg-8-7 { width: 87.5%; } .mt-grid-lg-offset-8-7 { margin-left: 87.5%; } .mt-grid-lg-8-8 { width: 100%; } .mt-grid-lg-offset-8-8 { margin-left: 100%; } .mt-grid-lg-9-1 { width: 11.11111%; } .mt-grid-lg-offset-9-1 { margin-left: 11.11111%; } .mt-grid-lg-9-2 { width: 22.22222%; } .mt-grid-lg-offset-9-2 { margin-left: 22.22222%; } .mt-grid-lg-9-3 { width: 33.33333%; } .mt-grid-lg-offset-9-3 { margin-left: 33.33333%; } .mt-grid-lg-9-4 { width: 44.44444%; } .mt-grid-lg-offset-9-4 { margin-left: 44.44444%; } .mt-grid-lg-9-5 { width: 55.55556%; } .mt-grid-lg-offset-9-5 { margin-left: 55.55556%; } .mt-grid-lg-9-6 { width: 66.66667%; } .mt-grid-lg-offset-9-6 { margin-left: 66.66667%; } .mt-grid-lg-9-7 { width: 77.77778%; } .mt-grid-lg-offset-9-7 { margin-left: 77.77778%; } .mt-grid-lg-9-8 { width: 88.88889%; } .mt-grid-lg-offset-9-8 { margin-left: 88.88889%; } .mt-grid-lg-9-9 { width: 100%; } .mt-grid-lg-offset-9-9 { margin-left: 100%; } .mt-grid-lg-10-1 { width: 10%; } .mt-grid-lg-offset-10-1 { margin-left: 10%; } .mt-grid-lg-10-2 { width: 20%; } .mt-grid-lg-offset-10-2 { margin-left: 20%; } .mt-grid-lg-10-3 { width: 30%; } .mt-grid-lg-offset-10-3 { margin-left: 30%; } .mt-grid-lg-10-4 { width: 40%; } .mt-grid-lg-offset-10-4 { margin-left: 40%; } .mt-grid-lg-10-5 { width: 50%; } .mt-grid-lg-offset-10-5 { margin-left: 50%; } .mt-grid-lg-10-6 { width: 60%; } .mt-grid-lg-offset-10-6 { margin-left: 60%; } .mt-grid-lg-10-7 { width: 70%; } .mt-grid-lg-offset-10-7 { margin-left: 70%; } .mt-grid-lg-10-8 { width: 80%; } .mt-grid-lg-offset-10-8 { margin-left: 80%; } .mt-grid-lg-10-9 { width: 90%; } .mt-grid-lg-offset-10-9 { margin-left: 90%; } .mt-grid-lg-10-10 { width: 100%; } .mt-grid-lg-offset-10-10 { margin-left: 100%; } .mt-grid-lg-11-1 { width: 9.09091%; } .mt-grid-lg-offset-11-1 { margin-left: 9.09091%; } .mt-grid-lg-11-2 { width: 18.18182%; } .mt-grid-lg-offset-11-2 { margin-left: 18.18182%; } .mt-grid-lg-11-3 { width: 27.27273%; } .mt-grid-lg-offset-11-3 { margin-left: 27.27273%; } .mt-grid-lg-11-4 { width: 36.36364%; } .mt-grid-lg-offset-11-4 { margin-left: 36.36364%; } .mt-grid-lg-11-5 { width: 45.45455%; } .mt-grid-lg-offset-11-5 { margin-left: 45.45455%; } .mt-grid-lg-11-6 { width: 54.54545%; } .mt-grid-lg-offset-11-6 { margin-left: 54.54545%; } .mt-grid-lg-11-7 { width: 63.63636%; } .mt-grid-lg-offset-11-7 { margin-left: 63.63636%; } .mt-grid-lg-11-8 { width: 72.72727%; } .mt-grid-lg-offset-11-8 { margin-left: 72.72727%; } .mt-grid-lg-11-9 { width: 81.81818%; } .mt-grid-lg-offset-11-9 { margin-left: 81.81818%; } .mt-grid-lg-11-10 { width: 90.90909%; } .mt-grid-lg-offset-11-10 { margin-left: 90.90909%; } .mt-grid-lg-11-11 { width: 100%; } .mt-grid-lg-offset-11-11 { margin-left: 100%; } .mt-grid-lg-12-1 { width: 8.33333%; } .mt-grid-lg-offset-12-1 { margin-left: 8.33333%; } .mt-grid-lg-12-2 { width: 16.66667%; } .mt-grid-lg-offset-12-2 { margin-left: 16.66667%; } .mt-grid-lg-12-3 { width: 25%; } .mt-grid-lg-offset-12-3 { margin-left: 25%; } .mt-grid-lg-12-4 { width: 33.33333%; } .mt-grid-lg-offset-12-4 { margin-left: 33.33333%; } .mt-grid-lg-12-5 { width: 41.66667%; } .mt-grid-lg-offset-12-5 { margin-left: 41.66667%; } .mt-grid-lg-12-6 { width: 50%; } .mt-grid-lg-offset-12-6 { margin-left: 50%; } .mt-grid-lg-12-7 { width: 58.33333%; } .mt-grid-lg-offset-12-7 { margin-left: 58.33333%; } .mt-grid-lg-12-8 { width: 66.66667%; } .mt-grid-lg-offset-12-8 { margin-left: 66.66667%; } .mt-grid-lg-12-9 { width: 75%; } .mt-grid-lg-offset-12-9 { margin-left: 75%; } .mt-grid-lg-12-10 { width: 83.33333%; } .mt-grid-lg-offset-12-10 { margin-left: 83.33333%; } .mt-grid-lg-12-11 { width: 91.66667%; } .mt-grid-lg-offset-12-11 { margin-left: 91.66667%; } .mt-grid-lg-12-12 { width: 100%; } .mt-grid-lg-offset-12-12 { margin-left: 100%; } .mt-grid-lg-13-1 { width: 7.69231%; } .mt-grid-lg-offset-13-1 { margin-left: 7.69231%; } .mt-grid-lg-13-2 { width: 15.38462%; } .mt-grid-lg-offset-13-2 { margin-left: 15.38462%; } .mt-grid-lg-13-3 { width: 23.07692%; } .mt-grid-lg-offset-13-3 { margin-left: 23.07692%; } .mt-grid-lg-13-4 { width: 30.76923%; } .mt-grid-lg-offset-13-4 { margin-left: 30.76923%; } .mt-grid-lg-13-5 { width: 38.46154%; } .mt-grid-lg-offset-13-5 { margin-left: 38.46154%; } .mt-grid-lg-13-6 { width: 46.15385%; } .mt-grid-lg-offset-13-6 { margin-left: 46.15385%; } .mt-grid-lg-13-7 { width: 53.84615%; } .mt-grid-lg-offset-13-7 { margin-left: 53.84615%; } .mt-grid-lg-13-8 { width: 61.53846%; } .mt-grid-lg-offset-13-8 { margin-left: 61.53846%; } .mt-grid-lg-13-9 { width: 69.23077%; } .mt-grid-lg-offset-13-9 { margin-left: 69.23077%; } .mt-grid-lg-13-10 { width: 76.92308%; } .mt-grid-lg-offset-13-10 { margin-left: 76.92308%; } .mt-grid-lg-13-11 { width: 84.61538%; } .mt-grid-lg-offset-13-11 { margin-left: 84.61538%; } .mt-grid-lg-13-12 { width: 92.30769%; } .mt-grid-lg-offset-13-12 { margin-left: 92.30769%; } .mt-grid-lg-13-13 { width: 100%; } .mt-grid-lg-offset-13-13 { margin-left: 100%; } .mt-grid-lg-14-1 { width: 7.14286%; } .mt-grid-lg-offset-14-1 { margin-left: 7.14286%; } .mt-grid-lg-14-2 { width: 14.28571%; } .mt-grid-lg-offset-14-2 { margin-left: 14.28571%; } .mt-grid-lg-14-3 { width: 21.42857%; } .mt-grid-lg-offset-14-3 { margin-left: 21.42857%; } .mt-grid-lg-14-4 { width: 28.57143%; } .mt-grid-lg-offset-14-4 { margin-left: 28.57143%; } .mt-grid-lg-14-5 { width: 35.71429%; } .mt-grid-lg-offset-14-5 { margin-left: 35.71429%; } .mt-grid-lg-14-6 { width: 42.85714%; } .mt-grid-lg-offset-14-6 { margin-left: 42.85714%; } .mt-grid-lg-14-7 { width: 50%; } .mt-grid-lg-offset-14-7 { margin-left: 50%; } .mt-grid-lg-14-8 { width: 57.14286%; } .mt-grid-lg-offset-14-8 { margin-left: 57.14286%; } .mt-grid-lg-14-9 { width: 64.28571%; } .mt-grid-lg-offset-14-9 { margin-left: 64.28571%; } .mt-grid-lg-14-10 { width: 71.42857%; } .mt-grid-lg-offset-14-10 { margin-left: 71.42857%; } .mt-grid-lg-14-11 { width: 78.57143%; } .mt-grid-lg-offset-14-11 { margin-left: 78.57143%; } .mt-grid-lg-14-12 { width: 85.71429%; } .mt-grid-lg-offset-14-12 { margin-left: 85.71429%; } .mt-grid-lg-14-13 { width: 92.85714%; } .mt-grid-lg-offset-14-13 { margin-left: 92.85714%; } .mt-grid-lg-14-14 { width: 100%; } .mt-grid-lg-offset-14-14 { margin-left: 100%; } .mt-grid-lg-15-1 { width: 6.66667%; } .mt-grid-lg-offset-15-1 { margin-left: 6.66667%; } .mt-grid-lg-15-2 { width: 13.33333%; } .mt-grid-lg-offset-15-2 { margin-left: 13.33333%; } .mt-grid-lg-15-3 { width: 20%; } .mt-grid-lg-offset-15-3 { margin-left: 20%; } .mt-grid-lg-15-4 { width: 26.66667%; } .mt-grid-lg-offset-15-4 { margin-left: 26.66667%; } .mt-grid-lg-15-5 { width: 33.33333%; } .mt-grid-lg-offset-15-5 { margin-left: 33.33333%; } .mt-grid-lg-15-6 { width: 40%; } .mt-grid-lg-offset-15-6 { margin-left: 40%; } .mt-grid-lg-15-7 { width: 46.66667%; } .mt-grid-lg-offset-15-7 { margin-left: 46.66667%; } .mt-grid-lg-15-8 { width: 53.33333%; } .mt-grid-lg-offset-15-8 { margin-left: 53.33333%; } .mt-grid-lg-15-9 { width: 60%; } .mt-grid-lg-offset-15-9 { margin-left: 60%; } .mt-grid-lg-15-10 { width: 66.66667%; } .mt-grid-lg-offset-15-10 { margin-left: 66.66667%; } .mt-grid-lg-15-11 { width: 73.33333%; } .mt-grid-lg-offset-15-11 { margin-left: 73.33333%; } .mt-grid-lg-15-12 { width: 80%; } .mt-grid-lg-offset-15-12 { margin-left: 80%; } .mt-grid-lg-15-13 { width: 86.66667%; } .mt-grid-lg-offset-15-13 { margin-left: 86.66667%; } .mt-grid-lg-15-14 { width: 93.33333%; } .mt-grid-lg-offset-15-14 { margin-left: 93.33333%; } .mt-grid-lg-15-15 { width: 100%; } .mt-grid-lg-offset-15-15 { margin-left: 100%; } .mt-grid-lg-16-1 { width: 6.25%; } .mt-grid-lg-offset-16-1 { margin-left: 6.25%; } .mt-grid-lg-16-2 { width: 12.5%; } .mt-grid-lg-offset-16-2 { margin-left: 12.5%; } .mt-grid-lg-16-3 { width: 18.75%; } .mt-grid-lg-offset-16-3 { margin-left: 18.75%; } .mt-grid-lg-16-4 { width: 25%; } .mt-grid-lg-offset-16-4 { margin-left: 25%; } .mt-grid-lg-16-5 { width: 31.25%; } .mt-grid-lg-offset-16-5 { margin-left: 31.25%; } .mt-grid-lg-16-6 { width: 37.5%; } .mt-grid-lg-offset-16-6 { margin-left: 37.5%; } .mt-grid-lg-16-7 { width: 43.75%; } .mt-grid-lg-offset-16-7 { margin-left: 43.75%; } .mt-grid-lg-16-8 { width: 50%; } .mt-grid-lg-offset-16-8 { margin-left: 50%; } .mt-grid-lg-16-9 { width: 56.25%; } .mt-grid-lg-offset-16-9 { margin-left: 56.25%; } .mt-grid-lg-16-10 { width: 62.5%; } .mt-grid-lg-offset-16-10 { margin-left: 62.5%; } .mt-grid-lg-16-11 { width: 68.75%; } .mt-grid-lg-offset-16-11 { margin-left: 68.75%; } .mt-grid-lg-16-12 { width: 75%; } .mt-grid-lg-offset-16-12 { margin-left: 75%; } .mt-grid-lg-16-13 { width: 81.25%; } .mt-grid-lg-offset-16-13 { margin-left: 81.25%; } .mt-grid-lg-16-14 { width: 87.5%; } .mt-grid-lg-offset-16-14 { margin-left: 87.5%; } .mt-grid-lg-16-15 { width: 93.75%; } .mt-grid-lg-offset-16-15 { margin-left: 93.75%; } .mt-grid-lg-16-16 { width: 100%; } .mt-grid-lg-offset-16-16 { margin-left: 100%; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /*按钮*/ .mt-btn { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 14px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn:hover { background: #f3f3f3; } .mt-btn .mt-button-prefix, .mt-btn .mt-button-suffix { vertical-align: middle; } .mt-btn .mt-button-prefix { padding-right: 5px; } .mt-btn .mt-button-suffix { padding-left: 5px; } .mt-button-prefix-out { padding-left: 10px; } .mt-button-suffix-out { padding-right: 10px; } .mt-btn-lg { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 18px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-lg:hover { background: #f3f3f3; } .mt-btn-sm { display: inline-block; padding: 5px 10px; background: #fff; color: #333; font-size: 12px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-sm:hover { background: #f3f3f3; } .mt-btn-xs { display: inline-block; padding: 2px 4px; background: #fff; color: #333; font-size: 12px; border: 1px solid #e9ecf1; border-radius: 2px; text-align: center; cursor: pointer; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .mt-btn-xs:hover { background: #f3f3f3; } .mt-btn-default { background: #fff; color: #333; border: 1px solid #e9ecf1; } .mt-btn-default:hover { background: #f3f3f3; } .mt-btn-primary { background: #23c6c8; color: #fff; border: 1px solid #23c6c8; } .mt-btn-primary:hover { background: #23c6c8; } .mt-btn-success { background: #5cb85c; color: #fff; border: 1px solid #5cb85c; } .mt-btn-success:hover { background: #5cb85c; } .mt-btn-info { background: #32c5d2; color: #fff; border: 1px solid #32c5d2; } .mt-btn-info:hover { background: #32c5d2; } .mt-btn-warning { background: #ffbf00; color: #fff; border: 1px solid #ffbf00; } .mt-btn-warning:hover { background: #ffbf00; } .mt-btn-danger { background: #ff3535; color: #fff; border: 1px solid #ff3535; } .mt-btn-danger:hover { background: #ff3535; } .mt-btn-block { display: block; text-align: center; } .mt-btn-disabled { opacity: 0.5; } /*按钮点击后触发的效果*/ .mt-ink-reaction { position: relative; overflow: hidden; } .mt-ink-reaction .mt-ink { position: absolute; width: 200px; height: 200px; margin-left: -100px; margin-top: -100px; background-color: rgba(255, 255, 255, 0.3); border-radius: 50%; z-index: 1; pointer-events: none; opacity: 0; -webkit-animation: ripple-animation 1.5s; animation: ripple-animation 1.5s; } .mt-ink-reaction .mt-ink.inverse { background-color: rgba(12, 12, 12, 0.5); } @-webkit-keyframes ripple-animation { from { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } to { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0; } } @keyframes ripple-animation { from { -webkit-transform: scale(0); transform: scale(0); opacity: 1; } to { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-input { display: inline-block; border: 1px solid #d9d9d9; border-radius: 2px; padding: 2px 4px; vertical-align: middle; position: relative; background: #fff; } .mt-input input, .mt-input textarea { border: 0; height: 20px; width: 100%; } .mt-input textarea { height: auto; } .mt-input-disabled { background-color: #ededed; cursor: not-allowed; } .mt-input-disabled input { background-color: #ededed; cursor: not-allowed; } .mt-input-prefix-out input { padding-left: 20px; } .mt-input-suffix-out input { padding-right: 20px; } .mt-input-prefix, .mt-input-suffix { display: inline-block; vertical-align: middle; position: absolute; z-index: 100; top: 50%; margin-top: -9px; } .mt-input-prefix { padding-right: 2px; left: 4px; } .mt-input-suffix { padding-left: 2px; right: 4px; } .mt-input-lg { padding: 2px 6px; } .mt-input-lg input { height: 28px; } .mt-input-sm { padding: 1px 3px; } .mt-input-sm input { height: 20px; } .mt-input-xs { padding: 0 2px; } .mt-input-xs input { height: 20px; font-size: 12px; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-pagelist { display: inline-block; } .mt-pagelist .mt-pagelist-next { margin-left: 3px; } .mt-pagelist a { font-size: 12px; } .mt-pagelist-list { display: inline-block; } .mt-pagelist-list li { display: inline-block; margin-left: 3px; } .mt-pagelist-list .active a { background: #1c84c6; color: #fff; border-color: #1c84c6; } .mt-pagelist-list .mt-pagelist-prevsize:before, .mt-pagelist-list .mt-pagelist-nextsize:before { display: "inline-block"; content: "\E611"; font-family: "iconfont" !important; line-height: normal; } .mt-pagelist-list .mt-pagelist-prevsize:after, .mt-pagelist-list .mt-pagelist-nextsize:after { display: none; content: "\E601"; font-family: "iconfont" !important; line-height: normal; } .mt-pagelist-list .mt-pagelist-prevsize:hover:before, .mt-pagelist-list .mt-pagelist-nextsize:hover:before { display: none; } .mt-pagelist-list .mt-pagelist-prevsize:hover:after, .mt-pagelist-list .mt-pagelist-nextsize:hover:after { display: inline-block; } .mt-pagelist-list .mt-pagelist-prevsize:after { display: none; content: "\E653"; font-family: "iconfont" !important; line-height: normal; } /*modal*/ .mt-modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0, 0, 0, 0.4); overflow: auto; z-index: 1000; display: none; } .mt-modal-box { background: #fff; position: absolute; width: 600px; height: 400px; top: 50%; left: 50%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .mt-modal-box .mt-modal-close { width: 20px; height: 20px; text-align: center; line-height: normal; position: absolute; right: 10px; top: 10px; color: #333; z-index: 1000; } .mt-modal-box .mt-modal-close .iconfont { font-size: 20px; } /*modal*/ .mt-dropdown { width: 100px; background: #fff; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 1000; display: none; } .mt-dropdown .mt-modal-close { width: 20px; height: 20px; text-align: center; line-height: normal; position: absolute; right: 10px; top: 10px; color: #333; } .mt-dropdown .mt-modal-close .iconfont { font-size: 20px; } .mt-dropdown-btn { display: inline-block; } .mt-dropdown-hover:hover .mt-dropdown { display: block; } /*select.scss*/ /** * @type MTUI2.0 * @author : Mantou */ .mt-placeholder { color: #ccc; } .mt-select-input { display: inline-block; font-size: 12px; border: 1px solid #d9d9d9; padding: 5px 6px; cursor: pointer; position: relative; padding-right: 20px; border-radius: 2px; color: #333; vertical-align: middle; } .mt-select-input input { display: none; } .mt-select-input .iconfont { position: absolute; right: 2px; top: 50%; margin-top: -7px; } .mt-select-input:before { content: ''; display: inline-block; height: 100%; width: 0px; vertical-align: middle; } .mt-select { position: absolute; background: #fff; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); z-index: 1000; display: none; overflow: auto; } .mt-select .mt-select-option { font-size: 12px; padding: 2px 5px; cursor: pointer; } .mt-select .mt-select-option:hover { background: #32c5d2; color: #fff; } .mt-select-animate { -webkit-transform: scale(1, 1); transform: scale(1, 1); } .mt-select-hover:hover .mt-select { display: block; } /** * @type 返回顶部 * @author : Mantou */ /** * @type MTUI2.0 * @author : Mantou */ .mt-backtop { display: none; position: fixed; bottom: 30px; right: 30px; display: inline-block; width: 40px; height: 40px; background: rgba(0, 0, 0, 0.5); color: #fff; line-height: 40px; text-align: center; border-radius: 3px; z-index: 1000; } /** * @type MTUI2.0 * @author : Mantou */ /*tabs*/ .mt-tabs { position: relative; } .mt-tabs .mt-tabs-header { position: relative; padding-bottom: 2px; border-bottom: 1px solid #e9ecf1; overflow: hidden; } .mt-tabs .mt-tabs-overflow { margin: 0 20px; } .mt-tabs .mt-tabs-headbox { transition: .3s; position: relative; } .mt-tabs .mt-tabs-headbox ul { word-break: keep-all; white-space: nowrap; display: inline; } .mt-tabs .mt-tabs-prev, .mt-tabs .mt-tabs-next { position: absolute; top: 5px; } .mt-tabs .mt-tabs-prev { left: 0; } .mt-tabs .mt-tabs-next { right: 0; } .mt-tabs .mt-tabs-disabled { cursor: not-allowed; color: #ccc; } .mt-tabs .mt-tabs-tab { display: inline-block; cursor: pointer; padding: 3px 5px; } .mt-tabs .mt-tabs-tab-active { color: #1c84c6; } .mt-tabs .mt-tabs-item { display: none; padding: 5px; } .mt-tabs .mt-tabs-item-active { display: block; } .mt-tabs .mt-tabs-active-bar { position: absolute; bottom: -1px; height: 2px; width: 20px; background: #1c84c6; transition: .3s; z-index: 100; } .mt-tabs-animate { position: relative; overflow: hidden; } .mt-tabs-animate .mt-tabs-item { transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; display: inline-block; width: 100%; vertical-align: middle; -webkit-transform: translateX(-100%); transform: translateX(-100%); position: absolute; top: 0; left: 0; } .mt-tabs-animate .mt-tabs-item-active { display: block; -webkit-transform: translateX(0); transform: translateX(0); position: relative; z-index: 100; } .mt-tabs-animate .mt-tabs-item-active ~ .mt-tabs-item { -webkit-transform: translateX(100%); transform: translateX(100%); } .mt-tabs-left .mt-tabs-header, .mt-tabs-right .mt-tabs-header { float: left; border-right: 1px solid #e9ecf1; border-bottom: none; } .mt-tabs-left .mt-tabs-tab, .mt-tabs-right .mt-tabs-tab { display: block; } .mt-tabs-left .mt-tabs-content, .mt-tabs-right .mt-tabs-content { min-height: 100%; } .mt-tabs-right .mt-tabs-header { float: right; border-left: 1px solid #e9ecf1; border-right: none; border-bottom: none; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /*日历组件*/ .mt-input-date { cursor: pointer; } .mt-input-date input { width: 90px; } .mt-input-dates input { width: 175px; } .mt-date { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: absolute; z-index: 1000; width: 230px; height: 280px; background: #fff; border: 1px solid #eef1f5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-size: 12px; } .mt-date .mt-disable-date { background: #f2f2f2; } .mt-date .mt-date-head { height: 34px; line-height: 24px; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .mt-date .mt-date-head .mt-date-stime { display: inline-block; width: 120px; margin: 5px 10px; font-weight: bolder; color: #333; cursor: pointer; transition: .3s; border-radius: 2px; } .mt-date .mt-date-head .mt-date-stime:hover { background: rgba(0, 0, 0, 0.1); } .mt-date .mt-date-head .mt-date-btn-prev, .mt-date .mt-date-head .mt-date-btn-next { width: 20px; position: relative; top: 3px; color: #999; } .mt-date .mt-date-head .icon-arrow3l, .mt-date .mt-date-head .icon-arrow3r { font-size: 14px; position: relative; top: -2px; padding: 0 5px; } .mt-date .mt-date-body-days { padding: 2px 8px; } .mt-date .mt-date-body-days .mt-date-week li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; } .mt-date .mt-date-body-days .mt-date-day li { display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 30px; float: left; position: relative; } .mt-date .mt-date-body-days .mt-date-day a { width: 20px; height: 20px; display: inline-block; line-height: 20px; color: #666; transition: 0.3s; border-radius: 2px; position: relative; z-index: 100; } .mt-date .mt-date-body-days .mt-date-day a:hover { background: rgba(0, 0, 0, 0.1); } .mt-date .mt-date-body-days .mt-date-day .mt-date-day-prev a, .mt-date .mt-date-body-days .mt-date-day .mt-date-day-next a { color: #999; } .mt-date .mt-date-body-days .mt-date-day .mt-date-day-now a { color: #333; } .mt-date .mt-date-body-days .mt-date-day .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-body-days .mt-date-day .mt-dates-start a { background: #5cb85c; } .mt-date .mt-date-body-months li { display: inline-block; width: 33.33%; text-align: center; line-height: 53px; } .mt-date .mt-date-body-months a { color: #333; border-radius: 4px; display: inline-block; width: 40px; height: 30px; text-align: center; line-height: 30px; } .mt-date .mt-date-body-months .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-body-years .mt-date-year { padding: 5px 0; } .mt-date .mt-date-body-years .mt-date-yearli { display: inline-block; padding: 9px 3.5px; } .mt-date .mt-date-body-years .mt-date-yearli a { color: #666; padding: 2px 5px; border-radius: 2px; } .mt-date .mt-date-body-years .mt-date-active a { background: #32c5d2; color: #fff; } .mt-date .mt-date-foot { border-top: 1px solid rgba(0, 0, 0, 0.1); height: 30px; line-height: 30px; } .mt-date .mt-date-foot .mt-date-btn-now, .mt-date .mt-date-foot .mt-date-btn-clear, .mt-date .mt-date-foot .mt-date-btn-time { margin: 0 10px; color: #666; line-height: normal; } .mt-date .mt-date-foot .mt-date-btn-clear, .mt-date .mt-date-foot .mt-date-btn-ok { line-height: normal; float: right; margin: 4px 10px; margin-left: 0; color: #fff; } .mt-dates { position: absolute; z-index: 1000; width: 460px; height: 280px; background: #ccc; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } .mt-dates .mt-date { position: relative; display: inline-block; box-shadow: none; } .mt-dates .mt-dates-inner:after { content: ''; display: inline-block; height: 20px; width: 100%; position: absolute; z-index: 0; left: 0; top: 5px; background: rgba(0, 0, 0, 0.05); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-switch { min-width: 42px; height: 22px; display: inline-block; border-radius: 100px; position: relative; cursor: pointer; } .mt-switch:before { content: ''; display: inline-block; width: 20px; height: 20px; left: 1px; top: 1px; position: absolute; z-index: 10; background: #fff; border-radius: 100px; transition: 0.3s; } .mt-switch-disabled { opacity: 0.5; } .mt-switch-lg { min-width: 46px; height: 24px; } .mt-switch-lg:before { width: 22px; height: 22px; } .mt-switch-sm { min-width: 34px; height: 18px; } .mt-switch-sm:before { width: 16px; height: 16px; } .mt-switch-xs { min-width: 26px; height: 14px; } .mt-switch-xs:before { width: 12px; height: 12px; } .mt-switch-off { background: #CCC; } .mt-switch-off:before { -webkit-transform: translateX(0); transform: translateX(0); } .mt-switch-on { background: #108ee9; } .mt-switch-on:before { -webkit-transform: translateX(100%); transform: translateX(100%); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-radio { display: inline-block; cursor: pointer; vertical-align: middle; } .mt-radio:hover .mt-radio-icon { border-color: #108ee9; } .mt-radio .mt-radio-icon { display: inline-block; width: 14px; height: 14px; vertical-align: middle; border: 1px solid #ccc; border-radius: 100px; margin-right: 5px; transition: 0.5s; box-sizing: content-box; } .mt-radio .mt-radio-icon:after { content: ''; float: left; display: inline-block; display: none\9\0; transition: 0.2s; width: 60%; height: 60%; background: #108ee9; border-radius: 100px; margin: 20%; -webkit-transform: scale(0); transform: scale(0); } .mt-radio-checked .mt-radio-icon { border-color: #108ee9; } .mt-radio-checked .mt-radio-icon:after { display: block\9\0; -webkit-transform: scale(1); transform: scale(1); } .mt-radio-disabled { opacity: 0.6; } .mt-radio-disabled .mt-radio-icon { border-color: #ccc; } .mt-radio-disabled .mt-radio-icon:after { background: #ccc; } .mt-radio-disabled:hover .mt-radio-icon { border-color: #ccc; } .mt-radio-group { display: inline-block; } .mt-radio-group .mt-radio { margin-right: 10px; } .mt-radio-group-button { font-size: 12px; } .mt-radio-group-button .mt-radio-icon { display: none; } .mt-radio-group-button .mt-radio { margin-right: -1px; border: 1px solid #ccc; padding: 4px 10px; } .mt-radio-group-button .mt-radio-checked { border-color: #108ee9; background: #108ee9; color: #fff; box-shadow: 0 0 -1px 0 #108ee9; position: relative; z-index: 10; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-checkbox { display: inline-block; cursor: pointer; vertical-align: middle; } .mt-checkbox:hover .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox .mt-checkbox-icon { display: inline-block; width: 14px; height: 14px; vertical-align: middle; border: 1px solid #ccc; margin-right: 5px; transition: 0.5s; box-sizing: content-box; position: relative; } .mt-checkbox .mt-checkbox-icon:after { content: '\E686'; font-family: "iconfont" !important; font-size: 14px; color: #108ee9; float: left; display: inline-block; transition: 0.2s; width: 100%; height: 100%; position: relative; text-align: center; top: 50%; left: 50%; margin: -50% 0 0 -50%; -webkit-transform: scale(0); transform: scale(0); } .mt-checkbox-checked .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox-checked .mt-checkbox-icon:after { -webkit-transform: scale(1); transform: scale(1); } .mt-checkbox-other .mt-checkbox-icon { border-color: #108ee9; } .mt-checkbox-other .mt-checkbox-icon:before { content: ''; display: inline-block; width: 80%; height: 4px; background: #108ee9; position: relative; float: left; text-align: center; top: 50%; left: 50%; margin: -2px 0 0 -40%; } .mt-checkbox-disabled { opacity: 0.6; } .mt-checkbox-disabled .mt-checkbox-icon { border-color: #ccc; } .mt-checkbox-disabled .mt-checkbox-icon:after { color: #ccc; background: #fff; } .mt-checkbox-disabled:hover .mt-checkbox-icon { border-color: #ccc; } .mt-checkbox-group .mt-checkbox { margin-right: 10px; } .mt-checkbox-group-button { font-size: 12px; } .mt-checkbox-group-button .mt-checkbox-icon { display: none; } .mt-checkbox-group-button .mt-checkbox { margin-right: -1px; border: 1px solid #ccc; padding: 4px 10px; } .mt-checkbox-group-button .mt-checkbox-checked { border-color: #108ee9; background: #108ee9; color: #fff; box-shadow: 0 0 -1px 0 #108ee9; position: relative; z-index: 10; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-panel, .mt-panel-min, .mt-panel-xm { background: #fff; padding: 20px; } .mt-panel .mt-panel-h2, .mt-panel-min .mt-panel-h2, .mt-panel-xm .mt-panel-h2 { padding-bottom: 20px; color: #838FA1; border-bottom: 1px solid #e6e6e6; font-size: 16px; } .mt-panel .mt-panel-box, .mt-panel-min .mt-panel-box, .mt-panel-xm .mt-panel-box { margin-top: 20px; color: #838FA1; } .mt-panel-min { padding: 10px; } .mt-panel-min .mt-panel-h2 { padding-bottom: 8px; font-size: 14px; } .mt-panel-min .mt-panel-box { margin-top: 10px; font-size: 12px; color: #838FA1; } .mt-panel-xm { padding: 5px; } .mt-panel-xm .mt-panel-h2 { padding-bottom: 5px; font-size: 13px; } .mt-panel-xm .mt-panel-box { margin-top: 5px; font-size: 12px; color: #838FA1; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-slider { display: inline-block; border-radius: 100px; vertical-align: middle; background: #e9e9e9; height: 4px; position: relative; } .mt-slider .mt-slider-bar { display: block; height: 100%; background: #108ee9; position: relative; float: left; border-radius: 100px; } .mt-slider .mt-slider-bar .mt-slider-btn { content: ''; display: inline-block; width: 14px; height: 14px; border-radius: 100px; background: #fff; position: absolute; top: 50%; right: 0; margin-left: -7px; margin-top: -7px; border: 2px solid #108ee9; transition: 0.3s; -webkit-transform: scale(1); transform: scale(1); } .mt-slider .mt-slider-bar .mt-slider-btn:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ /* sliderbar bar */ .mt-sliderbar-active { display: block; height: 8px; background: #e4eaec; border-radius: 100px; } .mt-sliderbar-active-bar { float: left; width: 0; height: 100%; font-size: 1.2rem; line-height: 2rem; border-radius: 100px; color: #fff; text-align: center; background-color: #0e90d2; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); transition: 10px .6s ease; 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: 36px 36px; -webkit-animation: sliderbar-bar-stripes 2s linear infinite; animation: sliderbar-bar-stripes 2s linear infinite; } .mt-sliderbar-active-success .mt-sliderbar-active-bar { background-color: #5cb85c; } .mt-sliderbar-active-danger .mt-sliderbar-active-bar { background-color: #ff3535; } .mt-sliderbar-active-info .mt-sliderbar-active-bar { background-color: #32c5d2; } .mt-sliderbar-active-primary .mt-sliderbar-active-bar { background-color: #23c6c8; } .mt-sliderbar-active-warning .mt-sliderbar-active-bar { background-color: #ffbf00; } .mt-sliderbar-active-default .mt-sliderbar-active-bar { background-color: #333; } /*表单之进度条*/ @-webkit-keyframes sliderbar-bar-stripes { from { background-position: 36px 0; } to { background-position: 0 0; } } @keyframes sliderbar-bar-stripes { from { background-position: 36px 0; } to { background-position: 0 0; } } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-tree { display: inline-block; } .mt-tree .mt-tree-child { margin-left: 20px; } /** * 验证 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-validate { position: relative; transition: 0.3s; } .mt-validate .icon-null { transition: 0.3s; -webkit-transform: scale(0); transform: scale(0); } .mt-validate .icon-null { width: 16px; height: 16px; display: inline-block; } .mt-validate-danger { border: 1px solid #ff3535; } .mt-validate-danger .iconfont { color: #ff3535; } .mt-validate-danger .mt-validate-info { color: #ff3535; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } .mt-validate-warning { border: 1px solid #ffbf00; } .mt-validate-warning .iconfont { color: #ffbf00; } .mt-validate-warning .mt-validate-info { color: #ffbf00; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } .mt-validate-success .iconfont { color: #5cb85c; } .mt-validate-success .mt-validate-info { color: #5cb85c; position: absolute; left: 0; right: 0; top: 100%; font-size: 12px; margin-top: 2px; } /* mt-select-input 没有提示符号 */ .mt-select-input .mt-input-suffix { display: none; } /** * @type MTUI2.0 * @author : Mantou */ /*swiper*/ .mt-swiper { position: relative; } .mt-swiper .mt-swiper-header { position: absolute; bottom: 5px; min-width: 80%; text-align: center; z-index: 200; padding-bottom: 2px; overflow: hidden; margin: 0 20px; } .mt-swiper .mt-swiper-overflow { margin: 0 20px; } .mt-swiper .mt-swiper-headbox { transition: .3s; } .mt-swiper .mt-swiper-headbox ul { word-break: keep-all; white-space: nowrap; display: inline; } .mt-swiper .mt-swiper-prev, .mt-swiper .mt-swiper-next { position: absolute; bottom: 5px; z-index: 200; } .mt-swiper .mt-swiper-prev .iconfont, .mt-swiper .mt-swiper-next .iconfont { font-size: 12px; } .mt-swiper .mt-swiper-prev { left: 5px; } .mt-swiper .mt-swiper-next { right: 5px; } .mt-swiper .mt-swiper-prevbutton, .mt-swiper .mt-swiper-nextbutton { position: absolute; top: 50%; height: 30px; width: 30px; line-height: 30px; margin-top: -15px; border-radius: 100%; text-align: center; z-index: 200; border: 1px solid #fff; color: #fff; transition: 0.5s; opacity: 0.6; } .mt-swiper .mt-swiper-prevbutton:hover, .mt-swiper .mt-swiper-nextbutton:hover { background: #fff; color: #333; opacity: 1; } .mt-swiper .mt-swiper-prevbutton { left: 10px; } .mt-swiper .mt-swiper-nextbutton { right: 10px; } .mt-swiper .mt-swiper-disabled { cursor: not-allowed; color: #ccc; } .mt-swiper .mt-swiper-tab { display: inline-block; cursor: pointer; width: 30px; height: 4px; padding: 0 5px; overflow: hidden; } .mt-swiper .mt-swiper-tab:before { content: ''; display: block; background: #f3f3f3; height: 100%; } .mt-swiper .mt-swiper-tab-active { color: #1c84c6; } .mt-swiper .mt-swiper-tab-active:before { background: #108ee9; } .mt-swiper .mt-swiper-item { display: none; padding: 5px; } .mt-swiper .mt-swiper-item-active { display: block; } .mt-swiper .mt-swiper-active-bar { position: absolute; bottom: -1px; height: 2px; width: 20px; background: #1c84c6; transition: .3s; z-index: 100; } .mt-swiper-animate-move { position: relative; overflow: hidden; } .mt-swiper-animate-move .mt-swiper-item { padding: 0; margin: 0; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; display: inline-block; width: 100%; vertical-align: middle; -webkit-transform: translateX(-100%); transform: translateX(-100%); position: absolute; top: 0; left: 0; } .mt-swiper-animate-move .mt-swiper-item-active { display: block; -webkit-transform: translateX(0); transform: translateX(0); position: relative; z-index: 100; } .mt-swiper-animate-move .mt-swiper-item-active ~ .mt-swiper-item { -webkit-transform: translateX(100%); transform: translateX(100%); } .mt-swiper-animate-fade { position: relative; overflow: hidden; } .mt-swiper-animate-fade .mt-swiper-item { padding: 0; margin: 0; transition: opacity 0.5s; display: inline-block; width: 100%; vertical-align: middle; opacity: 0; position: absolute; top: 0; left: 0; } .mt-swiper-animate-fade .mt-swiper-item-active { display: block; opacity: 1; position: relative; z-index: 100; } .mt-swiper-animate-fade .mt-swiper-item-active ~ .mt-swiper-item { opacity: 0; } .mt-swiper-left .mt-swiper-header, .mt-swiper-right .mt-swiper-header { float: left; border-right: 1px solid #e9ecf1; border-bottom: none; } .mt-swiper-left .mt-swiper-tab, .mt-swiper-right .mt-swiper-tab { display: block; } .mt-swiper-left .mt-swiper-content, .mt-swiper-right .mt-swiper-content { min-height: 100%; } .mt-swiper-right .mt-swiper-header { float: right; border-left: 1px solid #e9ecf1; border-right: none; border-bottom: none; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-collapse { border: 1px solid #d9d9d9; border-bottom: 0; border-radius: 2px; } .mt-collapse .mt-collapse-item { border-bottom: 1px solid #d9d9d9; overflow: hidden; } .mt-collapse .mt-collapse-header { background: #e9ecf3; cursor: pointer; height: 30px; line-height: 30px; font-size: 12px; } .mt-collapse .mt-collapse-header .iconfont { vertical-align: middle; font-size: 12px; padding: 0 10px; position: relative; } .mt-collapse .mt-collapse-header .iconfont:before { transition: 0.3s; -webkit-transform: rotate(0); transform: rotate(0); display: inline-block; } .mt-collapse .mt-collapse-content { display: none; overflow: hidden; } .mt-collapse .mt-collapse-active .mt-collapse-header .iconfont:before { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .mt-collapse .mt-collapse-active .mt-collapse-content { display: block; } /* popover 提示*/ .mt-popover { position: absolute; font-size: 12px; padding: 6px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); background: #fff; border-radius: 3px; border: 1px solid #e6e6e6; z-index: 9999; } .mt-popover-arrow { display: inline-block; position: absolute; width: 0; height: 0; border: 6px solid transparent; } .mt-popover-arrow:before { content: ''; display: inline-block; position: absolute; width: 0; height: 0; top: -6px; left: -6px; border: 6px solid transparent; } .mt-popover-top .mt-popover-arrow { bottom: -12px; left: 50%; margin-left: -6px; border-top: 6px solid #d9d9d9; } .mt-popover-top .mt-popover-arrow:before { border-top: 6px solid #fff; top: -7px; left: -6px; } .mt-popover-bottom .mt-popover-arrow { top: -12px; left: 50%; margin-left: -6px; border-bottom: 6px solid #d9d9d9; } .mt-popover-bottom .mt-popover-arrow:before { border-bottom: 6px solid #fff; top: -5px; left: -6px; } .mt-popover-right .mt-popover-arrow { left: -12px; top: 50%; margin-top: -6px; border-right: 6px solid #d9d9d9; } .mt-popover-right .mt-popover-arrow:before { border-right: 6px solid #fff; top: -6px; left: -5px; } .mt-popover-left .mt-popover-arrow { right: -12px; top: 50%; margin-top: -6px; border-left: 6px solid #d9d9d9; } .mt-popover-left .mt-popover-arrow:before { border-left: 6px solid #fff; top: -6px; left: -7px; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-panle, .mt-panle-min { background: #fff; padding: 20px; } .mt-panle .mt-panle-h1, .mt-panle-min .mt-panle-h1, .mt-panle .mt-panle-h2, .mt-panle-min .mt-panle-h2, .mt-panle .mt-panle-h3, .mt-panle-min .mt-panle-h3 { padding-bottom: 20px; font-size: 18px; color: #838FA1; border-bottom: 1px solid #eef1f5; } .mt-panle .mt-panle-h2, .mt-panle-min .mt-panle-h2 { font-size: 16px; } .mt-panle .mt-panle-h3, .mt-panle-min .mt-panle-h3 { font-size: 14px; } .mt-panle .mt-panle-box, .mt-panle-min .mt-panle-box { margin-top: 20px; color: #838FA1; } .mt-panle-min { padding: 10px; } .mt-panle-min .mt-panle-h1, .mt-panle-min .mt-panle-h2, .mt-panle-min .mt-panle-h3 { font-size: 16px; padding-bottom: 10px; } .mt-panle-min .mt-panle-h2 { font-size: 14px; } .mt-panle-min .mt-panle-h3 { font-size: 12px; } .mt-panle-min .mt-panle-box { margin-top: 10px; font-size: 12px; color: #838FA1; } /** * 颜色 */ /** * @type MTUI2.0 * @author : Mantou */ .mt-progress { position: relative; display: inline-block; } .mt-progress-text { top: 50%; left: 0; position: absolute; width: 100%; text-align: center; margin-top: -10px; } /** * loading */ /** * @type MTUI2.0 * @author : Mantou */ .mt-loading-bg .mt-loading-spin { background: rgba(255, 255, 255, 0.6); border-radius: 50%; } .mt-loading { position: absolute; top: 50%; left: 50%; z-index: 1000; width: 0; height: 0; background: rgba(0, 0, 0, 0.2); margin: -30px 0 0 -20px; } .mt-loading .mt-loading-spin { display: inline-block; } .mt-loading .mt-loading-spin .iconfont { display: inline-block; font-size: 40px; -webkit-animation: mtRotate 3s linear infinite; animation: mtRotate 3s linear infinite; color: #108ee9; opacity: .7; } .mt-loading .mt-loading-info { position: absolute; font-size: 12px; color: #108ee9; left: 0; width: 200px; margin-top: 5px; margin-left: -80px; text-align: center; } #mt-div-loading { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; } @-webkit-keyframes mtRotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes mtRotate { from { -webkit-transform: rotate(0); transform: rotate(0); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /** * @type MTUI2.0 * @author : Mantou */ .mt-tip-success { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-success .iconfont { color: #5cb85c; } .mt-tip-success .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-success .iconfont { vertical-align: middle; } .mt-tip-warning { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-warning .iconfont { color: #ffbf00; } .mt-tip-warning .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-warning .iconfont { vertical-align: middle; } .mt-tip-danger { transition: 0.5s; height: 40px; line-height: 40px; margin-top: 10px; } .mt-tip-danger .iconfont { color: #ff3535; } .mt-tip-danger .mt-tips-inline { text-align: center; border-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); color: #666; overflow: hidden; background: #fff; border: 1px solid #d9d9d9; display: inline-block; padding: 0 20px; } .mt-tip-danger .iconfont { vertical-align: middle; } #mt-div-tips { position: fixed; top: 0; z-index: 9999; width: 100%; height: 0; text-align: center; }
0.491944
0.173323
body { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; font-family: helvetica, arial sans-serif; font-style: bold uppercase; margin: 0px; padding: 10px; z-index: 99; background-color: gray; font-size: 15vw; line-height: 99%; } #one { display: block; } #two { display: none; } #three { display: none; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } @media screen and (max-width: 1250px) { #one { display: none; } #two { display: block; } #three { display: none; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 1150px) { #one { display: none; } #two { display: none; } #three { display: block; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 950px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display: block; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 850px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display: none; } #five { display: block; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 750px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: block; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 650px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: block; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 550px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: block; } #nine { display: none; } } @media screen and (max-width: 400px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: block; } }
flash/microwebinvite/responsive_starter_kit/responsive page/examples/text/css/style.css
body { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: auto; font-family: helvetica, arial sans-serif; font-style: bold uppercase; margin: 0px; padding: 10px; z-index: 99; background-color: gray; font-size: 15vw; line-height: 99%; } #one { display: block; } #two { display: none; } #three { display: none; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } @media screen and (max-width: 1250px) { #one { display: none; } #two { display: block; } #three { display: none; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 1150px) { #one { display: none; } #two { display: none; } #three { display: block; } #four { display: none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 950px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display: block; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 850px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display: none; } #five { display: block; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 750px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: block; } #seven { display: none; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 650px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: block; } #eight { display: none; } #nine { display: none; } } @media screen and (max-width: 550px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: block; } #nine { display: none; } } @media screen and (max-width: 400px) { #one { display: none; } #two { display: none; } #three { display: none; } #four { display:none; } #five { display: none; } #six { display: none; } #seven { display: none; } #eight { display: none; } #nine { display: block; } }
0.249813
0.106041
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body{ font-family: 'Open Sans', sans-serif; background:#fff; } .wrap{ width:80%; margin:0 auto; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear; } .wrap-box{ background: url(../images/strip.png); padding:2px; } .header-bottom{ background: #2D2D2D; } .header-top { padding:10px 0; background: #ffd133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd133), color-stop(99%,#ffa503)); background: -webkit-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #ffd133 0%,#ffa503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); } .top-header-left { float: left; } .top-header-left p { font-family: 'Open Sans', sans-serif; color:#fff; font-size: 0.875em; background: url(../images/phone.png) no-repeat; padding-left: 18px; } .right-left { float: right; } .right-left ul li { display: inline-block; margin-right: 10px; } .login { background: url(../images/lock.png) no-repeat 0; padding-left: 18px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .sign { background: url(../images/login.png) no-repeat 0; padding-left: 18px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .login:hover { background: url(../images/lock1.png) no-repeat 0; } .sign:hover { background: url(../images/login1.png) no-repeat 0; } .right-left ul li a { color:#fff; font-size: 0.875em; } .right-left ul li a:hover { color:#333; } .follow_icon { list-style: none; padding-top: 10px; } ul.follow_icon li { display:inline-block; margin-left: 1px; } .follow_icon li :hover{ opacity:0.7; } .follow_icon li a img { vertical-align: middle; } .logo { float: left; margin-top:1.1%; } /*--menu--*/ .top-nav { float: right; } .top-nav ul li { display: inline-block; float: left; padding: 40px 23px; width: 10.99%; } .top-nav ul li a { color: #fff; display: block; position: relative; text-transform: uppercase; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; font-size: 0.875em; position: relative; } .top-nav li.active a, .top-nav li a:hover { color:#ffa503; } .main { background: #FFF; } /*--content--*/ /* GRID OF THREE ============================================================================= */ .col_1_of_3{ display: block; float:left; margin: 1% 0 -2% 1.6%; } .col_1_of_3:first-child { margin-left: 0; } .span_1_of_3 { width: 32.2%; padding:1.5% 0; } .span_1_of_3 h3{ color:#FFA503; margin-bottom:0.5em; font-size:1.2em; line-height: 1.2; font-weight : normal; margin-top: 0px; letter-spacing: -1px; text-transform:uppercase; } .span_1_of_3 p { font-size:0.8125em; padding:0.5em 0; color: #888; line-height: 1.5em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:92%; padding:4%; } } .module-title h2 { font-size: 29px; text-transform: uppercase; padding:50px 0 21px 0; line-height: 27px; text-align:center; color:#FFA503; } p.modulePretext{ padding: 0 192px 20px; font-size: 1em; line-height: 1.5em; color: #888; } .grid_img{ border:1px solid #E9E7E7; } .hover_img img { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } .hover_img img:hover { -webkit-transform: scale(0.99); -moz-transform: scale(0.99); -o-transform: scale(0.99); opacity: 1; } p.desc{ padding:5%; } p.desc a{ text-transform:uppercase; color:#FFA503; font-size:1em; } p.desc a:hover{ color:#333; } .more { text-align: center; padding:4% 0 2%; } .button { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); padding: 8.5px 15px; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; color: #FFF; font-size: 13px; text-decoration: none; vertical-align: middle; text-transform:uppercase; } .button:hover { background:#333; } ul.dishes_list li { border-bottom: 1px solid #E0E8ED; padding: 6px 0; } ul.dishes_list li a { color: #555; font-size: 13px; display: block; padding: 5px 0 5px 20px; background: url(../images/marker.png) no-repeat 0; } .latest-news-pic { float: left; width: 20%; } .latest-news-info { float: right; width: 76%; } .latest-news-info a { color:#FFA503; font-size: 13px; line-height: 1.5em; -moz-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; transition: all 0.3s ease-out; } .latest-news-info a:hover { color:#333; } .module-item{ display: block; padding: 5px 0 8px; color: #000; } .module-text h4 a { text-decoration: none; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; line-height: 18px; text-transform: uppercase; padding: 0 0 10px 0; color: #000; font-size:13px; } .module-text h4 a:hover { color:#FFA503; } .button1 { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); padding:5.5px 15px; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; color: #FFF; font-size: 13px; text-decoration: none; vertical-align: middle; text-transform: uppercase; } .button1:hover { background: #333; } .module-text{ padding-bottom:3%; } .latest-news-grid{ padding-top:15px; } .more1{ padding-top:10px; } .content-bottom { padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--footer--*/ .col_1_of_4{ display: block; float:left; margin: 1% 0 1% 1.6%; } .col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */ .span_1_of_4 { width: 23.8%; } .span_1_of_4 { width: 23.8%; } .span_1_of_footer-lastgrid{ width: 23.8%; } .span_1_of_4 h3, .span_1_of_footer-lastgrid h3{ margin-bottom: 20px; font-family: 'Open Sans', sans-serif; font-size:1.1em; line-height: 1.2; margin-top: 0px; letter-spacing: -1px; color:#373737; } .span_1_of_4 p { font-size:0.8125em; color:#A0A0A0; line-height: 1.5em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_4{ margin: 1% 0 1% 0%; } .span_1_of_4 { width:94%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_4{ margin: 1% 0 1% 0%; } .span_1_of_4 { width:92%; padding:4%; } } .span_1_of_4 ul li { background: url(../images/marker1.gif)no-repeat; line-height: 0.4em; padding: 0 0 19px 13px; } .span_1_of_4 ul li a { color: #A0A0A0; font-size: 13px; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; } .span_1_of_4 ul li a:hover { color:#333; } .footer-top { padding-top: 2%; } .footer-grid-address p { font-size: 0.875em; color: #888; line-height: 1.8em; } .email-link { color: #333; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; text-transform: lowercase; } .email-link:hover { color:#FFA503; } .copy{ text-align: center; padding:2% 0; border-top: 1px solid #DADADA; } .copy p { color:#888; font-size: 0.85em; } .copy p a { color:#FFA503; } .copy p a:hover { color:#333; } /*--about--*/ .col:first-child { margin-left: 0; } .col { display: block; float: left; margin: 1% 0 1% 1.6%; } .span_1_of_about { width: 73.2%; margin-right: 3%; } .span_1_of_about h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-img { width: 29%; float: left; margin-right: 3%; } .about-desc { width: 98%; float: left; margin-right: 0; } .about-desc p { color:#888; font-size: 13px; line-height: 1.8em; } .span_1_of_about1 { width: 25.2%; } .col { display: block; float: left; margin: 1% 0 1% 1.6%; } .span_1_of_about1 h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .comments-custom li { overflow: hidden; margin: 0; padding: 0px 0 25px 0; border-bottom: none; background: none; } .comments-custom.unstyled .icon { background: url(../images/comment.png) no-repeat 0 50%; width: 37px; height: 70px; float: left; border-right: 1px solid #DADADA; padding: 0 8px 0 0; margin: 0 10px 0 0; } .right-text { width:79%; float: left; } .comments-custom.unstyled .comments-custom_h { color:#888; font-size: 1em; margin: -2px 0 0 0; } .comments-custom.unstyled .comments-custom_txt { padding: 2px 0 0 0; font-size: 13px; line-height: 1.5em; } .comments-custom.unstyled .comments-custom_txt a { color: #333; } .comments-custom.unstyled .comments-custom_txt a:hover{ color:#8A4A2E; } .comments-custom time { font-size: 11px; color:#FFA503; } .about-topgrid1 { width: 29%; float: left; margin-right: 3%; } .about-topgrid1 h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-topgrid1 img { margin-bottom: 20px; } .about-topgrid1 h5 { color:#FFA503; font-size: 13px; line-height: 1.5em; padding-bottom:10px; } .about-topgrid1 p { font-size: 0.8125em; color:#888; line-height: 1.5em; padding: 4px 0px 8px 0px; } .about-histore { float: left; width: 35%; } .about-histore h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-histore ul li span { color: #333; font-size: 14px; padding: 15px 0px 15px 0px; margin-bottom: 13px; float: left; width: 15%; } .about-histore ul li p { font-size: 0.8125em; color:#888; line-height: 1.5em; padding: 4px 0px 8px 0px; float: right; width: 83%; } .about-services { width: 30%; float: left; margin-left: 3%; } .about-services h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .questions { margin: 10px 0 3px 0; } .questions h4 { color: #333; font-size: 15px; margin-bottom: 5px; font-weight: normal; } .questions p { font-size: 0.8125em; color: #888; line-height: 1.5em; padding: 4px 0px 8px 0px; } .about-bottom { padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--single--*/ #login-form label { color: #333; line-height: 2.8em; font-size: 13px; } input.inputbox, input.required, div.k2AccountPage input[type="text"] { background: #FFF; border: 1px solid #BDBCBC; color: inherit; font-family: inherit; font-size: inherit; height: 27px; padding: 0 7px; width: 100%; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 13px; color:#888; } .about{ padding-top:3%; } fieldset.input input[type="submit"] { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); border: none; color: #FFF; padding: 7px 20px; cursor: pointer; outline:none; } fieldset.input input[type="submit"]:hover { background: #333; } .single-box{ margin-bottom:20px; } .more2{ margin-top:20px; } .single-right{ padding-top:15%; } .single-top{ padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--services--*/ /* GRID OF Four ============================================================================= */ .grid_1_of_4{ display: block; float:left; margin:2% 0 2% 1.6%; } .grid_1_of_4:first-child { margin-left: 0; } .images_1_of_4 { width:23.8%; position:relative; } .images_1_of_4 img{ max-width:100%; display:block; } .zoom-icon { position: absolute; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; background: rgba(64, 72, 109, 0.61); display: block; left: 0; top: -152px; width: 290px; height: 219px; background: url(../images/zoom.png) center center no-repeat; cursor: pointer; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; } .images_1_of_4 .zoom-icon { top: -50px; height: 182px; } .images_1_of_4 a:hover .zoom-icon { top: 0; opacity: 1; filter: alpha(opacity=99); /* internet explorer */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/ } .projects-bottom-paination{ text-align: center; padding-top: 25px; } .projects-bottom-paination li{ display:inline-block; } .projects-bottom-paination li a{ font-size:0.85em; color: #5a5a5a; padding:10px 18px; background: #fff; text-decoration: none; display:block; border:none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover { background:#CA009C; color:#fff; } .grid_1_of_4 h4 { text-transform: uppercase; font-size: 1em; line-height: 22px; color: #FFA503; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; cursor: pointer; padding: 13px 0px 2px 0px; } .grid_1_of_4 h4:hover { color:#333; } .grid_1_of_4 p { font-size:13px; padding: 0.2em 0em 1.2em 0em; color: #6A6A6A; line-height: 1.6em; } .link { background: url(../images/arrow.gif) no-repeat 100% 8px; display: inline-block; padding: 0 13px 0 0; line-height: 19px; font-size: 14px; font-style: normal; text-decoration: underline; color: #FFA503; } .link:hover { color:#333; text-decoration:none; } .services{ padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--contact--*/ /* Contact Form ============================================================================= */ .col:first-child{ margin-left:0; } .span_2_of_contact { width: 63.1%; margin-right: 2.5%; } .span_1_of_contact{ width: 32.2%; } .span_2_of_contact h3, .span_1_of_contact h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .contact-form{ position:relative; padding-bottom:30px; } .contact-form div{ padding:5px 0; } .contact-form span{ display:block; font-size:0.8125em; color: #888; padding-bottom:5px; font-family :verdana, arial, helvetica, helve, sans-serif; } .contact-form input[type="text"],.contact-form textarea{ padding:8px; display:block; width:98%; background:#fcfcfc; border: none; outline:none; color:#464646; font-size:0.8125em; font-family:Arial, Helvetica, sans-serif; box-shadow: inset 0px 0px 3px #999; -webkit-box-shadow: inset 0px 0px 3px #999; -moz-box-shadow: inset 0px 0px 3px #999; -o-box-shadow: inset 0px 0px 3px #999; -webkit-appearance:none; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ padding:7px 20px; color:#FFF; cursor:pointer; background:#FFA503 url(../images/large-button-overlay.png); border: 1px solid rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50); -webkit-border-radius: 5px; border-radius:2px; font-family:Arial, Helvetica, sans-serif; position:absolute; right:0; outline:none; } .contact-form input[type="submit"]:hover{ background-color:#333; } .contact-form input[type="submit"]:active{ background-color:#333; } .company_address{ padding-top:20px; } .company_address p{ color: #888; font-size: 13px; line-height: 1.8em; } .company_address p span{ text-decoration:underline; color:#333; cursor:pointer; } .company_address p span:hover{ text-decoration:none; } .map{ border:1px solid #C7C7C7; margin-bottom:15px; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 800 PIXELS */ @media only screen and (max-width: 800px) { .wrap{ width:95%; } .span_2_of_contact { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_contact { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .span_2_of_contact { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_contact { width:94%; padding:3%; } .contact-form input[type="text"],.contact-form textarea{ width:97%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .span_2_of_contact { width:90%; padding:5%; } .col { margin: 1% 0 1% 0%; } .span_1_of_contact { width:90%; padding:5%; } .contact-form input[type="text"],.contact-form textarea{ width:92%; } } /*--404--*/ .page-not-found h1 { font-size: 15em; color: #F0F0F0; text-align: center; text-shadow: 1px 1px 6px #AAA; -moz-text-shadow: 1px 1px 6px #aaa; -webkit-text-shadow: 1px 1px 6px #aaa; -o-text-shadow: 1px 1px 6px #aaa; } /*--responsive design--*/ @media (max-width:1366px){ .wrap{ width:90%; } } @media (max-width:1280px){ .wrap{ width:90%; } } @media (max-width:1024px){ .wrap{ width:90%; } .right-text { width: 75%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding: 0 128px 19px; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:800px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 40px 15px; } .logo { margin-top: 2.5%; width: 32%; } .module-title h2 { font-size: 25px; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:640px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 32%; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:480px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:320px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } @media (max-width:480px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 17px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } .top-nav ul li a { font-size: 11px; } .top-nav ul li { padding: 30px 6px; } }
css/style.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0;padding:0;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ .underline{ padding-bottom:5px; border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body{ font-family: 'Open Sans', sans-serif; background:#fff; } .wrap{ width:80%; margin:0 auto; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear; } .wrap-box{ background: url(../images/strip.png); padding:2px; } .header-bottom{ background: #2D2D2D; } .header-top { padding:10px 0; background: #ffd133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd133), color-stop(99%,#ffa503)); background: -webkit-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #ffd133 0%,#ffa503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); } .top-header-left { float: left; } .top-header-left p { font-family: 'Open Sans', sans-serif; color:#fff; font-size: 0.875em; background: url(../images/phone.png) no-repeat; padding-left: 18px; } .right-left { float: right; } .right-left ul li { display: inline-block; margin-right: 10px; } .login { background: url(../images/lock.png) no-repeat 0; padding-left: 18px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .sign { background: url(../images/login.png) no-repeat 0; padding-left: 18px; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; } .login:hover { background: url(../images/lock1.png) no-repeat 0; } .sign:hover { background: url(../images/login1.png) no-repeat 0; } .right-left ul li a { color:#fff; font-size: 0.875em; } .right-left ul li a:hover { color:#333; } .follow_icon { list-style: none; padding-top: 10px; } ul.follow_icon li { display:inline-block; margin-left: 1px; } .follow_icon li :hover{ opacity:0.7; } .follow_icon li a img { vertical-align: middle; } .logo { float: left; margin-top:1.1%; } /*--menu--*/ .top-nav { float: right; } .top-nav ul li { display: inline-block; float: left; padding: 40px 23px; width: 10.99%; } .top-nav ul li a { color: #fff; display: block; position: relative; text-transform: uppercase; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; font-size: 0.875em; position: relative; } .top-nav li.active a, .top-nav li a:hover { color:#ffa503; } .main { background: #FFF; } /*--content--*/ /* GRID OF THREE ============================================================================= */ .col_1_of_3{ display: block; float:left; margin: 1% 0 -2% 1.6%; } .col_1_of_3:first-child { margin-left: 0; } .span_1_of_3 { width: 32.2%; padding:1.5% 0; } .span_1_of_3 h3{ color:#FFA503; margin-bottom:0.5em; font-size:1.2em; line-height: 1.2; font-weight : normal; margin-top: 0px; letter-spacing: -1px; text-transform:uppercase; } .span_1_of_3 p { font-size:0.8125em; padding:0.5em 0; color: #888; line-height: 1.5em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_3{ margin: 1% 0 1% 0%; } .span_1_of_3 { width:92%; padding:4%; } } .module-title h2 { font-size: 29px; text-transform: uppercase; padding:50px 0 21px 0; line-height: 27px; text-align:center; color:#FFA503; } p.modulePretext{ padding: 0 192px 20px; font-size: 1em; line-height: 1.5em; color: #888; } .grid_img{ border:1px solid #E9E7E7; } .hover_img img { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; } .hover_img img:hover { -webkit-transform: scale(0.99); -moz-transform: scale(0.99); -o-transform: scale(0.99); opacity: 1; } p.desc{ padding:5%; } p.desc a{ text-transform:uppercase; color:#FFA503; font-size:1em; } p.desc a:hover{ color:#333; } .more { text-align: center; padding:4% 0 2%; } .button { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); padding: 8.5px 15px; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; color: #FFF; font-size: 13px; text-decoration: none; vertical-align: middle; text-transform:uppercase; } .button:hover { background:#333; } ul.dishes_list li { border-bottom: 1px solid #E0E8ED; padding: 6px 0; } ul.dishes_list li a { color: #555; font-size: 13px; display: block; padding: 5px 0 5px 20px; background: url(../images/marker.png) no-repeat 0; } .latest-news-pic { float: left; width: 20%; } .latest-news-info { float: right; width: 76%; } .latest-news-info a { color:#FFA503; font-size: 13px; line-height: 1.5em; -moz-transition: background 0.3s ease-out; -o-transition: background 0.3s ease-out; -webkit-transition: background 0.3s ease-out; transition: all 0.3s ease-out; } .latest-news-info a:hover { color:#333; } .module-item{ display: block; padding: 5px 0 8px; color: #000; } .module-text h4 a { text-decoration: none; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; transition: all .5s ease-out; line-height: 18px; text-transform: uppercase; padding: 0 0 10px 0; color: #000; font-size:13px; } .module-text h4 a:hover { color:#FFA503; } .button1 { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); padding:5.5px 15px; -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0; color: #FFF; font-size: 13px; text-decoration: none; vertical-align: middle; text-transform: uppercase; } .button1:hover { background: #333; } .module-text{ padding-bottom:3%; } .latest-news-grid{ padding-top:15px; } .more1{ padding-top:10px; } .content-bottom { padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--footer--*/ .col_1_of_4{ display: block; float:left; margin: 1% 0 1% 1.6%; } .col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */ .span_1_of_4 { width: 23.8%; } .span_1_of_4 { width: 23.8%; } .span_1_of_footer-lastgrid{ width: 23.8%; } .span_1_of_4 h3, .span_1_of_footer-lastgrid h3{ margin-bottom: 20px; font-family: 'Open Sans', sans-serif; font-size:1.1em; line-height: 1.2; margin-top: 0px; letter-spacing: -1px; color:#373737; } .span_1_of_4 p { font-size:0.8125em; color:#A0A0A0; line-height: 1.5em; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .col_1_of_4{ margin: 1% 0 1% 0%; } .span_1_of_4 { width:94%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .col_1_of_4{ margin: 1% 0 1% 0%; } .span_1_of_4 { width:92%; padding:4%; } } .span_1_of_4 ul li { background: url(../images/marker1.gif)no-repeat; line-height: 0.4em; padding: 0 0 19px 13px; } .span_1_of_4 ul li a { color: #A0A0A0; font-size: 13px; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease; -webkit-transition: background 0.5s ease; } .span_1_of_4 ul li a:hover { color:#333; } .footer-top { padding-top: 2%; } .footer-grid-address p { font-size: 0.875em; color: #888; line-height: 1.8em; } .email-link { color: #333; transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; text-transform: lowercase; } .email-link:hover { color:#FFA503; } .copy{ text-align: center; padding:2% 0; border-top: 1px solid #DADADA; } .copy p { color:#888; font-size: 0.85em; } .copy p a { color:#FFA503; } .copy p a:hover { color:#333; } /*--about--*/ .col:first-child { margin-left: 0; } .col { display: block; float: left; margin: 1% 0 1% 1.6%; } .span_1_of_about { width: 73.2%; margin-right: 3%; } .span_1_of_about h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-img { width: 29%; float: left; margin-right: 3%; } .about-desc { width: 98%; float: left; margin-right: 0; } .about-desc p { color:#888; font-size: 13px; line-height: 1.8em; } .span_1_of_about1 { width: 25.2%; } .col { display: block; float: left; margin: 1% 0 1% 1.6%; } .span_1_of_about1 h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .comments-custom li { overflow: hidden; margin: 0; padding: 0px 0 25px 0; border-bottom: none; background: none; } .comments-custom.unstyled .icon { background: url(../images/comment.png) no-repeat 0 50%; width: 37px; height: 70px; float: left; border-right: 1px solid #DADADA; padding: 0 8px 0 0; margin: 0 10px 0 0; } .right-text { width:79%; float: left; } .comments-custom.unstyled .comments-custom_h { color:#888; font-size: 1em; margin: -2px 0 0 0; } .comments-custom.unstyled .comments-custom_txt { padding: 2px 0 0 0; font-size: 13px; line-height: 1.5em; } .comments-custom.unstyled .comments-custom_txt a { color: #333; } .comments-custom.unstyled .comments-custom_txt a:hover{ color:#8A4A2E; } .comments-custom time { font-size: 11px; color:#FFA503; } .about-topgrid1 { width: 29%; float: left; margin-right: 3%; } .about-topgrid1 h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-topgrid1 img { margin-bottom: 20px; } .about-topgrid1 h5 { color:#FFA503; font-size: 13px; line-height: 1.5em; padding-bottom:10px; } .about-topgrid1 p { font-size: 0.8125em; color:#888; line-height: 1.5em; padding: 4px 0px 8px 0px; } .about-histore { float: left; width: 35%; } .about-histore h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .about-histore ul li span { color: #333; font-size: 14px; padding: 15px 0px 15px 0px; margin-bottom: 13px; float: left; width: 15%; } .about-histore ul li p { font-size: 0.8125em; color:#888; line-height: 1.5em; padding: 4px 0px 8px 0px; float: right; width: 83%; } .about-services { width: 30%; float: left; margin-left: 3%; } .about-services h3 { color:#FFA503; margin-bottom:20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .questions { margin: 10px 0 3px 0; } .questions h4 { color: #333; font-size: 15px; margin-bottom: 5px; font-weight: normal; } .questions p { font-size: 0.8125em; color: #888; line-height: 1.5em; padding: 4px 0px 8px 0px; } .about-bottom { padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--single--*/ #login-form label { color: #333; line-height: 2.8em; font-size: 13px; } input.inputbox, input.required, div.k2AccountPage input[type="text"] { background: #FFF; border: 1px solid #BDBCBC; color: inherit; font-family: inherit; font-size: inherit; height: 27px; padding: 0 7px; width: 100%; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 13px; color:#888; } .about{ padding-top:3%; } fieldset.input input[type="submit"] { background: #FFD133; background: -moz-linear-gradient(top, #ffd133 0%, #ffa503 99%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD133), color-stop(99%,#FFA503)); background: -webkit-linear-gradient(top, #FFD133 0%,#FFA503 99%); background: -o-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: -ms-linear-gradient(top, #ffd133 0%,#ffa503 99%); background: linear-gradient(to bottom, #FFD133 0%,#FFA503 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd133', endColorstr='#ffa503',GradientType=0 ); border: none; color: #FFF; padding: 7px 20px; cursor: pointer; outline:none; } fieldset.input input[type="submit"]:hover { background: #333; } .single-box{ margin-bottom:20px; } .more2{ margin-top:20px; } .single-right{ padding-top:15%; } .single-top{ padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--services--*/ /* GRID OF Four ============================================================================= */ .grid_1_of_4{ display: block; float:left; margin:2% 0 2% 1.6%; } .grid_1_of_4:first-child { margin-left: 0; } .images_1_of_4 { width:23.8%; position:relative; } .images_1_of_4 img{ max-width:100%; display:block; } .zoom-icon { position: absolute; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; background: rgba(64, 72, 109, 0.61); display: block; left: 0; top: -152px; width: 290px; height: 219px; background: url(../images/zoom.png) center center no-repeat; cursor: pointer; transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; } .images_1_of_4 .zoom-icon { top: -50px; height: 182px; } .images_1_of_4 a:hover .zoom-icon { top: 0; opacity: 1; filter: alpha(opacity=99); /* internet explorer */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/ } .projects-bottom-paination{ text-align: center; padding-top: 25px; } .projects-bottom-paination li{ display:inline-block; } .projects-bottom-paination li a{ font-size:0.85em; color: #5a5a5a; padding:10px 18px; background: #fff; text-decoration: none; display:block; border:none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover { background:#CA009C; color:#fff; } .grid_1_of_4 h4 { text-transform: uppercase; font-size: 1em; line-height: 22px; color: #FFA503; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; cursor: pointer; padding: 13px 0px 2px 0px; } .grid_1_of_4 h4:hover { color:#333; } .grid_1_of_4 p { font-size:13px; padding: 0.2em 0em 1.2em 0em; color: #6A6A6A; line-height: 1.6em; } .link { background: url(../images/arrow.gif) no-repeat 100% 8px; display: inline-block; padding: 0 13px 0 0; line-height: 19px; font-size: 14px; font-style: normal; text-decoration: underline; color: #FFA503; } .link:hover { color:#333; text-decoration:none; } .services{ padding-bottom: 2%; border-bottom: 1px solid #DADADA; } /*--contact--*/ /* Contact Form ============================================================================= */ .col:first-child{ margin-left:0; } .span_2_of_contact { width: 63.1%; margin-right: 2.5%; } .span_1_of_contact{ width: 32.2%; } .span_2_of_contact h3, .span_1_of_contact h3 { color:#FFA503; margin-bottom: 20px; font-size: 1.2em; line-height: 1.2; font-weight: normal; margin-top: 0px; letter-spacing: -1px; text-transform: uppercase; } .contact-form{ position:relative; padding-bottom:30px; } .contact-form div{ padding:5px 0; } .contact-form span{ display:block; font-size:0.8125em; color: #888; padding-bottom:5px; font-family :verdana, arial, helvetica, helve, sans-serif; } .contact-form input[type="text"],.contact-form textarea{ padding:8px; display:block; width:98%; background:#fcfcfc; border: none; outline:none; color:#464646; font-size:0.8125em; font-family:Arial, Helvetica, sans-serif; box-shadow: inset 0px 0px 3px #999; -webkit-box-shadow: inset 0px 0px 3px #999; -moz-box-shadow: inset 0px 0px 3px #999; -o-box-shadow: inset 0px 0px 3px #999; -webkit-appearance:none; } .contact-form textarea{ resize:none; height:120px; } .contact-form input[type="submit"]{ padding:7px 20px; color:#FFF; cursor:pointer; background:#FFA503 url(../images/large-button-overlay.png); border: 1px solid rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50); -webkit-border-radius: 5px; border-radius:2px; font-family:Arial, Helvetica, sans-serif; position:absolute; right:0; outline:none; } .contact-form input[type="submit"]:hover{ background-color:#333; } .contact-form input[type="submit"]:active{ background-color:#333; } .company_address{ padding-top:20px; } .company_address p{ color: #888; font-size: 13px; line-height: 1.8em; } .company_address p span{ text-decoration:underline; color:#333; cursor:pointer; } .company_address p span:hover{ text-decoration:none; } .map{ border:1px solid #C7C7C7; margin-bottom:15px; } /***** Media Quries *****/ @media only screen and (max-width: 1024px) { .wrap{ width:95%; } } /* GO FULL WIDTH AT LESS THAN 800 PIXELS */ @media only screen and (max-width: 800px) { .wrap{ width:95%; } .span_2_of_contact { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_contact { width:94%; padding:3%; } } /* GO FULL WIDTH AT LESS THAN 640 PIXELS */ @media only screen and (max-width: 640px) and (min-width: 480px) { .wrap{ width:95%; } .span_2_of_contact { width:94%; padding:3%; } .col{ margin: 1% 0 1% 0%; } .span_1_of_contact { width:94%; padding:3%; } .contact-form input[type="text"],.contact-form textarea{ width:97%; } } /* GO FULL WIDTH AT LESS THAN 480 PIXELS */ @media only screen and (max-width: 480px) { .wrap{ width:95%; } .span_2_of_contact { width:90%; padding:5%; } .col { margin: 1% 0 1% 0%; } .span_1_of_contact { width:90%; padding:5%; } .contact-form input[type="text"],.contact-form textarea{ width:92%; } } /*--404--*/ .page-not-found h1 { font-size: 15em; color: #F0F0F0; text-align: center; text-shadow: 1px 1px 6px #AAA; -moz-text-shadow: 1px 1px 6px #aaa; -webkit-text-shadow: 1px 1px 6px #aaa; -o-text-shadow: 1px 1px 6px #aaa; } /*--responsive design--*/ @media (max-width:1366px){ .wrap{ width:90%; } } @media (max-width:1280px){ .wrap{ width:90%; } } @media (max-width:1024px){ .wrap{ width:90%; } .right-text { width: 75%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding: 0 128px 19px; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:800px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 40px 15px; } .logo { margin-top: 2.5%; width: 32%; } .module-title h2 { font-size: 25px; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:640px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 32%; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:480px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } } @media (max-width:320px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 51px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } @media (max-width:480px){ .wrap{ width:90%; } .right-text { width:68%; } .grid_1_of_4 h4 { font-size: 0.8125em; } p.modulePretext { padding:0 17px 19px; } .top-nav ul li { display: inline-block; float: left; padding: 30px 9px; width: 14.99%; } .logo { margin-top: 2.5%; width: 100%; text-align: center; } .module-title h2 { font-size: 25px; } .copy { padding: 20px 0; } .footer-top { padding-bottom: 20px; } p.modulePretext { font-size:0.8125em; } .span_1_of_about { width: 100%; margin-right:0%; } .span_1_of_about1 { width: 100%; } .single-top { padding-bottom: 20px; } .about-topgrid1 { width: 100%; float: none; margin-right: 0px; } .about-histore { float: none; width: 100%; } .about-services { width: 100%; float: none; margin-left: 0px; } .images_1_of_4 { width: 100%; position: relative; } .span_1_of_footer-lastgrid { width: 100%; } .about-desc { width: 100%; float: none; margin-right: 0; } .top-nav ul li a { font-size: 11px; } .top-nav ul li { padding: 30px 6px; } }
0.276105
0.064065
.form-control { height: 33px; } a:focus { outline: none; } .page-signup .signup-header, .page-signin .signin-header, .page-forgot .signin-header{ margin-top: 65px; } .signup-header .logo, .signin-header .logo{ background-color: #fff; } .header-container > .top-header .top-nav.toggleOn, .header-container > .top-header .logo.toggleOn, .app-footer.toggleOn, .app > .main-container > .nav-container.toggleOn, .app > .main-container > .content-container.toggleOn { transition: width 0.3s, margin-left 0.3s, padding 0.3s; -webkit-transition: width 0.3s, margin-left 0.3s, padding 0.3s; -moz-transition: width 0.3s, margin-left 0.3s, padding 0.3s; -o-transition: width 0.3s, margin-left 0.3s, padding 0.3s; } .app-footer.toggleOff, .app > .main-container > .content-container.toggleOff { margin-left: 80px; transition: margin-left 0.3s; -webkit-transition: margin-left 0.3s; -moz-transition: margin-left 0.3s; -o-transition: margin-left 0.3s; } .header-container > .top-header .top-nav.toggleOff { padding: 0 0 0 80px; transition: padding 0.3s; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; -o-transition: padding 0.3s; } .header-container > .top-header .logo.toggleOff, .app > .main-container > .nav-container.toggleOff { width: 80px; transition: width 0.3s; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; -o-transition: width 0.3s; } @media (max-width:480px) { .page-signup .signup-header, .page-signin .signin-header, .page-forgot .signin-header{ margin-top: 50px; } } .wrap-logo { max-width: 230px; width: 100%; margin: 0 auto; } .wrap-logo img { max-width: 100%; } @media (max-width:480px) { .page-signin .signin-body, .page-signup .signup-body, .page-forgot .signup-body{ padding: 20px 0; } .form-control.input-lg{ font-size: 16px; } .wrap-logo{ max-width: 150px; } } .page-signin .panel, .page-signup .panel, .page-forgot .panel{ box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.1); max-width: 470px; width: 100%; margin: 0 auto; } .email-send{ max-width: 470px; width: 100%; margin: 20px auto 0; } .page-signin .form-control, .page-signup .form-control, .page-forgot .form-control { color: #444444; } .page-signin .form-group_margin, .page-signup .form-group_margin, .page-forgot .form-group_margin{ margin:50px auto 20px; } .page-signin .form-group_margin button, .page-signup .form-group_margin button, .page-forgot .form-group_margin button{ transition: 0.5s; outline:none; } .page-signin .input-group, .page-signup .input-group, .page-forgot .input-group{ border-bottom: 1px solid #ccc; } .page-signin .form-container, .page-signup .form-container, .page-forgot .form-container{ padding: 20px 10px 10px 10px; } @media (max-width:480px) { .page-signin .form-container, .page-signup .form-container, .page-forgot .form-container { padding: 10px; } .page-forgot .text-small { font-size: 10px; } } .page-forgot .additional-info p, .page-signup .additional-info, .page-signup .additional-info a, .page-signin .additional-info a { color: #444444; } .bg-primary { background: #77C150; } .toggleOff .nav-title, .toggleOn .small-img { display: none; } .toggleOff .big-img { display: none; } .toggleOff .small-img { display: inline-block; max-width: 100%; } .header-container > .top-header .logo { line-height: 1.42857; } .header-container > .top-header .top-nav .nav-right > li.nav-profile i { vertical-align: middle; font-size: 25px; width: auto; } .header-container > .top-header .top-nav .nav-right > li.nav-profile > a { padding: 12px 18px; } .header-container > .top-header .top-nav .nav-right > li.nav-profile > a > span { vertical-align: middle; } .header-container>.top-header .top-nav { box-shadow: 0 1px 2px rgba(0,0,0,.15); } .logo { padding-top: 2px; background: #1F2837; } .header-container { box-shadow: none; } .top-header .logo img { max-height: 46px; } .text-gold { color: gold; } .a-icon, .span-badge { font-size: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } .td-id { width: 50px; text-align: center; } .table > tbody > tr > td.td-button { width: 50px; text-align: center; vertical-align: middle; } .td-badge { width: 85px; text-align: center; } .td-switch { width: 100px; text-align: center; } .td-amount { width: 150px; } .social { display: table-cell; vertical-align: middle; } .social select { height: 34px; } .drop-box { padding: 0; min-height: 124px; width: 124px; position: relative; } .drop-box i { position: absolute; z-index: 0; bottom: 50%; margin-bottom: -35px; left: 0; right: 0; } .ui-switch { vertical-align: middle; margin-bottom: 0; } .page .panel .form-inline { margin-bottom: 5px; } .page .social-input { width: 422px; } .accept-alert { background: #81CA80; border: #6fc26e; border-radius: 3px; color: #fff; } .avatar { color: #fff; } .ft-white { color: #fff; } .ft-greay { color: #555; } .text-danger { color: #a94442; } .text-success { color: #3c763d; } .signin-body .ui-checkbox { margin-top: 10px; } .btn-plus.btn-default.active { background-color: #449d44; border-color: #398439; color: #fff; } .btn-minus.btn-default.active { background-color: #c9302c; border-color: #ac2925; color: #fff; } .finances-modal .btn { padding: 7px 12px; } .page-worker-add .drop-box { background-color: transparent; color: #ddd; border: 1px solid rgba(255,255,255,.3); font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; border-radius: 0; overflow: hidden; line-height: 100px; padding-top: 0; max-width: 131px; } .page-worker-add .drop-box i { font-size: 24px; color: rgba(255,255,255,.3); } .page-worker-add .box-file { margin: 20px 0; color: rgba(255,255,255,.3); font-size: 14px; } .page-worker-add .tags { border: 1px solid rgba(255,255,255,.3); border-radius: 0; } .page-worker-add .ui-tags-input .host { margin-top: 0; } .page-worker-add .tags, .page-worker-add .tags .input, .page-worker-add .tags .input:focus { background-color: transparent; color: rgba(255, 255, 255, .4); } .page-worker-add .form-container, .page-worker-add .form-container { max-width: 940px; } .list-inline .link { text-decoration: none; color: #fff !important; cursor: pointer; } .slide-animate-container { position:relative; background:white; overflow:hidden; } .slide-animate { padding:10px; } .list-group-item { border: 1px solid #ccc; cursor: pointer; } .page-profile .profile-img img { height: 100px !important; } .photo-user { font-size: 40px; border: 2px solid #fff; border-radius: 50%; display: inline-block; height: 100px; width: 100px; line-height: 100px; text-align: center; color: #fff; } .additional-info .additional-info_password:hover{ transition: 0.5s; color:#5dbb5c; text-decoration: none; } .ui-map-scroll{ height: 200px; overflow:auto; margin: 20px 0 20px; } .ui-map-scroll p{ text-align: justify; font-size: 14px; } .page-signin .ui-checkbox input[type="checkbox"] + span { font-weight: 600; font-size: 14px; } @media (max-width:480px) { .page-signin .ui-checkbox input[type="checkbox"] + span { font-size: 10px; } .signin-body .ui-checkbox { margin-right: 0; } .ui-map-scroll{ padding: 5px; } .ui-map-scroll p{ font-size: 12px; } } .members-avatar { vertical-align: middle; margin-right: 5px; width: 30px; height: 30px; display: inline-block; font-size: 30px; } .members-avatar > * { vertical-align: top; } .btn-descs { margin: 0 3px 3px 0; }
public/css/app_old.css
.form-control { height: 33px; } a:focus { outline: none; } .page-signup .signup-header, .page-signin .signin-header, .page-forgot .signin-header{ margin-top: 65px; } .signup-header .logo, .signin-header .logo{ background-color: #fff; } .header-container > .top-header .top-nav.toggleOn, .header-container > .top-header .logo.toggleOn, .app-footer.toggleOn, .app > .main-container > .nav-container.toggleOn, .app > .main-container > .content-container.toggleOn { transition: width 0.3s, margin-left 0.3s, padding 0.3s; -webkit-transition: width 0.3s, margin-left 0.3s, padding 0.3s; -moz-transition: width 0.3s, margin-left 0.3s, padding 0.3s; -o-transition: width 0.3s, margin-left 0.3s, padding 0.3s; } .app-footer.toggleOff, .app > .main-container > .content-container.toggleOff { margin-left: 80px; transition: margin-left 0.3s; -webkit-transition: margin-left 0.3s; -moz-transition: margin-left 0.3s; -o-transition: margin-left 0.3s; } .header-container > .top-header .top-nav.toggleOff { padding: 0 0 0 80px; transition: padding 0.3s; -webkit-transition: padding 0.3s; -moz-transition: padding 0.3s; -o-transition: padding 0.3s; } .header-container > .top-header .logo.toggleOff, .app > .main-container > .nav-container.toggleOff { width: 80px; transition: width 0.3s; -webkit-transition: width 0.3s; -moz-transition: width 0.3s; -o-transition: width 0.3s; } @media (max-width:480px) { .page-signup .signup-header, .page-signin .signin-header, .page-forgot .signin-header{ margin-top: 50px; } } .wrap-logo { max-width: 230px; width: 100%; margin: 0 auto; } .wrap-logo img { max-width: 100%; } @media (max-width:480px) { .page-signin .signin-body, .page-signup .signup-body, .page-forgot .signup-body{ padding: 20px 0; } .form-control.input-lg{ font-size: 16px; } .wrap-logo{ max-width: 150px; } } .page-signin .panel, .page-signup .panel, .page-forgot .panel{ box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.1); max-width: 470px; width: 100%; margin: 0 auto; } .email-send{ max-width: 470px; width: 100%; margin: 20px auto 0; } .page-signin .form-control, .page-signup .form-control, .page-forgot .form-control { color: #444444; } .page-signin .form-group_margin, .page-signup .form-group_margin, .page-forgot .form-group_margin{ margin:50px auto 20px; } .page-signin .form-group_margin button, .page-signup .form-group_margin button, .page-forgot .form-group_margin button{ transition: 0.5s; outline:none; } .page-signin .input-group, .page-signup .input-group, .page-forgot .input-group{ border-bottom: 1px solid #ccc; } .page-signin .form-container, .page-signup .form-container, .page-forgot .form-container{ padding: 20px 10px 10px 10px; } @media (max-width:480px) { .page-signin .form-container, .page-signup .form-container, .page-forgot .form-container { padding: 10px; } .page-forgot .text-small { font-size: 10px; } } .page-forgot .additional-info p, .page-signup .additional-info, .page-signup .additional-info a, .page-signin .additional-info a { color: #444444; } .bg-primary { background: #77C150; } .toggleOff .nav-title, .toggleOn .small-img { display: none; } .toggleOff .big-img { display: none; } .toggleOff .small-img { display: inline-block; max-width: 100%; } .header-container > .top-header .logo { line-height: 1.42857; } .header-container > .top-header .top-nav .nav-right > li.nav-profile i { vertical-align: middle; font-size: 25px; width: auto; } .header-container > .top-header .top-nav .nav-right > li.nav-profile > a { padding: 12px 18px; } .header-container > .top-header .top-nav .nav-right > li.nav-profile > a > span { vertical-align: middle; } .header-container>.top-header .top-nav { box-shadow: 0 1px 2px rgba(0,0,0,.15); } .logo { padding-top: 2px; background: #1F2837; } .header-container { box-shadow: none; } .top-header .logo img { max-height: 46px; } .text-gold { color: gold; } .a-icon, .span-badge { font-size: 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); } .td-id { width: 50px; text-align: center; } .table > tbody > tr > td.td-button { width: 50px; text-align: center; vertical-align: middle; } .td-badge { width: 85px; text-align: center; } .td-switch { width: 100px; text-align: center; } .td-amount { width: 150px; } .social { display: table-cell; vertical-align: middle; } .social select { height: 34px; } .drop-box { padding: 0; min-height: 124px; width: 124px; position: relative; } .drop-box i { position: absolute; z-index: 0; bottom: 50%; margin-bottom: -35px; left: 0; right: 0; } .ui-switch { vertical-align: middle; margin-bottom: 0; } .page .panel .form-inline { margin-bottom: 5px; } .page .social-input { width: 422px; } .accept-alert { background: #81CA80; border: #6fc26e; border-radius: 3px; color: #fff; } .avatar { color: #fff; } .ft-white { color: #fff; } .ft-greay { color: #555; } .text-danger { color: #a94442; } .text-success { color: #3c763d; } .signin-body .ui-checkbox { margin-top: 10px; } .btn-plus.btn-default.active { background-color: #449d44; border-color: #398439; color: #fff; } .btn-minus.btn-default.active { background-color: #c9302c; border-color: #ac2925; color: #fff; } .finances-modal .btn { padding: 7px 12px; } .page-worker-add .drop-box { background-color: transparent; color: #ddd; border: 1px solid rgba(255,255,255,.3); font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; border-radius: 0; overflow: hidden; line-height: 100px; padding-top: 0; max-width: 131px; } .page-worker-add .drop-box i { font-size: 24px; color: rgba(255,255,255,.3); } .page-worker-add .box-file { margin: 20px 0; color: rgba(255,255,255,.3); font-size: 14px; } .page-worker-add .tags { border: 1px solid rgba(255,255,255,.3); border-radius: 0; } .page-worker-add .ui-tags-input .host { margin-top: 0; } .page-worker-add .tags, .page-worker-add .tags .input, .page-worker-add .tags .input:focus { background-color: transparent; color: rgba(255, 255, 255, .4); } .page-worker-add .form-container, .page-worker-add .form-container { max-width: 940px; } .list-inline .link { text-decoration: none; color: #fff !important; cursor: pointer; } .slide-animate-container { position:relative; background:white; overflow:hidden; } .slide-animate { padding:10px; } .list-group-item { border: 1px solid #ccc; cursor: pointer; } .page-profile .profile-img img { height: 100px !important; } .photo-user { font-size: 40px; border: 2px solid #fff; border-radius: 50%; display: inline-block; height: 100px; width: 100px; line-height: 100px; text-align: center; color: #fff; } .additional-info .additional-info_password:hover{ transition: 0.5s; color:#5dbb5c; text-decoration: none; } .ui-map-scroll{ height: 200px; overflow:auto; margin: 20px 0 20px; } .ui-map-scroll p{ text-align: justify; font-size: 14px; } .page-signin .ui-checkbox input[type="checkbox"] + span { font-weight: 600; font-size: 14px; } @media (max-width:480px) { .page-signin .ui-checkbox input[type="checkbox"] + span { font-size: 10px; } .signin-body .ui-checkbox { margin-right: 0; } .ui-map-scroll{ padding: 5px; } .ui-map-scroll p{ font-size: 12px; } } .members-avatar { vertical-align: middle; margin-right: 5px; width: 30px; height: 30px; display: inline-block; font-size: 30px; } .members-avatar > * { vertical-align: top; } .btn-descs { margin: 0 3px 3px 0; }
0.320077
0.058669
.Login { z-index: 60; position: relative; } .Container { min-height: 700px; } .LoginContainer { z-index: 50; position: relative; height: 450px; display: grid; align-items: center; border: 1px solid #e6e6e6; margin-top: -10px; border-top: none; background-color: #ffffff; } .SignupContainer { z-index: 50; position: relative; min-height: 700px; display: grid; align-items: center; border: 1px solid #e6e6e6; margin-top: -10px; margin-bottom: 50px; border-top: none; background-color: #ffffff; } .Toggle { display: flex; width: 400px; justify-content: space-between; align-items: center; height: 60px; margin-top: -2px; z-index: 55; } .ToggleButton { display: flex; align-items: center; justify-content: center; width: 195px; height: 60px; font-size: 20px; cursor: pointer; border: none; border-bottom: 1px solid #e6e6e6; outline: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ToggleButton:focus { border: 1px solid #e6e6e6; border-bottom: none; } .InputDiv { width: 400px; height: 500px; border: 1px solid #e6e6e6; border-top: none; border-radius: 5px; display: block; align-items: center; text-align: center; margin: auto; } .FormDiv { width: 400px; height: 300px; border: 1px solid #e6e6e6; border: none; border-radius: 5px; display: block; align-items: center; text-align: center; } .Input { width: 300px; height: 40px; color: black; border: #ff9100 2px solid; border-radius: 5px; background-color: #eeeeee; padding-left: 16px; outline-width: 0; font-size: 16px; margin-top: 0%; } .Label { height: 60px; margin-top: 1000px; } .GoogleLogin { flex: 1; flexdirection: row; display: block; justifycontent: space-between; alignitems: center; margin: auto; } .GoogleLoginButton { height: 40px; width: 274px; border-radius: 5px; background-color: white; align-items: center; justifycontent: center; display: flex; font-size: 14px; text-align: center; } .Forgot { font-size: 12px; text-decoration: underline; color: slategray; cursor: pointer; } .Forgot:hover { color: black; }
CMPE451/web/carousel/src/components/Login/Login.module.css
.Login { z-index: 60; position: relative; } .Container { min-height: 700px; } .LoginContainer { z-index: 50; position: relative; height: 450px; display: grid; align-items: center; border: 1px solid #e6e6e6; margin-top: -10px; border-top: none; background-color: #ffffff; } .SignupContainer { z-index: 50; position: relative; min-height: 700px; display: grid; align-items: center; border: 1px solid #e6e6e6; margin-top: -10px; margin-bottom: 50px; border-top: none; background-color: #ffffff; } .Toggle { display: flex; width: 400px; justify-content: space-between; align-items: center; height: 60px; margin-top: -2px; z-index: 55; } .ToggleButton { display: flex; align-items: center; justify-content: center; width: 195px; height: 60px; font-size: 20px; cursor: pointer; border: none; border-bottom: 1px solid #e6e6e6; outline: none; border-top-left-radius: 5px; border-top-right-radius: 5px; } .ToggleButton:focus { border: 1px solid #e6e6e6; border-bottom: none; } .InputDiv { width: 400px; height: 500px; border: 1px solid #e6e6e6; border-top: none; border-radius: 5px; display: block; align-items: center; text-align: center; margin: auto; } .FormDiv { width: 400px; height: 300px; border: 1px solid #e6e6e6; border: none; border-radius: 5px; display: block; align-items: center; text-align: center; } .Input { width: 300px; height: 40px; color: black; border: #ff9100 2px solid; border-radius: 5px; background-color: #eeeeee; padding-left: 16px; outline-width: 0; font-size: 16px; margin-top: 0%; } .Label { height: 60px; margin-top: 1000px; } .GoogleLogin { flex: 1; flexdirection: row; display: block; justifycontent: space-between; alignitems: center; margin: auto; } .GoogleLoginButton { height: 40px; width: 274px; border-radius: 5px; background-color: white; align-items: center; justifycontent: center; display: flex; font-size: 14px; text-align: center; } .Forgot { font-size: 12px; text-decoration: underline; color: slategray; cursor: pointer; } .Forgot:hover { color: black; }
0.422743
0.112893
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; } blockquote:before, blockquote:after, q:before, q:after { content:""; } blockquote, q { quotes:"" ""; } a img { border:none; } p { margin:0 0 20px; clear:both; line-height:1.6; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-weight:normal; margin-bottom:10px; } h1 { font-size:24px; font-weight:bold; } h2 { font-size:18px; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:25px; } h3 { font-size:14px; font-weight:bold; } h4 { font-weight:bold; } h5 { font-size:12px; } h6 { font-size:11px; } /* Base */ body { background:#D6E4EE; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; color:#666; line-height:1.5; font-size:75%; } #statusBar { width:780px; margin:0 auto; text-align:right; } #statusBar a { color:#666; text-decoration:none; padding:0 0 0 20px; background:url('../img/warning_16.png') center left no-repeat; } #wrapper { width:960px; margin:30px auto 20px auto; } #wrapper h1 a.homelink { padding:40px; text-indent:-9999px; display:block; width:260px; } .home #wrapper { margin:20px auto; } #wrapper p.error { color:#990000; padding:10px 20px; } #wrapper p.success { color:green; border:1px solid green; padding:5px 20px; background:#f3f3f3; } #header { } span.small_instruction { font-size:12px; line-height:10px!important; display:block; margin:0 0 20px 0 ; } .col2 { width:200px; } td.col3 { font-size:12px; background-color:rgba(255,255,255,0.8); text-indent:20px; color:#777; } #headerInvoice { height:118px; margin:0 auto; background:url('../img/invoice_header.png') no-repeat; } #header ul#navigation { width:400px; float:right; list-style:none; padding:0; margin:20px 0 0 0; } #header ul#navigation li { float:left; margin:0 10px 0 0; padding:0; } #header ul#navigation li a { padding:5px 10px 3px 10px; background:#f2f2f2; margin:0; text-decoration:none; color:#69D2E7; } #header ul#navigation li a:hover, #header ul#navigation li a.active { background:#fff; } #content { background: #fff; padding:10px 40px 20px; clear:both; margin-bottom:10px; -moz-border-radius:10px 0 10px 10px; -webkit-border-radius:10px 0 10px 10px; } #footer { text-align:right; } #wrapper h1 { margin:0px 0 50px 0 ; text-indent:-9999px; } h2.toggle { line-height:46px; text-indent:60px; cursor:pointer; } h1, h3, h4 { color:#69D2E7; } a { color:#69D2E7; } h2 { color:#fa6900; } .orangered { color:#fa6900 } h2.plus { background:url('../img/add_48.png') center left no-repeat; } h2.minus { background:url('../img/cancel_48.png') center left no-repeat; } /* input[type="text"], input[type="password"], textarea { -moz-border-radius:5px; -webkit-border-radius:5px; background-color:#F2F2F2; border:1px solid #69D2E7; border-radius:5px; font: inherit; color:#F38630; padding:4px 2px; } */ .col2 input[type="text"] { width:180px; } .center { text-align:center; padding:40px 0 10px 0; } #addSuccess { height:175px; margin:10px 0; } #addSuccess h1 { line-height:46px; text-indent:60px; background:url('../img/accepted_48.png') center left no-repeat; margin:0 0 0 0; } #addSuccess a { } #addSuccess span { padding:10px 40px; border:1px solid #69D2E7; color:#F38630; margin:20px auto; font-size:160%; } .receipt { margin-left: 20px } .receipt th { text-align: right; font-size: 1.3em; } .receipt td { font-size: 1.3em } .centered_x { margin-left: auto; margin-right: auto } .bordered { padding: 15px; border: 1px solid #ddd; background-color: #ffffff } .pad_left { padding: 0 0 0 15px } .pad_right { padding: 0 15px 0 0 } .tight { line-height:140%; } p.pancake { text-align:right; font-size:12px; } p.pancake a { text-decoration:none; } span.small { font-size:10px; } span.small a, p.key a { text-decoration:none; } .paidInv { background:#f1ffbf; border:1px solid #a6d50f; padding:10px 20px 15px; margin-bottom:20px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .paidInv span { color:green; font-size:24px; } .outstanding { background:#fecdc6; border:1px solid #f45d43; padding:10px 20px 15px; margin-bottom:20px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .outstanding span { color:#990000; font-size:24px; } .notification { border-width:1px; border-style:solid; padding:17px 17px 17px 17px; margin-bottom:15px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .notification.success { background:#f1ffbf; border-color:#a6d50f; } .notification.error { background:#fecdc6; border-color:#f45d43; } div.notification p { margin: 0 0 3px 0; padding: 0px; } #logo { float:left; position:relative; top:22px; } table { border-collapse:separate; border-spacing:0px; } caption, th, td { text-align:left; font-weight:normal; } table, td, th { vertical-align:middle; } td { width:230px; } table { width:100%; } thead td, thead th { background-color:#E6E6E6; } tr td, thead th { color:#404040; padding:8px 0; } tr td.first, thead th.first { border-left:0; } tr td { vertical-align:middle; } thead td, thead th { font-weight:bold; padding:8px; color:#333333; } tbody th { padding:0 8px; text-align:left; } td.alt { background: #F5FAFA; } .listtable { border: 1px solid #999999; border-collapse: collapse; } .listtable thead td, .listtable thead th { background: #394754 url('../img/nav-bg.gif') repeat-x top; color: #FFFFFF; padding: 5px 8px; } .listtable tr td { border: 1px solid #999999; padding: 5px 5px 5px 8px; } #nav { line-height: 100%; float:right; margin-top:47px; } #nav li { margin: 0 0 0 10px; float: left; position: relative; list-style: none; } /* main level link */ #nav a { background: #394754 url('../img/nav-bg.gif') repeat-x top; font-weight: bold; color: #fff; text-decoration: none; display: block; padding: 8px 15px; margin: 0; border: 1px solid #394754; -webkit-border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); } #nav a:hover { background: #525f6d; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); } /* main level link hover */ #nav .current a, #nav li:hover > a { background: #525f6d url('../img/nav-hover.gif') repeat-x top; text-shadow: 0 1px 0 #394754; } /* sub levels link hover */ #nav ul li:hover a, #nav li:hover li a { background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none; } #nav ul a:hover { background: #728496 !important; color: #fff !important; -webkit-border-radius: 0; -moz-border-radius: 0; text-shadow: 0 1px 1px rgba(0, 0, 0, .1); } /* dropdown */ #nav li:hover > ul { display: block; } /* level 2 list */ #nav ul { display: none; margin: 0; padding: 0; width: 120px; position: absolute; top: 30px; left: 0; background: #f2f2f2 url('../img/nav-dd-bg.gif') repeat-x bottom; border: solid 1px #d9d9d9; -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); } #nav ul li { float: none; margin: 0; padding: 0; z-index:10; } #nav ul a { font-weight: normal; text-shadow: 0 1px 0 #fff; } /* level 3+ list */ #nav ul ul { left: 181px; top: -3px; } /* rounded corners of first and last link */ #nav ul li:first-child > a { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; } #nav ul li:last-child > a { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; } /* clearfix */ #nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #nav { display: inline-block; } html[xmlns] #nav { display: block; } * html #nav { height: 1%; } /* Forms */ form label { padding-top:2px; display: block; color:#444; font-size:14px; font-weight:bold; float:left; width:150px; } form p { margin-bottom:10px; padding-bottom:20px; } form div.row { clear:both; margin-bottom:20px; } form .row label { width:130px; } form input[type="radio"], form input[type="checkbox"] { width:auto; } form .row .checkbox, form .row .radio { width:auto; margin-right:10px; } form .row .checkbox { margin-left:10px; } form input, form textarea, form select { background: #FFFFFF url('../img/input-bg.gif') repeat-x top; -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #afafaf; outline:medium none; padding:4px 6px; margin:0; color:#555; } form input:focus, form textarea:focus { color: #000; background: #FFFEDE; border: 1px solid #aaa; } form input.error { border:1px solid #e17984; background:#f8dbdd; color:#b36069; } form input { /* width:150px; */ } form input.small { width:50px; } form input.large { width:250px; } form optgroup { background:#f7f7f7; } fieldset { margin-bottom:15px; } form.nocol label { float:none; margin-bottom:5px; } form.nocol div.row { margin-bottom:15px; } .auto { width:100px; } .25 { width:25px!important; } .50 { width:50px!important; } .75 { width:75px!important; } .100 { width:100px; } .200 { width:200px; } .300 { width:300px; } #add-row { margin:10px 0; } form textarea { margin-bottom:20px; } ul#file-inputs, ul#file-inputs li { list-style: none; margin: 0px; padding: 0px; } .file_remove td { text-decoration: line-through; } .btn_remove { color: #C60D22; padding:5px 0px 5px 26px; border:0; font-size:12px; background:url('../img/cross_24.png') center left no-repeat; cursor: pointer; } .button, button, .button2, .button:visited, .button2:visited { -webkit-border-radius:5px 5px 5px 5px; -o-border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px; background: #6abe18; background: -moz-linear-gradient(top, #cbe951, #9dd254 5%, #5eac11); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #9dd254), to(#5eac11)); border-color:#53A40C #53A40C #468F0A; border-style:solid; border-width:1px; color:#FFFFFF; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; padding:9px 18px; text-align:center; text-decoration:none; text-shadow:0 1px 1px #316903; width:auto; } .button:hover, button:hover, .button2:hover { background: #61b212; background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); border-bottom:1px solid #468F0A; color:#FFFFFF; } .button:focus, button:focus, .button2:focus { -moz-box-shadow:0 2px 5px #346C13 inset, 0 1px 0 #D0E0C7; background: #61b212; background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); border:medium none; color:#FFFFFF; padding:10px 19px; text-shadow:0 -1px 1px #316903; } .btn_grey{ /* GENERAL */ padding:5px 10px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center; display:inline-block; margin-top:-10px; /* BACKGROUND GRADIENTS */ background: #E6E6E6; background: -moz-linear-gradient(top, #FFF, #f5f5f5 5%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.03, #f5f5f5), to(#e2e2e2)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2')"; /* IE8 only */ /* BORDER RADIUS */ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; /* BORDERS */ border:1px solid #d0d0d0; border-bottom:1px solid #b5b5b5; /* TEXT COLOR & SHADOW */ color:#5e5e5e; text-shadow: 1px 1px 1px #FFF; } .btn_grey:hover { /* BACKGROUND GRADIENTS */ background: #EEE; background: -moz-linear-gradient(top, #FFF, #e5e5e5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#e5e5e5)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5')"; /* IE8 only */ } .btn_grey:focus { /* GENERAL */ padding:5px 10px 4px 10px; /* TEXT COLOR & SHADOW */ color:#FFF; text-shadow: -1px -1px 1px #888; /* BORDERS */ border:none; /* BACKGROUND GRADIENTS */ background:#999; background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */ /* INNER SHADOW & OUTER SHADOW */ box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD; } /* ========================== */ /* = Big notification boxes = */ /* ========================== */ .no_object_notification { min-height:800px; border:8px solid #ccc; background:#f2f2f2 url('../../../third_party/themes/admin/pancake/img/good_stack.png') 650px 560px no-repeat!important; margin:20px 0 20px 40px; overflow:hidden; } .super-warning { border:8px solid #DF0B24!important; } span.bad-news { color:red; display:block; clear:both; } .no_object_notification h2, .no_object_notification h4 { color:#666; font-size:36px!important; margin:40px 0 0 30px!important; font-family: 'Paytone One', arial, serif!important; text-shadow:0 2px #fff!important; } .no_object_notification p { margin:20px 0 0 30px; font-size:18px; width:600px; } .no_object_notification p.call_to_action { clear:both; width:450px; } .no_object_notification p.call_to_action a.yellow-btn { float:right; } /* ==================== */ /* = Installer Styles = */ /* ==================== */ ul.requirements { list-style:none; margin:20px 0 20px 20px ; } ul.requirements { /*color:#4ECDC4;*/ color:#999; } ul.requirements li { height:26px; padding:2px 0 0 30px; background:url('../../../third_party/themes/pancake/img/ui_icons/arrow_right_small.png') top left no-repeat; } .success { color:#6abe18; } .col1 { width:140px; text-align:right; padding-right:4px; } .col3 { font-size:12px; color:#69D2E7; } .pass { color: #3EA224; font-weight: bold; font-size: 200%; } .fail { color: #FF3000; font-weight: bold; font-size: 200%; } .focus { background:#C5D4D9; }
pancake/installer/assets/css/style.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; } blockquote:before, blockquote:after, q:before, q:after { content:""; } blockquote, q { quotes:"" ""; } a img { border:none; } p { margin:0 0 20px; clear:both; line-height:1.6; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-weight:normal; margin-bottom:10px; } h1 { font-size:24px; font-weight:bold; } h2 { font-size:18px; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:5px; margin-bottom:25px; } h3 { font-size:14px; font-weight:bold; } h4 { font-weight:bold; } h5 { font-size:12px; } h6 { font-size:11px; } /* Base */ body { background:#D6E4EE; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; color:#666; line-height:1.5; font-size:75%; } #statusBar { width:780px; margin:0 auto; text-align:right; } #statusBar a { color:#666; text-decoration:none; padding:0 0 0 20px; background:url('../img/warning_16.png') center left no-repeat; } #wrapper { width:960px; margin:30px auto 20px auto; } #wrapper h1 a.homelink { padding:40px; text-indent:-9999px; display:block; width:260px; } .home #wrapper { margin:20px auto; } #wrapper p.error { color:#990000; padding:10px 20px; } #wrapper p.success { color:green; border:1px solid green; padding:5px 20px; background:#f3f3f3; } #header { } span.small_instruction { font-size:12px; line-height:10px!important; display:block; margin:0 0 20px 0 ; } .col2 { width:200px; } td.col3 { font-size:12px; background-color:rgba(255,255,255,0.8); text-indent:20px; color:#777; } #headerInvoice { height:118px; margin:0 auto; background:url('../img/invoice_header.png') no-repeat; } #header ul#navigation { width:400px; float:right; list-style:none; padding:0; margin:20px 0 0 0; } #header ul#navigation li { float:left; margin:0 10px 0 0; padding:0; } #header ul#navigation li a { padding:5px 10px 3px 10px; background:#f2f2f2; margin:0; text-decoration:none; color:#69D2E7; } #header ul#navigation li a:hover, #header ul#navigation li a.active { background:#fff; } #content { background: #fff; padding:10px 40px 20px; clear:both; margin-bottom:10px; -moz-border-radius:10px 0 10px 10px; -webkit-border-radius:10px 0 10px 10px; } #footer { text-align:right; } #wrapper h1 { margin:0px 0 50px 0 ; text-indent:-9999px; } h2.toggle { line-height:46px; text-indent:60px; cursor:pointer; } h1, h3, h4 { color:#69D2E7; } a { color:#69D2E7; } h2 { color:#fa6900; } .orangered { color:#fa6900 } h2.plus { background:url('../img/add_48.png') center left no-repeat; } h2.minus { background:url('../img/cancel_48.png') center left no-repeat; } /* input[type="text"], input[type="password"], textarea { -moz-border-radius:5px; -webkit-border-radius:5px; background-color:#F2F2F2; border:1px solid #69D2E7; border-radius:5px; font: inherit; color:#F38630; padding:4px 2px; } */ .col2 input[type="text"] { width:180px; } .center { text-align:center; padding:40px 0 10px 0; } #addSuccess { height:175px; margin:10px 0; } #addSuccess h1 { line-height:46px; text-indent:60px; background:url('../img/accepted_48.png') center left no-repeat; margin:0 0 0 0; } #addSuccess a { } #addSuccess span { padding:10px 40px; border:1px solid #69D2E7; color:#F38630; margin:20px auto; font-size:160%; } .receipt { margin-left: 20px } .receipt th { text-align: right; font-size: 1.3em; } .receipt td { font-size: 1.3em } .centered_x { margin-left: auto; margin-right: auto } .bordered { padding: 15px; border: 1px solid #ddd; background-color: #ffffff } .pad_left { padding: 0 0 0 15px } .pad_right { padding: 0 15px 0 0 } .tight { line-height:140%; } p.pancake { text-align:right; font-size:12px; } p.pancake a { text-decoration:none; } span.small { font-size:10px; } span.small a, p.key a { text-decoration:none; } .paidInv { background:#f1ffbf; border:1px solid #a6d50f; padding:10px 20px 15px; margin-bottom:20px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .paidInv span { color:green; font-size:24px; } .outstanding { background:#fecdc6; border:1px solid #f45d43; padding:10px 20px 15px; margin-bottom:20px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .outstanding span { color:#990000; font-size:24px; } .notification { border-width:1px; border-style:solid; padding:17px 17px 17px 17px; margin-bottom:15px; -moz-border-radius:5px; -webkit-border:5px; border-radius:5px; -moz-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; -webkit-box-shadow:1px 1px rgba(255, 255, 255, 0.6) inset; } .notification.success { background:#f1ffbf; border-color:#a6d50f; } .notification.error { background:#fecdc6; border-color:#f45d43; } div.notification p { margin: 0 0 3px 0; padding: 0px; } #logo { float:left; position:relative; top:22px; } table { border-collapse:separate; border-spacing:0px; } caption, th, td { text-align:left; font-weight:normal; } table, td, th { vertical-align:middle; } td { width:230px; } table { width:100%; } thead td, thead th { background-color:#E6E6E6; } tr td, thead th { color:#404040; padding:8px 0; } tr td.first, thead th.first { border-left:0; } tr td { vertical-align:middle; } thead td, thead th { font-weight:bold; padding:8px; color:#333333; } tbody th { padding:0 8px; text-align:left; } td.alt { background: #F5FAFA; } .listtable { border: 1px solid #999999; border-collapse: collapse; } .listtable thead td, .listtable thead th { background: #394754 url('../img/nav-bg.gif') repeat-x top; color: #FFFFFF; padding: 5px 8px; } .listtable tr td { border: 1px solid #999999; padding: 5px 5px 5px 8px; } #nav { line-height: 100%; float:right; margin-top:47px; } #nav li { margin: 0 0 0 10px; float: left; position: relative; list-style: none; } /* main level link */ #nav a { background: #394754 url('../img/nav-bg.gif') repeat-x top; font-weight: bold; color: #fff; text-decoration: none; display: block; padding: 8px 15px; margin: 0; border: 1px solid #394754; -webkit-border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); } #nav a:hover { background: #525f6d; text-shadow: 0 1px 0 rgba(255, 255, 255, 1); } /* main level link hover */ #nav .current a, #nav li:hover > a { background: #525f6d url('../img/nav-hover.gif') repeat-x top; text-shadow: 0 1px 0 #394754; } /* sub levels link hover */ #nav ul li:hover a, #nav li:hover li a { background: none; border: none; color: #666; -webkit-box-shadow: none; -moz-box-shadow: none; } #nav ul a:hover { background: #728496 !important; color: #fff !important; -webkit-border-radius: 0; -moz-border-radius: 0; text-shadow: 0 1px 1px rgba(0, 0, 0, .1); } /* dropdown */ #nav li:hover > ul { display: block; } /* level 2 list */ #nav ul { display: none; margin: 0; padding: 0; width: 120px; position: absolute; top: 30px; left: 0; background: #f2f2f2 url('../img/nav-dd-bg.gif') repeat-x bottom; border: solid 1px #d9d9d9; -webkit-border-radius: 0px 5px 5px 5px; -moz-border-radius: 0px 5px 5px 5px; border-radius: 0px 5px 5px 5px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); } #nav ul li { float: none; margin: 0; padding: 0; z-index:10; } #nav ul a { font-weight: normal; text-shadow: 0 1px 0 #fff; } /* level 3+ list */ #nav ul ul { left: 181px; top: -3px; } /* rounded corners of first and last link */ #nav ul li:first-child > a { -webkit-border-top-left-radius: 0; -moz-border-radius-topleft: 0; -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px; } #nav ul li:last-child > a { -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; } /* clearfix */ #nav:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } #nav { display: inline-block; } html[xmlns] #nav { display: block; } * html #nav { height: 1%; } /* Forms */ form label { padding-top:2px; display: block; color:#444; font-size:14px; font-weight:bold; float:left; width:150px; } form p { margin-bottom:10px; padding-bottom:20px; } form div.row { clear:both; margin-bottom:20px; } form .row label { width:130px; } form input[type="radio"], form input[type="checkbox"] { width:auto; } form .row .checkbox, form .row .radio { width:auto; margin-right:10px; } form .row .checkbox { margin-left:10px; } form input, form textarea, form select { background: #FFFFFF url('../img/input-bg.gif') repeat-x top; -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #afafaf; outline:medium none; padding:4px 6px; margin:0; color:#555; } form input:focus, form textarea:focus { color: #000; background: #FFFEDE; border: 1px solid #aaa; } form input.error { border:1px solid #e17984; background:#f8dbdd; color:#b36069; } form input { /* width:150px; */ } form input.small { width:50px; } form input.large { width:250px; } form optgroup { background:#f7f7f7; } fieldset { margin-bottom:15px; } form.nocol label { float:none; margin-bottom:5px; } form.nocol div.row { margin-bottom:15px; } .auto { width:100px; } .25 { width:25px!important; } .50 { width:50px!important; } .75 { width:75px!important; } .100 { width:100px; } .200 { width:200px; } .300 { width:300px; } #add-row { margin:10px 0; } form textarea { margin-bottom:20px; } ul#file-inputs, ul#file-inputs li { list-style: none; margin: 0px; padding: 0px; } .file_remove td { text-decoration: line-through; } .btn_remove { color: #C60D22; padding:5px 0px 5px 26px; border:0; font-size:12px; background:url('../img/cross_24.png') center left no-repeat; cursor: pointer; } .button, button, .button2, .button:visited, .button2:visited { -webkit-border-radius:5px 5px 5px 5px; -o-border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; border-radius:5px 5px 5px 5px; background: #6abe18; background: -moz-linear-gradient(top, #cbe951, #9dd254 5%, #5eac11); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #9dd254), to(#5eac11)); border-color:#53A40C #53A40C #468F0A; border-style:solid; border-width:1px; color:#FFFFFF; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; padding:9px 18px; text-align:center; text-decoration:none; text-shadow:0 1px 1px #316903; width:auto; } .button:hover, button:hover, .button2:hover { background: #61b212; background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); border-bottom:1px solid #468F0A; color:#FFFFFF; } .button:focus, button:focus, .button2:focus { -moz-box-shadow:0 2px 5px #346C13 inset, 0 1px 0 #D0E0C7; background: #61b212; background: -moz-linear-gradient(top, #cbe951, #98ca53 5%, #55a10b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cbe951), color-stop(.03, #98ca53), to(#55a10b)); border:medium none; color:#FFFFFF; padding:10px 19px; text-shadow:0 -1px 1px #316903; } .btn_grey{ /* GENERAL */ padding:5px 10px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center; display:inline-block; margin-top:-10px; /* BACKGROUND GRADIENTS */ background: #E6E6E6; background: -moz-linear-gradient(top, #FFF, #f5f5f5 5%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.03, #f5f5f5), to(#e2e2e2)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5', EndColorStr='#e2e2e2')"; /* IE8 only */ /* BORDER RADIUS */ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; /* BORDERS */ border:1px solid #d0d0d0; border-bottom:1px solid #b5b5b5; /* TEXT COLOR & SHADOW */ color:#5e5e5e; text-shadow: 1px 1px 1px #FFF; } .btn_grey:hover { /* BACKGROUND GRADIENTS */ background: #EEE; background: -moz-linear-gradient(top, #FFF, #e5e5e5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#e5e5e5)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#e5e5e5')"; /* IE8 only */ } .btn_grey:focus { /* GENERAL */ padding:5px 10px 4px 10px; /* TEXT COLOR & SHADOW */ color:#FFF; text-shadow: -1px -1px 1px #888; /* BORDERS */ border:none; /* BACKGROUND GRADIENTS */ background:#999; background: -moz-linear-gradient(top, #999, #777 5%, #AFAFAF); background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(.05, #777), to(#AFAFAF)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF'); /* IE6,IE7 only */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#AFAFAF')"; /* IE8 only */ /* INNER SHADOW & OUTER SHADOW */ box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -webkit-box-shadow: inset 0px 2px 5px #444, 0 1px 0px #DDD; -moz-box-shadow: inset 0px 2px 7px #444, 0 1px 0px #DDD; } /* ========================== */ /* = Big notification boxes = */ /* ========================== */ .no_object_notification { min-height:800px; border:8px solid #ccc; background:#f2f2f2 url('../../../third_party/themes/admin/pancake/img/good_stack.png') 650px 560px no-repeat!important; margin:20px 0 20px 40px; overflow:hidden; } .super-warning { border:8px solid #DF0B24!important; } span.bad-news { color:red; display:block; clear:both; } .no_object_notification h2, .no_object_notification h4 { color:#666; font-size:36px!important; margin:40px 0 0 30px!important; font-family: 'Paytone One', arial, serif!important; text-shadow:0 2px #fff!important; } .no_object_notification p { margin:20px 0 0 30px; font-size:18px; width:600px; } .no_object_notification p.call_to_action { clear:both; width:450px; } .no_object_notification p.call_to_action a.yellow-btn { float:right; } /* ==================== */ /* = Installer Styles = */ /* ==================== */ ul.requirements { list-style:none; margin:20px 0 20px 20px ; } ul.requirements { /*color:#4ECDC4;*/ color:#999; } ul.requirements li { height:26px; padding:2px 0 0 30px; background:url('../../../third_party/themes/pancake/img/ui_icons/arrow_right_small.png') top left no-repeat; } .success { color:#6abe18; } .col1 { width:140px; text-align:right; padding-right:4px; } .col3 { font-size:12px; color:#69D2E7; } .pass { color: #3EA224; font-weight: bold; font-size: 200%; } .fail { color: #FF3000; font-weight: bold; font-size: 200%; } .focus { background:#C5D4D9; }
0.167355
0.073397
.ui.basic.black.button, .ui.basic.black.buttons .button { width: 86px; font-size: 12px; box-shadow: 0 0 0 1px #1b1c1d inset!important; color: #1b1c1d!important; } .ui.basic.button, .ui.basic.buttons .button { background: transparent none!important; font-weight: 400; border-radius: .28571429rem; text-transform: none; text-shadow: none!important; box-shadow: 0 0 0 1px rgb(34 36 38 / 15%) inset; } .ui.animated.button { position: relative; overflow: hidden; padding-right: 0!important; vertical-align: middle; z-index: 1; } .ui.button, .ui.buttons .button, .ui.buttons .or { font-size: 1rem; } .ui.button { cursor: pointer; display: inline-block; min-height: 1em; outline: 0; border: none; vertical-align: baseline; background: #e0e1e2 none; color: rgba(0,0,0,.6); margin: 0 .25em 0 0; padding: .78571429em 1.5em .78571429em; text-transform: none; font-weight: 700; line-height: 1em; font-style: normal; text-align: center; text-decoration: none; border-radius: .28571429rem; -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset; box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease; will-change: ''; -webkit-tap-highlight-color: transparent; } .ui.animated.button .visible.content { left: auto; right: 0; } .ui.animated.button .hidden.content, .ui.animated.button .visible.content { transition: right .3s ease 0s; } .ui.animated.button .visible.content { position: relative; margin-right: 1.5em; } .ui.animated.button .content { will-change: transform,opacity; } .visible { visibility: visible !important; } .ui.animated.button .hidden.content { top: 50%; left: auto; right: -100%; margin-top: -.5em; } .ui.animated.button .hidden.content, .ui.animated.button .visible.content { transition: right .3s ease 0s; } .ui.animated.button .hidden.content { position: absolute; width: 100%; } .ui.animated.button .content { will-change: transform,opacity; } .ui.basic.black.button:hover, .ui.basic.black.buttons .button:hover { background: 0 0!important; box-shadow: 0 0 0 1px #27292a inset!important; color: #27292a!important; } .ui.animated.button:focus .visible.content, .ui.animated.button:hover .visible.content { left: auto; right: 200%; } .ui.animated.button:focus .hidden.content, .ui.animated.button:hover .hidden.content { left: auto; right: 0; } .dark .ui.basic.black.button{ color: #c6c5c7 !important; border: 1px solid #bbb8c7 !important; }
src/component/AnimatedButton/index.css
.ui.basic.black.button, .ui.basic.black.buttons .button { width: 86px; font-size: 12px; box-shadow: 0 0 0 1px #1b1c1d inset!important; color: #1b1c1d!important; } .ui.basic.button, .ui.basic.buttons .button { background: transparent none!important; font-weight: 400; border-radius: .28571429rem; text-transform: none; text-shadow: none!important; box-shadow: 0 0 0 1px rgb(34 36 38 / 15%) inset; } .ui.animated.button { position: relative; overflow: hidden; padding-right: 0!important; vertical-align: middle; z-index: 1; } .ui.button, .ui.buttons .button, .ui.buttons .or { font-size: 1rem; } .ui.button { cursor: pointer; display: inline-block; min-height: 1em; outline: 0; border: none; vertical-align: baseline; background: #e0e1e2 none; color: rgba(0,0,0,.6); margin: 0 .25em 0 0; padding: .78571429em 1.5em .78571429em; text-transform: none; font-weight: 700; line-height: 1em; font-style: normal; text-align: center; text-decoration: none; border-radius: .28571429rem; -webkit-box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset; box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgb(34 36 38 / 15%) inset; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease; transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease; transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease; will-change: ''; -webkit-tap-highlight-color: transparent; } .ui.animated.button .visible.content { left: auto; right: 0; } .ui.animated.button .hidden.content, .ui.animated.button .visible.content { transition: right .3s ease 0s; } .ui.animated.button .visible.content { position: relative; margin-right: 1.5em; } .ui.animated.button .content { will-change: transform,opacity; } .visible { visibility: visible !important; } .ui.animated.button .hidden.content { top: 50%; left: auto; right: -100%; margin-top: -.5em; } .ui.animated.button .hidden.content, .ui.animated.button .visible.content { transition: right .3s ease 0s; } .ui.animated.button .hidden.content { position: absolute; width: 100%; } .ui.animated.button .content { will-change: transform,opacity; } .ui.basic.black.button:hover, .ui.basic.black.buttons .button:hover { background: 0 0!important; box-shadow: 0 0 0 1px #27292a inset!important; color: #27292a!important; } .ui.animated.button:focus .visible.content, .ui.animated.button:hover .visible.content { left: auto; right: 200%; } .ui.animated.button:focus .hidden.content, .ui.animated.button:hover .hidden.content { left: auto; right: 0; } .dark .ui.basic.black.button{ color: #c6c5c7 !important; border: 1px solid #bbb8c7 !important; }
0.483161
0.059129
#colorContainer div ul { margin: 1px; float: left; /* width: 200px; */ display: block; list-style-type: none; } } #colorContainer h1 { width: 225px; } #colorContainer .typeheader { margin-top: 18px; } #colorContainer div ul li { margin-right: 5px; margin-bottom: 10px; float: left; } #container { width: 680px; height: 680px; position: relative; padding-top: 20px; float: left; } #generalBG img { position: absolute; z-index: 1; width: 493px; } #layer0 { position: absolute; z-index: 0; } #layer1 { /*margin-left: 70px;*/ /*margin-top: 65px;*/ position: absolute; z-index: 5; margin-left: -4px; margin-top: -4px; border: 4px solid white; } #layer2 { /*margin-left: -3px;*/ /*margin-top: -4px;*/ position: absolute; z-index: 10; } #layer3 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 10; } #layer4 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 5; /*//не понижай 5*/ } #layer5 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 10; } #layer6 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 6; } #layer7 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 11; } #layer8 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 8; } #generalBG { z-index: 1; } /******************************************************************************************************/ .ajaxDivLoader { display: none; filter: alpha(Opacity=70); height: 100%; padding: 5px; opacity: 0.7; position: fixed; width: 100%; z-index: 1000; } #layer0 img, #layer1 img, #layer2 img, #layer3 img, #layer4 img, #layer5 img, #layer6 img, #layer7 img, #layer8 img { width: 650px; } #colorContainer .type1, .type2, .type3, .type4, .type5, .type6, .type7, .type8 { float: left; /* padding-bottom: 31px; */ } .colors { /* float: left; */ width: 444px; /* border: 1px solid; */ /* margin: 30px; */ } li.select div { border: 2px solid #f58a90; width: 60px; height: 60px; } .btnn { cursor: pointer; width: 60px; height: 60px; overflow: hidden; border: 2px solid gray; padding: 0 !important; background: #bbbaba; } div.btnn > img { width: 60px; height: 60px; } #mynum { position: relative; margin: 12px 20px ; font-size: 25px; float: right; } #colorContainer div ul li { margin-right: 5px; margin-bottom: 10px; float: left; } .myform { padding-left: 140px; padding-top: 40px; } input, select, textarea { color: black !important; font-size: 19px !important; }
frontend/web/css/colorselect.css
#colorContainer div ul { margin: 1px; float: left; /* width: 200px; */ display: block; list-style-type: none; } } #colorContainer h1 { width: 225px; } #colorContainer .typeheader { margin-top: 18px; } #colorContainer div ul li { margin-right: 5px; margin-bottom: 10px; float: left; } #container { width: 680px; height: 680px; position: relative; padding-top: 20px; float: left; } #generalBG img { position: absolute; z-index: 1; width: 493px; } #layer0 { position: absolute; z-index: 0; } #layer1 { /*margin-left: 70px;*/ /*margin-top: 65px;*/ position: absolute; z-index: 5; margin-left: -4px; margin-top: -4px; border: 4px solid white; } #layer2 { /*margin-left: -3px;*/ /*margin-top: -4px;*/ position: absolute; z-index: 10; } #layer3 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 10; } #layer4 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 5; /*//не понижай 5*/ } #layer5 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 10; } #layer6 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 6; } #layer7 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 11; } #layer8 { /*margin-left: 10px;*/ /*margin-top: 93px;*/ position: absolute; z-index: 8; } #generalBG { z-index: 1; } /******************************************************************************************************/ .ajaxDivLoader { display: none; filter: alpha(Opacity=70); height: 100%; padding: 5px; opacity: 0.7; position: fixed; width: 100%; z-index: 1000; } #layer0 img, #layer1 img, #layer2 img, #layer3 img, #layer4 img, #layer5 img, #layer6 img, #layer7 img, #layer8 img { width: 650px; } #colorContainer .type1, .type2, .type3, .type4, .type5, .type6, .type7, .type8 { float: left; /* padding-bottom: 31px; */ } .colors { /* float: left; */ width: 444px; /* border: 1px solid; */ /* margin: 30px; */ } li.select div { border: 2px solid #f58a90; width: 60px; height: 60px; } .btnn { cursor: pointer; width: 60px; height: 60px; overflow: hidden; border: 2px solid gray; padding: 0 !important; background: #bbbaba; } div.btnn > img { width: 60px; height: 60px; } #mynum { position: relative; margin: 12px 20px ; font-size: 25px; float: right; } #colorContainer div ul li { margin-right: 5px; margin-bottom: 10px; float: left; } .myform { padding-left: 140px; padding-top: 40px; } input, select, textarea { color: black !important; font-size: 19px !important; }
0.361165
0.068444
@charset "utf-8"; /* CSS Document */ body { font-family: 'Arial Rounded MT', Arial; } .no-visible { visibility: hidden; } .margin-5 { margin: 5px; } .margin-10 { margin: 10px; } .margin-15 { margin: 15px; } literal { display: block; background-color: #EDEDED; color: darkcyan; font-family: 'Courier New', Courier, monospace; margin-top: 15px; margin-bottom: 15px; padding: 20px; word-wrap: break-word; } .text-error { border: 1px solid red; } #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } .material-icons { vertical-align: middle; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; overflow-x: hidden; background: #13a5e5; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } ::-webkit-scrollbar { width: 8px; background-color: #FFF; border: #13a5e5 thin solid; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { box-shadow: #CCC 1px 1px 4px inset; } ::-webkit-scrollbar-track-piece { /* 4 */ } ::-webkit-scrollbar-thumb { background-color: #0f83a1; border-radius: 10px; } ::-webkit-scrollbar-corner { /* 6 */ } ::-webkit-resizer { /* 7 */ } /* Sidebar Styles */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; border-right: #13a5e5 thin solid; list-style: none; } .sidebar-nav li { } .sidebar-nav li a { display: block; text-decoration: none; padding: 8% 5%; border-bottom: #FFF thin solid; color: #FFF; } .sidebar-nav li ul { list-style-type: none; margin: 0; padding: 0; } .sidebar-nav li ul li a { display: block; text-decoration: none; padding: 7% 5%; border-bottom: #13a5e5 thin solid; color: #13a5e5; } .sidebar-nav li a:hover { text-decoration: none; color: #FFF; background: rgba(0,0,0,0.3); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .brandimg { height: auto; text-align: center; background: #FFF; } .top-row { padding: 10px; box-shadow: 0px 0px 5px #999; background: #13a5e5; color:#FFF; } .top-row a { color: #FFF; } .submenu { display: none; background-color: #FFF; } .font18 { font-size: 18px; } .green { color: green; } .red { color: red; } .top10 { margin-top: 10px; } .orange-badge { background-color: #fe8300; color: #FFF; } .brown-badge { background-color: brown; color: #FFF; } .activelink { background: rgba(255,255,255,0.2); } .darkblue { background-color: #095265; } .bottom10 { margin-bottom: 10px; } .form-group { margin-bottom: 15px; } .boxshadow { box-shadow: #CCC 0px 0px 3px; border-radius: 3px; } .login-form { max-width: 400px; margin: 20px auto; text-align: left; border: #DDD thin solid; padding: 15px; background-color: #FFF; box-shadow: #CCC 0px 0px 3px; } .login-form .form-group { margin-bottom: 15px; } hr { margin-top: 10px; margin-bottom: 10px; } ::-webkit-scrollbar { width: 8px; background-color: #FFF; height: 10px; border: #0f83a1 thin solid; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { box-shadow: #CCC 1px 1px 4px inset; } ::-webkit-scrollbar-track-piece { /* 4 */ } ::-webkit-scrollbar-thumb { background-color: #0f83a1; border-radius: 10px; } ::-webkit-scrollbar-corner { /* 6 */ } ::-webkit-resizer { /* 7 */ } .docs { font-size: 12px; margin-left: 10%; display: none; } .docstoggle { cursor: pointer; } .green { color: green; } .top25 { margin-top: 25px; } .greybck { background-color: #EEE; } .whitebck { background-color: #FFF; } .logindiv { padding: 20px 0; border-radius: 3px; border: #CCC thin solid; } .discout-values .checkbox { margin: 0px; cursor: pointer; } .uploadbox { overflow: hidden; border: #CCC thin solid; padding: 2%; border-radius: 5px; } .relative { position: relative; } .red { color: red; } .brown { color: brown; } .noshow { display: none; } .required:after { content: " *"; color: red; font-size: 12px; } .orange { color: #f68220; } .pad-15{ padding:15px; } .orange-back { background-color: #f68220; color: #FFF; } .bold { font-weight: bold; } .small-icon { font-size: 14px; } .material-icons-small { font-size: 15px; } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { margin-left: 0px; } .field-wrap { padding: 15px; border: #CCC thin solid; margin-bottom: 20px; display: none; } .not-displayed { display: none; } .checkall { margin-bottom: 10px; } .twitter-typeahead { display: block !important; } .tt-suggestion { border-bottom: #CCC solid thin; padding: 3px 10px; cursor: pointer; } .tt-dropdown-menu { max-height: 150px; overflow-y: auto; } .tt-suggestion:hover { background-color: #13a5e5; color: #FFF; } .tt-open { background-color: #FFF; width: 100%; padding: 5px; border: #CCC thin solid; } .border-wrap { //border: #CCC thin solid; margin-bottom: 20px; overflow: hidden; } .input-group-addon { /*padding: 0px; background: none; border: none; border-bottom: #CCC thin solid;*/ } .pointer { cursor: pointer; } span.text-justify{ text-align: justify; display:block; } .btn-primary { background-color: #13a5e5; border-color: #13a5e5; } .filterdiv { display: none; margin-bottom: 15px; } .chkbox_filter { position: absolute; border: #ccc thin solid; width: 92%; z-index: 999; background-color: #fff; } .custom-combobox { position: relative; display: inline-block; } .custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; } .custom-combobox-input { margin: 0; padding: 5px 10px; } .formautocomplete .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: none; } .ui-widget { font-size: 12px; z-index: 2 !important; } .nobtmmargin { margin-bottom: 0px; } .pad-5 { padding: 5px; } .margin-left-5 { margin-left: 5px; } .padding-left-5 { padding-left: 5px; } .filtertoggle{ cursor: pointer; } .bordered { border: #EEE thin solid; padding: 1%; } .decline { background-color: #FFF; padding: 10px 15px; border: 2px solid #CCC; border-radius: 5px; z-index: 1; width: 320px; top: 40px; left: -120px; position: absolute; } .schedule { border: #CCC thin solid; border-radius: 5px; display: inline-block; padding: 10px; margin: 10px 0px; } .contentbox { border: #CCC thin solid; border-radius: 5px; padding: 10px; margin: 10px 0px; } .schedule-remove { border-radius: 200px; font-size: 20px; width: 30px; height: 30px; top: -25px; text-align: center; right: -25px; position: absolute; line-height: 0px; padding: 0px; } .decline-icon { position: absolute; top: -37px; font-size: 42px; left: 115px; color: #CCC; } label { margin-bottom: 0px; } .form-control { /*border: none; height: 25px; padding: 0px; border-bottom: #CCC thin solid; box-shadow: none; border-radius: 0px;*/ } .pad-left-0 { padding-left: 0px; } .pad-0 { padding: 0px; } .modules-list > table { margin-bottom: 0px; } .modules-list { margin: 0px; } .pad-0-15 { padding: 0px 15px; } .flight-det { padding: 5px; position: relative; box-shadow: #999 0px 0px 2px; margin-top: 15px; } .top-10{ margin-top: 10px; } .clear-sector{ position: absolute; top:2px; border: #CCC thin solid; cursor: pointer; opacity: .4; right: 2px; z-index: 2; } .clear-sector > i{ cursor: pointer; font-size: 16px; font-weight: bold; } .clear-hotel{ position: absolute; top:2px; border: #CCC thin solid; cursor: pointer; opacity: .4; right: 2px; z-index: 2; } .clear-hotel > i{ cursor: pointer; font-size: 16px; font-weight: bold; } .no-top-margin{ margin-top: 0px; } @media(min-width:768px) { #wrapper { padding-left: 250px; } #wrapper.toggled { padding-left: 0; } #sidebar-wrapper { width: 250px; } #wrapper.toggled #sidebar-wrapper { width: 0; } #page-content-wrapper { position: relative; } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } }
JsonStore.Mvc/Content/gds_style.css
@charset "utf-8"; /* CSS Document */ body { font-family: 'Arial Rounded MT', Arial; } .no-visible { visibility: hidden; } .margin-5 { margin: 5px; } .margin-10 { margin: 10px; } .margin-15 { margin: 15px; } literal { display: block; background-color: #EDEDED; color: darkcyan; font-family: 'Courier New', Courier, monospace; margin-top: 15px; margin-bottom: 15px; padding: 20px; word-wrap: break-word; } .text-error { border: 1px solid red; } #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } .material-icons { vertical-align: middle; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; overflow-x: hidden; background: #13a5e5; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } ::-webkit-scrollbar { width: 8px; background-color: #FFF; border: #13a5e5 thin solid; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { box-shadow: #CCC 1px 1px 4px inset; } ::-webkit-scrollbar-track-piece { /* 4 */ } ::-webkit-scrollbar-thumb { background-color: #0f83a1; border-radius: 10px; } ::-webkit-scrollbar-corner { /* 6 */ } ::-webkit-resizer { /* 7 */ } /* Sidebar Styles */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; border-right: #13a5e5 thin solid; list-style: none; } .sidebar-nav li { } .sidebar-nav li a { display: block; text-decoration: none; padding: 8% 5%; border-bottom: #FFF thin solid; color: #FFF; } .sidebar-nav li ul { list-style-type: none; margin: 0; padding: 0; } .sidebar-nav li ul li a { display: block; text-decoration: none; padding: 7% 5%; border-bottom: #13a5e5 thin solid; color: #13a5e5; } .sidebar-nav li a:hover { text-decoration: none; color: #FFF; background: rgba(0,0,0,0.3); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .brandimg { height: auto; text-align: center; background: #FFF; } .top-row { padding: 10px; box-shadow: 0px 0px 5px #999; background: #13a5e5; color:#FFF; } .top-row a { color: #FFF; } .submenu { display: none; background-color: #FFF; } .font18 { font-size: 18px; } .green { color: green; } .red { color: red; } .top10 { margin-top: 10px; } .orange-badge { background-color: #fe8300; color: #FFF; } .brown-badge { background-color: brown; color: #FFF; } .activelink { background: rgba(255,255,255,0.2); } .darkblue { background-color: #095265; } .bottom10 { margin-bottom: 10px; } .form-group { margin-bottom: 15px; } .boxshadow { box-shadow: #CCC 0px 0px 3px; border-radius: 3px; } .login-form { max-width: 400px; margin: 20px auto; text-align: left; border: #DDD thin solid; padding: 15px; background-color: #FFF; box-shadow: #CCC 0px 0px 3px; } .login-form .form-group { margin-bottom: 15px; } hr { margin-top: 10px; margin-bottom: 10px; } ::-webkit-scrollbar { width: 8px; background-color: #FFF; height: 10px; border: #0f83a1 thin solid; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-track { box-shadow: #CCC 1px 1px 4px inset; } ::-webkit-scrollbar-track-piece { /* 4 */ } ::-webkit-scrollbar-thumb { background-color: #0f83a1; border-radius: 10px; } ::-webkit-scrollbar-corner { /* 6 */ } ::-webkit-resizer { /* 7 */ } .docs { font-size: 12px; margin-left: 10%; display: none; } .docstoggle { cursor: pointer; } .green { color: green; } .top25 { margin-top: 25px; } .greybck { background-color: #EEE; } .whitebck { background-color: #FFF; } .logindiv { padding: 20px 0; border-radius: 3px; border: #CCC thin solid; } .discout-values .checkbox { margin: 0px; cursor: pointer; } .uploadbox { overflow: hidden; border: #CCC thin solid; padding: 2%; border-radius: 5px; } .relative { position: relative; } .red { color: red; } .brown { color: brown; } .noshow { display: none; } .required:after { content: " *"; color: red; font-size: 12px; } .orange { color: #f68220; } .pad-15{ padding:15px; } .orange-back { background-color: #f68220; color: #FFF; } .bold { font-weight: bold; } .small-icon { font-size: 14px; } .material-icons-small { font-size: 15px; } .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { margin-left: 0px; } .field-wrap { padding: 15px; border: #CCC thin solid; margin-bottom: 20px; display: none; } .not-displayed { display: none; } .checkall { margin-bottom: 10px; } .twitter-typeahead { display: block !important; } .tt-suggestion { border-bottom: #CCC solid thin; padding: 3px 10px; cursor: pointer; } .tt-dropdown-menu { max-height: 150px; overflow-y: auto; } .tt-suggestion:hover { background-color: #13a5e5; color: #FFF; } .tt-open { background-color: #FFF; width: 100%; padding: 5px; border: #CCC thin solid; } .border-wrap { //border: #CCC thin solid; margin-bottom: 20px; overflow: hidden; } .input-group-addon { /*padding: 0px; background: none; border: none; border-bottom: #CCC thin solid;*/ } .pointer { cursor: pointer; } span.text-justify{ text-align: justify; display:block; } .btn-primary { background-color: #13a5e5; border-color: #13a5e5; } .filterdiv { display: none; margin-bottom: 15px; } .chkbox_filter { position: absolute; border: #ccc thin solid; width: 92%; z-index: 999; background-color: #fff; } .custom-combobox { position: relative; display: inline-block; } .custom-combobox-toggle { position: absolute; top: 0; bottom: 0; margin-left: -1px; padding: 0; } .custom-combobox-input { margin: 0; padding: 5px 10px; } .formautocomplete .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background: none; } .ui-widget { font-size: 12px; z-index: 2 !important; } .nobtmmargin { margin-bottom: 0px; } .pad-5 { padding: 5px; } .margin-left-5 { margin-left: 5px; } .padding-left-5 { padding-left: 5px; } .filtertoggle{ cursor: pointer; } .bordered { border: #EEE thin solid; padding: 1%; } .decline { background-color: #FFF; padding: 10px 15px; border: 2px solid #CCC; border-radius: 5px; z-index: 1; width: 320px; top: 40px; left: -120px; position: absolute; } .schedule { border: #CCC thin solid; border-radius: 5px; display: inline-block; padding: 10px; margin: 10px 0px; } .contentbox { border: #CCC thin solid; border-radius: 5px; padding: 10px; margin: 10px 0px; } .schedule-remove { border-radius: 200px; font-size: 20px; width: 30px; height: 30px; top: -25px; text-align: center; right: -25px; position: absolute; line-height: 0px; padding: 0px; } .decline-icon { position: absolute; top: -37px; font-size: 42px; left: 115px; color: #CCC; } label { margin-bottom: 0px; } .form-control { /*border: none; height: 25px; padding: 0px; border-bottom: #CCC thin solid; box-shadow: none; border-radius: 0px;*/ } .pad-left-0 { padding-left: 0px; } .pad-0 { padding: 0px; } .modules-list > table { margin-bottom: 0px; } .modules-list { margin: 0px; } .pad-0-15 { padding: 0px 15px; } .flight-det { padding: 5px; position: relative; box-shadow: #999 0px 0px 2px; margin-top: 15px; } .top-10{ margin-top: 10px; } .clear-sector{ position: absolute; top:2px; border: #CCC thin solid; cursor: pointer; opacity: .4; right: 2px; z-index: 2; } .clear-sector > i{ cursor: pointer; font-size: 16px; font-weight: bold; } .clear-hotel{ position: absolute; top:2px; border: #CCC thin solid; cursor: pointer; opacity: .4; right: 2px; z-index: 2; } .clear-hotel > i{ cursor: pointer; font-size: 16px; font-weight: bold; } .no-top-margin{ margin-top: 0px; } @media(min-width:768px) { #wrapper { padding-left: 250px; } #wrapper.toggled { padding-left: 0; } #sidebar-wrapper { width: 250px; } #wrapper.toggled #sidebar-wrapper { width: 0; } #page-content-wrapper { position: relative; } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } }
0.512205
0.068819
.bgindex, .bgwithout { z-index: -999; } .bgindex { background: url(../../19.png) repeat; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; } .logo-index { margin: 40px 0; position: relative; display: inherit; } .nav-content{ left: 0px; opacity: 1; padding-top: 30px; } .nav-content a{ background-clip: padding-box; border: 8px solid #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); color: rgba(255,255,255,0.1); display: block; font-family: Bebas Neue; font-size: 135px; line-height: 100px; letter-spacing: 30px; margin: 0 0 20px 0; outline: none; padding: 2%; text-align: center; text-decoration: none; text-shadow: 0px 0px 10px rgba(255,255,255,0.9); transition: all 0.3s ease-in-out; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; } .nav-content a:hover{ border: 8px solid #000; box-shadow: 1px 3px 7px rgba(0,0,0,0.25); color: rgba(255,255,255,0.9); text-shadow: 1px 1px 10px rgba(0,0,0,0.99); } /* Main Items */ .bg-left a{ background: url(../images/background/05.jpg) no-repeat center center; background-size: 100%; margin: 0 0 30px; } .bg-right a{ background: url(../images/background/02.jpg) no-repeat center center; background-size: 100%; margin: 0 0 30px; } * { margin:0; padding:0; } #supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;} #supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; } #supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/ #supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/ #supersized li {display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; } #supersized li.activeslide { z-index:-10; } #supersized li.prevslide { z-index:-20; } #supersized li.activeslide { z-index:-10; } #supersized li.prevslide img, #supersized li.activeslide img{ display:inline;} /* =================================== */ /* ============ panel ================ */ #buy { top: 35px; } #buy img{ padding: 8px 0 0 2px; } #switcher_btn { top: 75px; } #buy, #switcher_btn { background: #efefef; border: 1px solid #c9c9c9; border-radius: 0px 20px 20px 0px; box-shadow: inset 0 1px 0 #fff; cursor: pointer; display: block; height: 33px; left: 0px; position: fixed; width: 35px; z-index:10000; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; } #switcher_btn img{ padding: 3px 0 0 3px; } #buy a, #switcher_btn a{ outline:none; } #styleSwitcher { background-color: #efefef ; border: 1px solid #c9c9c9; box-shadow: inset 0 1px 0 #fff; display: none; font-family: arial; font-size: 11px; left: 0px; padding: 10px; position: fixed; top: 75px; width: 210px; z-index:10000; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; } #styleSwitcher h6{ color: #000; } #styleSwitcher span { font-size: 13px; margin: 0 5px; } hr { display: block; height: 1px; border-top: 1px dashed #ccc; margin: 3px 0; padding: 0; } .bg-text { height: 30px; } .bg-color { height: 55px; } .pattern { border:1px solid #ccc; display: block; float:left; height: 25px; list-style:none; margin-right:2px; margin-left:2px; margin-bottom:5px; width: 40px; } .close_btn{ cursor: pointer; display: block; position: absolute; right: -11px; top: -11px; } .fadeOption { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; } .fadeOption:hover { opacity: 0.8; } .bg-pattern a, .bg-style a{ color: #000; text-decoration: none; } .bgs{line-height: 30px;} .bgs h6 { display: inline; margin-left: 5px; } .left{background: url(../images/background/05.jpg) no-repeat center center; background-size: 75px;} .right{background: url(../images/background/02.jpg) no-repeat center center; background-size: 75px;} .trs{height:30px; width:60px; float:left;} .tr{background: url(../images/background/03.jpg) no-repeat center center; background-size: 75px;} /*============== panel ===============*/
css/background.css
.bgindex, .bgwithout { z-index: -999; } .bgindex { background: url(../../19.png) repeat; height: 100%; left: 0px; position: fixed; top: 0px; width: 100%; } .logo-index { margin: 40px 0; position: relative; display: inherit; } .nav-content{ left: 0px; opacity: 1; padding-top: 30px; } .nav-content a{ background-clip: padding-box; border: 8px solid #fff; box-shadow: 1px 1px 3px rgba(0,0,0,0.1); color: rgba(255,255,255,0.1); display: block; font-family: Bebas Neue; font-size: 135px; line-height: 100px; letter-spacing: 30px; margin: 0 0 20px 0; outline: none; padding: 2%; text-align: center; text-decoration: none; text-shadow: 0px 0px 10px rgba(255,255,255,0.9); transition: all 0.3s ease-in-out; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; } .nav-content a:hover{ border: 8px solid #000; box-shadow: 1px 3px 7px rgba(0,0,0,0.25); color: rgba(255,255,255,0.9); text-shadow: 1px 1px 10px rgba(0,0,0,0.99); } /* Main Items */ .bg-left a{ background: url(../images/background/05.jpg) no-repeat center center; background-size: 100%; margin: 0 0 30px; } .bg-right a{ background: url(../images/background/02.jpg) no-repeat center center; background-size: 100%; margin: 0 0 30px; } * { margin:0; padding:0; } #supersized { display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;} #supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; } #supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; } /*Speed*/ #supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; } /*Quality*/ #supersized li {display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; } #supersized li.activeslide { z-index:-10; } #supersized li.prevslide { z-index:-20; } #supersized li.activeslide { z-index:-10; } #supersized li.prevslide img, #supersized li.activeslide img{ display:inline;} /* =================================== */ /* ============ panel ================ */ #buy { top: 35px; } #buy img{ padding: 8px 0 0 2px; } #switcher_btn { top: 75px; } #buy, #switcher_btn { background: #efefef; border: 1px solid #c9c9c9; border-radius: 0px 20px 20px 0px; box-shadow: inset 0 1px 0 #fff; cursor: pointer; display: block; height: 33px; left: 0px; position: fixed; width: 35px; z-index:10000; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; } #switcher_btn img{ padding: 3px 0 0 3px; } #buy a, #switcher_btn a{ outline:none; } #styleSwitcher { background-color: #efefef ; border: 1px solid #c9c9c9; box-shadow: inset 0 1px 0 #fff; display: none; font-family: arial; font-size: 11px; left: 0px; padding: 10px; position: fixed; top: 75px; width: 210px; z-index:10000; -webkit-box-shadow: inset 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 0 #fff; -moz-border-radius-topright:3px; -webkit-border-top-right-radius:3px; -moz-border-radius-bottomright:3px; -webkit-border-bottom-right-radius:3px; } #styleSwitcher h6{ color: #000; } #styleSwitcher span { font-size: 13px; margin: 0 5px; } hr { display: block; height: 1px; border-top: 1px dashed #ccc; margin: 3px 0; padding: 0; } .bg-text { height: 30px; } .bg-color { height: 55px; } .pattern { border:1px solid #ccc; display: block; float:left; height: 25px; list-style:none; margin-right:2px; margin-left:2px; margin-bottom:5px; width: 40px; } .close_btn{ cursor: pointer; display: block; position: absolute; right: -11px; top: -11px; } .fadeOption { opacity: 1; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out; -ms-transition: opacity .25s ease-in-out; } .fadeOption:hover { opacity: 0.8; } .bg-pattern a, .bg-style a{ color: #000; text-decoration: none; } .bgs{line-height: 30px;} .bgs h6 { display: inline; margin-left: 5px; } .left{background: url(../images/background/05.jpg) no-repeat center center; background-size: 75px;} .right{background: url(../images/background/02.jpg) no-repeat center center; background-size: 75px;} .trs{height:30px; width:60px; float:left;} .tr{background: url(../images/background/03.jpg) no-repeat center center; background-size: 75px;} /*============== panel ===============*/
0.316264
0.095055
div.content { margin: .5em; } ul.checkpoint li { } div.checkpoint { padding: 0; } div.checkpoint-inner { margin: 2px; } div.checkpoint a { display: block; padding: 0.5em; text-align: center; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; } div.checkpoint .status { height: 6px; background-color: #c0c0c0; } div.checkpoint .status.score-1, div.checkpoint .status.score-2, div.checkpoint .status.score-3, .btn.score-3 { background-color: #E54436; } div.checkpoint .status.score-4, div.checkpoint .status.score-5, div.checkpoint .status.score-6, .btn.score-6 { background-color: #E5731F; } div.checkpoint .status.score-7, div.checkpoint .status.score-8, div.checkpoint .status.score-9, .btn.score-9 { background-color: #F0BE10; } div.checkpoint .status.score-10, div.checkpoint .status.score-11, div.checkpoint .status.score-12, .btn.score-12 { background-color: #24A557; } input[name=address]:hover, input[name=zipcode]:hover { cursor: pointer; } ul.choices { list-style: none; } ul.choices li { display: inline; margin: 0 .4em; } /* * Style tweaks * -------------------------------------------------- */ html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ padding-top: 40px; } footer { padding: 30px 0; } .navbar { margin: 0; } a.navbar-brand { font-weight: 100; font-size: 1.6em; } .blog-header { margin-top: 80px; } .blog-title { font-weight: 200; font-size: 2.8em; } .blog-description { font-weight: 200; font-size: 1.5em; } .options { padding-top: 10px; } .options button { margin: 10px; } /*button style overwrite*/ .btn-primary { font-size: 1.8em; font-weight: 100; vertical-align: middle; border: 1px solid transparent; border-radius: 10px; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } /*end button overwrite*/ .login {} /*Login Button*/ .login { color: #FFFFFF; border-color: #009688; } .login:hover, .login:focus, .login.focus, .login:active, .login.active, .open > .dropdown-toggle.login { color: #FFFFFF; background-color: #009688; border-color: #FFF; } /*Google Plus Sign In Button*/ .gplussign { color: #FFFFFF; background-color: #F44336; border-color: #F44336; } .gplussign:hover, .gplussign:focus, .gplussign.focus, .gplussign:active, .gplussign.active, .open > .dropdown-toggle.gplussign { color: #FFFFFF; background-color: #F44336; border-color: #FFF; } /*Centered Menu*/ .infonav { padding: 0; margin-top: 10px; } .infonav li{ display: inline; } .infonav a{ text-decoration: none; padding: 10px; font-size: 22px; font-weight: 500; } #intronav { text-align: center; } #goalsel a{ padding-left:0px; font-size: 16px; display: inline; text-decoration:none; } /*header-area*/ .image-bg-fluid-height { text-align: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; background: url('/static/cover.jpg') no-repeat center scroll; padding-top: 120px; padding-bottom: 80px; } .home { color: #D3D3D3; } #homeinfo { margin-bottom: 100px; } /*BUTTONS*/ /*male/female Button*/ .btn-male { color: #448AFF; background-color: #FFFFFF; border-color: #eee; } .btn-male:hover, .btn-male:focus, .btn-male.focus, .btn-male:active, .btn-male.active, .open > .dropdown-toggle.btn-male { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } .btn-female { color: #FF4081; background-color: #FFFFFF; border-color: #eee; } .btn-female:hover, .btn-female:focus, .btn-female.focus, .btn-female:active, .btn-female.active, .open > .dropdown-toggle.btn-female { color: #FFFFFF; background-color: #FF4081; border-color: #FF4081; } /*Green Next button*/ .btn-green { color: #009688; background-color: #FFFFFF; border-color: #009688; } .btn-green:hover, .btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-next { color: #FFFFFF; background-color: #009688; border-color: #009688; } .btn-danger { border-color: #c9302c; color: #c9302c; background: none; } /*Add Button*/ .btn-add { color: #448AFF; background-color: #FFFFFF; border-color: #448AFF; } .btn-add:hover, .btn-add:focus, .btn-add.focus, .btn-add:active, .btn-add.active, .open > .dropdown-toggle.btn-next { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } .btn.score-3, .btn.score-6, .btn.score-9, .btn.score-12 { color: #FFF; } /*setup buttons*/ .setup-btn { margin: 2px; } #kickoff { color: #FFFFFF; background-color: green; border-color: green; } #round { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } #midpt { color: #FFFFFF; background-color: #EF6C00; border-color: #EF6C00; } /*END Buttons*/ /* Sidebar */ .profile { margin: 2em 0; } /*main-information section*/ #main-information { margin: 20px 10px; border: 1px solid black; padding: 20px; } .mainblock { margin: 16px 0px; } .well h3 { margin: 0 0 .25em 0; } /*dynamic menu*/ .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .group { display: inline-block; clear: both; } /* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */ article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; } a:focus { outline: 0; } /*end dynamic menu*/ /* Custom styles */ .text-vcenter { vertical-align: middle; }
bnd/static/main.css
div.content { margin: .5em; } ul.checkpoint li { } div.checkpoint { padding: 0; } div.checkpoint-inner { margin: 2px; } div.checkpoint a { display: block; padding: 0.5em; text-align: center; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; } div.checkpoint .status { height: 6px; background-color: #c0c0c0; } div.checkpoint .status.score-1, div.checkpoint .status.score-2, div.checkpoint .status.score-3, .btn.score-3 { background-color: #E54436; } div.checkpoint .status.score-4, div.checkpoint .status.score-5, div.checkpoint .status.score-6, .btn.score-6 { background-color: #E5731F; } div.checkpoint .status.score-7, div.checkpoint .status.score-8, div.checkpoint .status.score-9, .btn.score-9 { background-color: #F0BE10; } div.checkpoint .status.score-10, div.checkpoint .status.score-11, div.checkpoint .status.score-12, .btn.score-12 { background-color: #24A557; } input[name=address]:hover, input[name=zipcode]:hover { cursor: pointer; } ul.choices { list-style: none; } ul.choices li { display: inline; margin: 0 .4em; } /* * Style tweaks * -------------------------------------------------- */ html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ padding-top: 40px; } footer { padding: 30px 0; } .navbar { margin: 0; } a.navbar-brand { font-weight: 100; font-size: 1.6em; } .blog-header { margin-top: 80px; } .blog-title { font-weight: 200; font-size: 2.8em; } .blog-description { font-weight: 200; font-size: 1.5em; } .options { padding-top: 10px; } .options button { margin: 10px; } /*button style overwrite*/ .btn-primary { font-size: 1.8em; font-weight: 100; vertical-align: middle; border: 1px solid transparent; border-radius: 10px; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } /*end button overwrite*/ .login {} /*Login Button*/ .login { color: #FFFFFF; border-color: #009688; } .login:hover, .login:focus, .login.focus, .login:active, .login.active, .open > .dropdown-toggle.login { color: #FFFFFF; background-color: #009688; border-color: #FFF; } /*Google Plus Sign In Button*/ .gplussign { color: #FFFFFF; background-color: #F44336; border-color: #F44336; } .gplussign:hover, .gplussign:focus, .gplussign.focus, .gplussign:active, .gplussign.active, .open > .dropdown-toggle.gplussign { color: #FFFFFF; background-color: #F44336; border-color: #FFF; } /*Centered Menu*/ .infonav { padding: 0; margin-top: 10px; } .infonav li{ display: inline; } .infonav a{ text-decoration: none; padding: 10px; font-size: 22px; font-weight: 500; } #intronav { text-align: center; } #goalsel a{ padding-left:0px; font-size: 16px; display: inline; text-decoration:none; } /*header-area*/ .image-bg-fluid-height { text-align: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; background: url('/static/cover.jpg') no-repeat center scroll; padding-top: 120px; padding-bottom: 80px; } .home { color: #D3D3D3; } #homeinfo { margin-bottom: 100px; } /*BUTTONS*/ /*male/female Button*/ .btn-male { color: #448AFF; background-color: #FFFFFF; border-color: #eee; } .btn-male:hover, .btn-male:focus, .btn-male.focus, .btn-male:active, .btn-male.active, .open > .dropdown-toggle.btn-male { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } .btn-female { color: #FF4081; background-color: #FFFFFF; border-color: #eee; } .btn-female:hover, .btn-female:focus, .btn-female.focus, .btn-female:active, .btn-female.active, .open > .dropdown-toggle.btn-female { color: #FFFFFF; background-color: #FF4081; border-color: #FF4081; } /*Green Next button*/ .btn-green { color: #009688; background-color: #FFFFFF; border-color: #009688; } .btn-green:hover, .btn-green:focus, .btn-green.focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-next { color: #FFFFFF; background-color: #009688; border-color: #009688; } .btn-danger { border-color: #c9302c; color: #c9302c; background: none; } /*Add Button*/ .btn-add { color: #448AFF; background-color: #FFFFFF; border-color: #448AFF; } .btn-add:hover, .btn-add:focus, .btn-add.focus, .btn-add:active, .btn-add.active, .open > .dropdown-toggle.btn-next { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } .btn.score-3, .btn.score-6, .btn.score-9, .btn.score-12 { color: #FFF; } /*setup buttons*/ .setup-btn { margin: 2px; } #kickoff { color: #FFFFFF; background-color: green; border-color: green; } #round { color: #FFFFFF; background-color: #448AFF; border-color: #448AFF; } #midpt { color: #FFFFFF; background-color: #EF6C00; border-color: #EF6C00; } /*END Buttons*/ /* Sidebar */ .profile { margin: 2em 0; } /*main-information section*/ #main-information { margin: 20px 10px; border: 1px solid black; padding: 20px; } .mainblock { margin: 16px 0px; } .well h3 { margin: 0 0 .25em 0; } /*dynamic menu*/ .group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .group { display: inline-block; clear: both; } /* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */ article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; } a:focus { outline: 0; } /*end dynamic menu*/ /* Custom styles */ .text-vcenter { vertical-align: middle; }
0.242475
0.081009
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat'; text-decoration: none; } body { letter-spacing: 0.5px; margin: 0; } nav { display: flex; justify-content: space-between; margin: 25px; } div.logo { font-weight: 700; font-size: 36px; line-height: 44px; } ul.nav-links { display: flex; margin: 10px 0 0 350px; } li { list-style: none; } a.nav-item { padding: 0 20px; color: #49505A; font-size: 18px; line-height: 22px; } li.nav-item { margin: 0 16px; } button.login { font-size: 14px; letter-spacing: 0.1px; width: 77px; height: 41px; background: #FFFFFF; color: #1F2329; border: 2px solid #034AB3; border-radius: 8px; } button.login:hover { border-radius: 0px; border: solid 2px #531b81; } button.signup { font-size: 14px; width: 90px; height: 41px; background: #034AB3; color: #FFFFFF; border-radius: 8px; border: none; } button.signup:hover { border-radius: 0px; border: solid 2px #531b81; } ul.button { display: flex; margin: 0 0 0 2px; } div.container { margin: 100px 120px 0 120px; display: flex; flex-direction: row; padding: 0; } h2 { font-weight: bold; font-size: 48px; line-height: 59px; } p { font-weight: 500; font-size: 24px; line-height: 29px; color: #49505A; letter-spacing: 0.1px; } span.green { color: #2AB930; } div.welcome { padding-right: 120px; } img { width: 399px; height: 379px; } div.form-layout { margin-top: 100px; padding-left: 120px; } form { display: flex; flex-direction: column; width: 400px; height: 394px; border-radius: 8px; } div.form-group { margin: 15px 0 15px 0; } label { line-height: 24px; font-weight: 500; font-size: 16px; } input { width: 400px; height: 58px; border: 2px solid #A8B1BD; border-radius: 8px; margin-bottom: 10px; padding: 0 15px 0 15px; } @media (min-width:1025px) and (min-width:1281px) { ::-webkit-input-placeholder { color: transparent; } :-moz-placeholder { color: transparent; } ::-moz-placeholder { color: transparent; } :-ms-input-placeholder { color: transparent; } } p.prompt { font-size: 14px; line-height: 24px; color: #034AB3; margin-left: 255px; } button.submit { width: 400px; height: 58px; margin-bottom: 10px; background: #034AB3; border-radius: 8px; border: none; color: #ffffff; } button.submit:hover { border-radius: 0px; border: solid 2px #531b81; } p.signup { font-size: 16px; line-height: 144.1%; letter-spacing: 0.15px; color: #49505A; text-align: center; } @media screen and (max-width:768px) { nav { display: none; } div.container { margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } div.welcome { padding-right: 0px; display: flex; flex-direction: column-reverse; } div.text { margin-top: 10px; } h2 { font-weight: 500; font-size: 31px; line-height: 32px; text-align: center; } p { font-weight: 500; font-size: 16px; line-height: 24px; text-transform: capitalize; } h2, p { margin: 25px 0 25px 0; } div.image { display: flex; justify-content: center; } img { width: 147.67px; height: 140px; } div.form-layout { margin: 0px; padding: 0px; } div.welcome, div.form-layout { margin: 10px 0 50px 0; } label { width: 300px; height: 50px; font-size: 0; } p.prompt { margin-top: 0; } p.signup { margin-top: 0; } }
my-money-tracker-fe-pjt-53/assets/css/loginpassword.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat'; text-decoration: none; } body { letter-spacing: 0.5px; margin: 0; } nav { display: flex; justify-content: space-between; margin: 25px; } div.logo { font-weight: 700; font-size: 36px; line-height: 44px; } ul.nav-links { display: flex; margin: 10px 0 0 350px; } li { list-style: none; } a.nav-item { padding: 0 20px; color: #49505A; font-size: 18px; line-height: 22px; } li.nav-item { margin: 0 16px; } button.login { font-size: 14px; letter-spacing: 0.1px; width: 77px; height: 41px; background: #FFFFFF; color: #1F2329; border: 2px solid #034AB3; border-radius: 8px; } button.login:hover { border-radius: 0px; border: solid 2px #531b81; } button.signup { font-size: 14px; width: 90px; height: 41px; background: #034AB3; color: #FFFFFF; border-radius: 8px; border: none; } button.signup:hover { border-radius: 0px; border: solid 2px #531b81; } ul.button { display: flex; margin: 0 0 0 2px; } div.container { margin: 100px 120px 0 120px; display: flex; flex-direction: row; padding: 0; } h2 { font-weight: bold; font-size: 48px; line-height: 59px; } p { font-weight: 500; font-size: 24px; line-height: 29px; color: #49505A; letter-spacing: 0.1px; } span.green { color: #2AB930; } div.welcome { padding-right: 120px; } img { width: 399px; height: 379px; } div.form-layout { margin-top: 100px; padding-left: 120px; } form { display: flex; flex-direction: column; width: 400px; height: 394px; border-radius: 8px; } div.form-group { margin: 15px 0 15px 0; } label { line-height: 24px; font-weight: 500; font-size: 16px; } input { width: 400px; height: 58px; border: 2px solid #A8B1BD; border-radius: 8px; margin-bottom: 10px; padding: 0 15px 0 15px; } @media (min-width:1025px) and (min-width:1281px) { ::-webkit-input-placeholder { color: transparent; } :-moz-placeholder { color: transparent; } ::-moz-placeholder { color: transparent; } :-ms-input-placeholder { color: transparent; } } p.prompt { font-size: 14px; line-height: 24px; color: #034AB3; margin-left: 255px; } button.submit { width: 400px; height: 58px; margin-bottom: 10px; background: #034AB3; border-radius: 8px; border: none; color: #ffffff; } button.submit:hover { border-radius: 0px; border: solid 2px #531b81; } p.signup { font-size: 16px; line-height: 144.1%; letter-spacing: 0.15px; color: #49505A; text-align: center; } @media screen and (max-width:768px) { nav { display: none; } div.container { margin: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } div.welcome { padding-right: 0px; display: flex; flex-direction: column-reverse; } div.text { margin-top: 10px; } h2 { font-weight: 500; font-size: 31px; line-height: 32px; text-align: center; } p { font-weight: 500; font-size: 16px; line-height: 24px; text-transform: capitalize; } h2, p { margin: 25px 0 25px 0; } div.image { display: flex; justify-content: center; } img { width: 147.67px; height: 140px; } div.form-layout { margin: 0px; padding: 0px; } div.welcome, div.form-layout { margin: 10px 0 50px 0; } label { width: 300px; height: 50px; font-size: 0; } p.prompt { margin-top: 0; } p.signup { margin-top: 0; } }
0.247078
0.061003
:root { --color-color-token-base-artnet-orange: #ff4a00; --color-color-token-base-artnet-black: #0d0d0d; --color-color-token-base-artnet-white: #f2f2f2; --color-color-token-gray-scale-black-100: #000000; --color-color-token-gray-scale-grey-90: #191919; --color-color-token-gray-scale-gray-80: #333333; --color-color-token-gray-scale-gray-70: #4d4d4d; --color-color-token-gray-scale-gray-60: #666666; --color-color-token-gray-scale-gray-50: #808080; --color-color-token-gray-scale-gray-40: #999999; --color-color-token-gray-scale-gray-30: #b3b3b3; --color-color-token-gray-scale-gray-20: #cccccc; --color-color-token-gray-scale-gray-10: #e6e6e6; --color-color-token-gray-scale-grey-60: #666666; --color-color-token-gray-scale-grey-30: #b3b3b3; --color-color-token-gray-scale-white-100: #ffffff; --color-color-token-stateful-green-100: #43b775; --color-color-token-stateful-orange-100: #f0742d; --color-color-token-stateful-red-100: #ff1102; --color-color-token-stateful-blue-100: #083d77; --color-color-style-artnet-logo-orange: #ff4a00; --color-color-style-artnet-logo-white: #f2f2f2; --color-color-style-artnet-logo-dark: #0d0d0d; --color-color-style-button-primary-text-default: #ffffff; --color-color-style-button-primary-text-disabled: #666666; --color-color-style-button-primary-fill-default: #000000; --color-color-style-button-primary-fill-hover: #666666; --color-color-style-button-primary-fill-disabled: #b3b3b3; --color-color-style-button-secondary-ttext-default: #000000; --color-color-style-button-secondary-ttext-hover: #666666; --color-color-style-button-secondary-ttext-disabled: #b3b3b3; --color-color-style-button-secondary-fill-default: #ffffff; --color-color-style-button-secondary-outline-default: #000000; --color-color-style-button-secondary-outline-hover: #666666; --color-color-style-button-secondary-outline-disabled: #b3b3b3; --color-color-style-text-default: #0d0d0d; --color-color-style-text-disabled: #b3b3b3; --color-color-style-text-placeholder: #b3b3b3; --color-color-style-stateful-success: #43b775; --color-color-style-stateful-warning: #f0742d; --color-color-style-stateful-error: #ff1102; --color-color-style-stateful-info: #083d77; --color-color-style-link-default: #000000; --color-color-style-navigation-link-default: #000000; --color-color-style-navigation-link-hover: #666666; --color-color-style-navigation-link-active: #ff4a00; --color-color-style-chrome-focus-outline: #238cff; --color-color-style-chrome-link-visited: #651a99; --grid-desktop-grid-0-pattern: columns; --grid-desktop-grid-0-section-size: 80px; --grid-desktop-grid-0-gutter-size: 32px; --grid-desktop-grid-0-alignment: center; --grid-desktop-grid-0-count: 12; --grid-desktop-grid-1-pattern: rows; --grid-desktop-grid-1-section-size: 8px; --grid-desktop-grid-1-gutter-size: 0; --grid-desktop-grid-1-alignment: min; --grid-desktop-grid-1-count: auto; --grid-desktop-grid-1-offset: 0; --grid-mobile-0-pattern: columns; --grid-mobile-0-gutter-size: 20px; --grid-mobile-0-alignment: stretch; --grid-mobile-0-count: 4; --grid-mobile-0-offset: 16px; --grid-mobile-1-pattern: rows; --grid-mobile-1-section-size: 8px; --grid-mobile-1-gutter-size: 0; --grid-mobile-1-alignment: min; --grid-mobile-1-count: auto; --grid-mobile-1-offset: 0; --grid-tablet-0-pattern: columns; --grid-tablet-0-gutter-size: 24px; --grid-tablet-0-alignment: stretch; --grid-tablet-0-count: 8; --grid-tablet-0-offset: 16px; --grid-tablet-1-pattern: rows; --grid-tablet-1-section-size: 8px; --grid-tablet-1-gutter-size: 0; --grid-tablet-1-alignment: min; --grid-tablet-1-count: auto; --grid-tablet-1-offset: 0; --font-small-italic-font-size: 12px; --font-small-italic-text-decoration: none; --font-small-italic-font-family: Artnet Grotesk; --font-small-italic-font-weight: 400; --font-small-italic-font-style: italic; --font-small-italic-font-stretch: normal; --font-small-italic-font-style-old: Regular Italic; --font-small-italic-letter-spacing: 1; --font-small-italic-line-height: 16px; --font-small-italic-paragraph-indent: 0; --font-small-italic-paragraph-spacing: 16px; --font-small-italic-text-case: none; --font-title-x-large-38-48-font-size: 38px; --font-title-x-large-38-48-text-decoration: none; --font-title-x-large-38-48-font-family: Artnet Grotesk; --font-title-x-large-38-48-font-weight: 500; --font-title-x-large-38-48-font-style: normal; --font-title-x-large-38-48-font-stretch: normal; --font-title-x-large-38-48-font-style-old: Medium; --font-title-x-large-38-48-letter-spacing: 1; --font-title-x-large-38-48-line-height: 48px; --font-title-x-large-38-48-paragraph-indent: 0; --font-title-x-large-38-48-paragraph-spacing: 0; --font-title-x-large-38-48-text-case: uppercase; --font-title-large-30-36-font-size: 30px; --font-title-large-30-36-text-decoration: none; --font-title-large-30-36-font-family: Artnet Grotesk; --font-title-large-30-36-font-weight: 500; --font-title-large-30-36-font-style: normal; --font-title-large-30-36-font-stretch: normal; --font-title-large-30-36-font-style-old: Medium; --font-title-large-30-36-letter-spacing: 1; --font-title-large-30-36-line-height: 36px; --font-title-large-30-36-paragraph-indent: 0; --font-title-large-30-36-paragraph-spacing: 0; --font-title-large-30-36-text-case: uppercase; --font-title-medium-20-24-font-size: 20px; --font-title-medium-20-24-text-decoration: none; --font-title-medium-20-24-font-family: Artnet Grotesk; --font-title-medium-20-24-font-weight: 500; --font-title-medium-20-24-font-style: normal; --font-title-medium-20-24-font-stretch: normal; --font-title-medium-20-24-font-style-old: Medium; --font-title-medium-20-24-letter-spacing: 1; --font-title-medium-20-24-line-height: 24px; --font-title-medium-20-24-paragraph-indent: 0; --font-title-medium-20-24-paragraph-spacing: 0; --font-title-medium-20-24-text-case: uppercase; --font-title-small-16-20-font-size: 16px; --font-title-small-16-20-text-decoration: none; --font-title-small-16-20-font-family: Artnet Grotesk; --font-title-small-16-20-font-weight: 700; --font-title-small-16-20-font-style: normal; --font-title-small-16-20-font-stretch: normal; --font-title-small-16-20-font-style-old: Bold; --font-title-small-16-20-letter-spacing: 1; --font-title-small-16-20-line-height: 20px; --font-title-small-16-20-paragraph-indent: 0; --font-title-small-16-20-paragraph-spacing: 0; --font-title-small-16-20-text-case: uppercase; --font-text-default-16-32-font-size: 16px; --font-text-default-16-32-text-decoration: none; --font-text-default-16-32-font-family: Artnet Grotesk; --font-text-default-16-32-font-weight: 400; --font-text-default-16-32-font-style: normal; --font-text-default-16-32-font-stretch: normal; --font-text-default-16-32-font-style-old: Regular; --font-text-default-16-32-letter-spacing: 0.5; --font-text-default-16-32-line-height: 32px; --font-text-default-16-32-paragraph-indent: 0; --font-text-default-16-32-paragraph-spacing: 0; --font-text-default-16-32-text-case: none; --font-text-bold-16-32-font-size: 16px; --font-text-bold-16-32-text-decoration: none; --font-text-bold-16-32-font-family: Artnet Grotesk; --font-text-bold-16-32-font-weight: 700; --font-text-bold-16-32-font-style: normal; --font-text-bold-16-32-font-stretch: normal; --font-text-bold-16-32-font-style-old: Bold; --font-text-bold-16-32-letter-spacing: 1; --font-text-bold-16-32-line-height: 32px; --font-text-bold-16-32-paragraph-indent: 0; --font-text-bold-16-32-paragraph-spacing: 32px; --font-text-bold-16-32-text-case: none; --font-text-underline-16-32-font-size: 16px; --font-text-underline-16-32-text-decoration: underline; --font-text-underline-16-32-font-family: Artnet Grotesk; --font-text-underline-16-32-font-weight: 400; --font-text-underline-16-32-font-style: normal; --font-text-underline-16-32-font-stretch: normal; --font-text-underline-16-32-font-style-old: Regular; --font-text-underline-16-32-letter-spacing: 0.5; --font-text-underline-16-32-line-height: 32px; --font-text-underline-16-32-paragraph-indent: 0; --font-text-underline-16-32-paragraph-spacing: 32px; --font-text-underline-16-32-text-case: none; --font-text-cap-16-32-font-size: 16px; --font-text-cap-16-32-text-decoration: none; --font-text-cap-16-32-font-family: <NAME>; --font-text-cap-16-32-font-weight: 400; --font-text-cap-16-32-font-style: normal; --font-text-cap-16-32-font-stretch: normal; --font-text-cap-16-32-font-style-old: Regular; --font-text-cap-16-32-letter-spacing: 1; --font-text-cap-16-32-line-height: 32px; --font-text-cap-16-32-paragraph-indent: 0; --font-text-cap-16-32-paragraph-spacing: 0; --font-text-cap-16-32-text-case: uppercase; --font-text-italic-16-32-font-size: 16px; --font-text-italic-16-32-text-decoration: none; --font-text-italic-16-32-font-family: <NAME>k; --font-text-italic-16-32-font-weight: 400; --font-text-italic-16-32-font-style: italic; --font-text-italic-16-32-font-stretch: normal; --font-text-italic-16-32-font-style-old: Regular Italic; --font-text-italic-16-32-letter-spacing: 1; --font-text-italic-16-32-line-height: 32px; --font-text-italic-16-32-paragraph-indent: 0; --font-text-italic-16-32-paragraph-spacing: 0; --font-text-italic-16-32-text-case: none; --font-text-small-default-12-16-font-size: 12px; --font-text-small-default-12-16-text-decoration: none; --font-text-small-default-12-16-font-family: <NAME>; --font-text-small-default-12-16-font-weight: 400; --font-text-small-default-12-16-font-style: normal; --font-text-small-default-12-16-font-stretch: normal; --font-text-small-default-12-16-font-style-old: Regular; --font-text-small-default-12-16-letter-spacing: 1; --font-text-small-default-12-16-line-height: 16px; --font-text-small-default-12-16-paragraph-indent: 0; --font-text-small-default-12-16-paragraph-spacing: 16px; --font-text-small-default-12-16-text-case: none; --font-text-small-bold-12-16-font-size: 12px; --font-text-small-bold-12-16-text-decoration: none; --font-text-small-bold-12-16-font-family: <NAME>; --font-text-small-bold-12-16-font-weight: 700; --font-text-small-bold-12-16-font-style: normal; --font-text-small-bold-12-16-font-stretch: normal; --font-text-small-bold-12-16-font-style-old: Bold; --font-text-small-bold-12-16-letter-spacing: 1; --font-text-small-bold-12-16-line-height: 16px; --font-text-small-bold-12-16-paragraph-indent: 0; --font-text-small-bold-12-16-paragraph-spacing: 0; --font-text-small-bold-12-16-text-case: none; --font-text-small-underline-12-16-font-size: 12px; --font-text-small-underline-12-16-text-decoration: underline; --font-text-small-underline-12-16-font-family: Artnet Grotesk; --font-text-small-underline-12-16-font-weight: 400; --font-text-small-underline-12-16-font-style: normal; --font-text-small-underline-12-16-font-stretch: normal; --font-text-small-underline-12-16-font-style-old: Regular; --font-text-small-underline-12-16-letter-spacing: 1; --font-text-small-underline-12-16-line-height: 16px; --font-text-small-underline-12-16-paragraph-indent: 0; --font-text-small-underline-12-16-paragraph-spacing: 16px; --font-text-small-underline-12-16-text-case: none; --font-text-small-italic-12-16-font-size: 12px; --font-text-small-italic-12-16-text-decoration: none; --font-text-small-italic-12-16-font-family: Artnet Grotesk; --font-text-small-italic-12-16-font-weight: 400; --font-text-small-italic-12-16-font-style: italic; --font-text-small-italic-12-16-font-stretch: normal; --font-text-small-italic-12-16-font-style-old: Regular Italic; --font-text-small-italic-12-16-letter-spacing: 0.5; --font-text-small-italic-12-16-line-height: 16px; --font-text-small-italic-12-16-paragraph-indent: 0; --font-text-small-italic-12-16-paragraph-spacing: 32px; --font-text-small-italic-12-16-text-case: none; --font-text-small-cap-12-16-font-size: 12px; --font-text-small-cap-12-16-text-decoration: none; --font-text-small-cap-12-16-font-family: Artnet Grotesk; --font-text-small-cap-12-16-font-weight: 400; --font-text-small-cap-12-16-font-style: normal; --font-text-small-cap-12-16-font-stretch: normal; --font-text-small-cap-12-16-font-style-old: Regular; --font-text-small-cap-12-16-letter-spacing: 1; --font-text-small-cap-12-16-line-height: 16px; --font-text-small-cap-12-16-paragraph-indent: 0; --font-text-small-cap-12-16-paragraph-spacing: 16px; --font-text-small-cap-12-16-text-case: uppercase; --font-button-medium-16-16-font-size: 16px; --font-button-medium-16-16-text-decoration: none; --font-button-medium-16-16-font-family: Artnet Grotesk; --font-button-medium-16-16-font-weight: 400; --font-button-medium-16-16-font-style: normal; --font-button-medium-16-16-font-stretch: normal; --font-button-medium-16-16-font-style-old: Regular; --font-button-medium-16-16-letter-spacing: 1; --font-button-medium-16-16-line-height: 16px; --font-button-medium-16-16-paragraph-indent: 0; --font-button-medium-16-16-paragraph-spacing: 0; --font-button-medium-16-16-text-case: uppercase; --font-button-small-12-12-font-size: 12px; --font-button-small-12-12-text-decoration: none; --font-button-small-12-12-font-family: Artnet Grotesk; --font-button-small-12-12-font-weight: 400; --font-button-small-12-12-font-style: normal; --font-button-small-12-12-font-stretch: normal; --font-button-small-12-12-font-style-old: Regular; --font-button-small-12-12-letter-spacing: 1; --font-button-small-12-12-line-height: 12px; --font-button-small-12-12-paragraph-indent: 0; --font-button-small-12-12-paragraph-spacing: 0; --font-button-small-12-12-text-case: uppercase; --font-links-navigation-font-size: 16px; --font-links-navigation-text-decoration: none; --font-links-navigation-font-family: Artnet Grotesk; --font-links-navigation-font-weight: 400; --font-links-navigation-font-style: normal; --font-links-navigation-font-stretch: normal; --font-links-navigation-font-style-old: Regular; --font-links-navigation-letter-spacing: 0.5; --font-links-navigation-line-height: 16px; --font-links-navigation-paragraph-indent: 0; --font-links-navigation-paragraph-spacing: 0; --font-links-navigation-text-case: none; --font-links-navigation-hover-font-size: 16px; --font-links-navigation-hover-text-decoration: underline; --font-links-navigation-hover-font-family: Artnet Grotesk; --font-links-navigation-hover-font-weight: 400; --font-links-navigation-hover-font-style: normal; --font-links-navigation-hover-font-stretch: normal; --font-links-navigation-hover-font-style-old: Regular; --font-links-navigation-hover-letter-spacing: 0.5; --font-links-navigation-hover-line-height: 16px; --font-links-navigation-hover-paragraph-indent: 0; --font-links-navigation-hover-paragraph-spacing: 0; --font-links-navigation-hover-text-case: none; --font-links-subnavigation-font-size: 16px; --font-links-subnavigation-text-decoration: none; --font-links-subnavigation-font-family: Artnet Grotesk; --font-links-subnavigation-font-weight: 400; --font-links-subnavigation-font-style: normal; --font-links-subnavigation-font-stretch: normal; --font-links-subnavigation-font-style-old: Regular; --font-links-subnavigation-letter-spacing: 0.5; --font-links-subnavigation-line-height: 16px; --font-links-subnavigation-paragraph-indent: 0; --font-links-subnavigation-paragraph-spacing: 0; --font-links-subnavigation-text-case: uppercase; --font-links-subnavigation-hover-font-size: 16px; --font-links-subnavigation-hover-text-decoration: underline; --font-links-subnavigation-hover-font-family: <NAME>; --font-links-subnavigation-hover-font-weight: 400; --font-links-subnavigation-hover-font-style: normal; --font-links-subnavigation-hover-font-stretch: normal; --font-links-subnavigation-hover-font-style-old: Regular; --font-links-subnavigation-hover-letter-spacing: 0.5; --font-links-subnavigation-hover-line-height: 16px; --font-links-subnavigation-hover-paragraph-indent: 0; --font-links-subnavigation-hover-paragraph-spacing: 0; --font-links-subnavigation-hover-text-case: uppercase; --font-styleguide-only-headline-xx-large-font-size: 56px; --font-styleguide-only-headline-xx-large-text-decoration: none; --font-styleguide-only-headline-xx-large-font-family: <NAME>; --font-styleguide-only-headline-xx-large-font-weight: 500; --font-styleguide-only-headline-xx-large-font-style: normal; --font-styleguide-only-headline-xx-large-font-stretch: normal; --font-styleguide-only-headline-xx-large-font-style-old: Medium; --font-styleguide-only-headline-xx-large-letter-spacing: 1; --font-styleguide-only-headline-xx-large-line-height: 66px; --font-styleguide-only-headline-xx-large-paragraph-indent: 0; --font-styleguide-only-headline-xx-large-paragraph-spacing: 0; --font-styleguide-only-headline-xx-large-text-case: uppercase; --font-styleguide-only-text-large-20-font-size: 20px; --font-styleguide-only-text-large-20-text-decoration: none; --font-styleguide-only-text-large-20-font-family: Artnet Grotesk; --font-styleguide-only-text-large-20-font-weight: 400; --font-styleguide-only-text-large-20-font-style: normal; --font-styleguide-only-text-large-20-font-stretch: normal; --font-styleguide-only-text-large-20-font-style-old: Regular; --font-styleguide-only-text-large-20-letter-spacing: 0.5; --font-styleguide-only-text-large-20-line-height: 32px; --font-styleguide-only-text-large-20-paragraph-indent: 0; --font-styleguide-only-text-large-20-paragraph-spacing: 0; --font-styleguide-only-text-large-20-text-case: none; --font-labels-input-fields-font-size: 16px; --font-labels-input-fields-text-decoration: none; --font-labels-input-fields-font-family: Artnet Grotesk; --font-labels-input-fields-font-weight: 400; --font-labels-input-fields-font-style: normal; --font-labels-input-fields-font-stretch: normal; --font-labels-input-fields-font-style-old: Regular; --font-labels-input-fields-letter-spacing: 0.5; --font-labels-input-fields-line-height: 32px; --font-labels-input-fields-paragraph-indent: 0; --font-labels-input-fields-paragraph-spacing: 0; --font-labels-input-fields-text-case: none; }
build/css/_variables.css
:root { --color-color-token-base-artnet-orange: #ff4a00; --color-color-token-base-artnet-black: #0d0d0d; --color-color-token-base-artnet-white: #f2f2f2; --color-color-token-gray-scale-black-100: #000000; --color-color-token-gray-scale-grey-90: #191919; --color-color-token-gray-scale-gray-80: #333333; --color-color-token-gray-scale-gray-70: #4d4d4d; --color-color-token-gray-scale-gray-60: #666666; --color-color-token-gray-scale-gray-50: #808080; --color-color-token-gray-scale-gray-40: #999999; --color-color-token-gray-scale-gray-30: #b3b3b3; --color-color-token-gray-scale-gray-20: #cccccc; --color-color-token-gray-scale-gray-10: #e6e6e6; --color-color-token-gray-scale-grey-60: #666666; --color-color-token-gray-scale-grey-30: #b3b3b3; --color-color-token-gray-scale-white-100: #ffffff; --color-color-token-stateful-green-100: #43b775; --color-color-token-stateful-orange-100: #f0742d; --color-color-token-stateful-red-100: #ff1102; --color-color-token-stateful-blue-100: #083d77; --color-color-style-artnet-logo-orange: #ff4a00; --color-color-style-artnet-logo-white: #f2f2f2; --color-color-style-artnet-logo-dark: #0d0d0d; --color-color-style-button-primary-text-default: #ffffff; --color-color-style-button-primary-text-disabled: #666666; --color-color-style-button-primary-fill-default: #000000; --color-color-style-button-primary-fill-hover: #666666; --color-color-style-button-primary-fill-disabled: #b3b3b3; --color-color-style-button-secondary-ttext-default: #000000; --color-color-style-button-secondary-ttext-hover: #666666; --color-color-style-button-secondary-ttext-disabled: #b3b3b3; --color-color-style-button-secondary-fill-default: #ffffff; --color-color-style-button-secondary-outline-default: #000000; --color-color-style-button-secondary-outline-hover: #666666; --color-color-style-button-secondary-outline-disabled: #b3b3b3; --color-color-style-text-default: #0d0d0d; --color-color-style-text-disabled: #b3b3b3; --color-color-style-text-placeholder: #b3b3b3; --color-color-style-stateful-success: #43b775; --color-color-style-stateful-warning: #f0742d; --color-color-style-stateful-error: #ff1102; --color-color-style-stateful-info: #083d77; --color-color-style-link-default: #000000; --color-color-style-navigation-link-default: #000000; --color-color-style-navigation-link-hover: #666666; --color-color-style-navigation-link-active: #ff4a00; --color-color-style-chrome-focus-outline: #238cff; --color-color-style-chrome-link-visited: #651a99; --grid-desktop-grid-0-pattern: columns; --grid-desktop-grid-0-section-size: 80px; --grid-desktop-grid-0-gutter-size: 32px; --grid-desktop-grid-0-alignment: center; --grid-desktop-grid-0-count: 12; --grid-desktop-grid-1-pattern: rows; --grid-desktop-grid-1-section-size: 8px; --grid-desktop-grid-1-gutter-size: 0; --grid-desktop-grid-1-alignment: min; --grid-desktop-grid-1-count: auto; --grid-desktop-grid-1-offset: 0; --grid-mobile-0-pattern: columns; --grid-mobile-0-gutter-size: 20px; --grid-mobile-0-alignment: stretch; --grid-mobile-0-count: 4; --grid-mobile-0-offset: 16px; --grid-mobile-1-pattern: rows; --grid-mobile-1-section-size: 8px; --grid-mobile-1-gutter-size: 0; --grid-mobile-1-alignment: min; --grid-mobile-1-count: auto; --grid-mobile-1-offset: 0; --grid-tablet-0-pattern: columns; --grid-tablet-0-gutter-size: 24px; --grid-tablet-0-alignment: stretch; --grid-tablet-0-count: 8; --grid-tablet-0-offset: 16px; --grid-tablet-1-pattern: rows; --grid-tablet-1-section-size: 8px; --grid-tablet-1-gutter-size: 0; --grid-tablet-1-alignment: min; --grid-tablet-1-count: auto; --grid-tablet-1-offset: 0; --font-small-italic-font-size: 12px; --font-small-italic-text-decoration: none; --font-small-italic-font-family: Artnet Grotesk; --font-small-italic-font-weight: 400; --font-small-italic-font-style: italic; --font-small-italic-font-stretch: normal; --font-small-italic-font-style-old: Regular Italic; --font-small-italic-letter-spacing: 1; --font-small-italic-line-height: 16px; --font-small-italic-paragraph-indent: 0; --font-small-italic-paragraph-spacing: 16px; --font-small-italic-text-case: none; --font-title-x-large-38-48-font-size: 38px; --font-title-x-large-38-48-text-decoration: none; --font-title-x-large-38-48-font-family: Artnet Grotesk; --font-title-x-large-38-48-font-weight: 500; --font-title-x-large-38-48-font-style: normal; --font-title-x-large-38-48-font-stretch: normal; --font-title-x-large-38-48-font-style-old: Medium; --font-title-x-large-38-48-letter-spacing: 1; --font-title-x-large-38-48-line-height: 48px; --font-title-x-large-38-48-paragraph-indent: 0; --font-title-x-large-38-48-paragraph-spacing: 0; --font-title-x-large-38-48-text-case: uppercase; --font-title-large-30-36-font-size: 30px; --font-title-large-30-36-text-decoration: none; --font-title-large-30-36-font-family: Artnet Grotesk; --font-title-large-30-36-font-weight: 500; --font-title-large-30-36-font-style: normal; --font-title-large-30-36-font-stretch: normal; --font-title-large-30-36-font-style-old: Medium; --font-title-large-30-36-letter-spacing: 1; --font-title-large-30-36-line-height: 36px; --font-title-large-30-36-paragraph-indent: 0; --font-title-large-30-36-paragraph-spacing: 0; --font-title-large-30-36-text-case: uppercase; --font-title-medium-20-24-font-size: 20px; --font-title-medium-20-24-text-decoration: none; --font-title-medium-20-24-font-family: Artnet Grotesk; --font-title-medium-20-24-font-weight: 500; --font-title-medium-20-24-font-style: normal; --font-title-medium-20-24-font-stretch: normal; --font-title-medium-20-24-font-style-old: Medium; --font-title-medium-20-24-letter-spacing: 1; --font-title-medium-20-24-line-height: 24px; --font-title-medium-20-24-paragraph-indent: 0; --font-title-medium-20-24-paragraph-spacing: 0; --font-title-medium-20-24-text-case: uppercase; --font-title-small-16-20-font-size: 16px; --font-title-small-16-20-text-decoration: none; --font-title-small-16-20-font-family: Artnet Grotesk; --font-title-small-16-20-font-weight: 700; --font-title-small-16-20-font-style: normal; --font-title-small-16-20-font-stretch: normal; --font-title-small-16-20-font-style-old: Bold; --font-title-small-16-20-letter-spacing: 1; --font-title-small-16-20-line-height: 20px; --font-title-small-16-20-paragraph-indent: 0; --font-title-small-16-20-paragraph-spacing: 0; --font-title-small-16-20-text-case: uppercase; --font-text-default-16-32-font-size: 16px; --font-text-default-16-32-text-decoration: none; --font-text-default-16-32-font-family: Artnet Grotesk; --font-text-default-16-32-font-weight: 400; --font-text-default-16-32-font-style: normal; --font-text-default-16-32-font-stretch: normal; --font-text-default-16-32-font-style-old: Regular; --font-text-default-16-32-letter-spacing: 0.5; --font-text-default-16-32-line-height: 32px; --font-text-default-16-32-paragraph-indent: 0; --font-text-default-16-32-paragraph-spacing: 0; --font-text-default-16-32-text-case: none; --font-text-bold-16-32-font-size: 16px; --font-text-bold-16-32-text-decoration: none; --font-text-bold-16-32-font-family: Artnet Grotesk; --font-text-bold-16-32-font-weight: 700; --font-text-bold-16-32-font-style: normal; --font-text-bold-16-32-font-stretch: normal; --font-text-bold-16-32-font-style-old: Bold; --font-text-bold-16-32-letter-spacing: 1; --font-text-bold-16-32-line-height: 32px; --font-text-bold-16-32-paragraph-indent: 0; --font-text-bold-16-32-paragraph-spacing: 32px; --font-text-bold-16-32-text-case: none; --font-text-underline-16-32-font-size: 16px; --font-text-underline-16-32-text-decoration: underline; --font-text-underline-16-32-font-family: Artnet Grotesk; --font-text-underline-16-32-font-weight: 400; --font-text-underline-16-32-font-style: normal; --font-text-underline-16-32-font-stretch: normal; --font-text-underline-16-32-font-style-old: Regular; --font-text-underline-16-32-letter-spacing: 0.5; --font-text-underline-16-32-line-height: 32px; --font-text-underline-16-32-paragraph-indent: 0; --font-text-underline-16-32-paragraph-spacing: 32px; --font-text-underline-16-32-text-case: none; --font-text-cap-16-32-font-size: 16px; --font-text-cap-16-32-text-decoration: none; --font-text-cap-16-32-font-family: <NAME>; --font-text-cap-16-32-font-weight: 400; --font-text-cap-16-32-font-style: normal; --font-text-cap-16-32-font-stretch: normal; --font-text-cap-16-32-font-style-old: Regular; --font-text-cap-16-32-letter-spacing: 1; --font-text-cap-16-32-line-height: 32px; --font-text-cap-16-32-paragraph-indent: 0; --font-text-cap-16-32-paragraph-spacing: 0; --font-text-cap-16-32-text-case: uppercase; --font-text-italic-16-32-font-size: 16px; --font-text-italic-16-32-text-decoration: none; --font-text-italic-16-32-font-family: <NAME>k; --font-text-italic-16-32-font-weight: 400; --font-text-italic-16-32-font-style: italic; --font-text-italic-16-32-font-stretch: normal; --font-text-italic-16-32-font-style-old: Regular Italic; --font-text-italic-16-32-letter-spacing: 1; --font-text-italic-16-32-line-height: 32px; --font-text-italic-16-32-paragraph-indent: 0; --font-text-italic-16-32-paragraph-spacing: 0; --font-text-italic-16-32-text-case: none; --font-text-small-default-12-16-font-size: 12px; --font-text-small-default-12-16-text-decoration: none; --font-text-small-default-12-16-font-family: <NAME>; --font-text-small-default-12-16-font-weight: 400; --font-text-small-default-12-16-font-style: normal; --font-text-small-default-12-16-font-stretch: normal; --font-text-small-default-12-16-font-style-old: Regular; --font-text-small-default-12-16-letter-spacing: 1; --font-text-small-default-12-16-line-height: 16px; --font-text-small-default-12-16-paragraph-indent: 0; --font-text-small-default-12-16-paragraph-spacing: 16px; --font-text-small-default-12-16-text-case: none; --font-text-small-bold-12-16-font-size: 12px; --font-text-small-bold-12-16-text-decoration: none; --font-text-small-bold-12-16-font-family: <NAME>; --font-text-small-bold-12-16-font-weight: 700; --font-text-small-bold-12-16-font-style: normal; --font-text-small-bold-12-16-font-stretch: normal; --font-text-small-bold-12-16-font-style-old: Bold; --font-text-small-bold-12-16-letter-spacing: 1; --font-text-small-bold-12-16-line-height: 16px; --font-text-small-bold-12-16-paragraph-indent: 0; --font-text-small-bold-12-16-paragraph-spacing: 0; --font-text-small-bold-12-16-text-case: none; --font-text-small-underline-12-16-font-size: 12px; --font-text-small-underline-12-16-text-decoration: underline; --font-text-small-underline-12-16-font-family: Artnet Grotesk; --font-text-small-underline-12-16-font-weight: 400; --font-text-small-underline-12-16-font-style: normal; --font-text-small-underline-12-16-font-stretch: normal; --font-text-small-underline-12-16-font-style-old: Regular; --font-text-small-underline-12-16-letter-spacing: 1; --font-text-small-underline-12-16-line-height: 16px; --font-text-small-underline-12-16-paragraph-indent: 0; --font-text-small-underline-12-16-paragraph-spacing: 16px; --font-text-small-underline-12-16-text-case: none; --font-text-small-italic-12-16-font-size: 12px; --font-text-small-italic-12-16-text-decoration: none; --font-text-small-italic-12-16-font-family: Artnet Grotesk; --font-text-small-italic-12-16-font-weight: 400; --font-text-small-italic-12-16-font-style: italic; --font-text-small-italic-12-16-font-stretch: normal; --font-text-small-italic-12-16-font-style-old: Regular Italic; --font-text-small-italic-12-16-letter-spacing: 0.5; --font-text-small-italic-12-16-line-height: 16px; --font-text-small-italic-12-16-paragraph-indent: 0; --font-text-small-italic-12-16-paragraph-spacing: 32px; --font-text-small-italic-12-16-text-case: none; --font-text-small-cap-12-16-font-size: 12px; --font-text-small-cap-12-16-text-decoration: none; --font-text-small-cap-12-16-font-family: Artnet Grotesk; --font-text-small-cap-12-16-font-weight: 400; --font-text-small-cap-12-16-font-style: normal; --font-text-small-cap-12-16-font-stretch: normal; --font-text-small-cap-12-16-font-style-old: Regular; --font-text-small-cap-12-16-letter-spacing: 1; --font-text-small-cap-12-16-line-height: 16px; --font-text-small-cap-12-16-paragraph-indent: 0; --font-text-small-cap-12-16-paragraph-spacing: 16px; --font-text-small-cap-12-16-text-case: uppercase; --font-button-medium-16-16-font-size: 16px; --font-button-medium-16-16-text-decoration: none; --font-button-medium-16-16-font-family: Artnet Grotesk; --font-button-medium-16-16-font-weight: 400; --font-button-medium-16-16-font-style: normal; --font-button-medium-16-16-font-stretch: normal; --font-button-medium-16-16-font-style-old: Regular; --font-button-medium-16-16-letter-spacing: 1; --font-button-medium-16-16-line-height: 16px; --font-button-medium-16-16-paragraph-indent: 0; --font-button-medium-16-16-paragraph-spacing: 0; --font-button-medium-16-16-text-case: uppercase; --font-button-small-12-12-font-size: 12px; --font-button-small-12-12-text-decoration: none; --font-button-small-12-12-font-family: Artnet Grotesk; --font-button-small-12-12-font-weight: 400; --font-button-small-12-12-font-style: normal; --font-button-small-12-12-font-stretch: normal; --font-button-small-12-12-font-style-old: Regular; --font-button-small-12-12-letter-spacing: 1; --font-button-small-12-12-line-height: 12px; --font-button-small-12-12-paragraph-indent: 0; --font-button-small-12-12-paragraph-spacing: 0; --font-button-small-12-12-text-case: uppercase; --font-links-navigation-font-size: 16px; --font-links-navigation-text-decoration: none; --font-links-navigation-font-family: Artnet Grotesk; --font-links-navigation-font-weight: 400; --font-links-navigation-font-style: normal; --font-links-navigation-font-stretch: normal; --font-links-navigation-font-style-old: Regular; --font-links-navigation-letter-spacing: 0.5; --font-links-navigation-line-height: 16px; --font-links-navigation-paragraph-indent: 0; --font-links-navigation-paragraph-spacing: 0; --font-links-navigation-text-case: none; --font-links-navigation-hover-font-size: 16px; --font-links-navigation-hover-text-decoration: underline; --font-links-navigation-hover-font-family: Artnet Grotesk; --font-links-navigation-hover-font-weight: 400; --font-links-navigation-hover-font-style: normal; --font-links-navigation-hover-font-stretch: normal; --font-links-navigation-hover-font-style-old: Regular; --font-links-navigation-hover-letter-spacing: 0.5; --font-links-navigation-hover-line-height: 16px; --font-links-navigation-hover-paragraph-indent: 0; --font-links-navigation-hover-paragraph-spacing: 0; --font-links-navigation-hover-text-case: none; --font-links-subnavigation-font-size: 16px; --font-links-subnavigation-text-decoration: none; --font-links-subnavigation-font-family: Artnet Grotesk; --font-links-subnavigation-font-weight: 400; --font-links-subnavigation-font-style: normal; --font-links-subnavigation-font-stretch: normal; --font-links-subnavigation-font-style-old: Regular; --font-links-subnavigation-letter-spacing: 0.5; --font-links-subnavigation-line-height: 16px; --font-links-subnavigation-paragraph-indent: 0; --font-links-subnavigation-paragraph-spacing: 0; --font-links-subnavigation-text-case: uppercase; --font-links-subnavigation-hover-font-size: 16px; --font-links-subnavigation-hover-text-decoration: underline; --font-links-subnavigation-hover-font-family: <NAME>; --font-links-subnavigation-hover-font-weight: 400; --font-links-subnavigation-hover-font-style: normal; --font-links-subnavigation-hover-font-stretch: normal; --font-links-subnavigation-hover-font-style-old: Regular; --font-links-subnavigation-hover-letter-spacing: 0.5; --font-links-subnavigation-hover-line-height: 16px; --font-links-subnavigation-hover-paragraph-indent: 0; --font-links-subnavigation-hover-paragraph-spacing: 0; --font-links-subnavigation-hover-text-case: uppercase; --font-styleguide-only-headline-xx-large-font-size: 56px; --font-styleguide-only-headline-xx-large-text-decoration: none; --font-styleguide-only-headline-xx-large-font-family: <NAME>; --font-styleguide-only-headline-xx-large-font-weight: 500; --font-styleguide-only-headline-xx-large-font-style: normal; --font-styleguide-only-headline-xx-large-font-stretch: normal; --font-styleguide-only-headline-xx-large-font-style-old: Medium; --font-styleguide-only-headline-xx-large-letter-spacing: 1; --font-styleguide-only-headline-xx-large-line-height: 66px; --font-styleguide-only-headline-xx-large-paragraph-indent: 0; --font-styleguide-only-headline-xx-large-paragraph-spacing: 0; --font-styleguide-only-headline-xx-large-text-case: uppercase; --font-styleguide-only-text-large-20-font-size: 20px; --font-styleguide-only-text-large-20-text-decoration: none; --font-styleguide-only-text-large-20-font-family: Artnet Grotesk; --font-styleguide-only-text-large-20-font-weight: 400; --font-styleguide-only-text-large-20-font-style: normal; --font-styleguide-only-text-large-20-font-stretch: normal; --font-styleguide-only-text-large-20-font-style-old: Regular; --font-styleguide-only-text-large-20-letter-spacing: 0.5; --font-styleguide-only-text-large-20-line-height: 32px; --font-styleguide-only-text-large-20-paragraph-indent: 0; --font-styleguide-only-text-large-20-paragraph-spacing: 0; --font-styleguide-only-text-large-20-text-case: none; --font-labels-input-fields-font-size: 16px; --font-labels-input-fields-text-decoration: none; --font-labels-input-fields-font-family: Artnet Grotesk; --font-labels-input-fields-font-weight: 400; --font-labels-input-fields-font-style: normal; --font-labels-input-fields-font-stretch: normal; --font-labels-input-fields-font-style-old: Regular; --font-labels-input-fields-letter-spacing: 0.5; --font-labels-input-fields-line-height: 32px; --font-labels-input-fields-paragraph-indent: 0; --font-labels-input-fields-paragraph-spacing: 0; --font-labels-input-fields-text-case: none; }
0.384797
0.118972
body { background-image: url('../../../img/4.png'); } .bookshelf .menu a { margin: 0px 6px; } /* CSS reset */ /*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {*/ /*margin:0;*/ /*padding:0;*/ /*}*/ /*html,body {*/ /*margin:0;*/ /*padding:0;*/ /*}*/ /*table {*/ /*border-collapse:collapse;*/ /*border-spacing:0;*/ /*}*/ /*fieldset,img {*/ /*border:0;*/ /*}*/ /*input{*/ /*border:1px solid #b0b0b0;*/ /*padding:3px 5px 4px;*/ /*color:#979797;*/ /*width:190px;*/ /*}*/ /*address,caption,cite,code,dfn,th,var {*/ /*font-style:normal;*/ /*font-weight:normal;*/ /*}*/ /*ol,ul {*/ /*list-style:none;*/ /*}*/ /*caption,th {*/ /*text-align:left;*/ /*}*/ /*h1,h2,h3,h4,h5,h6 {*/ /*font-size:100%;*/ /*font-weight:normal;*/ /*}*/ /*q:before,q:after {*/ /*content:'';*/ /*}*/ /*abbr,acronym { border:0;*/ /*}*/ /* Fonts */ /* Generated by Font Squirrel (http://www.fontsquirrel.com) */ /*@font-face {*/ /*font-family: 'BebasNeueRegular';*/ /*src: url('fonts/BebasNeue-webfont.eot');*/ /*src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),*/ /*url('fonts/BebasNeue-webfont.woff') format('woff'),*/ /*url('fonts/BebasNeue-webfont.ttf') format('truetype'),*/ /*url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');*/ /*font-weight: normal;*/ /*font-style: normal;*/ /*}*/ /* General Demo Style */ /*body{*/ /*font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;*/ /*background: #ddd url(../images/noisy_blue.jpg) repeat top left;*/ /*font-weight: 400;*/ /*font-size: 15px;*/ /*color: #333;*/ /*}*/ /*a{*/ /*color: #333;*/ /*text-decoration: none;*/ /*}*/ /*.container{*/ /*width: 100%;*/ /*position: relative;*/ /*text-align: center;*/ /*}*/ /*.clr{*/ /*clear: both;*/ /*}*/ /*.container > header{*/ /*padding: 30px 30px 10px 30px;*/ /*margin: 0px 20px 10px 20px;*/ /*position: relative;*/ /*display: block;*/ /*}*/ /*.container > header:after{*/ /*content: '';*/ /*height: 1px;*/ /*width: 100%;*/ /*position: absolute;*/ /*bottom: 0px;*/ /*left: 0px;*/ /*background: rgba(0,0,0,0.1);*/ /*box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7);*/ /*}*/ /*h1{*/ /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/ /*text-transform: uppercase;*/ /*font-size: 50px;*/ /*line-height: 50px;*/ /*position: relative;*/ /*font-weight: 400;*/ /*color: #111;*/ /*text-shadow: 0px 0px 1px rgba(0,0,0,0.7);*/ /*padding: 0px 0px 5px 0px;*/ /*margin: 0px 20px;*/ /*text-align: center;*/ /*}*/ /*h1 span{*/ /*color: #ffd252;*/ /*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/ /*}*/ /*h2{*/ /*font-size: 16px;*/ /*font-style: italic;*/ /*padding: 0px 0px 15px 0px;*/ /*}*/ /*/!* Header Style *!/*/ /*.header{*/ /*font-family:'Arial Narrow', Arial, sans-serif;*/ /*line-height: 24px;*/ /*font-size: 11px;*/ /*background: #000;*/ /*opacity: 0.9;*/ /*text-transform: uppercase;*/ /*z-index: 9999;*/ /*position: relative;*/ /*-moz-box-shadow: 1px 0px 2px #000;*/ /*-webkit-box-shadow: 1px 0px 2px #000;*/ /*box-shadow: 1px 0px 2px #000;*/ /*}*/ /*.header a{*/ /*padding: 0px 10px;*/ /*letter-spacing: 1px;*/ /*color: #ddd;*/ /*display: block;*/ /*float: left;*/ /*}*/ /*.header a:hover{*/ /*color: #fff;*/ /*}*/ /*.header span.right{*/ /*float: right;*/ /*}*/ /*.header span.right a{*/ /*float: none;*/ /*display: inline;*/ /*}*/ /*p.demos{*/ /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/ /*text-align:center;*/ /*display: block;*/ /*line-height: 30px;*/ /*padding: 20px 0px;*/ /*}*/ /*p.demos a{*/ /*display: inline-block;*/ /*width: 60px;*/ /*height: 60px;*/ /*background: #222;*/ /*margin: 0px 4px;*/ /*color: #fff;*/ /*line-height: 60px;*/ /*-webkit-border-radius: 30px;*/ /*-moz-border-radius: 30px;*/ /*border-radius: 50%;*/ /*font-size: 16px;*/ /*-webkit-transition: all 0.2s linear;*/ /*-moz-transition: all 0.2s linear;*/ /*-o-transition: all 0.2s linear;*/ /*-ms-transition: all 0.2s linear;*/ /*transition: all 0.2s linear;*/ /*-webkit-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*-moz-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*}*/ /*p.demos a:hover{*/ /*opacity: 0.7;*/ /*}*/ /*p.demos a.current-demo,*/ /*p.demos a.current-demo:hover{*/ /*background: #ffd252;*/ /*}*/
classics/static/css/views/books/bookshelf.css
body { background-image: url('../../../img/4.png'); } .bookshelf .menu a { margin: 0px 6px; } /* CSS reset */ /*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {*/ /*margin:0;*/ /*padding:0;*/ /*}*/ /*html,body {*/ /*margin:0;*/ /*padding:0;*/ /*}*/ /*table {*/ /*border-collapse:collapse;*/ /*border-spacing:0;*/ /*}*/ /*fieldset,img {*/ /*border:0;*/ /*}*/ /*input{*/ /*border:1px solid #b0b0b0;*/ /*padding:3px 5px 4px;*/ /*color:#979797;*/ /*width:190px;*/ /*}*/ /*address,caption,cite,code,dfn,th,var {*/ /*font-style:normal;*/ /*font-weight:normal;*/ /*}*/ /*ol,ul {*/ /*list-style:none;*/ /*}*/ /*caption,th {*/ /*text-align:left;*/ /*}*/ /*h1,h2,h3,h4,h5,h6 {*/ /*font-size:100%;*/ /*font-weight:normal;*/ /*}*/ /*q:before,q:after {*/ /*content:'';*/ /*}*/ /*abbr,acronym { border:0;*/ /*}*/ /* Fonts */ /* Generated by Font Squirrel (http://www.fontsquirrel.com) */ /*@font-face {*/ /*font-family: 'BebasNeueRegular';*/ /*src: url('fonts/BebasNeue-webfont.eot');*/ /*src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),*/ /*url('fonts/BebasNeue-webfont.woff') format('woff'),*/ /*url('fonts/BebasNeue-webfont.ttf') format('truetype'),*/ /*url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');*/ /*font-weight: normal;*/ /*font-style: normal;*/ /*}*/ /* General Demo Style */ /*body{*/ /*font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;*/ /*background: #ddd url(../images/noisy_blue.jpg) repeat top left;*/ /*font-weight: 400;*/ /*font-size: 15px;*/ /*color: #333;*/ /*}*/ /*a{*/ /*color: #333;*/ /*text-decoration: none;*/ /*}*/ /*.container{*/ /*width: 100%;*/ /*position: relative;*/ /*text-align: center;*/ /*}*/ /*.clr{*/ /*clear: both;*/ /*}*/ /*.container > header{*/ /*padding: 30px 30px 10px 30px;*/ /*margin: 0px 20px 10px 20px;*/ /*position: relative;*/ /*display: block;*/ /*}*/ /*.container > header:after{*/ /*content: '';*/ /*height: 1px;*/ /*width: 100%;*/ /*position: absolute;*/ /*bottom: 0px;*/ /*left: 0px;*/ /*background: rgba(0,0,0,0.1);*/ /*box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.7);*/ /*}*/ /*h1{*/ /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/ /*text-transform: uppercase;*/ /*font-size: 50px;*/ /*line-height: 50px;*/ /*position: relative;*/ /*font-weight: 400;*/ /*color: #111;*/ /*text-shadow: 0px 0px 1px rgba(0,0,0,0.7);*/ /*padding: 0px 0px 5px 0px;*/ /*margin: 0px 20px;*/ /*text-align: center;*/ /*}*/ /*h1 span{*/ /*color: #ffd252;*/ /*text-shadow: 0px 1px 1px rgba(0,0,0,0.3);*/ /*}*/ /*h2{*/ /*font-size: 16px;*/ /*font-style: italic;*/ /*padding: 0px 0px 15px 0px;*/ /*}*/ /*/!* Header Style *!/*/ /*.header{*/ /*font-family:'Arial Narrow', Arial, sans-serif;*/ /*line-height: 24px;*/ /*font-size: 11px;*/ /*background: #000;*/ /*opacity: 0.9;*/ /*text-transform: uppercase;*/ /*z-index: 9999;*/ /*position: relative;*/ /*-moz-box-shadow: 1px 0px 2px #000;*/ /*-webkit-box-shadow: 1px 0px 2px #000;*/ /*box-shadow: 1px 0px 2px #000;*/ /*}*/ /*.header a{*/ /*padding: 0px 10px;*/ /*letter-spacing: 1px;*/ /*color: #ddd;*/ /*display: block;*/ /*float: left;*/ /*}*/ /*.header a:hover{*/ /*color: #fff;*/ /*}*/ /*.header span.right{*/ /*float: right;*/ /*}*/ /*.header span.right a{*/ /*float: none;*/ /*display: inline;*/ /*}*/ /*p.demos{*/ /*font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;*/ /*text-align:center;*/ /*display: block;*/ /*line-height: 30px;*/ /*padding: 20px 0px;*/ /*}*/ /*p.demos a{*/ /*display: inline-block;*/ /*width: 60px;*/ /*height: 60px;*/ /*background: #222;*/ /*margin: 0px 4px;*/ /*color: #fff;*/ /*line-height: 60px;*/ /*-webkit-border-radius: 30px;*/ /*-moz-border-radius: 30px;*/ /*border-radius: 50%;*/ /*font-size: 16px;*/ /*-webkit-transition: all 0.2s linear;*/ /*-moz-transition: all 0.2s linear;*/ /*-o-transition: all 0.2s linear;*/ /*-ms-transition: all 0.2s linear;*/ /*transition: all 0.2s linear;*/ /*-webkit-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*-moz-box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.2);*/ /*}*/ /*p.demos a:hover{*/ /*opacity: 0.7;*/ /*}*/ /*p.demos a.current-demo,*/ /*p.demos a.current-demo:hover{*/ /*background: #ffd252;*/ /*}*/
0.141163
0.030444
.pods-admin .pods-leaf-watermark-right { position: fixed; width: 236px; height: 178px; bottom: 50px; right: 16px; z-index: -1; } .pods-admin .pods_floatmenu { width: 200px; } .pods-admin .pods-icon { display: inline-block; padding: 1px 0 0 5px; vertical-align: top; } .icon32#icon-pods { background: url(../images/icon32.png) no-repeat; } .pods-admin .waiting { display: none; vertical-align: middle; } .pods-admin button, .pods-admin a.button, .pods-admin a.button-secondary, .pods-admin a.button-primary { vertical-align: middle; } /* * Pods Validate */ .pods-admin .pods-validate.pods-validate-error { border-color: #C89797; color: #790000; background-color: #FFDFDF; } .pods-admin .pods-validate-error-message { color: #790000; font-weight: bold; padding: 5px 10px 4px; display: inline-block; } /* * Pods Advanced */ .pods-admin .pods-advanced-toggle { font-size: 12px; text-decoration: underline; } .pods-admin .pods-advanced { display: none; width: 100%; } /* * Pods Wizard */ .pods-wizard p { font-size: 14px; } .pods-wizard #poststuff h1, .pods-wizard h2, .pods-wizard h3 { font-family: Georgia !important; margin-bottom: 0 !important; } .pods-admin #poststuff h3 { font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; } /* * Pods Tabbed */ .pods-tabbed ul.pods-tabs:before { content: ""; display: table; } .pods-tabbed ul.pods-tabs:after { content: ""; display: table; clear: both; } .pods-tabbed ul.pods-tabs { zoom: 1; margin-bottom: 0; } .pods-tabbed ul.pods-tabs li.pods-tab { float: left; margin: 0; } .pods-tabbed ul.pods-tabs li.pods-tab a { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius: 5px 5px 0 0; background: #e9e9e9; border: 1px solid #dfdfdf; border-radius: 5px 5px 0 0; display: block; float: left; font-size: 14px; margin-right: 5px; padding: 5px 10px; text-decoration: none; } .pods-tabbed ul.pods-tabs li.pods-tab a.selected { background: #FFF; border-bottom: 1px solid #FFF; } .pods-tabbed .pods-tab-group h4 { margin: 5px 10px; } .pods-tabbed .pods-tab-group .pods-tab { display: none; margin-bottom: 15px; margin-top: -1px; width: 99%; border: 1px solid #dfdfdf; border-bottom: 0; } .pods-nav-tabbed .pods-nav-tab-group .pods-nav-tab { display: none; } /* * Pods Collapsible */ tbody.pods-manage-list div { overflow: hidden; zoom: 1; } tbody.pods-manage-list div.pods-manage-row-wrapper { max-width: 500px; display: none; width: 100%; } tbody.pods-manage-list tr.pods-manage-row-expanded { background: #f1f1f1; } tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-name, tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-type, tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-comment, tbody.pods-manage-list tr.pods-manage-row-expanded span.pods-manage-row-id, tbody.pods-manage-list tr.pods-manage-row-expanded div.row-actions, tbody.pods-manage-list tr.pods-manage-row-expanded th.pods-manage-sort img { display: none; } tbody.pods-manage-list tr.pods-manage-row th.pods-manage-sort { cursor: move; } tbody.pods-manage-list tr.pods-manage-row th.pods-manage-sort img { vertical-align: top; margin-top: 1px; } tbody.pods-manage-list tr.pods-manage-row td > span.pods-manage-row-more { display: none; margin-left: 5px; color: #999; } tbody.pods-manage-list tr.pods-manage-row td:hover > span.pods-manage-row-more { display: inline; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-actions { margin-bottom: 4px; overflow: visible; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-delete { float: left; text-align: left; width: 40%; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-save { float: right; text-align: right; width: 40%; } tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-delete a.submitdelete, tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-add, tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-update { display: none; } tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-add { display: inline-block; } /* * Pods Toggled */ .pods-toggled { clear: both; margin-top: 30px; } .pods-toggled.pods-toggled-only { margin-top: 0; } .pods-toggled h3 { cursor: pointer; } .pods-no-toggle h3 { cursor: default; } tr.pods-toggled-on { background-color: #FFF; } tr.pods-toggled-off { background-color: #F4F4F4; } /* * Pods Dependency */ .pods-depends-on, .pods-excludes-on { display: none; } /* * Pods Field Tabs */ .pods-tabbed div { overflow: hidden; zoom: 1; } .pods-tab.pods-basic-options { display: block; } .pods-tab#pods-advanced-labels, .pods-tab#pods-advanced-settings-labels { display: block; } /* * Pods Fields */ div.pods-manage-field div { overflow: hidden; zoom: 1; } div.pods-manage-field .pods-field-option, div.pods-manage-field .pods-field-option-group { background: #fcfcfc; border-bottom: 1px solid #dfdfdf; padding: 10px; } div.pods-manage-field .pods-pick-values li, div.pods-manage-field .pods-field { position: relative; } div.pods-manage-field .pods-field-option:nth-child(odd), div.pods-manage-field .pods-field-option-group:nth-child(odd) { background: #fff; } div.pods-manage-field .pods-field-option label, div.pods-manage-field .pods-field-option-group .pods-field-option-group-label { padding-top: 4px; float: left; width: 30%; max-width: 150px; } .pods-manage-field .pods-field.pods-boolean label, .pods-manage-field .pods-field-option .pods-pick-values label { padding-top: 0; float: none; width: auto; max-width: 100%; } .pods-manage-field .pods-field-option .pods-pick-values .pods-field.pods-boolean { float: none; margin-left: 0; width: auto; max-width: 100%; } .pods-manage-field .pods-field-option input[type="text"], .pods-manage-field .pods-field-option select, .pods-manage-field .pods-field-option textarea, .pods-manage-field .pods-field-option .pods-field.pods-boolean, .pods-manage-field .pods-pick-values, .pods-manage-field .pods-field-option .pods-form-ui-field-type-file, .pods-manage-field .pods-slider-field { display: block; float: left; width: 65%; max-width: 25em; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-wysiwyg textarea { max-width: 100%; } .pods-manage-field .pods-field-option div select { float: none; width: 100%; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file { padding-bottom: 8px; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file table.form-table tr.form-field td { padding: 0; border-bottom: none; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file ul.pods-files li.pods-file-name { left: 46px; right: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file table.form-table, .pods-manage-field .pods-field-option-group p.pods-field-option-group-label { margin-top: 0; } .pods-manage-field .pods-field.pods-boolean { margin: 5px 0; } .pods-manage-field .pods-field.pods-boolean label, .pods-manage-field .pods-pick-values label { padding-top: 0; display: block; margin-left: 20px; } .pods-manage-field input[type="checkbox"], .pods-manage-field input[type="radio"] { position: absolute; left: 2px; margin: 1px 7px 0 0; float: none; margin-right: 2px; margin-left: 0; vertical-align: middle; } .pods-manage-field .pods-pick-values ul { overflow: auto; margin: 5px 0; } .pods-manage-field .pods-pick-values ul .pods-field.pods-boolean { margin: 0; } .pods-manage-field .pods-pick-values.pods-zebra { width: 100%; max-width: 100%; } .pods-manage-field .pods-pick-values.pods-zebra div.pods-boolean { padding: 3px; } .pods-manage-field .pods-pick-values li.pods-zebra-odd { display: block; width: 50%; float: left; clear: both; } .pods-manage-field .pods-pick-values li.pods-zebra-even { display: block; width: 50%; float: left; clear: none; } .pods-manage-field .pods-field.pods-boolean:hover { background: #ffffd8; } .pods-manage-field input.pods-form-ui-no-label { position: relative; } /* * Pods Sluggable */ .pods-sluggable .pods-slug em { cursor: pointer; } .pods-sluggable a.cancel { font-size: 12px; } .pods-sluggable .pods-slug-edit { display: none; } /* * Pods Flexible */ tbody.pods-manage-list tr.flexible-row { display: none; } .pods-admin .pods-float-right { float: right; } .pods-admin p.pods-manage-row-add { text-align: right; } /* * Pods UI */ div.row-actions.row-actions-toggle { display: block; visibility: visible; } .pods-field-option select:focus, .pods-field input[type=checkbox]:focus + label { background: #ffffcc; } /* * REST API Tab */ #pods-rest-api label[for="pods-form-ui-no-dependencies"] { width: 100%; max-width: initial; }
wp-content/plugins/pods/ui/css/pods-admin.css
.pods-admin .pods-leaf-watermark-right { position: fixed; width: 236px; height: 178px; bottom: 50px; right: 16px; z-index: -1; } .pods-admin .pods_floatmenu { width: 200px; } .pods-admin .pods-icon { display: inline-block; padding: 1px 0 0 5px; vertical-align: top; } .icon32#icon-pods { background: url(../images/icon32.png) no-repeat; } .pods-admin .waiting { display: none; vertical-align: middle; } .pods-admin button, .pods-admin a.button, .pods-admin a.button-secondary, .pods-admin a.button-primary { vertical-align: middle; } /* * Pods Validate */ .pods-admin .pods-validate.pods-validate-error { border-color: #C89797; color: #790000; background-color: #FFDFDF; } .pods-admin .pods-validate-error-message { color: #790000; font-weight: bold; padding: 5px 10px 4px; display: inline-block; } /* * Pods Advanced */ .pods-admin .pods-advanced-toggle { font-size: 12px; text-decoration: underline; } .pods-admin .pods-advanced { display: none; width: 100%; } /* * Pods Wizard */ .pods-wizard p { font-size: 14px; } .pods-wizard #poststuff h1, .pods-wizard h2, .pods-wizard h3 { font-family: Georgia !important; margin-bottom: 0 !important; } .pods-admin #poststuff h3 { font-size: 14px; padding: 8px 12px; margin: 0; line-height: 1.4; } /* * Pods Tabbed */ .pods-tabbed ul.pods-tabs:before { content: ""; display: table; } .pods-tabbed ul.pods-tabs:after { content: ""; display: table; clear: both; } .pods-tabbed ul.pods-tabs { zoom: 1; margin-bottom: 0; } .pods-tabbed ul.pods-tabs li.pods-tab { float: left; margin: 0; } .pods-tabbed ul.pods-tabs li.pods-tab a { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius: 5px 5px 0 0; background: #e9e9e9; border: 1px solid #dfdfdf; border-radius: 5px 5px 0 0; display: block; float: left; font-size: 14px; margin-right: 5px; padding: 5px 10px; text-decoration: none; } .pods-tabbed ul.pods-tabs li.pods-tab a.selected { background: #FFF; border-bottom: 1px solid #FFF; } .pods-tabbed .pods-tab-group h4 { margin: 5px 10px; } .pods-tabbed .pods-tab-group .pods-tab { display: none; margin-bottom: 15px; margin-top: -1px; width: 99%; border: 1px solid #dfdfdf; border-bottom: 0; } .pods-nav-tabbed .pods-nav-tab-group .pods-nav-tab { display: none; } /* * Pods Collapsible */ tbody.pods-manage-list div { overflow: hidden; zoom: 1; } tbody.pods-manage-list div.pods-manage-row-wrapper { max-width: 500px; display: none; width: 100%; } tbody.pods-manage-list tr.pods-manage-row-expanded { background: #f1f1f1; } tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-name, tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-type, tbody.pods-manage-list tr.pods-manage-row-expanded td.pods-manage-row-comment, tbody.pods-manage-list tr.pods-manage-row-expanded span.pods-manage-row-id, tbody.pods-manage-list tr.pods-manage-row-expanded div.row-actions, tbody.pods-manage-list tr.pods-manage-row-expanded th.pods-manage-sort img { display: none; } tbody.pods-manage-list tr.pods-manage-row th.pods-manage-sort { cursor: move; } tbody.pods-manage-list tr.pods-manage-row th.pods-manage-sort img { vertical-align: top; margin-top: 1px; } tbody.pods-manage-list tr.pods-manage-row td > span.pods-manage-row-more { display: none; margin-left: 5px; color: #999; } tbody.pods-manage-list tr.pods-manage-row td:hover > span.pods-manage-row-more { display: inline; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-actions { margin-bottom: 4px; overflow: visible; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-delete { float: left; text-align: left; width: 40%; } tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-save { float: right; text-align: right; width: 40%; } tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-delete a.submitdelete, tbody.pods-manage-list tr div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-add, tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-update { display: none; } tbody.pods-manage-list tr.pods-field-new div.pods-manage-row-wrapper .pods-manage-row-save a.pods-button-add { display: inline-block; } /* * Pods Toggled */ .pods-toggled { clear: both; margin-top: 30px; } .pods-toggled.pods-toggled-only { margin-top: 0; } .pods-toggled h3 { cursor: pointer; } .pods-no-toggle h3 { cursor: default; } tr.pods-toggled-on { background-color: #FFF; } tr.pods-toggled-off { background-color: #F4F4F4; } /* * Pods Dependency */ .pods-depends-on, .pods-excludes-on { display: none; } /* * Pods Field Tabs */ .pods-tabbed div { overflow: hidden; zoom: 1; } .pods-tab.pods-basic-options { display: block; } .pods-tab#pods-advanced-labels, .pods-tab#pods-advanced-settings-labels { display: block; } /* * Pods Fields */ div.pods-manage-field div { overflow: hidden; zoom: 1; } div.pods-manage-field .pods-field-option, div.pods-manage-field .pods-field-option-group { background: #fcfcfc; border-bottom: 1px solid #dfdfdf; padding: 10px; } div.pods-manage-field .pods-pick-values li, div.pods-manage-field .pods-field { position: relative; } div.pods-manage-field .pods-field-option:nth-child(odd), div.pods-manage-field .pods-field-option-group:nth-child(odd) { background: #fff; } div.pods-manage-field .pods-field-option label, div.pods-manage-field .pods-field-option-group .pods-field-option-group-label { padding-top: 4px; float: left; width: 30%; max-width: 150px; } .pods-manage-field .pods-field.pods-boolean label, .pods-manage-field .pods-field-option .pods-pick-values label { padding-top: 0; float: none; width: auto; max-width: 100%; } .pods-manage-field .pods-field-option .pods-pick-values .pods-field.pods-boolean { float: none; margin-left: 0; width: auto; max-width: 100%; } .pods-manage-field .pods-field-option input[type="text"], .pods-manage-field .pods-field-option select, .pods-manage-field .pods-field-option textarea, .pods-manage-field .pods-field-option .pods-field.pods-boolean, .pods-manage-field .pods-pick-values, .pods-manage-field .pods-field-option .pods-form-ui-field-type-file, .pods-manage-field .pods-slider-field { display: block; float: left; width: 65%; max-width: 25em; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-wysiwyg textarea { max-width: 100%; } .pods-manage-field .pods-field-option div select { float: none; width: 100%; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file { padding-bottom: 8px; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file table.form-table tr.form-field td { padding: 0; border-bottom: none; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file ul.pods-files li.pods-file-name { left: 46px; right: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pods-manage-field .pods-field-option .pods-form-ui-field-type-file table.form-table, .pods-manage-field .pods-field-option-group p.pods-field-option-group-label { margin-top: 0; } .pods-manage-field .pods-field.pods-boolean { margin: 5px 0; } .pods-manage-field .pods-field.pods-boolean label, .pods-manage-field .pods-pick-values label { padding-top: 0; display: block; margin-left: 20px; } .pods-manage-field input[type="checkbox"], .pods-manage-field input[type="radio"] { position: absolute; left: 2px; margin: 1px 7px 0 0; float: none; margin-right: 2px; margin-left: 0; vertical-align: middle; } .pods-manage-field .pods-pick-values ul { overflow: auto; margin: 5px 0; } .pods-manage-field .pods-pick-values ul .pods-field.pods-boolean { margin: 0; } .pods-manage-field .pods-pick-values.pods-zebra { width: 100%; max-width: 100%; } .pods-manage-field .pods-pick-values.pods-zebra div.pods-boolean { padding: 3px; } .pods-manage-field .pods-pick-values li.pods-zebra-odd { display: block; width: 50%; float: left; clear: both; } .pods-manage-field .pods-pick-values li.pods-zebra-even { display: block; width: 50%; float: left; clear: none; } .pods-manage-field .pods-field.pods-boolean:hover { background: #ffffd8; } .pods-manage-field input.pods-form-ui-no-label { position: relative; } /* * Pods Sluggable */ .pods-sluggable .pods-slug em { cursor: pointer; } .pods-sluggable a.cancel { font-size: 12px; } .pods-sluggable .pods-slug-edit { display: none; } /* * Pods Flexible */ tbody.pods-manage-list tr.flexible-row { display: none; } .pods-admin .pods-float-right { float: right; } .pods-admin p.pods-manage-row-add { text-align: right; } /* * Pods UI */ div.row-actions.row-actions-toggle { display: block; visibility: visible; } .pods-field-option select:focus, .pods-field input[type=checkbox]:focus + label { background: #ffffcc; } /* * REST API Tab */ #pods-rest-api label[for="pods-form-ui-no-dependencies"] { width: 100%; max-width: initial; }
0.250546
0.092976
@media (max-width: 1650px) { .img-thumbnail-middle { /*height: 200px;*/ } .lesson-item .frame-hover-lesson { padding: 40px 10px 10px 10px; } .title-total-question-ov { font-size: 12px; } .number-total-ov { font-size: 10px; } .detail-number-type-over-view { margin: 3px 0 0 0; } .title-type-question-ov { font-size: 10px; } .number-type-ov { font-size: 11px; } .card-body-product { padding: 10px; } .info-cate-time-lesson, .btn-lesson-overview-area { height: 30px; } .title-lesson { margin-bottom: 0; font-size: 14px; } .btn-lesson-overview-area { margin: 0 auto; margin-bottom: 10px; } .btn-inline { /*float: left;*/ display: inline-block; margin: 0; } .card-footer-product { padding: 10px; } .type-lesson-header { font-size: 9px; margin: 3px 0; padding: 5px 7px; } .col-md-3.lesson-item { -webkit-box-flex: 0; -webkit-flex: 0 0 23%; -ms-flex: 0 0 23%; flex: 0 0 23%; max-width: 23%; } .btn-test-overview { padding: 5px 7px; font-size: 13px; } .card-cate-lesson { font-size: 11px; } .time-ago-lesson { font-size: 10px; } .limit-time-overview { font-size: 11px; padding: 2px 3px; } .title-type-lesson { font-size: 16px; } .type-lesson-header { font-size: 10px; padding: 5px 5px; } } @media (max-width: 992px) { } @media (max-width: 850px) { } @media (max-width: 768px) { } @media (max-width: 500px) { } @media (min-width: 500px) { .col-md-3.product-item { -webkit-box-flex: 0; -webkit-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; } .container { width: 95%; } header .container { width: 60%; } .col-footer-custom { width: auto; max-width: 50%; margin: 0 auto; } } @media (min-width: 768px) { } @media (min-width: 1024px) { .panel-container { flex-direction: row; } .splitter-horizontal { display: none; } .splitter { flex: 0 0 auto; width: 18px; /*background: url(/images/vsizegrip.png) center center no-repeat #535353;*/ min-height: calc(100vh - 185px); cursor: col-resize; display: block; background-color: #AAA; /* border-radius: 10px; */ background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent); } .left-panel-custom { /*width: 50%;*/ width: calc(60% - 18px); /* height: calc(100vh - 185px); */ float: left; max-height: calc(100vh - 100px); min-height: calc(100vh - 100px); min-width: 30%; max-width: 70%; } .right-panel-custom { float: left; padding-bottom: 0; overflow: hidden; max-height: calc(100vh - 100px); min-height: calc(100vh - 100px); } .right-panel-custom.active-quiz { overflow: auto; } .modal-lg { max-width: 1024px; } } @media (min-width: 1650px) { .col-md-3.lesson-item { -webkit-box-flex: 0; -webkit-flex: 0 0 18%; -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; } } @media (min-width: 768px) and (max-width: 850px) { } @media (min-width: 768px ) and (max-width: 992px) { .container { width: 96%; } } @media (min-width: 992px) and (max-width: 1200px) { .container { width: 96%; } }
public/css/client/responsive.css
@media (max-width: 1650px) { .img-thumbnail-middle { /*height: 200px;*/ } .lesson-item .frame-hover-lesson { padding: 40px 10px 10px 10px; } .title-total-question-ov { font-size: 12px; } .number-total-ov { font-size: 10px; } .detail-number-type-over-view { margin: 3px 0 0 0; } .title-type-question-ov { font-size: 10px; } .number-type-ov { font-size: 11px; } .card-body-product { padding: 10px; } .info-cate-time-lesson, .btn-lesson-overview-area { height: 30px; } .title-lesson { margin-bottom: 0; font-size: 14px; } .btn-lesson-overview-area { margin: 0 auto; margin-bottom: 10px; } .btn-inline { /*float: left;*/ display: inline-block; margin: 0; } .card-footer-product { padding: 10px; } .type-lesson-header { font-size: 9px; margin: 3px 0; padding: 5px 7px; } .col-md-3.lesson-item { -webkit-box-flex: 0; -webkit-flex: 0 0 23%; -ms-flex: 0 0 23%; flex: 0 0 23%; max-width: 23%; } .btn-test-overview { padding: 5px 7px; font-size: 13px; } .card-cate-lesson { font-size: 11px; } .time-ago-lesson { font-size: 10px; } .limit-time-overview { font-size: 11px; padding: 2px 3px; } .title-type-lesson { font-size: 16px; } .type-lesson-header { font-size: 10px; padding: 5px 5px; } } @media (max-width: 992px) { } @media (max-width: 850px) { } @media (max-width: 768px) { } @media (max-width: 500px) { } @media (min-width: 500px) { .col-md-3.product-item { -webkit-box-flex: 0; -webkit-flex: 0 0 48%; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; } .container { width: 95%; } header .container { width: 60%; } .col-footer-custom { width: auto; max-width: 50%; margin: 0 auto; } } @media (min-width: 768px) { } @media (min-width: 1024px) { .panel-container { flex-direction: row; } .splitter-horizontal { display: none; } .splitter { flex: 0 0 auto; width: 18px; /*background: url(/images/vsizegrip.png) center center no-repeat #535353;*/ min-height: calc(100vh - 185px); cursor: col-resize; display: block; background-color: #AAA; /* border-radius: 10px; */ background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent); } .left-panel-custom { /*width: 50%;*/ width: calc(60% - 18px); /* height: calc(100vh - 185px); */ float: left; max-height: calc(100vh - 100px); min-height: calc(100vh - 100px); min-width: 30%; max-width: 70%; } .right-panel-custom { float: left; padding-bottom: 0; overflow: hidden; max-height: calc(100vh - 100px); min-height: calc(100vh - 100px); } .right-panel-custom.active-quiz { overflow: auto; } .modal-lg { max-width: 1024px; } } @media (min-width: 1650px) { .col-md-3.lesson-item { -webkit-box-flex: 0; -webkit-flex: 0 0 18%; -ms-flex: 0 0 18%; flex: 0 0 18%; max-width: 18%; } } @media (min-width: 768px) and (max-width: 850px) { } @media (min-width: 768px ) and (max-width: 992px) { .container { width: 96%; } } @media (min-width: 992px) and (max-width: 1200px) { .container { width: 96%; } }
0.303938
0.13109
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; /* border: 0; */ font-size: 100%; font: inherit; vertical-align: baseline; } /*GENERAL STYLES*/ /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } * { box-sizing: border-box; padding: 0; margin: 0; max-width: 100%; border: 3px solid black; background-color: brown; } html{ font-size:62.5%; } body{ font-size:1.6rem; line-height: 1.5; font-family: 'Oswald', sans-serif; font-family: 'Press Start 2P', cursive; background-color: #8b0000; max-width: 100%; height: 100%; margin: 2%; } /*GENERAL STYLES*/ header h1{ text-align: center; margin: auto; } header { border-bottom: 4px solid black; } h1 { font-family: "Press Start 2P", cursive; font-size: 4rem; margin: 2% 5%; } /* BEGIN INTERFACE CSS */ /* Begin cSheet Css */ .pageContainer { display: flex; flex-flow: row no-wrap; width: 100%; margin: auto; } .pageContainer div{ background-color: #695f4d; } #cSheet{ max-width: 50%; border: 6px solid black; /* margin: 1%; */ display: flex; flex-flow: column nowrap; } /* Top Section of cSheet */ .cSheetTop { display: flex; justify-content: space-between; } .cSheetTop p { margin: 2%; } .charArt{ display: flex; flex-direction: column; justify-content: center; margin: 1%; width: 38%; border: 3px solid black; } .charArt img{ background-color: #695f4d; } #playerName{ background-color: #695f4d; } #map { width: 50%; margin: 1%; } .mapFloor1 { /* padding: 6%; */ display: grid; grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; grid-template-rows: 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh; /* display: flex; justify-content: space-between; align-items: space-between; */ } #map p { border: none; } .charArt p{ max-width: 100%; font-size: 1.3rem; padding: 3%; border: 1px solid black; } #playerName{ font-size: 1.5rem; } .charArt img { width: 30%; height: 30%; margin: auto; } /* Middle Section of cSheet */ .cSheetMid { display: flex; width: 100%; flex-wrap: no-wrap; justify-content: space-between; } .cSheetMid div { width: 100%; align-content: center; } .cSheetPlayerStats { width: 40%; display: flex; flex-flow: column wrap; } .cSheetPlayerStats div { display: flex; } .cSheetStatField p { padding: 4%; width: 50%; margin: 1%; font-size: 1.4rem; } .stat{ background-color: #695f4d; } .cSheetPlayerValues { width: 100%; display: flex; flex-flow: column wrap; } .cSheetPlayerValues div { margin: 1%; } .cSheetHealth { display: flex; flex-flow: row no-wrap; padding: 5%; font-size: 1.5rem; } .cSheetHealth img { width: 15%; background-color: #695f4d; } .cSheetHealth p{ background-color: #695f4d; } .cSheetArmor { display: flex; flex-flow: row no-wrap; padding: 5%; } .cSheetArmor img { width: 15%; background-color: #695f4d; } .cSheetArmor p{ background-color: #695f4d; } .cSheetWeapon { display: flex; flex-flow: row nowrap; padding: 5%; font-size: 1.5rem; } .cSheetWeapon img { width: 15%; background-color: #695f4d; } .cSheetWeapon p{ background-color: #695f4d; } /* Bottom section of CSheet */ .cSheetBottom { display: flex; flex-direction: column; justify-content: center; text-align: center; } .cSheetInventory { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-evenly; padding: 5%; } .cSheetInventory p{ background-color: #695f4d; } .items { width: 25%; padding: 4%; margin: 2%; } /* Right Side */ .rightSide { width: 50%; display: flex; } .rightSide div { width: 100%; flex-flow: row wrap; align-content: center; } .right div{ display: flex; justify-content: center; align-items: center; } .buttons{ max-width: 98%; margin: 1%; display: flex; } .buttons button{ padding: 2%; margin: 1%; justify-content: space-around; } #roomIdTester{ margin: 1%; } #fightScreen{ width: 98%; display: flex; margin: 5% 1%; flex-direction: column; background-color: black; } #enemyImg{ width: 50%; background-color: black; } #enemyImg img{ width: 50%; background-color:black; } #enemyName{ background-color: black; color:white; } #enemyStats{ display: flex; flex-flow: row nowrap; } #enemyStats div{ flex-direction: row; justify-content: space-between; margin: 1%; } #enemyStats img{ width: 30%; background-color: #695f4d; margin: 2%; } #enemyHealth{ background-color: #695f4d; margin: auto; } #enemyDefense{ background-color: #695f4d; margin: auto; } #enemyAttack{ background-color: #695f4d; margin: auto; }
Index.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; /* border: 0; */ font-size: 100%; font: inherit; vertical-align: baseline; } /*GENERAL STYLES*/ /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } * { box-sizing: border-box; padding: 0; margin: 0; max-width: 100%; border: 3px solid black; background-color: brown; } html{ font-size:62.5%; } body{ font-size:1.6rem; line-height: 1.5; font-family: 'Oswald', sans-serif; font-family: 'Press Start 2P', cursive; background-color: #8b0000; max-width: 100%; height: 100%; margin: 2%; } /*GENERAL STYLES*/ header h1{ text-align: center; margin: auto; } header { border-bottom: 4px solid black; } h1 { font-family: "Press Start 2P", cursive; font-size: 4rem; margin: 2% 5%; } /* BEGIN INTERFACE CSS */ /* Begin cSheet Css */ .pageContainer { display: flex; flex-flow: row no-wrap; width: 100%; margin: auto; } .pageContainer div{ background-color: #695f4d; } #cSheet{ max-width: 50%; border: 6px solid black; /* margin: 1%; */ display: flex; flex-flow: column nowrap; } /* Top Section of cSheet */ .cSheetTop { display: flex; justify-content: space-between; } .cSheetTop p { margin: 2%; } .charArt{ display: flex; flex-direction: column; justify-content: center; margin: 1%; width: 38%; border: 3px solid black; } .charArt img{ background-color: #695f4d; } #playerName{ background-color: #695f4d; } #map { width: 50%; margin: 1%; } .mapFloor1 { /* padding: 6%; */ display: grid; grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%; grid-template-rows: 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh 4vh; /* display: flex; justify-content: space-between; align-items: space-between; */ } #map p { border: none; } .charArt p{ max-width: 100%; font-size: 1.3rem; padding: 3%; border: 1px solid black; } #playerName{ font-size: 1.5rem; } .charArt img { width: 30%; height: 30%; margin: auto; } /* Middle Section of cSheet */ .cSheetMid { display: flex; width: 100%; flex-wrap: no-wrap; justify-content: space-between; } .cSheetMid div { width: 100%; align-content: center; } .cSheetPlayerStats { width: 40%; display: flex; flex-flow: column wrap; } .cSheetPlayerStats div { display: flex; } .cSheetStatField p { padding: 4%; width: 50%; margin: 1%; font-size: 1.4rem; } .stat{ background-color: #695f4d; } .cSheetPlayerValues { width: 100%; display: flex; flex-flow: column wrap; } .cSheetPlayerValues div { margin: 1%; } .cSheetHealth { display: flex; flex-flow: row no-wrap; padding: 5%; font-size: 1.5rem; } .cSheetHealth img { width: 15%; background-color: #695f4d; } .cSheetHealth p{ background-color: #695f4d; } .cSheetArmor { display: flex; flex-flow: row no-wrap; padding: 5%; } .cSheetArmor img { width: 15%; background-color: #695f4d; } .cSheetArmor p{ background-color: #695f4d; } .cSheetWeapon { display: flex; flex-flow: row nowrap; padding: 5%; font-size: 1.5rem; } .cSheetWeapon img { width: 15%; background-color: #695f4d; } .cSheetWeapon p{ background-color: #695f4d; } /* Bottom section of CSheet */ .cSheetBottom { display: flex; flex-direction: column; justify-content: center; text-align: center; } .cSheetInventory { width: 100%; display: flex; flex-flow: row wrap; justify-content: space-evenly; padding: 5%; } .cSheetInventory p{ background-color: #695f4d; } .items { width: 25%; padding: 4%; margin: 2%; } /* Right Side */ .rightSide { width: 50%; display: flex; } .rightSide div { width: 100%; flex-flow: row wrap; align-content: center; } .right div{ display: flex; justify-content: center; align-items: center; } .buttons{ max-width: 98%; margin: 1%; display: flex; } .buttons button{ padding: 2%; margin: 1%; justify-content: space-around; } #roomIdTester{ margin: 1%; } #fightScreen{ width: 98%; display: flex; margin: 5% 1%; flex-direction: column; background-color: black; } #enemyImg{ width: 50%; background-color: black; } #enemyImg img{ width: 50%; background-color:black; } #enemyName{ background-color: black; color:white; } #enemyStats{ display: flex; flex-flow: row nowrap; } #enemyStats div{ flex-direction: row; justify-content: space-between; margin: 1%; } #enemyStats img{ width: 30%; background-color: #695f4d; margin: 2%; } #enemyHealth{ background-color: #695f4d; margin: auto; } #enemyDefense{ background-color: #695f4d; margin: auto; } #enemyAttack{ background-color: #695f4d; margin: auto; }
0.249996
0.080828
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ * { margin: 0; padding: 0; } html { background: transparent url(htmlbg.jpg) repeat-x; } body { margin: 0; padding: 0; font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; color: #7c7c7c; text-align: center; background: transparent url(bodybg.jpg) no-repeat center top; } #container { margin: 0px auto; padding: 0; width: 696px; border: none; text-align: left; background-image: url(footerbg.jpg); background-repeat: no-repeat; background-position: bottom; padding-bottom: 70px; } #pageHeader span, #quickSummary .p1, #preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span, #lselect h3 span, #larchives h3 span, #lresources h3 span, #extradiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none; } a, a:visited { text-decoration: none; color: #D7661C; border-bottom: 1px dotted #ccc; } a:hover { text-decoration: none; color: #94AB36; border-bottom: 1px solid #ccc; } acronym { text-decoration: none; color: #D7661C; border-bottom: 1px dotted #ccc; cursor: help; } p { margin-bottom: 10px; } #quickSummary .p2 { padding-top: 220px; margin-left: 430px; font: normal 0.9em/0.9em Arial, Tahoma, Georgia, sans-serif; letter-spacing: -1px; color: #C3A176; text-transform: uppercase; width: 220px; } #linkList{ position: absolute; left:auto; right:auto; top: 385px; margin-left: 410px; width: 196px; background-image: url(bgsidebar.jpg); background-repeat: no-repeat; background-position: left top; padding-left: 30px; } #linkList2{ padding: 0; margin: 0; background-image: url(extraflower.jpg); background-repeat: no-repeat; background-position: right bottom; padding-bottom: 250px; } #linkList ul { text-align: left; list-style: none; margin: 0; padding: 0; } #linkList ul li{ margin: 0; padding: 3px 0 3px 10px; border-bottom: 1px solid #ECEFD7; } #linkList ul li a, #linkList ul li a:visited { border-bottom: none; } #linkList ul li a:hover { color: #94AB36; } #lselect { font-size: 0.9em; } #lselect ul li { background: transparent url(ikonli.jpg) no-repeat 0% 25%; padding: 3px 0 3px 25px; } #lselect a { display: block; font-size: 1.1em; color: #789B51; } #lselect a.c { display:inline; line-height:5px; margin:0; padding:0; font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif; color: #B9B9B9; letter-spacing: -1px; } #preamble, #explanation, #participation, #benefits, #requirements{ top: 150px; position: relative; left: 63px; color: #B0A77E; width: 340px; padding-bottom: 29px; text-align: justify; } #preamble h3 { background-image: url(theroadto.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #explanation h3 { background-image: url(sowhatgitulowh.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #participation h3 { background-image: url(participation.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #benefits h3 { background-image: url(benefits.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #requirements h3 { background-image: url(requirements.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #lselect, #larchives { margin-bottom: 20px; } #lselect h3 { background-image: url(selectadesign.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #larchives h3 { background-image: url(archives.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #lresources h3 { background-image: url(resources.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #footer{ text-align: left; padding-left: 63px; padding-top: 140px; } #footer a, #footer a:visited { padding: 5px; border: 1px solid #f4f4f4; background-color: #fff; } #footer a:hover { padding: 5px; border: 1px solid #993300; background-color: #D94904; color: #fff; } #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none }
前端案例收集/css/csszengarden.com-master/195/legacy.css
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */ * { margin: 0; padding: 0; } html { background: transparent url(htmlbg.jpg) repeat-x; } body { margin: 0; padding: 0; font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; color: #7c7c7c; text-align: center; background: transparent url(bodybg.jpg) no-repeat center top; } #container { margin: 0px auto; padding: 0; width: 696px; border: none; text-align: left; background-image: url(footerbg.jpg); background-repeat: no-repeat; background-position: bottom; padding-bottom: 70px; } #pageHeader span, #quickSummary .p1, #preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span, #lselect h3 span, #larchives h3 span, #lresources h3 span, #extradiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none; } a, a:visited { text-decoration: none; color: #D7661C; border-bottom: 1px dotted #ccc; } a:hover { text-decoration: none; color: #94AB36; border-bottom: 1px solid #ccc; } acronym { text-decoration: none; color: #D7661C; border-bottom: 1px dotted #ccc; cursor: help; } p { margin-bottom: 10px; } #quickSummary .p2 { padding-top: 220px; margin-left: 430px; font: normal 0.9em/0.9em Arial, Tahoma, Georgia, sans-serif; letter-spacing: -1px; color: #C3A176; text-transform: uppercase; width: 220px; } #linkList{ position: absolute; left:auto; right:auto; top: 385px; margin-left: 410px; width: 196px; background-image: url(bgsidebar.jpg); background-repeat: no-repeat; background-position: left top; padding-left: 30px; } #linkList2{ padding: 0; margin: 0; background-image: url(extraflower.jpg); background-repeat: no-repeat; background-position: right bottom; padding-bottom: 250px; } #linkList ul { text-align: left; list-style: none; margin: 0; padding: 0; } #linkList ul li{ margin: 0; padding: 3px 0 3px 10px; border-bottom: 1px solid #ECEFD7; } #linkList ul li a, #linkList ul li a:visited { border-bottom: none; } #linkList ul li a:hover { color: #94AB36; } #lselect { font-size: 0.9em; } #lselect ul li { background: transparent url(ikonli.jpg) no-repeat 0% 25%; padding: 3px 0 3px 25px; } #lselect a { display: block; font-size: 1.1em; color: #789B51; } #lselect a.c { display:inline; line-height:5px; margin:0; padding:0; font: normal 1.0em/0.9em Verdana, Arial, Tahoma, sans-serif; color: #B9B9B9; letter-spacing: -1px; } #preamble, #explanation, #participation, #benefits, #requirements{ top: 150px; position: relative; left: 63px; color: #B0A77E; width: 340px; padding-bottom: 29px; text-align: justify; } #preamble h3 { background-image: url(theroadto.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #explanation h3 { background-image: url(sowhatgitulowh.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #participation h3 { background-image: url(participation.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #benefits h3 { background-image: url(benefits.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #requirements h3 { background-image: url(requirements.jpg); background-repeat: no-repeat; background-position: left; width: 340px; height: 38px; } #lselect, #larchives { margin-bottom: 20px; } #lselect h3 { background-image: url(selectadesign.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #larchives h3 { background-image: url(archives.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #lresources h3 { background-image: url(resources.jpg); background-repeat: no-repeat; background-position: left; width: 196px; height: 40px; } #footer{ text-align: left; padding-left: 63px; padding-top: 140px; } #footer a, #footer a:visited { padding: 5px; border: 1px solid #f4f4f4; background-color: #fff; } #footer a:hover { padding: 5px; border: 1px solid #993300; background-color: #D94904; color: #fff; } #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none }
0.244904
0.054124
{ padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 12px; color: #333; text-align: left; line-height: 12px; } #sfWebDebug a, #sfWebDebug a:hover { text-decoration: none; border: none; background-color: transparent; color: #000; } #sfWebDebug img { border: 0; } #sfWebDebugBar { position: absolute; margin: 0; padding: 1px 0; right: 0px; top: 0px; opacity: 0.80; filter: alpha(opacity:80); z-index: 10000; } #sfWebDebugBar[id] { position: fixed; } #sfWebDebugBar img { vertical-align: middle; } #sfWebDebugBar .menu { padding: 5px; display: inline; } #sfWebDebugBar .menu li { display: inline; list-style: none; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugBar .menu li.last { margin: 0; padding: 0; border: 0; } #sfWebDebugDatabaseDetails li { margin: 0; margin-left: 30px; padding: 5px 0; } #sfWebDebugShortMessages li { margin-bottom: 10px; padding: 5px; background-color: #ddd; } #sfWebDebugShortMessages li { list-style: none; } #sfWebDebugDetails { margin-right: 7px; } #sfWebDebug pre { line-height: 1.3; margin-bottom: 10px; } #sfWebDebug h1 { font-size: 16px; font-weight: bold; margin-bottom: 20px; padding: 0; border: 0px; background-color: #eee; } #sfWebDebug h2 { font-size: 14px; font-weight: bold; margin: 10px 0; padding: 0; border: 0px; background: none; } #sfWebDebug .sfWebDebugTop { position: absolute; left: 0px; top: 0px; width: 100%; padding: 10px; z-index: 9999; background-color: #efefef; border-bottom: 1px solid #aaa; } #sfWebDebugLog { margin: 0; padding: 3px; font-size: 11px; } #sfWebDebugLogMenu li { display: inline; list-style: none; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugConfigSummary { display: inline; padding: 5px; background-color: #ddd; border: 1px solid #aaa; margin: 20px 0; } #sfWebDebugConfigSummary li { list-style: none; display: inline; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugConfigSummary li.last { margin: 0; padding: 0; border: 0; } .sfWebDebugInfo, .sfWebDebugInfo td { background-color: #ddd; } .sfWebDebugWarning, .sfWebDebugWarning td { background-color: orange; } .sfWebDebugError, .sfWebDebugError td { background-color: #f99; } .sfWebDebugLogNumber { width: 1%; } .sfWebDebugLogType { width: 1%; white-space: nowrap; color: darkgreen; } .sfWebDebugLogInfo { color: blue; } .ison { color: #3f3; margin-right: 5px; } .isoff { color: #f33; margin-right: 5px; text-decoration: line-through; } .sfWebDebugLogs { padding: 0; margin: 0; border: 1px solid #999; font-family: Arial; font-size: 11px; } .sfWebDebugLogs tr { padding: 0; margin: 0; border: 0; } .sfWebDebugLogs td { margin: 0; border: 0; padding: 1px 3px; vertical-align: top; } .sfWebDebugLogs th { margin: 0; border: 0; padding: 3px 5px; vertical-align: top; background-color: #999; color: #eee; white-space: nowrap; } .sfWebDebugDebugInfo { margin-left: 10px; padding-left: 5px; border-left: 1px solid #aaa; } .sfWebDebugCache { padding: 0; margin: 0; font-family: Arial; position: absolute; overflow: hidden; z-index: 995; font-size: 9px; padding: 2px; filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85; }
web/sf/sf_web_debug/css/main.css
{ padding: 0; margin: 0; font-family: Arial, sans-serif; font-size: 12px; color: #333; text-align: left; line-height: 12px; } #sfWebDebug a, #sfWebDebug a:hover { text-decoration: none; border: none; background-color: transparent; color: #000; } #sfWebDebug img { border: 0; } #sfWebDebugBar { position: absolute; margin: 0; padding: 1px 0; right: 0px; top: 0px; opacity: 0.80; filter: alpha(opacity:80); z-index: 10000; } #sfWebDebugBar[id] { position: fixed; } #sfWebDebugBar img { vertical-align: middle; } #sfWebDebugBar .menu { padding: 5px; display: inline; } #sfWebDebugBar .menu li { display: inline; list-style: none; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugBar .menu li.last { margin: 0; padding: 0; border: 0; } #sfWebDebugDatabaseDetails li { margin: 0; margin-left: 30px; padding: 5px 0; } #sfWebDebugShortMessages li { margin-bottom: 10px; padding: 5px; background-color: #ddd; } #sfWebDebugShortMessages li { list-style: none; } #sfWebDebugDetails { margin-right: 7px; } #sfWebDebug pre { line-height: 1.3; margin-bottom: 10px; } #sfWebDebug h1 { font-size: 16px; font-weight: bold; margin-bottom: 20px; padding: 0; border: 0px; background-color: #eee; } #sfWebDebug h2 { font-size: 14px; font-weight: bold; margin: 10px 0; padding: 0; border: 0px; background: none; } #sfWebDebug .sfWebDebugTop { position: absolute; left: 0px; top: 0px; width: 100%; padding: 10px; z-index: 9999; background-color: #efefef; border-bottom: 1px solid #aaa; } #sfWebDebugLog { margin: 0; padding: 3px; font-size: 11px; } #sfWebDebugLogMenu li { display: inline; list-style: none; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugConfigSummary { display: inline; padding: 5px; background-color: #ddd; border: 1px solid #aaa; margin: 20px 0; } #sfWebDebugConfigSummary li { list-style: none; display: inline; margin: 0; padding: 0 5px; border-right: 1px solid #aaa; } #sfWebDebugConfigSummary li.last { margin: 0; padding: 0; border: 0; } .sfWebDebugInfo, .sfWebDebugInfo td { background-color: #ddd; } .sfWebDebugWarning, .sfWebDebugWarning td { background-color: orange; } .sfWebDebugError, .sfWebDebugError td { background-color: #f99; } .sfWebDebugLogNumber { width: 1%; } .sfWebDebugLogType { width: 1%; white-space: nowrap; color: darkgreen; } .sfWebDebugLogInfo { color: blue; } .ison { color: #3f3; margin-right: 5px; } .isoff { color: #f33; margin-right: 5px; text-decoration: line-through; } .sfWebDebugLogs { padding: 0; margin: 0; border: 1px solid #999; font-family: Arial; font-size: 11px; } .sfWebDebugLogs tr { padding: 0; margin: 0; border: 0; } .sfWebDebugLogs td { margin: 0; border: 0; padding: 1px 3px; vertical-align: top; } .sfWebDebugLogs th { margin: 0; border: 0; padding: 3px 5px; vertical-align: top; background-color: #999; color: #eee; white-space: nowrap; } .sfWebDebugDebugInfo { margin-left: 10px; padding-left: 5px; border-left: 1px solid #aaa; } .sfWebDebugCache { padding: 0; margin: 0; font-family: Arial; position: absolute; overflow: hidden; z-index: 995; font-size: 9px; padding: 2px; filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85; }
0.311636
0.038575
.product-details-section.details_page:after { content:""; display:block; visibility:hidden; height:0; clear:both; } .product-details-section.details_page { padding: 24px 0; background: white; font-family: 'Oswald', sans-serif; margin-left:3%; } .product-details-section.details_page h1 { font-size: 1.2em; text-align: center; text-transform: uppercase; line-height: 1.6; font-weight: normal; } .details_page .product-details h1 .product-details-price { color: #9d9f4e; padding-right: 10px; font-size: 34px; } .product-details form { margin-left: 0; } .product-details-section form { width: 100%; margin: 34px auto; } .product-details-section form tr { border: 1px solid #CCC; } .product-details-section form table { display:inline-flex; padding-left:1px; } .product-details-section form th { border-right: 1px solid #CCC; vertical-align: middle; background:#222; color:#FFF; } .product-details-section form td { /*padding: 15px 15px;*/ } .product-details-section form td select, .product-details-section form td input, .product-details-section form td textarea { width: 100%; height:110%; } .product-details-section form input[type="submit"] { width: 100%; text-align: center; border: 1px solid #8e8e46; background: #9c9f4e; color: #FFF; -webkit-border-radius: 2px; border-radius: 2px; font-size: 14px; text-transform: uppercase; padding: 14px; } /********************************* NEW PRODUCT DETAILS *********************************/ .product-details-product-img::before, .product-details-product-img::after { box-sizing: border-box; } .product-details-product-img { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px 0% 2% 3%; width: 90%; border: 1px solid rgb(217, 217, 217); background: rgb(255, 255, 255); } .product-details-product-img img { vertical-align: middle; max-width: 100%; width: 100%; } .product-details-product-img .product-details-product-image-holder{ top:0px; /*z-index:103;*/ position:relative; padding:5%; background:#eee; } .product-details-product-img .image-additional { } .product-details-product-img .image-additional a { display: inline-block; padding: 4px; } .product-details-product-img .image-additional img { max-width: 74px; height: 74px; } .product-details-product-img .image-additional a:focus { outline: rgb(77, 199, 236) dotted 1px; } .product-details-desc { box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 1.42857143; color: rgb(51, 51, 51); width: 90%; margin: 0px 20px; float: right; } .product-details-desc a { text-decoration: none; } .product-details-desc h1 { color: rgb(51, 51, 51); font-size: 20px; font-weight: 400; margin: 75px 0px 30px; text-transform: uppercase; } .product-details-desc ul { list-style: none; padding: 0px; } .product-details-desc ul li span { color: rgb(153, 153, 153); } .product-details-desc ul li a { color: rgb(68, 68, 68); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .product-details-desc .product-details-price { color: rgb(153, 153, 153); font-family: Montserrat; font-size: 12px; font-weight: 400; line-height: 24px; min-height: 30px; margin: 30px 0px 10px; } .product-details-desc .product-details-price strong { color: rgb(85, 85, 85); font-size: 18px; font-weight: 400; } .product-details-desc .product-details-line { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); margin-bottom: 20px; margin-top: 20px; } .product-details-desc .product-details-btn { border: 1px solid rgb(238, 238, 238); padding: 5px 8px; font-size: 11px; font-family: montserrat; color: rgb(51, 51, 51); text-shadow: none; text-transform: uppercase; box-shadow: none; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; cursor: pointer; background-image: none; background-color: rgb(245, 245, 245); } .product-details-desc .product-details-btn:hover, .product-details-desc .product-details-btn:focus { color: rgb(51, 51, 51); text-decoration: none; } .product-details-desc .product-details-btn-cart { color: rgb(255, 255, 255); padding: 12px 25px 10px; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; background-color: #222; } .product-details-desc label { display: inline-block; /*margin-bottom: 5px;*/ padding:0px 3px 0px 3px; } .product-details-desc input[type="text"] { text-align: left; float: none; padding: 6px 8px; border: 1px solid rgb(221, 221, 221); } .product-details-desc .product-details-qty-holder { width: 10%; } .product-details-desc .product-details-nav { padding-left: 0px; margin-bottom: 0px; list-style: none; } .product-details-desc .product-details-nav > li { position: relative; display: block; } .product-details-desc .product-details-nav > li > a { position: relative; display: block; padding: 10px 15px; } .product-details-desc .product-details-nav > li > a:hover, .product-details-desc .product-details-nav > li > a:focus { text-decoration: none; background-color: rgb(238, 238, 238); } .product-details-desc .product-details-nav-tabs { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); } .product-details-desc .product-details-nav-tabs > li { float: left; margin-bottom: -1px; width:33.33%; text-align:center; } .product-details-desc .product-details-nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .product-details-desc .product-details-nav-tabs > li > a:hover { border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221); } .product-details-desc .product-details-nav-tabs > li.active > a, .product-details-desc .product-details-nav-tabs > li.active > a:hover, .product-details-desc .product-details-nav-tabs > li.active > a:focus { color: rgb(85, 85, 85); cursor: default; border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; background-color: rgb(255, 255, 255); cursor:pointer; } .product-details-desc .product-details-tab-content > .product-details-tab-pane { display: none; } .product-details-desc .product-details-tab-content > .active { display: block; } .product-details-desc .product-details-tab-content { font-size: 13px; line-height: 26px; padding: 20px 5px; color: rgb(85, 85, 85); } .product-details-desc .product-details-tabs .product-details-nav-tabs { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); } .product-details-desc .product-details-tabs .product-details-nav-tabs > .active > a, .product-details-desc .product-details-nav-tabs > .active > a:hover { color: rgb(85, 85, 85); border-color:#B71C1C rgb(238, 238, 238) transparent; } .product-details-desc .product-details-nav > li > a:hover, .product-details-desc .product-details-nav > li > a:focus { outline: none; } .product-details-desc .product-details-tabs { margin-top:50px; /*margin:50px 6px 0px -25px;*/ } .product-details-desc .product-details-nav-tabs a:hover{ cursor:pointer; } .product-details-desc .product-details-tabs li a { color: rgb(119, 119, 119); padding: 10px 20px; font-family: montserrat; text-transform: uppercase; } .product-details-desc .product-details-tab-pane { font-size: 12px; color: rgb(136, 136, 136); text-align:justify; } .product-details-desc .product-details-tab-pane a { color: rgb(77, 199, 236); font-size: 12px; } .product-details-desc .clearfix::before, .product-details-desc .clearfix::after, .product-details-desc .product-details-nav::before, .product-details-desc .product-details-nav::after, .product-details-desc::before, .product-details-desc::after { display: table; content: ' '; } .product-details-desc .clearfix::before, .product-details-desc .clearfix::after, .product-details-desc .product-details-nav::before, .product-details-desc .product-details-nav::after, .product-details-desc::before, .product-details-desc::after { clear: both; } .breadcrumb { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: normal; background:none; } .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited { color:#B71C1C; } /********************************** START OF PRODUCT PAGE ***********************************/ @media all and (min-width: 27em) { .product-details { margin-left:3%; width: 40%; float: left; } } @media all and (min-width: 40em) { .product-details { margin-left:3%; width: 38%; float: left; } } @media all and (min-width: 60em) { .product-details { margin-left:3%; width: 40%; float: left; } } @media screen and (min-width: 48em) { .product-details-desc { width: 50%; float: right; margin:-128px 10px 0 10px; /*margin: -11% 1% 0 2%;margin-top: 80px;*/ } .product-details-desc .product-details-qty-holder { width: 11%; } .product-details-section form table { display: inline-flex; padding-left: 10px; } .product-details-product-img { width: 38%; float: left; } /********************************** END OF PRODUCT PAGE ***********************************/
public/css/product.css
.product-details-section.details_page:after { content:""; display:block; visibility:hidden; height:0; clear:both; } .product-details-section.details_page { padding: 24px 0; background: white; font-family: 'Oswald', sans-serif; margin-left:3%; } .product-details-section.details_page h1 { font-size: 1.2em; text-align: center; text-transform: uppercase; line-height: 1.6; font-weight: normal; } .details_page .product-details h1 .product-details-price { color: #9d9f4e; padding-right: 10px; font-size: 34px; } .product-details form { margin-left: 0; } .product-details-section form { width: 100%; margin: 34px auto; } .product-details-section form tr { border: 1px solid #CCC; } .product-details-section form table { display:inline-flex; padding-left:1px; } .product-details-section form th { border-right: 1px solid #CCC; vertical-align: middle; background:#222; color:#FFF; } .product-details-section form td { /*padding: 15px 15px;*/ } .product-details-section form td select, .product-details-section form td input, .product-details-section form td textarea { width: 100%; height:110%; } .product-details-section form input[type="submit"] { width: 100%; text-align: center; border: 1px solid #8e8e46; background: #9c9f4e; color: #FFF; -webkit-border-radius: 2px; border-radius: 2px; font-size: 14px; text-transform: uppercase; padding: 14px; } /********************************* NEW PRODUCT DETAILS *********************************/ .product-details-product-img::before, .product-details-product-img::after { box-sizing: border-box; } .product-details-product-img { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px 0% 2% 3%; width: 90%; border: 1px solid rgb(217, 217, 217); background: rgb(255, 255, 255); } .product-details-product-img img { vertical-align: middle; max-width: 100%; width: 100%; } .product-details-product-img .product-details-product-image-holder{ top:0px; /*z-index:103;*/ position:relative; padding:5%; background:#eee; } .product-details-product-img .image-additional { } .product-details-product-img .image-additional a { display: inline-block; padding: 4px; } .product-details-product-img .image-additional img { max-width: 74px; height: 74px; } .product-details-product-img .image-additional a:focus { outline: rgb(77, 199, 236) dotted 1px; } .product-details-desc { box-sizing: border-box; font-family: 'Open Sans', sans-serif; font-size: 12px; line-height: 1.42857143; color: rgb(51, 51, 51); width: 90%; margin: 0px 20px; float: right; } .product-details-desc a { text-decoration: none; } .product-details-desc h1 { color: rgb(51, 51, 51); font-size: 20px; font-weight: 400; margin: 75px 0px 30px; text-transform: uppercase; } .product-details-desc ul { list-style: none; padding: 0px; } .product-details-desc ul li span { color: rgb(153, 153, 153); } .product-details-desc ul li a { color: rgb(68, 68, 68); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .product-details-desc .product-details-price { color: rgb(153, 153, 153); font-family: Montserrat; font-size: 12px; font-weight: 400; line-height: 24px; min-height: 30px; margin: 30px 0px 10px; } .product-details-desc .product-details-price strong { color: rgb(85, 85, 85); font-size: 18px; font-weight: 400; } .product-details-desc .product-details-line { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); margin-bottom: 20px; margin-top: 20px; } .product-details-desc .product-details-btn { border: 1px solid rgb(238, 238, 238); padding: 5px 8px; font-size: 11px; font-family: montserrat; color: rgb(51, 51, 51); text-shadow: none; text-transform: uppercase; box-shadow: none; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; cursor: pointer; background-image: none; background-color: rgb(245, 245, 245); } .product-details-desc .product-details-btn:hover, .product-details-desc .product-details-btn:focus { color: rgb(51, 51, 51); text-decoration: none; } .product-details-desc .product-details-btn-cart { color: rgb(255, 255, 255); padding: 12px 25px 10px; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; background-color: #222; } .product-details-desc label { display: inline-block; /*margin-bottom: 5px;*/ padding:0px 3px 0px 3px; } .product-details-desc input[type="text"] { text-align: left; float: none; padding: 6px 8px; border: 1px solid rgb(221, 221, 221); } .product-details-desc .product-details-qty-holder { width: 10%; } .product-details-desc .product-details-nav { padding-left: 0px; margin-bottom: 0px; list-style: none; } .product-details-desc .product-details-nav > li { position: relative; display: block; } .product-details-desc .product-details-nav > li > a { position: relative; display: block; padding: 10px 15px; } .product-details-desc .product-details-nav > li > a:hover, .product-details-desc .product-details-nav > li > a:focus { text-decoration: none; background-color: rgb(238, 238, 238); } .product-details-desc .product-details-nav-tabs { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(221, 221, 221); } .product-details-desc .product-details-nav-tabs > li { float: left; margin-bottom: -1px; width:33.33%; text-align:center; } .product-details-desc .product-details-nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .product-details-desc .product-details-nav-tabs > li > a:hover { border-color: rgb(238, 238, 238) rgb(238, 238, 238) rgb(221, 221, 221); } .product-details-desc .product-details-nav-tabs > li.active > a, .product-details-desc .product-details-nav-tabs > li.active > a:hover, .product-details-desc .product-details-nav-tabs > li.active > a:focus { color: rgb(85, 85, 85); cursor: default; border-width: 1px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) transparent; background-color: rgb(255, 255, 255); cursor:pointer; } .product-details-desc .product-details-tab-content > .product-details-tab-pane { display: none; } .product-details-desc .product-details-tab-content > .active { display: block; } .product-details-desc .product-details-tab-content { font-size: 13px; line-height: 26px; padding: 20px 5px; color: rgb(85, 85, 85); } .product-details-desc .product-details-tabs .product-details-nav-tabs { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); } .product-details-desc .product-details-tabs .product-details-nav-tabs > .active > a, .product-details-desc .product-details-nav-tabs > .active > a:hover { color: rgb(85, 85, 85); border-color:#B71C1C rgb(238, 238, 238) transparent; } .product-details-desc .product-details-nav > li > a:hover, .product-details-desc .product-details-nav > li > a:focus { outline: none; } .product-details-desc .product-details-tabs { margin-top:50px; /*margin:50px 6px 0px -25px;*/ } .product-details-desc .product-details-nav-tabs a:hover{ cursor:pointer; } .product-details-desc .product-details-tabs li a { color: rgb(119, 119, 119); padding: 10px 20px; font-family: montserrat; text-transform: uppercase; } .product-details-desc .product-details-tab-pane { font-size: 12px; color: rgb(136, 136, 136); text-align:justify; } .product-details-desc .product-details-tab-pane a { color: rgb(77, 199, 236); font-size: 12px; } .product-details-desc .clearfix::before, .product-details-desc .clearfix::after, .product-details-desc .product-details-nav::before, .product-details-desc .product-details-nav::after, .product-details-desc::before, .product-details-desc::after { display: table; content: ' '; } .product-details-desc .clearfix::before, .product-details-desc .clearfix::after, .product-details-desc .product-details-nav::before, .product-details-desc .product-details-nav::after, .product-details-desc::before, .product-details-desc::after { clear: both; } .breadcrumb { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: normal; background:none; } .breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited { color:#B71C1C; } /********************************** START OF PRODUCT PAGE ***********************************/ @media all and (min-width: 27em) { .product-details { margin-left:3%; width: 40%; float: left; } } @media all and (min-width: 40em) { .product-details { margin-left:3%; width: 38%; float: left; } } @media all and (min-width: 60em) { .product-details { margin-left:3%; width: 40%; float: left; } } @media screen and (min-width: 48em) { .product-details-desc { width: 50%; float: right; margin:-128px 10px 0 10px; /*margin: -11% 1% 0 2%;margin-top: 80px;*/ } .product-details-desc .product-details-qty-holder { width: 11%; } .product-details-section form table { display: inline-flex; padding-left: 10px; } .product-details-product-img { width: 38%; float: left; } /********************************** END OF PRODUCT PAGE ***********************************/
0.349422
0.070113
body { margin: 0; font-family: "Yu Gothic", sans-serif; } .mainbody{ margin: 15px; } .site_header{ width: 100vw; font-size : 150%; font-family: Verdana, Geneva, Tahoma, sans-serif;; color: white; line-height : 130%; position: fixed; padding: 10px 10px 10px 10px; margin: 0px 0px 0px 0px; width: 100%; } .fullbox{ font-size: 120%; width: 100%; color: white; font-family: "Yu Gothic", sans-serif; height: auto; position: fixed; background-color: rgb(41, 41, 41); margin: 0px 0px 0px 0px; padding: 15px 10px 15px 20px; } .mytitle{ font-family: "Yu Gothic", sans-serif; font-size: 120%; color: white; text-align: left; } .dummy_text{ color: rgb(41, 41, 41); } .menu_item{ font-family: "Yu Gothic", sans-serif; font-size: 80%; color: white; text-align: center; border: solid 1px; border-color: white; } .header_table{ width: 100%; } .section_01{ font-size : 130%; line-height : 130%; font-family: "Yu Gothic", sans-serif; padding: 3px 0px 2px 10px; margin: 5px 0 10px 0; width: auto; _width: 100%; border-bottom: double 3px rgb(30, 30, 30); } .section_02{ font-size : 130%; line-height : 130%; font-family: "Yu Gothic", sans-serif; padding: 3px 10px 2px 10px; margin: 5px 0px 10px 0px; width: auto; _width: 100%; border-bottom: 1px rgb(120, 120, 120); border-top: 0; border-left: solid 8px rgb(200, 200, 200); border-right: 0; border-style: solid; } .dummy_space1{ padding: 0px 0px 0px 10px; color:white; } .dummy_space2{ padding: 10px 0px 2px 10px; color:white; } .section2{ font-size : 130%; line-height : 130%; margin : 10px 0px 10px 0px; border-style : double; border-width : 0px 0px 3px 0px; border-color : #a0a0a0; } .subsection{ font-size : 110%; line-height : 120%; margin : 10px 0px 10px 0px; border-style : solid; border-width : 0px 0px 1px 0px; border-color : #a0a0a0; } .outline{ border-style : solid; border-width : 1px; border-color : #808080; margin : 5px; padding : 0px; } .outline2{ border-style : solid; border-width : 2px; border-color : #808080; margin : 0px 0px 0px 0px; padding : 10px; } .footer{ border-style : solid; border-width : 1px 0px 0px 0px; border-color : #808080; margin : 5px 0px 5px 0px; padding : 5px; color: #808080; text-align: right; } td{ line-height : 140%; } A:link.headerLink, A:visited.headerLink{ color : white; text-decoration : none; } A:active.headerLink{ color : white; text-decoration : none; } A:hover.headerLink{ color : #FF0000; text-decoration : none; } A:link, A:visited{ color : blue; text-decoration : none; } A:active{ color : purple; text-decoration : none; } A:hover{ color : purple; text-decoration : underline; } .L{ line-height : 120% ; font-size : 120% } .S{ line-height : 120% ; font-size : 80% } .box{ border-style : solid; border-width : 1px; border-color : #808080; margin : 5px; padding : 10px; } .boxBLUE{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #f0f8ff; padding : 5px; } .boxGREEN{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #f0fff8; padding : 5px; } .boxPINK{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #fff0f8; padding : 5px; } .boxORANGE{ border-style : solid; border-width : 1px; border-color : #606060; margin : 4px 10px 4px 5px; padding : 4px; background-color : #fff2c8; } .boxGLAY{ border-style : solid; border-width : 1px; border-color : #c0c0c0; background-color : #f0f0f0; padding : 5px; } .title{ border-style : solid; border-width : 1px; font-size : 18pt; line-height :130%; border-color : #c0c0c0; background-color : #f0f0f0; padding : 5px; }
common.css
body { margin: 0; font-family: "Yu Gothic", sans-serif; } .mainbody{ margin: 15px; } .site_header{ width: 100vw; font-size : 150%; font-family: Verdana, Geneva, Tahoma, sans-serif;; color: white; line-height : 130%; position: fixed; padding: 10px 10px 10px 10px; margin: 0px 0px 0px 0px; width: 100%; } .fullbox{ font-size: 120%; width: 100%; color: white; font-family: "Yu Gothic", sans-serif; height: auto; position: fixed; background-color: rgb(41, 41, 41); margin: 0px 0px 0px 0px; padding: 15px 10px 15px 20px; } .mytitle{ font-family: "Yu Gothic", sans-serif; font-size: 120%; color: white; text-align: left; } .dummy_text{ color: rgb(41, 41, 41); } .menu_item{ font-family: "Yu Gothic", sans-serif; font-size: 80%; color: white; text-align: center; border: solid 1px; border-color: white; } .header_table{ width: 100%; } .section_01{ font-size : 130%; line-height : 130%; font-family: "Yu Gothic", sans-serif; padding: 3px 0px 2px 10px; margin: 5px 0 10px 0; width: auto; _width: 100%; border-bottom: double 3px rgb(30, 30, 30); } .section_02{ font-size : 130%; line-height : 130%; font-family: "Yu Gothic", sans-serif; padding: 3px 10px 2px 10px; margin: 5px 0px 10px 0px; width: auto; _width: 100%; border-bottom: 1px rgb(120, 120, 120); border-top: 0; border-left: solid 8px rgb(200, 200, 200); border-right: 0; border-style: solid; } .dummy_space1{ padding: 0px 0px 0px 10px; color:white; } .dummy_space2{ padding: 10px 0px 2px 10px; color:white; } .section2{ font-size : 130%; line-height : 130%; margin : 10px 0px 10px 0px; border-style : double; border-width : 0px 0px 3px 0px; border-color : #a0a0a0; } .subsection{ font-size : 110%; line-height : 120%; margin : 10px 0px 10px 0px; border-style : solid; border-width : 0px 0px 1px 0px; border-color : #a0a0a0; } .outline{ border-style : solid; border-width : 1px; border-color : #808080; margin : 5px; padding : 0px; } .outline2{ border-style : solid; border-width : 2px; border-color : #808080; margin : 0px 0px 0px 0px; padding : 10px; } .footer{ border-style : solid; border-width : 1px 0px 0px 0px; border-color : #808080; margin : 5px 0px 5px 0px; padding : 5px; color: #808080; text-align: right; } td{ line-height : 140%; } A:link.headerLink, A:visited.headerLink{ color : white; text-decoration : none; } A:active.headerLink{ color : white; text-decoration : none; } A:hover.headerLink{ color : #FF0000; text-decoration : none; } A:link, A:visited{ color : blue; text-decoration : none; } A:active{ color : purple; text-decoration : none; } A:hover{ color : purple; text-decoration : underline; } .L{ line-height : 120% ; font-size : 120% } .S{ line-height : 120% ; font-size : 80% } .box{ border-style : solid; border-width : 1px; border-color : #808080; margin : 5px; padding : 10px; } .boxBLUE{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #f0f8ff; padding : 5px; } .boxGREEN{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #f0fff8; padding : 5px; } .boxPINK{ border-style : solid; border-width : 1px; border-color : #e0e0e0; background-color : #fff0f8; padding : 5px; } .boxORANGE{ border-style : solid; border-width : 1px; border-color : #606060; margin : 4px 10px 4px 5px; padding : 4px; background-color : #fff2c8; } .boxGLAY{ border-style : solid; border-width : 1px; border-color : #c0c0c0; background-color : #f0f0f0; padding : 5px; } .title{ border-style : solid; border-width : 1px; font-size : 18pt; line-height :130%; border-color : #c0c0c0; background-color : #f0f0f0; padding : 5px; }
0.230486
0.08141
.bricks { width: 50rem; height: 10rem; margin-top: 70rem; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 520; } .color-light { background-color: var(--light-brick-edge); } .color-dark { background-color: var(--dark-brick-edge); } /* LH ------------------------------------------------------------------------------------------ */ /* Line horizontal */ .bricks .bks-lh { width: 100%; height: 1rem; position: relative; display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: center; flex-wrap: nowrap; } .bricks .bks-lh-1 { top: -2rem; } .bricks .bks-lh-2 { bottom: -1rem; } /* Connector */ .bricks .bks-lh .connector { width: 0; height: 0; border-top: 0.2rem solid transparent; } .bricks .bks-lh-1 .connector-r { border-right: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-1 .connector-l { border-left: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-2 .connector-r { border-right: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-2 .connector-l { border-left: 0.15rem solid var(--dark-brick-edge); } /* Line H */ .bricks .bks-lh .line-h, .bricks .bks-lh-1 .lhr, .bricks .bks-lh-1 .lhl { height: 0.2rem; } .bricks .bks-lh-1 .lhr, .bricks .bks-lh-1 .lhl { width: 4rem; } .bricks .bks-lh-1 .line-h { width: 32.4rem; } .bricks .bks-lh-2 .line-h { width: 45.4rem; } /* --------------------------------------------------------------------------------------------- */ /* ///////////////////////////////////////////////////////////////////////////////////////////// */ /* LV ------------------------------------------------------------------------------------------ */ /* Line vertical */ .bricks .bks-vl { position: absolute; display: flex; flex-direction: row; flex-wrap: nowrap; } .bricks .bks-top { width: 31rem; height: 2.5rem; top: -0.001rem; } .bricks .bks-middle { width: 42.5rem; height: 4.2rem; top: 2.4rem; } .bricks .bks-bottom { width: 38rem; height: 3.6rem; top: 6.45rem; } /* Line V */ .bricks .bks-vl .line-v { width: 0.2rem; height: 100%; margin: 0 auto; } .bricks .bks-top .line-v-1 { transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); } .bricks .bks-top .line-v-2 { transform: rotate(10deg); -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); } .bricks .bks-top .line-v-3 { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); } .bricks .bks-top .line-v-4 { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } .bricks .bks-middle .line-v-1 { transform: rotate(25deg); -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); } .bricks .bks-middle .line-v-2 { transform: rotate(15deg); -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); } /* .bricks .bks-middle .line-v-3 { } */ .bricks .bks-middle .line-v-3 .lv3-tb { width: 100%; } .bricks .bks-middle .line-v-3 .line-v-3-top { height: 50%; } .bricks .bks-middle .line-v-3 .line-v-3-bottom { height: 50%; } .bricks .bks-middle .line-v-4 { transform: rotate(-15deg); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); } .bricks .bks-middle .line-v-5 { transform: rotate(-25deg); -webkit-transform: rotate(-25deg); -moz-transform: rotate(-25deg); -ms-transform: rotate(-25deg); -o-transform: rotate(-25deg); } .bricks .bks-bottom .line-v-1 { transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); } .bricks .bks-bottom .line-v-2 { transform: rotate(10deg); -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); } .bricks .bks-bottom .line-v-3 { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); } .bricks .bks-bottom .line-v-4 { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } /* --------------------------------------------------------------------------------------------- */
src/public/styles/partials/bricks.css
.bricks { width: 50rem; height: 10rem; margin-top: 70rem; position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 520; } .color-light { background-color: var(--light-brick-edge); } .color-dark { background-color: var(--dark-brick-edge); } /* LH ------------------------------------------------------------------------------------------ */ /* Line horizontal */ .bricks .bks-lh { width: 100%; height: 1rem; position: relative; display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: center; flex-wrap: nowrap; } .bricks .bks-lh-1 { top: -2rem; } .bricks .bks-lh-2 { bottom: -1rem; } /* Connector */ .bricks .bks-lh .connector { width: 0; height: 0; border-top: 0.2rem solid transparent; } .bricks .bks-lh-1 .connector-r { border-right: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-1 .connector-l { border-left: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-2 .connector-r { border-right: 0.15rem solid var(--dark-brick-edge); } .bricks .bks-lh-2 .connector-l { border-left: 0.15rem solid var(--dark-brick-edge); } /* Line H */ .bricks .bks-lh .line-h, .bricks .bks-lh-1 .lhr, .bricks .bks-lh-1 .lhl { height: 0.2rem; } .bricks .bks-lh-1 .lhr, .bricks .bks-lh-1 .lhl { width: 4rem; } .bricks .bks-lh-1 .line-h { width: 32.4rem; } .bricks .bks-lh-2 .line-h { width: 45.4rem; } /* --------------------------------------------------------------------------------------------- */ /* ///////////////////////////////////////////////////////////////////////////////////////////// */ /* LV ------------------------------------------------------------------------------------------ */ /* Line vertical */ .bricks .bks-vl { position: absolute; display: flex; flex-direction: row; flex-wrap: nowrap; } .bricks .bks-top { width: 31rem; height: 2.5rem; top: -0.001rem; } .bricks .bks-middle { width: 42.5rem; height: 4.2rem; top: 2.4rem; } .bricks .bks-bottom { width: 38rem; height: 3.6rem; top: 6.45rem; } /* Line V */ .bricks .bks-vl .line-v { width: 0.2rem; height: 100%; margin: 0 auto; } .bricks .bks-top .line-v-1 { transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); } .bricks .bks-top .line-v-2 { transform: rotate(10deg); -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); } .bricks .bks-top .line-v-3 { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); } .bricks .bks-top .line-v-4 { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } .bricks .bks-middle .line-v-1 { transform: rotate(25deg); -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); } .bricks .bks-middle .line-v-2 { transform: rotate(15deg); -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); -ms-transform: rotate(15deg); -o-transform: rotate(15deg); } /* .bricks .bks-middle .line-v-3 { } */ .bricks .bks-middle .line-v-3 .lv3-tb { width: 100%; } .bricks .bks-middle .line-v-3 .line-v-3-top { height: 50%; } .bricks .bks-middle .line-v-3 .line-v-3-bottom { height: 50%; } .bricks .bks-middle .line-v-4 { transform: rotate(-15deg); -webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -o-transform: rotate(-15deg); } .bricks .bks-middle .line-v-5 { transform: rotate(-25deg); -webkit-transform: rotate(-25deg); -moz-transform: rotate(-25deg); -ms-transform: rotate(-25deg); -o-transform: rotate(-25deg); } .bricks .bks-bottom .line-v-1 { transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -ms-transform: rotate(20deg); -o-transform: rotate(20deg); } .bricks .bks-bottom .line-v-2 { transform: rotate(10deg); -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); } .bricks .bks-bottom .line-v-3 { transform: rotate(-10deg); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); } .bricks .bks-bottom .line-v-4 { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); -moz-transform: rotate(-20deg); -ms-transform: rotate(-20deg); -o-transform: rotate(-20deg); } /* --------------------------------------------------------------------------------------------- */
0.380414
0.146331
* { margin:0; padding:0; box-sizing: border-box; } /* main styling */ html,body { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.7em; } a { color:#333; text-decoration: none; } h1, h2, h3 { padding-bottom: 20px; } p { margin: 10px 0; } /* utility classes */ .container { margin:auto; max-width: 1110px; overflow: auto; padding:0 20px; } .text-primary{ color:#f7c08a; } .lead { font-size:20px; } .btn { display: inline-block; font-size: 18px; color:#fff; background: #333; padding:13px 20px; border:none; cursor:pointer; } .btn:hover { background:#f7c08a; color:#333; } .btn-light { background: #f4f4f4; color:#333; } .bg-dark { background:#333; color:#fff; } .bg-light { background:f4f4f4; color:#333; } .bg-primary { background:#f7c08a; color:#333; } .clr { clear:both; } .l-heading { font-size: 40px; line-height: 1.2; } /*padding */ .py-1 { padding: 10px 0; } .py-2 { padding: 20px 0; } .py-3 { padding: 30px 0; } /* navbar */ #navbar { background:#333; color:#fff; overflow:auto; } #navbar a { color:#fff } #navbar h1 { float:left; padding-top: 20px; } #navbar ul { list-style: none; float: right; } #navbar ul li { float: left; } #navbar ul li a { display:block; padding:20px; text-align:center; } #navbar ul li a:hover, #navbar ul li a.current { background:#444; color:#f7c08a; } /* showcase */ #showcase { background: url('../img/showcase.jpg') no-repeat center center/cover; height: 600px; } #showcase .showcase-content { color:#fff; text-align: center; padding-top: 170px; } #showcase .showcase-content h1 { font-size: 60px; line-height:1.2em; } #showcase .showcase-content { padding-bottom: 20px; line-height: 1.7em; } /* home info */ #home-info { height: 450px; } #home-info .info-img { float: left; width: 50%; background: url('../img/photo-1.jpg') no-repeat; min-height: 100%; } #home-info .info-content { float: right; width:50%; height:100%; text-align:center; padding:50px 30px; overflow:hidden; } #home-info .info-content p { padding-bottom: 30px; } /* features box */ .box { float:left; width: 33.3%; padding:50px; text-align:center; } .box i { margin-bottom: 10px; } /* About info */ #about-info .info-right { float:right; width:50%; min-height: 100%; } #about-info .info-right img { display:block; width:70%; margin:auto; border-radius: 50%; } #about-info .info-left { float:left; width:50%; min-height: 100%; } /*Testimonials */ #testimonials { height:100%; background:url('../img/test-bg.jpg') no-repeat center center/cover; padding-top: 100px; } #testimonials h2 { color:#fff; text-align: center; padding-bottom: 40px; } #testimonials .testimonial { padding: 20px; margin-bottom:40px; border-radius: 5px; opacity:0.9; } #testimonials .testimonial img { width:100px; float:left; margin-right: 20px; border-radius: 50%; } /* contact form */ #contact-form .form-group { margin-bottom:20px; } #contact-form label { display:block; margin-bottom:5px; } #contact-form input, #contact-form textarea { width: 100%; padding: 10px; border: 1px #ddd solid; } #contact-form textarea { height: 200px; } #contact-form input:focus, #contact-form textarea:focus { outline:none; border-color: #f7c08a; } /* footer */ #main-footer { text-align: center; background:#444; color:#fff; padding:20px; }
css/styles.css
* { margin:0; padding:0; box-sizing: border-box; } /* main styling */ html,body { font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.7em; } a { color:#333; text-decoration: none; } h1, h2, h3 { padding-bottom: 20px; } p { margin: 10px 0; } /* utility classes */ .container { margin:auto; max-width: 1110px; overflow: auto; padding:0 20px; } .text-primary{ color:#f7c08a; } .lead { font-size:20px; } .btn { display: inline-block; font-size: 18px; color:#fff; background: #333; padding:13px 20px; border:none; cursor:pointer; } .btn:hover { background:#f7c08a; color:#333; } .btn-light { background: #f4f4f4; color:#333; } .bg-dark { background:#333; color:#fff; } .bg-light { background:f4f4f4; color:#333; } .bg-primary { background:#f7c08a; color:#333; } .clr { clear:both; } .l-heading { font-size: 40px; line-height: 1.2; } /*padding */ .py-1 { padding: 10px 0; } .py-2 { padding: 20px 0; } .py-3 { padding: 30px 0; } /* navbar */ #navbar { background:#333; color:#fff; overflow:auto; } #navbar a { color:#fff } #navbar h1 { float:left; padding-top: 20px; } #navbar ul { list-style: none; float: right; } #navbar ul li { float: left; } #navbar ul li a { display:block; padding:20px; text-align:center; } #navbar ul li a:hover, #navbar ul li a.current { background:#444; color:#f7c08a; } /* showcase */ #showcase { background: url('../img/showcase.jpg') no-repeat center center/cover; height: 600px; } #showcase .showcase-content { color:#fff; text-align: center; padding-top: 170px; } #showcase .showcase-content h1 { font-size: 60px; line-height:1.2em; } #showcase .showcase-content { padding-bottom: 20px; line-height: 1.7em; } /* home info */ #home-info { height: 450px; } #home-info .info-img { float: left; width: 50%; background: url('../img/photo-1.jpg') no-repeat; min-height: 100%; } #home-info .info-content { float: right; width:50%; height:100%; text-align:center; padding:50px 30px; overflow:hidden; } #home-info .info-content p { padding-bottom: 30px; } /* features box */ .box { float:left; width: 33.3%; padding:50px; text-align:center; } .box i { margin-bottom: 10px; } /* About info */ #about-info .info-right { float:right; width:50%; min-height: 100%; } #about-info .info-right img { display:block; width:70%; margin:auto; border-radius: 50%; } #about-info .info-left { float:left; width:50%; min-height: 100%; } /*Testimonials */ #testimonials { height:100%; background:url('../img/test-bg.jpg') no-repeat center center/cover; padding-top: 100px; } #testimonials h2 { color:#fff; text-align: center; padding-bottom: 40px; } #testimonials .testimonial { padding: 20px; margin-bottom:40px; border-radius: 5px; opacity:0.9; } #testimonials .testimonial img { width:100px; float:left; margin-right: 20px; border-radius: 50%; } /* contact form */ #contact-form .form-group { margin-bottom:20px; } #contact-form label { display:block; margin-bottom:5px; } #contact-form input, #contact-form textarea { width: 100%; padding: 10px; border: 1px #ddd solid; } #contact-form textarea { height: 200px; } #contact-form input:focus, #contact-form textarea:focus { outline:none; border-color: #f7c08a; } /* footer */ #main-footer { text-align: center; background:#444; color:#fff; padding:20px; }
0.261519
0.096621
@charset "utf-8"; /* CSS Document */ *{ margin:0; padding:0; margin:0; box-sizing: border-box; } html{position: relative;} html,body{ height: 100%;} ul,li{ list-style:none;} body{ background:#fff; font: 12px/1.5 "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif; font-size:13px; color:#333; } a{text-decoration:none; color:#666} a:hover{ padding:0; margin:0} a img{ border:none;} select,button,input{font-family: Arial, 微软雅黑, 'Microsoft yahei', 'Hiragino Sans GB', '冬青黑体简体中文 w3', 'Microsoft Yahei', 'Hiragino Sans GB', '冬青黑体简体中文 w3', STXihei, 华文细黑, SimSun, 宋体, Heiti, 黑体, sans-serif;} input:focus,select:focus,button:focus{ outline:none;} .fl{ float:left;} .fr{ float:right;} .cen{ margin:0 auto;} /*---------核名 取名下拉----------------*/ .Menu { position:fixed!important; width:9.3rem!important; left: 0!important; right: 0!important; margin-left: auto!important; margin-right: auto!important; top: 0!important; bottom: 0!important; margin-top: auto!important; margin-bottom: auto!important; height: 80%!important; z-index:3; background: #FFF; border:1px solid #08619a; display:none; } .Menu2 {position: absolute;left:0;top:0;width:100%;height:auto;overflow:hidden;z-index:1;} .Menu2 ul{margin:0;padding:0; margin-bottom:6px; height:auto; overflow:auto;} .Menu2 ul li{ padding: 0 0.1rem; display: inline-block; line-height: 0.6rem; font-size: 0.33rem; color: #666; text-align: center; float: left; margin: 0.1rem; cursor: pointer; } .Menu2 ul li a{ display:block;} .Menu2 ul li a:hover{ color:#3aadff; } .form{text-align: center;height:auto; margin:0 auto;} .form div{position:relative;top:0;left:0;margin-bottom:1px} #List1{left:190px;top:82px;} /*名字推荐详细页-优化*/ .jieguo{ width:1200px; margin:0 auto;} table.jg_tg{ text-align:center; } table.jg_tg td{ padding:20px 15px;} table.jg_tg p{ font-size:14px; color:#333; line-height:26px;} table.jg_tg b{ font-size:24px ; color:#f8451c;} table.jg_tg td div{ color:#fff; text-align:center; padding:0 5px; line-height:24px; margin:6px 0;display:inline-block;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} table.jg_tg td b{ color:#ed4300;} table.jg_tg td p{ font-size:12px; line-height:20px; color:#999;} table.jg_tg td div.jg{ background:#093;} table.jg_tg td div.jz{ background:#fcaf40;} table.jg_tg td div.jd{ background:#dd4949;} table div.dj{ line-height:20px; background:#ff4949; color:#fff; text-align:center;display:inline-block; padding:0 12px; font-size:12px;} table tr.jg_bg{ background:#f0f0f0;} table.jg_tg span{ font-size:16px;cursor: pointer;} table td div.liang{ color:#f85a1c;} table td div.xiong{ background:#666;} /*抢注后跳转页面*/ .ny_banner{ width:100%; background:url(../images/ny_banner.jpg) no-repeat center top; height:751px; min-width:1200px;} .ny_banner a{ width:1200px; height:751px; display:block;} .ny_ys{ width:1200px; background:url(../images/ny_img1.jpg) no-repeat center top; min-width:1200px;height:229px; margin:50px auto} .ny_ys li{ width:231px; float:left; text-align:center; margin-right:11px;} .ny_ys li i{ color:#fff; font-size:33px; line-height:70px;} .ny_ys li h3{ font-weight:normal; color:#333; font-size:20px; line-height:45px; margin-top:25px;} .ny_ys li p{ font-size:16px; color:#999} .ny_ys li a{ width:100px; line-height:30px; background:#21c2f8; text-align:center; color:#fff; font-size:14px; display:block; margin:0 auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; margin-top:20px;} .ny_ys li a:hover{ background:#18b4e9} .ys_tit{ font-size:30px; color:#fff; text-align:center; line-height:35px; padding-top:42px;} .ys_tit p{ font-size:22px; margin-top:10px;} .ys{ width:100%; background:url(../images/yx_02.jpg) no-repeat center top; min-width:1200px; height:416px;} .ys_cen{ width:1200px; margin:0 auto;} .bd{ padding-top:52px;} .bd li{ color:#fff; height:48px; padding-left:190px;} .bd li span{ width:200px; float:left; margin:0 20px; } .ny_tel{ text-align:center; margin:15px 0 50px 0} /*公司注册 代理记账*/ .zc_banner{ width:100%; background:url(../images/zc_banner.jpg) no-repeat center; height:636px;} .zc_jia{ width:1200px; margin:0 auto;} .zc_con table{ text-align:center; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .zc_con table td{ line-height:20px; padding:12px; font-size:14px; color:#666;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0} .zc_con table td a{ color:#009; text-decoration:underline;} .zc_con table tr.zc_ctit{ background:#2b91e3;} .zc_con table tr.zc_ctit td{ color:#fff; font-size:18px;} .zc_con table tr.zc_r1{ background:#f8f8f8} .yx_kj{ width:100%; background:url(../images/yx_bj.jpg) repeat; height:auto; overflow:auto; margin-top:80px;} .zc_jz{ width:1200px; margin:0 auto 80px auto; text-align:center; background:#fff;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .zc_jz td{line-height:20px; padding:12px; font-size:14px; color:#666;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0} .zc_jz tr.zcti{ background:#ff6801; font-size:18px;} .zc_jz tr.zcti td{color:#fff;} .zc_jz tr.zc_r1{ background:#f8f8f8} .zc_kf{ width:1200px; margin:50px auto; background: url(../images/kf_bj.jpg) no-repeat; height:289px;} .zc_kf1{ float:left; width:500px; margin:70px 55px 0 120px; display:inline;} .zc_kf1 li{ font-size:16px; color:#666; line-height:38px;} .zc_kf1 li input{ height:38px; border:1px solid #e8e8e8; width:370px; margin-left:10px; margin-bottom:20px;} .zc_kf1 li input.zc_anniu{ width:200px; text-align:center; color:#fff; margin:0 auto; background:#ff6801;border-radius:6px; font-size:18px; margin-left:100px;} .zc_kf2{ float: left; color:#fff; font-size:24px; text-align:center; font-weight:bold; width:500px; margin-top:15px;} .zc_kf2 h2{ font-size:28px;} .zc_kf2 i{ font-size:40px;} .vs{ width:1200px; margin:0 auto; text-align:center; padding-bottom:60px;} .vs_tit{ margin:45px 0;} .yx_tb{ background:#fff; width:1200px; margin:0 auto; line-height:50px; border:1px solid #eee; color:#666; } .yx_tb td,.yx_tb th{ border-bottom:1px solid #eee; border-left:1px solid #eee;} .yx_bg{ width:1200px; margin:0 auto;} .yx_bg_tit{ text-align:center; margin:45px 0} .yx_bg1{ text-align:center; font-size:16px; line-height:55px; border:1px solid #eee; color:#666} .yx_bg1 td,.yx_bg1 th{ border-bottom:1px solid #eee; border-left:1px solid #eee;} .yx_bg1 th.yx_ls{ color:#fff; background:#2b91e3} .yx_qu{ width:1200px; margin:0 auto; text-align:center; font-size:16px; color:#666; line-height:45px; padding-bottom:50px; height:auto; overflow:auto } .yx_qu_tit{ margin:35px 0} .yx_qu_con a{ width:19%; border:1px solid #eee; height:45px; float:left; margin:0px 0.5% 8px 0.5%} .yx_qu_con a:hover{ background:#2b91e3; color:#fff;} .yx_lc{ width:1200px; margin:0 auto; text-align:center;} .yx_lc li{ float:left; width:240px; text-align:center; color:#666; font-size:20px; line-height:35px; margin-right:80px} .yx_lc1{ margin:40px 0;} .yx_ys{ width:100%; background:url(../images/yx_ys.jpg) no-repeat center top; height:585px;} .yx_ys1{ width:1200px; margin:0 auto; padding-top:105px;} .yx_ys_tit{ width:1200px; margin:0 auto; text-align:center; padding:35px 0;} .yx_ys1 li{ color:#fff; text-align:right; line-height:35px; margin:15px 0 85px 0; width:550px;} .yx_ys1 li b{ font-size:22px;} .yx_bottom{ width:100%; background:url(../images/yx_03.jpg) no-repeat center top; height:594px;} .yx_bottom a{ width:100%; height:594px; display:block;} .yx_dot a{ width:240px; text-align:center; height:40px; line-height:40px; color:#fff; font-size:20px; margin:45px auto; display:block; background:#fa8400; clear:both;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px;} .yx_yuan{ width:1200px; margin:0 auto; text-align:center;} .yx_yuan_tit{ margin:45px 0} .yx_kj_tit{ margin:45px 0} .yx_yh{ width:100%; margin:0 auto; background:url(../images/yx_06.jpg) no-repeat center top; height:702px;} .yx_yh a{ width:100%; height:702px; display:block;} .yx_kj{ width:100%; background:url(../images/yx_bj.jpg) repeat; height:auto; overflow:auto; min-width:1200px;} .yx_kj1{ width:1200px; margin:0 auto; text-align:center;} .yx_kj1 ul{ width:1200px; background:url(../images/yx_07.jpg) no-repeat; display:block; height:950px;} .yx_kj1 li{ width:377px; height:409px; margin-bottom:33px; font-size:22px; line-height:35px; color:#333; padding-top:200px;float:left; } .yx_kj1 li p{ font-size:14px; color:#999} .yx_kj1 li a{ width:200px; height:35px; line-height:35px; background:#2b91e3; text-align:center; display:block; color:#fff; margin:0 auto; margin-top:30px; font-size:18px;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;} /*--------------------首页-一月更新-------------------------*/ .index_banner{ background:url(../images/page1_bj.jpg) no-repeat; background-size:100%; min-width:1200px;} .index_yw{ width:1200px; margin:0 auto; height:423px;} .index_yw ul{ width:1050px; margin:0 auto} .index_yw li{ float:left; color:#fff; margin:0 35px 0 20px;} .index_banner p{ text-align: center; padding-top:180px; padding-bottom:90px;} /*如何合法降低税负?云宝创业给您专业方案*/ .index_shui ul{ width:1200px; height:300px; } .index_shui li{ float:left; color:#666; font-size:16px; text-align:center; padding-top:20px; width:257px; margin-right:55px;} .index_shui li h2{ color:#333; line-height:30px; font-size:20px; margin-top:15px;} .index_shui li i{ font-size:55px; color:#fff; } /*--------------------税收筹划首页-------------------------*/ .yuan_banner{ width:100%; background:url(../images/ss_banner.jpg) no-repeat center top; height:636px; min-width:1200px;} .i_sui{ width:1030px} .i_sui ul{ background:url(../images/ss_bj.png) no-repeat 35px top; height:auto; overflow:auto; margin-top:15px; width:1030px; margin:0 auto } .i_sui li{ float:left; width:185px; color:#666; font-size:14px; line-height:18px; margin:0 70px 0 20px; padding-top:45px;text-align:center ;} .i_sui li span{ color:#fff; font-size:18px;} .i_sui li span b{ font-size:40px; line-height:45px;} .i_sui li a{ display:block} .i_sui li h2{ font-size:18px; color:#333; line-height:30px; margin-top:45px;} .i_sui li i{ color:#fff; font-size:50px;} .i_sui_yw li{ text-align:center;color:#333; float:left; width:220px; margin-right:25px; padding-bottom:35px;} .i_sui_yw li h2{ font-size:18px; font-weight:normal; color:#555; line-height:40px;} .i_sui_hf li{ width:226px; float:left; font-size:18px; text-align:center; color:#333; margin-top:20px; line-height:30px; margin-right:17px; font-weight:100;} .ss_kf{ color:#fff; font-size:20px; line-height:45px; padding:35px 0 20px 160px; height:159px;} /*--------------------税收筹划——企得宝-------------------------*/ .qdb_banner{ width:100%; background: url(../images/qdb_banner.jpg) no-repeat center top; height:616px; } /*适用对象*/ .servicesBox { width:1200px; height:270px; margin:0 auto; clear:both; line-height:18px; color:#999999; font-size:12px;} .servicesBox .serBox { cursor:pointer; border:1px solid #fff; display:inline; width:588px; height:350px; float:left; overflow:hidden; background-color:#f7f7f7; position:relative;} .servicesBox .serBoxOn { font-family:"Microsoft Yahei"; display:none; width:600px; height:370px; background: url(../images/serboxon_bg.gif) repeat 0px 0px; position:absolute; left:0px; top:0px; z-index:19;} .servicesBox .serBox .pic1 { width:588px; height:110px; text-align:center; position:absolute; top:122px; z-index:99;} .servicesBox .serBox .pic2 { width:550px; height:110px; text-align:center; position:absolute; top:122px; left:-400px; z-index:99; } .servicesBox .serBox .txt1 { width:588px; height:100px; color:#999999; position:absolute; top:225px; left:0px; z-index:99;} .servicesBox .serBox .txt2 { width:588px; height:100px; color:#a9cf4f; position:absolute; top:225px; right:-500px; z-index:99;} .servicesBox .serBox span.titt { font-size:30px; display:block; text-align:center; font-weight:100;} .servicesBox .serBox .txt1 .titt { color:#000000; line-height:30px;} .servicesBox .serBox .txt2 .titt { color:#fff; line-height:30px; font-family:"Microsoft Yahei";} .servicesBox .serBox p{ padding:0 10px; text-align:center;} .pic1 i{ font-size:100px; color:#666; margin-top:30px;} .pic2 i{ font-size:100px; color:#fff;margin-top:30px;} /*案例说明*/ .qdb_fa ul{ background:url(../images/qdb1.gif) no-repeat center top; height:580px; margin-top:40px; } .qdb_fa li{ width:50%; text-align:center; color:#333; font-size:16px; float:left; line-height:34px; padding-top:350px; height:auto; overflow:auto; margin-bottom:50px;} .qdb_fa p{ font-size:16px; color:#f00; text-align:center; } .qdb_fa p i{ font-size:20px; margin-right:4px;} .qdb_db table{ line-height:30px; font-size:16px; text-align:center; color:#666; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .qdb_db table tr.qbd_db1{ background:#f9f9f9; font-weight:bold;} .qdb_db table td{ padding:10px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0} .qdb_al{ border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;line-height:30px; font-size:16px; text-align:center; color:#666; background:#fff; } .qdb_al td{ padding:10px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0} .qdb_al tr.qdb_ge{ background:#f9f9f9;} .qdb_vs{width:100px;height:100px;background: #ff6801; color:#fff; text-align:center; display:block; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; position:absolute; left:48%; top:330px; } .qdb_vs i{ font-size:55px; line-height:100px;} .qdb_al1{ font-size:16px; color:#666; clear:both; line-height:35px; text-align:center} .qdb_al1 h2{ font-size:18px; color:#ff6801; padding-top:40px;} .qdb_lc ul{ width:1200px; background:url(../images/qdb_lc.png) no-repeat center top;height:279px; margin:50px auto; padding-left:90px;} .qdb_lc li{ float:left; font-size:18px; color:#fff; line-height:30px; text-align:center; width:254px;padding-top:80px; margin-right:px;} .qdb_lc li h2{ font-size:20px;display:inline-block; padding-bottom:8px;padding-top:12px; } .qdb_lc li i{ font-size:55px; text-align:center} .qdb_bz li{ width:288px; float:left; margin-right:16px;t font-size:16px; color:#666; line-height:30px; text-align:center;} .qdb_bz li h2{ font-size:20px; color:#333} .zc_kf1 li.v1 h2{ font-size:18px; color:#333; line-height:45px;margin-bottom:10px;} .zc_kf1 li.v1 h2 span{ font-size:14px; color:#666; font-weight:normal; } /*--------------------税收筹划——增值税宝-------------------------*/ .zzsb_banner{ width:100%; background: url(../images/zzsb_banner.jpg) no-repeat center top; height:616px; } .zzsb_zc{ text-align:center; font-size:14px; line-height:24px;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0; background:#fff; color:#666} .zzsb_zc td{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0; padding:15px;} .zzsb_zc tr.zzsb_zc1{ background:#f9f9f9} /*------------------APP下载页----------------*/ .app_banner{ width:100%; background: url(../images/app_banner.jpg) no-repeat center top; height:616px; min-width:1200px;} .app_dow ul{ margin:0 auto; width:700px;} .app_dow li{ width:350px; float:left; text-align:center; font-size:18px; color:#fff; line-height:45px; margin:35px auto} .app_dow li h2{ background:#3aadfe; border-radius:25px; font-weight:normal; font-size:18px; width:250px; margin:0 auto; border:1px solid #1696f1; margin-top:25px;cursor:pointer} .app_dow li h2 i{ font-size:26px; margin-right:5px;} /*---------------园区详情页----------------------*/ .yuan_bj{ width:100%; background:url(../images/yuan_bj.jpg) no-repeat center top; height:auto; overflow:auto; min-width:1200px;} .i_sui table{ font-size:16px; color:#666; text-align:center;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;} .i_sui table td{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0; padding:15px; line-height:35px;} .i_sui table td p{ color:#ff6801} .yuan_wy{ padding-top:120px;} .yuan_wy1{ width:653px; float:left;} .yuan_wy2{ float:right; width:550px; font-size:18px; font-weight:100; color:#333; line-height:45px; background:#fff; background:rgba(255,255,255,0.94); padding:40px 40px 150px 40px;} .yuan_wy2 h2{ font-size:28px; color:#333; border-bottom:1px solid #ccc; line-height:60px; margin:30px auto; text-align:center; padding-bottom:20px;} .yuan_wy2 span{ border-radius:25px; background:#ff6801; color:#fff; text-align:center; line-height:40px; width:280px; height:40px; display:block; margin:0 auto; margin-top:80px; } .yuan_rz{ width:1200px; margin:65px auto 0 auto; background:url(../images/yuan_yw2.jpg) no-repeat; height:124px;} .yuan_rz b{ width:307px; float:left; color:#fff; font-size:30px; text-align:center; line-height:124px;} .yuan_rz b.yuan_rz1{ float:right; width:890px; color:#ff6901; font-size:28px;} .yuan_rz b.yuan_rz1 i{ font-size:40px; margin-right:5px;} .yuan_rzqy{ text-align:center; padding-bottom:40px;} .pk_youshi_text{ line-height:24px; margin-bottom:20px;} .pk_youshi_ul .pk_youshi_li{ float:left; width:33.33%; padding-right:20px; margin-top:20px;} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info{ border:1px solid #dddddd;height:188px; background:#fcfcfc; border-radius:3px; padding:24px; box-shadow:0 2px 12px rgba(0,0,0,.10);} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info .pk_youshi_li_name{ font-size:17px; font-weight:bold; margin-bottom:12px; padding-top:6px;} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info .pk_youshi_li_text{ line-height:22px; color:#888;} .pk_youshi_li_info_icon .iconfont{ font-size:58px; color:#3e99e2;} .col_75{ width:75%;float:left;} .col_25{ width:25%;float:left;} .zclc_img{ text-align:center; margin-bottom:14px;} .zclc_text .zclc_text_li{ width:25%; float:left; text-align:center; font-size:16px;} .product_detail_cont{} .zccg_cl_img{ text-align:center;} .yuan_fubz li{ float:left; width:356px;font-size:16px; margin-right:65px; text-align:center; color:#666; line-height:28px;} .yuan_fubz li h2{ font-size:20px; color:#333; line-height:35px;} /*提交页*/ .ny_banner1{ width:100%; background:url(../images/ny_banner1.jpg) no-repeat center; height:394px; } .ny_tijiao1{ width:1200px; margin:0 auto; background:#f7f7f7; height:302px; } .nytijiao_z{ width:758px; padding-left:40px;padding-top:20px;} .nytijiao_z h2{ line-height:60px; margin-bottom:10px; color:#012e8b;} .nytijiao_z dt{ color:#666; font-size:14px; line-height:32px; margin-bottom:20px;} .nytijiao_z dt input{ background:#fff; width:621px; border:none; height:32px; line-height:32px; margin-left:4px; padding-left:6px;} .nytijiao_z dd{ color:#666;font-size:14px; float:left;line-height:32px; margin-bottom:20px; text-align:right; padding-left:22px;} .nytijiao_z dd input{ background:#fff; width:279px;border:none; height:32px; line-height:32px; margin-left:4px;padding-left:6px;} .nytijiao_y{height:302px; background:url(../images/tijiao1.jpg) no-repeat center; width:414px; padding-left:60px;padding-top:20px; } .nytijiao_y h2{ color:#fff; line-height:60px; margin-bottom:10px;} .nytijiao_y li{ color:#fff; font-size:14px; margin-bottom:20px;} .nytijiao_y li input{ height:32px; line-height:32px; width:286px; border:none; margin-left:6px;padding-left:6px;} .nytijiao_y span input{ width:250px; height:40px; background:#ffcc23; line-height:40px; text-align:center; color:#012e8b; font-size:24px;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px; border:none; margin-left:50px;} .tijiao_gg{ width:100%; height:178px; background:url(../images/tijiao_gg.jpg) no-repeat center; background-size:100%; margin-top:50px;} .tj_xinxi{ width:1200px; margin:0 auto; text-align:center; font-size:14px; color:#666; border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;} .tj_xinxi td{ line-height:32px; border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;} .tj_xinxi th{ line-height:30px; border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; background:#012e8b; color:#fff; line-height:45px;} .bjh{ background:#fafafa} /*提交成功页*/ .tjcg{ width:1200px; text-align:center; color:#0038ad; font-size:20px; font-weight:bold; margin:80px auto 25px auto;} .tjcg i{ font-size:60px; margin-right:10px; margin-bottom:10px; font-weight:normal } .tjkf{ font-size:18px; line-height:35px; color:#666; width:1200px; text-align:center; margin:0 auto; line-height:25px;} .tjkf span{ font-size:16px; color:#999; font-weight:normal} .tjlx{ width:600px; margin:80px auto; height:auto; overflow:auto} .tjlx li{ float:left; width:300px; text-align:center; font-size:20px; color:#666;} .tjlx li i{ font-size:60px; margin-bottom:10px; margin-top:18px; display:block; line-height:60px; color:#8f8f8f} .cxrk{ margin-bottom:10px;} /*订单页*/ .ord_banner1{ width:1200px; margin:0 auto; height:665px;} .product_intro{ width:600px; float:right; padding:0 30px;} .product_price{ background:#f0f0f0; color:#ec4646; padding-top:16px; padding-bottom:16px;} .product_title_h2{ text-align:center; line-height:65px; padding:20px 0 15px 0; font-size:28px;} .price_nub{ font-size:32px; color:#e40000;} .product_intro_list{ margin-bottom:20px; padding-left:16px; margin-top:15px;} .product_price .product_intro_list_lab{ padding-top:14px;} .product_xx_list .product_intro_list_lab{ line-height:38px;} .product_intro_list_lab{ float:left;} .sc_price{ margin-left:26px; color:#999;text-decoration: line-through;} .buy_service_btn{ font-size:18px; padding-top:10px;} .buy_service_btn .ui_btn{padding:10px 70px;} .buy_service_btn .meiqia{ background:#eef4f8;} .buy_service_btn .meiqia:hover{ background:#1d90ee;} .buy_service_btn .buy_service{ margin-right:6px; font-weight:bold;} .product_xx_list .product_intro_list_lab{ line-height:38px; font-size:18px; color:#666} .ord_banner{ width:100%; min-width:1200px; height:auto; overflow:auto; background:url(../images/o_banner.jpg) no-repeat center top;} .region_l{ margin-right:10px; position:relative;} .city_box{ width:368px; border:1px solid #aaa; padding:14px 4px; position:absolute; z-index:88; background:#fff; left:0; top:37px; box-shadow:0 4px 10px rgba(153,153,153,0.4);} .city_box .city_box_li{ float:left; margin:6px 6px;} .city_box .city_box_li a{ padding:4px 8px; background:#fff;} .city_box .city_box_li a:hover{ background:#79b3e2; color:#fff;} .city_box .cur a,.city_box .cur a:hover{ background:#209afd; color:#fff;} .region_l .bgLine{ position:absolute; top:37px; left:1px; right:1px; height:1px; background:#fff; z-index:99; display:none;} .region_down_icon{ color:#999;} .quyu .region_l{ float:left;} .buy_service_btn .buy_service{ margin-right:6px; font-weight:bold;} .buy_service_btn a.jinyong{ color:#999; background:#e0e0e0} .buy_service_btn{ font-size:18px; padding-top:10px; margin-bottom:20px;} .product_intro_list_cont{ margin-left:60px; color:#e40000;} .ui_select_btn .ui_select_btns{ float:left; margin-bottom:8px;} .ui_select_btn .ui_select_btns a{ border:1px solid #a8adb2; display:block; padding:8px 18px; margin-right:10px;} .ui_select_btn .ui_select_btns a:hover{border:1px solid #888; } .ui_select_btn .cur a{ border:1px solid #2b91e3; color:#2b91e3;} .ui_info_sx .ui_info_sx_title{ font-size:14px; font-weight:bold; margin-bottom:6px;} .ui_info_sx_body .ui_info_sx_li{ padding:2px 0; color:#666;} .or_kf{ width:100%; border-top:1px solid #d6d6d7; padding-top:50px;} .or_kf1{ width:60%; float:left; color:#666; font-size:14px;} .or_kf1 img{ float:left;} .or_kf1 b{ float:left; font-size:20px; margin:15px 0 0 15px;} .or_kf1 b span{ font-weight:normal; line-height:35px; font-size:14px;} .or_ewm{ width:30%; float:right; text-align:center; } /*按钮*/ .ui_btn{ padding:8px 14px; border:1px solid #bbb; text-align:center; display:inline-block;} .ui_btn:hover{ background:#f8f8f8; border-color:#bbb;} .ui_btn_primary{ background:#fe8c2d; color:#fff; border-color:#f17c1a;} .ui_btn_primary:hover{ color:#fff; background-color:#f17c1a; border-color:#fe8c2d;} .ui_btn_danger:hover{background:#f37326; color:#fff; border-color:#e1681f;} .ui_btn_block{ display:block; width:100%;} .ui_btn_danger{background:#f37d26; color:#fff; border-color:#f38226;} .ui_btn_line_primary{ border-color:#1d90ee; color:#1d90ee; background:#fff;} .ui_btn_line_primary:hover{ background:#1d90ee;border-color:#1d90ee; color:#fff;} .ui_btn_disabled,.ui_btn_disabled:hover{ color:#aaa; border-color:#ddd; background:#eee; cursor:no-drop;} .ui_btn_disabled:focus{ outline:none;} .region_l{ margin-right:10px; position:relative;} .region_l .region_w_btn{ border:1px solid #adb0b3; display:block; height:38px; line-height:36px; padding:0 18px; position:relative; } .city_box{ width:368px; border:1px solid #aaa; padding:14px 4px; position:absolute; z-index:88; background:#fff; left:0; top:37px; box-shadow:0 4px 10px rgba(153,153,153,0.4);} .city_box .city_box_li{ float:left; margin:6px 6px;} .city_box .city_box_li a{ padding:4px 8px; background:#fff;} .city_box .city_box_li a:hover{ background:#79b3e2; color:#fff;} .city_box .cur a,.city_box .cur a:hover{ background:#209afd; color:#fff;} .product_intro_list_cont p{ font-size:16px; color:#666; line-height:36px;} .product_detail_zclc{ background:url(../images/product_detail_bg.png) no-repeat center; color:#fff; width:100%; min-width:1100px;} .center{ width:1100px; margin:0 auto;} .p_d_line .product_detail_title_h2{ background:url(../images/product_detail_title_line.png) no-repeat center bottom; padding-bottom:16px; width:1100px; margin:0 auto} .p_d_line_b .product_detail_title_h2{ background:url(../images/product_detail_title_line_b.png) no-repeat center bottom; padding-bottom:16px;} .product_detail_title .product_detail_title_h2{ font-size:28px; font-weight:bold;} .zclc_img{ text-align:center; margin-bottom:14px;} .zclc_text .zclc_text_li{ width:25%; float:left; text-align:center; font-size:16px;} .product_detail_cont{} .zccg_cl_img{ text-align:center;} .detail_tisp{ text-align:center; padding-top:60px;} .product_detail_sm{ background:#f5f5f5; width:100%; min-width:1100px;} .product_detail_cont_list{padding:60px 0;} .product_detail_title{ margin-bottom:40px;text-align:center;} .zcsm_text_box .zcsm_text_box_li_line{ margin-bottom:20px; border-bottom:1px dashed #ddd; padding-bottom:20px;} .zcsm_text_box{ padding-top:20px;} .zcsm_text_box_li_nub{ width:24px; height:24px; text-align:center; line-height:24px; color:#fff; font-weight:bold; border-radius:50%; background:#209afd; float:left;} .zcsm_text_box_li_text{ margin-left:40px;} .zcsm_text_box_li_text .zcsm_text_box_li_text_t{ font-size:20px; margin-bottom:8px; display:block;} .zcsm_text_box_li_text .zcsm_text_box_li_text_c{ color:#888;} .zcsm_text_box .zcsm_text_box_li{ width:50%; float:left; padding-left:20px;} .zccg_zsm .zccg_zsm_li{ text-align:center; width:33.3333%; float:left; padding:0 60px;} .zccg_zsm .zccg_zsm_li .zccg_zsm_li_title{ font-size:20px; padding:10px;} .zccg_zsm .zccg_zsm_li_img{ margin-bottom:12px;} .zccg_zsm_li_ms{ color:#888;} .product_youshi{ width:1200px; margin:50px auto; height:auto; overflow:auto} .product_youshi li{ width:274px; margin-right:34px; float:left;text-align:center;} .product_youshi li p{ font-size:14px; color:#999; line-height:25px;} .product_youshi li h2{ font-size:18px; line-height:35px; } .kefu_dot{ text-align:center; margin-top:50px;} /*--弹窗样式--*/ #gray{width:100%;height:100%;background:rgba(0,0,0,0.4);position:fixed;top:0px;display:none;z-index:100;} .popup{ height:auto; background-color:#fff; position:absolute; z-index:100; left:450px; top:90px; display:none; } .mail{ width:340px; background:#fff; margin:0 auto; padding-bottom:30px; } .mail p.validateTips{ width:100%; line-height:40px; font-size:12px; color:#666; background:#f9f9f9; text-align:center; margin-bottom:20px;} .mail li{height:48px;} .mail li span{ width:70px; float:left; font-size:14px;color:#666; text-align:right; display:block; line-height:32px;} .mail li input{ width:250px; float:left; height:35px; border:1px solid #efefef; padding-left:5px} .mail li input.w20{ width:150px;} .mail li button.yzm{ background:#2c97df; color:#fff; line-height:34px; text-align:center; border:none; font-size:12px; width:100px;} .mail .mail_btn input{ width:110px; line-height:35px; text-align:center; background:#f78739; color:#fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px; border:none; margin-right:10px; float:left;} .mail .mail_btn a.quxiao{ background:#ebebeb; color:#666; display:block;width:110px; line-height:35px; text-align:center; float:left; font-size:16px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px; } .mail .mail_btn{ text-align:center; padding:10px 0 50px 55px;} .mail .mail_btn input{ font-size:16px;} .mail h2{ width:100%; height:45px; text-align:center; color:#fff; background:#209afd; font-weight:normal; padding:0; margin:0; line-height:45px; font-size:18px; margin-bottom:35px;} /*支付*/ .od_pay_suc_icon{ font-size:32px; float:left; margin-left:60px;} .od_pay_suc_icon .iconfont{ font-size:84px; color:#379960;} .od_pay_h{ background:#fff; padding:40px; margin-bottom:80px; border:1px solid #f0f0f0; margin-top:50px;} .od_pay_suc_info{ float:left; margin-left:30px; padding-top:5px;} .od_pay_suc_info h2{ margin-bottom:12px; font-weight:100; font-size:24px;} .od_pay_suc_info_h{margin-bottom:20px; float:left;} .od_pay_suc_info_box{ width:780px; border-bottom:1px solid #ddd;padding-bottom:10px; margin-bottom:24px;} .od_pay_price{ float:right; color:#888;} .od_pay_price b{ font-size:24px; color:#ec4646;} .od_pay_fx{ padding:40px; padding-bottom:0; background:#fff; position:relative;} .od_pay_fx_btn_box{ position:absolute; left:-1px; top:-58px;} .od_pay_fx_btn_box .od_pay_fx_btn{ float:left; height:58px; border:1px solid #e5e5e5; background:#fff; } .od_pay_fx_btn_box .cur{ border-bottom:1px solid #fff; background:#fff; border-top:2px solid #bfc9d1;} .od_pay_fx_btn_box .cur a{ background:#fff !important;} .od_pay_fx_btn_box .cur a:hover{ background:#fff !important;} .od_pay_fx_btn_box .alipay_btn{ border-right:none;} .od_pay_fx_btn_box .od_pay_fx_btn a{ height:56px;display:block;background:#fafafa;padding:10px 20px 0 20px; } .od_pay_fx_btn_box .od_pay_fx_btn a:hover{ background:#eee;} .od_pay_ewm_img{ padding:40px;} .od_pay_ewm_img img{ width:300px;} .pay_ts_text{ width:300px; background:#00aaee; margin-top:20px; padding:10px 20px; color:#fff; border-radius:3px;} .pay_ts_text .iconfont{ font-size:38px;} .weixinPay_ewm .pay_ts_text{ background:#00c800;} .m_center{ width:1100px; margin:0 auto; min-width:1100px;} .pay_ewm{ clear:both; width:802px; margin:0 auto; padding-top:80px;} .pay_ewm li{ width:400px; float:left; color:#666; font-size:18px; line-height:25px; text-align:center; border-right:1px solid #f0f0f0} .pay_ewm li i{ font-size:30px; color:#62c233; margin-right:8px;} .pay_ewm li p{ margin-bottom:10px;} .pay_cg{ text-align:center;padding-top:20px; clear:both; height:auto; overflow:auto} .pay_cg i{ text-align:center; font-size:85px; color:#62c233; } .pay_cg p{ font-size:18px; font-weight:100; margin-top:20px;} .pay_cg1 span{ float:left; color:#333; font-weight:bold; font-size:16px; line-height:30px; margin-top:10px;} .pay_cg1 span p{ font-size:16px; color:#666; line-height:30px; font-weight:normal;} .pay_cg1 span.od_pay_xiangxi{ width:320px; float:left;} .pay_cg1{ width:400px; margin:0 auto; margin-top:40px;clear: both;} .pay_cg_btn a{ display: inline-block; margin:0 auto; line-height:35px; padding:0 18px; color:#fff; background:#209afd; text-align:center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} .pay_cg_btn a:hover{ background:#0b89ef;} .pay_cg_btn { clear:both; margin:0 auto; text-align:center; padding-top:50px;} .pay_kf{ width:600px; margin:0 auto; border:1px solid #f0f0f0; height:auto; overflow:auto; padding:20px 40px; margin-top:50px;} .pay_kf11 b{ font-size:26px; float:left;} .pay_kf11 b span{ font-size:16px; font-weight:normal; color:#666} .pay_kf11 i{ font-size:50px; margin-right:10px; color:#3aadff; float:left;} .payy_ewm{ float:right; text-align:center; line-height:24px; font-size:16px; color:#666; border-left:1px solid #f0f0f0; padding-left:80px; padding-right:30px;} .pay_kf11{ float:left; padding-top:30px;} /*关于我们*/ .about{ width:1200px; margin:0 auto;} .about h2{ font-size:24px; color:#333; line-height:45px; text-align:center; margin-top:30px; font-weight: 100;} .about_z li{ width: 176px; float: left; text-align: center; margin-right: 16px; margin: 34px 26px 35px 0; border: 1px solid #ddd; height: 230px; padding: 20px 0 35px 0;} .about_z li img{ width: 100%;} .about_z li p{font-size: 14px; color: #666; line-height: 26px;padding: 0 10px;} .about_z li i{ font-size: 35px; margin-bottom: 20px; width: 80px; height: 80px; border-radius: 100px; line-height: 80px; background: #21c2f8; color: #fff; display: inline-block;} .about p{ font-size:16px; color:#666; line-height:30px; padding:0 30px; } .ab2 p{ font-size: 14px; line-height: 30px; color: #666;} .ab2 li{ width: 28%; float: left; text-align: center; height: 300px; background: #fff; border: 1px solid #f0f0f0; font-size: 16px; line-height: 35px; padding: 0 0 30px 0; margin: 34px 0;} .ab2{ text-align: center;} .ab2 li p{ font-size: 14px; color: #999; padding: 0 20px;} .ab2 li h2{ font-weight: 100; font-size: 20px;} .ab2 li p{ padding-top: 15px; color: #666;} .ab2 li img{ width: 100%;} .ab2 a{ padding: 0 20px ; display: inline-block; background:#3aadff; color: #fff; font-size: 18px; line-height: 40px; margin: 0 auto; border-radius: 5px; margin-bottom: 10px;} .contact{ width:1130px; background:#fafafa; margin:0 auto; border:1px solid #f0f0f0; margin-top:30px;} .ab3 p{ line-height: 33px; font-size: 14px; color: #666; padding: 20px 0 20px 0;} .ab4{ width: 600px; float: left; } .ab3{ width: 600px; float: right;} .ab3 li{ width: 31%; float: left; text-align: center; color: #666; background: #f7f7f7; padding: 20px; height: 130px; margin-top: 20px;} .ab3 li i{ font-size: 30px; color: #666;} .about3{ height: auto; overflow: auto; margin-bottom: 40px;} .about3 h2{ text-align: center; font-weight: 100; font-size: 22px; padding: 35px 0 25px 0;} .about3 p{ padding: 10px 30px; color: #666; font-size: 14px; line-height: 26px;} .contact span{ padding:10px; display:block;} .ab_dt{ padding-top: 20px;} .contact p{ text-align:center; line-height:40px; padding-bottom:10px;} .lx{ width: 900px; margin: 0 auto;} .lx li{ float: left; width: 50%; font-size: 14px; color: #666; line-height: 30px; margin-top: 35px} .lx li h2{ font-size: 18px; color: #333; font-weight: 100;} .contact p b{ color:#3aadff} /*底部*/ .Copyright{ color:#666; text-align:center; line-height:24px; padding:40px 0 0 0; width:100%; height:auto; overflow:auto; min-width:1200px;} .red{ color:#d73636;} .tgl li{ width:33.33%; float:left; line-height:44px;padding-right:2px; text-align:center; font-size:16px; } .tgl li .tgl_bg{background:#e8e8e8; color:#aaa;} .tgl .z .tgl_bg{ background:#F90; color:#fff;font-weight:bold;} .tgl .g .tgl_bg{ background:#093; color:#fff;font-weight:bold;} .tgl .d .tgl_bg{ background:#dd4949; color:#fff;font-weight:bold;} .index_wrapper{ width:100%;} .head_wrapper img{ width:162px;} .ssfomr_box{margin: 0.1rem 0.1rem;} .cpzh{ width:168px;} .hytype{ width:210px;} .ssfomr_box input{ width:100%; background:#fff; margin:8px 0; border:1px solid #eee !important;} .wrapper{background:#eee;} .wrapper_main{ width:1000px; margin:0 auto; padding:40px 0; padding-bottom:60px;} .jg_container{ padding-bottom:40px;} .j_title{ font-size:18px; margin-bottom:22px; text-align:center} .j_cont{ font-size:14px; color:#666;} .xt_name_list{ margin-bottom:10px;} .j_title:after,.xt_name_list:after,.ssfomr:after,.tgl:after{clear: both;display: table;content: " ";} .j_title .same{ float:left;} .j_title .tag{ float:right;} .xt_name .xt_name_list .name{ width:80%; float:left;} .xt_name .xt_name_list .xsd{ width:20%; text-align:right;float:right;} .region input{ font-weight:bold;} .qds_logo{ padding:2%;} .index_wrapper .ss_wrap{ background:rgba(19,86,132,0.4); padding:0.1rem; border-radius:6px;display: flex;flex-direction: column;justify-content: center; width: 9.7rem; margin: 0 auto;} .index_wrapper .ssfomr_box input{ height: 1.35rem; border-radius: 4px; font-size: 0.4rem; text-indent: 1em; } .qds_slogan{ text-align:center; color:#fff; font-size:45px;width:100%} .index_wrapper .cpzh{ width:200px;} .index_wrapper .region{ width:120px;} .ssfomr_input{ float:left; background:#eaeaea; border:1px solid #ddd;padding:0 4px;} /*历史查询*/ .History{ color:#fff; text-align:center; padding-top:100px;} .History_title{ font-size:16px; font-weight:bold; margin-bottom:20px;} .History_list{ margin:0 20px; height:420px;} .History_list .History_list_name{padding:5px 0;} .tipstext{ height:38px; line-height:38px; padding:0 20px; background:#fafafa;} .tipstext .tipstextVal{ width:50%; float:left; height:38px; color:#777;} .text_ar{ text-align:right;} .History_li{ padding:14px 0px; position:relative; border-bottom:1px solid #ddd;} .History_li:last-child{ border-bottom:none;} .History_li .cxname{ padding-right:60px; font-size:14px;} .History_li .cxtime{ color:#999; padding-top:8px; font-size:12px;} .iftj{ position:absolute; right:0px; top:18px; background:#666; color:#fff; padding:3px 6px 3px 6px; border-radius:3px; font-size:12px;} .iftj.g{ background:#1fae69;} .iftj.z{ background:#efab53;} .iftj.d{ background:#d85353;} .ssfomr_box select{ height:58px; border:none; padding:0 18px; font-size:16px;} .btn.disabled, .btn[disabled], fieldset[disabled] .btn{ background:#eee; border:1px solid #eee !important;} .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover{ background:#eee !important;} .ssfomr_box .btn img{ width:60%; opacity:.80; margin-top:14px;} .row:after{display: table;content: ""; line-height: 0;clear: both;} .History_btn{ height:52px; color:#fff;} .History_btn .btn_h{ color:#fff; padding:0 20px; display:block; line-height:52px; text-decoration:none; font-size:16px; padding-right:24px;} .History_btn .History_list{ background:#f9f9f9;padding:10px 20px; border-top:none;} .History_list_name a{ color:#333;} .History_btn .History_list_name a:hover{ color:#1357b4; text-decoration:underline;} .History_btn .History_list_name{ border-bottom:1px solid #eee; padding:10px 0;} .syrs{ text-align:center; font-size:20px; color:#fff; margin:1% 0 2% 0} .syrs b{ padding:0 4px; color:#ffb018;} .hm_r_box_cont{ background:#fff;} .History_btn .cur{} /*分析结果*/ .wrapper_left{ width:640px; padding:40px; float:left; background:#fff; min-height:600px;} .wrapper_right{ width:322px; float:right;} .jg_wrapper{ border-bottom:1px solid #ddd; } .jg_wrapper .ss_wrap{ width:1200px;} .logo{ float:left; padding-top:8px;} .jg_History_title{ padding:14px 20px; font-size:16px; background:#64646e; color:#fff;} .j_cont .result_suggest{ padding-top:20px;} .result_suggest{ padding-top:10px;} .result_suggest a{ color:#666; text-decoration:underline;} .result_suggest b{ padding:0 4px; color:#444;} .result_suggest a:hover{ color:#1357b4;} .sequence_number{ width:50px; float:left;} .sequence_number span{ font-size:22px; color:#666;} .result_text{ margin-left:50px;} .warp_results_list{ padding:30px 0px; border-bottom:1px solid #eee;} .result_type_text{ font-size:16px; font-weight:bold; float:left; color:#222;} .pass_rate{ float:right; color:#666; font-size:14px;} .pass_rate .pass_rate_tag{ background:#666; color:#fff; padding:4px 8px; border-radius:3px; margin-left:10px; font-weight:bold;} .result_suggest{ color:#666; line-height:22px;} .pass_rate .pass_rate_tag.z{ background:#F90;} .pass_rate .pass_rate_tag.g{ background:#093;} .pass_rate .pass_rate_tag.d{ background:#dd4949;} .jg_wrapper .ssfomr_box input{ height:42px; border:none; padding:0 26px; font-size:16px;} .jg_wrapper .ssfomr_box input{ font-size:15px; border:1px solid #d8d8d8 !important;} .jg_wrapper .ssfomr_box select{ height:56px; font-size:14px;} .jg_wrapper .ssfomr_box input{ height:44px; padding:0 14px;} .jg_wrapper .ssfomr_box .btn{ width:104px; padding:0; height:60px; font-size:18px; font-weight:100; margin-left:10px; border:1px solid #156fde;} .jg_wrapper .ssfomr_box .btn img{ width:28%;} .ssfomr_box .btn:hover{ background:#1d80fa; cursor:pointer;} .ssfomr_box .btn:active{ background:#195eb3;} .jg_wrapper .cpzh{ width:140px;} .jg_wrapper .region{ width:120px;} .jg_wrapper .ssfomr_box select{ height:43px; padding:0 12px; margin:8px 0; font-size:15px;border:1px solid #d8d8d8 !important;} .jg_wrapper .ssfomr{ float:right;} /*百度SEO*/ .baid{ text-align:center; border-TOP:1PX solid #eeeeee; border-left:1PX solid #eeeeee; background:#fff; line-height:40px; font-size:14px; color:#666; margin-bottom:20px;} .baid tr.baid_tr{ background:#f0f0f0; color:#333;} .baid td{border-bottom:1PX solid #eeeeee; border-right:1PX solid #eeeeee} .baid td div{ color:#fff; text-align:center; padding:0 5px; line-height:24px; margin:14px 0;display:inline-block;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} .baid td b{ color:#333;} .baid td div.jg{ background:#093;} .baid td div.jz{ background:#fcaf40;} .baid td div.jd{ background:#dd4949;} .qiming{ width:100%;} .qiming b{ background:#fcaf41; color:#fff; font-size:35px; display:inline-block; text-align:center; padding:5px 30px;} .qiming b p{ font-weight:normal; font-size:18px;} .qiming1{ padding:30px 20px 0 20px;} .qiming1 li{ font-size:16px; line-height:65px; border-bottom:1px solid #e3e3e3; padding:0 10px;} .qiming1 li a{ color:#666; display:block;} .qiming1 li a:hover{ color:#00aaf0} .qiming1 li span{ float:right; color:#999;} .qming{border-top:1px solid #ebecec;border-left:1px solid #ebecec; height:auto; overflow:auto} .qming li{ width:20%; text-align:center; float:left; background:#fff; color:#666; font-size:16px; line-height:45px; border-bottom:1px solid #ebecec;border-right:1px solid #ebecec} .qming li.hover{ background:#00aaf0; color:#fff;} h2.cmtit{ font-size:18px; margin-bottom:30px; text-align:center; margin-top:20px;} .guifan{ width:1200px; margin:0 auto; font-size:14px; color:#666; line-height:40px; } .guifan h2{ text-align:center; color:#333; line-height:38px; padding-top:38px;} .guifan h2 span{ font-weight:normal; font-size:18px;} .guifan p{text-indent:2em} .guifan p.ch{ font-size:20px; color:#333; text-indent:0} .guifan p.ti1{ color:#333; font-weight:bold; text-indent:0; margin-top:20px;} .guifan p span.ti1{ color:#333; font-weight:bold; text-indent:0; margin-top:20px;} .guifan p.ti2{ color:#333; } .guifan p.ti3{ color:#333; font-size:20px; text-indent:0; margin-top:20px; } .guifan p.yw{ text-align:right; margin-top:30px; padding-bottom:50px;} .sht{ text-align:center; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0; line-height:24px; font-size:14px; background:#fff; margin-top:20px;} .sht td{ border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:10px; } .sht td span.xl{ width:18px; color:#fff; float:left; height:18px; display:block; text-align:center; line-height:18px; background:#3aadff; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;} /* SEO_TAB */ #con { FONT-SIZE: 12px; MARGIN: 0px auto; WIDTH: 180px} #tags { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 10px; WIDTH: 180px; PADDING-TOP: 0px; HEIGHT: 30px} #tags LI { BACKGROUND: url(images/tagleft.gif) no-repeat left bottom; FLOAT: left; MARGIN-RIGHT: 1px; LIST-STYLE-TYPE: none; HEIGHT: 30px} #tags LI A {PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #333; LINE-HEIGHT: 30px; PADDING-TOP: 0px; HEIGHT: 30px; TEXT-DECORATION: none; background:#fff; border:1px solid #f0efef; margin:30px 5px;} #tags LI A:hover{ background:#3aadff; color:#fff;} #tags LI.emptyTag { BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px} #tags LI.selectTag {BACKGROUND-POSITION: left top; MARGIN-BOTTOM: -2px; POSITION: relative; HEIGHT: 30px} #tags LI.selectTag A { LINE-HEIGHT: 30px; HEIGHT: 30px} #tagContent { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; } .tagContent { DISPLAY: none; WIDTH:1000px; COLOR: #474747; } #tagContent DIV.selectTag { DISPLAY: block;} /* 分页样式 */ .bigPage{ width:580px; margin:25px auto 0 auto; clear:both} .bigPage a{ display:inline-block;height:37px;width:37px;text-align:center;line-height:37px; background:url(../images/bigpage.png) no-repeat left top; position:relative; text-decoration:none;color:#7f7f7f;font-size:14px;font-weight:bold;margin:0 5px;} .bigPage a.thisclass, .bigPage a.thisclass:hover {background: url(../images/bigpage.png) no-repeat scroll left -111px transparent;color: rgb(255, 255, 255);cursor: default;} .bigPage b{ display:inline-block;line-height:37px;margin:0 5px; cursor:pointer;width:0;height:0;border-width:6px;border-style:solid;font-size:0;line-height:0; position:absolute;} .bigPage a:hover{background:url(../images/bigpage.png) no-repeat left -37px;} .bigPage a.down{background:url(../images/bigpage.png) no-repeat left -74px;} .pagePrev b{border-color:#f8f8f8 #4e4e4e #f8f8f8 #f8f8f8; left:3px;top:12px;} .pageNext b{border-color:#f8f8f8 #f8f8f8 #f8f8f8 #4e4e4e; left:12px;top:12px;} .bigPage a.pageDisabled{background:url(../images/bigpage.png) no-repeat left -148px;color:#c1c1c1; cursor:default;} .bigPage a.pageNext.pageDisabled b{border-color:#eee #eee #eee #c1c1c1; cursor:default;} .bigPage a.pagePrev.pageDisabled b{border-color:#eee #c1c1c1 #eee #eee; cursor:default;} .vm * {vertical-align: middle;} /*公司详情*/ .peg_logo{ text-align:center; padding:40px;} .gsifon .title{ margin-bottom:32px; font-size:22px;} .gsifon{ width:1000px; background:#fff; padding:40px; margin:0 auto; font-size:14px; line-height:22px;} /*表格*/ .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table-bordered { border: 1px solid #dddddd; } table { border-collapse: collapse; border-spacing: 0; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; table-layout:fixed; word-break: break-all; overflow:hidden; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; border-top: 1px solid #dddddd; background: #fff; } .table > thead > tr th{ color: #707070; font-weight: normal; background: #F2F2F2; font-weight:bold; text-align:left; } .boxscrollColumn{ background:#aeaeae; right:5px;} .weixinewm{ margin:1% 0 1% 0;font-weight:bold;} .dataly span{ padding:0 10px;} .dataly span a{ color:#666; } .ad{ margin:10px 0;} .nrCopyright_cont{ width:1000px; margin:0 auto; padding-bottom:10px;} .nrCopyright{ text-align:left;} .weixinewm{ text-align:center;} /*---------核名结果页优化----------------*/ .warp_fx{ width:100%; margin:20px auto 0 auto} .warp_fxtit{ width:100%; border-bottom:2px solid #f6f6f6} .warp_fxtit h2{ font-size:18px; color:#555; display: inline-block; background:#f6f6f6; line-height:40px; width:150px; text-align:center;} .warp_fxcon{ width:100%; height:auto; border:1px solid #efefef; padding:0px 25px; border-top:none;} .warp_more{ width:150px; text-align:center; line-height:25px; font-size:14px; color:#666; background:#f6f6f6; margin:0 auto;} .warp_more i{ font-size:12px; color:#999; margin-left:4px; } .panel2{ display:none;} .flip2{ cursor:pointer; margin:0 auto; } .panel1{ display:none;} .flip1{ cursor:pointer; margin:0 auto;} .Prompt{ text-align:center; font-size:18px; color:#333; margin:50px auto} .bn{ width:100%; height:110px; background: url(../images/banner.jpg) no-repeat; margin-bottom:50px; } .bn .ssfomr{ width:100%; margin:0 auto;} .bn .hm_xx{ font-size:32px; text-align:center; line-height:90px; color:#fff; margin-top:10px;} .wrapper_left1{ width:92%; margin:0 auto} .cm_xx{ width:94%; margin:0 auto; position: relative} .cm_xx tr.jx td{ padding:45px 0;} /*----------------------------------------新闻系统-------------------------------------------*/ .wrapper_breadLines{ font-size:16px; color:#666; line-height:40px; width:1200px; margin:0 auto; padding-top:30px; margin-bottom:12px;} .wrapper_breadLines a:hover{ color:#3aadff} .wrapper_breadLines i{ margin-right:5px; color:#999;} .wrapper_qa{border:1px solid #e5e5e5;} .wrapper_nav{ width:1200px; margin:0 auto; font-size:16px;background:#e6e6e6; height:auto; overflow:auto} .wrapper_nav a{ float:left; line-height:43px; color:#666; padding:0 40px; display: inline-block;} .wrapper_nav a:hover{ background:#fff; color:#333} .wrapper_nav a.wrapper_nav_fl{ background:#3aadff; color:#fff; font-weight:bold; padding:0 50px;} .wrapper_nav a.wrapper_nav_fl i{ font-size:20px; margin-right:5px; font-weight:bold; padding-top:3px;} .wrapper_Label{ width:1200px; margin:0 auto; background:#fff; clear:both; height:auto; overflow:auto;border:1px solid #e5e5e5;} .wrapper_Label1{margin:0 auto; padding:20px 0 20px 25px;} .wrapper_Label1 a{ line-height:35px; padding:0 15px; display:inline-block;} .wrapper_Label1 a:hover{ color:#3aadff} .wrapper_qa_con li a.bq{ color:#3aadff; border:1px solid #3aadff; display:inline-block; padding:0 6px; margin-left:5px; line-height:18px; font-size:12px} .wrapper_qa_con li a.bq:hover{ background:#3aadff; color:#fff; text-decoration:none} .wrapper_news{ padding:20px 0; height:auto; overflow:auto;border:1px solid #e5e5e5;} .news_detail{border:1px solid #e5e5e5;} .wrapper_news li{ width:96%; background:#fff; float:left; margin:0px 0 0px 16px; height:180px; border-bottom:1px solid #f0f0f0;} .wrapper_news li span{ float:left; width:540px; display:inline-block;} .wrapper_news li h2{ font-size:16px; color:#333; line-height:35px;font-weight:normal;max-width:94%; margin:0 auto; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .wrapper_news li p{ color:#999; font-size:14px; line-height:28px; padding:0px 15px 8px 15px;} .wrapper_news li font{ font-size:12px; color:#c1c1c1; line-height:20px; padding:0 10px; border-radius:15px; border:1px solid #f0f0f0; display:inline-block; margin-left:12px;} .wrapper_news li a{ display:block; width:100%; height:180px; padding-bottom:30px; padding-top:30px; padding-left:15px;} .wrapper_news li a:hover{-webkit-box-shadow: #ccc 0px 0px 10px;-moz-box-shadow: #ccc 0px 0px 10px;box-shadow: #ccc 0px 0px 10px;background: #fff;behavior: url(/PIE.htc);} .wrapper_news li img{ float:left;} .wrapper_news li a:hover h2{ color:#3aadff} .wrapper_news li{ transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; } .wrapper_news li:hover { transform:translate(0,-10px); -webkit-transform:translate(0,-10px); -moz-transform:translate(0,-10px); -o-transform:translate(0,-10px); -ms-transform:translate(0,-10px); -webkit-box-shadow:0px 5px 15px #e5e5e5; -moz-box-shadow:0px 5px 15px #e5e5e5; box-shadow:0px 5px 15px #e5e5e5; } .pager{text-align:center; padding:30px 0;position:relative; clear:both;} .pager a{padding:3px 8px; margin-left:7px; line-height:20px; background:#f9f9f9; border:1px solid #dbdbdb; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; color:#333} .pager a:hover,.pager a.current{background-color:#3aadff; color:#fff; border:1px solid #3aadff; cursor:pointer} .news_gg a{ margin:0 0 12px 0; display:block;} .news_gg{ height: auto; overflow:auto; padding:0;} /*----------------------------------------问答系统-------------------------------------------*/ .qa_banner{ width:100%; background:url(../images/new_qa/qa.jpg) no-repeat center top; height:353px;} .wrapper_qa_tit{ width:94%; margin:0 auto; border-bottom:1px solid #f0f0f0;} .wrapper_qa_tit a{ float:right; line-height:45px; padding-top:20px;} .wrapper_qa_tit a:hover{ color:#3aadff} .wrapper_qa_tit h2{ padding:0 4px; display:inline-block;text-align:center; color:#333; font-size:20px; line-height:40px; border-bottom:2px solid #3aadff; font-weight:normal; padding-top:20px;} .wrapper_qa_con{ width:94%; margin:0 auto; padding:25px 0 40px 0;} .wrapper_qa_con li{ font-size:16px; color:#666; line-height:45px;} .wrapper_qa_con li a{ color:#3aadff; } .wrapper_qa_con li a:hover{ color:#3aadff; text-decoration:underline;} .qa_999{ color:#bdbdbd;} .wrapper_qa_con li span i{ font-size:35px; color:#f00; margin-right:6px; vertical-align:top} .fgx{ width:100%; height:20px; background:#eee;} .wrapper_qa_con li a.jiejue{ color:#777; margin-right:0} .wrapper_qa_con li a:hover.jiejue{ color:#3aadff; text-decoration:underline;} .wrapper_qa_con li.pager a{padding:3px 8px; margin-left:7px; line-height:20px; background:#f9f9f9; border:1px solid #dbdbdb; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; color:#666; font-size:12px;} .wrapper_qa_con li.pager a:hover,.wrapper_qa_con li.pager a.current{background-color:#3aadff; color:#fff; border:1px solid #3aadff; cursor:pointer} .news_detail h1{ text-align:center; font-weight:normal; font-size:22px; padding-top:40px; color:#333; line-height:40px;} .time{ text-align:center; font-size:12px; color:#999; line-height:25px;} .time span{ margin:0 24px 0 0 ;} .news_detail_con{ width:90%; margin:0 auto; font-size:15px; line-height:35px; color:#666; margin-top:25px; height:auto; overflow:auto;} .news_biaoqian{ width:90%; margin:25px auto; border-top:1px solid #f0f0f0; padding-top:10px;} .news_biaoqian span{ color:#666; line-height:35px; margin-right:10px;} .news_biaoqian span i{ color:#3aadff; font-size:18px;} .news_biaoqian a{ margin:0 12px; color:#3aadff} .news_biaoqian a:hover{ text-decoration:underline;} .news_next{ line-height:35px; font-size:16px; width:90%; margin:0 auto; margin-bottom:45px;} .news_next a{ color:#999; display:block} .news_next a:hover{ color:#3aadff} #mmenu{width:94%; overflow:hidden; margin:25px auto;} #mmenu #nav {display:block;width:100%; border-bottom:1px solid #f0f0f0; height:43px; font-size:18px; overflow:hidden;} #mmenu #nav li {float:left; margin-right:40px; color:#333} #mmenu #nav li a {display: inline-block;line-height:40px;text-decoration:none; padding:0 8px; text-align:center; } #menu_con{ width:100%; border-top:none} .tag{ padding:10px; } .selected{ border-bottom:2px solid #3aadff; color:#3aadff;} .QA_detail{ width:94%; margin:0 auto; padding-top:15px;} .QA_detail h1{ font-size:20px; color:#333; font-weight: normal; line-height:60px;} .QA_detail h1 i{ color:#a0afb8; font-size:25px; margin-right:5px; vertical-align:top;} .QA_detail .QA_dz{ color:#9eadb6; margin-top:25px;} .QA_detail .QA_dz span{ font-size:12px; color:#9eadb6; line-height:20px; padding:0 2px; } .QA_detail .QA_dz span.ls{ color:#3aadff} .QA_detail1{ font-size:14px; color:#666; line-height:32px; width:94%; margin:20px auto; border-top:1px solid #f0f0f0; padding-top:20px;} .QA_detail1_tit{ font-size:20px; line-height:45px; color:#35b558} .QA_detail1_tit i{ font-size:22px; margin-right:5px; } .QA_detail1_tit span{ float:right; font-size:12px; color:#a4b4bb} .QA_dz div{ float:right; border:1px solid #f0f0f0; border-radius:15px; padding:0 10px;} .QA_dz div span{ float:left; padding:0 4px; display: inline-block; line-height:25px;} .QA_dz div span i{ margin-right:5px;} .QA_dz{ color:#9eadb6; margin-top:25px; font-size:12px;} .QA_dz a{ color:#9eadb6} .QA_xin{ width:100%; border-left:2px solid #e0e6e9; background:#fbfcfc; height:auto; overflow:auto; padding:10px 0 10px 10px; margin-top:35px;} .QA_xin1 img{ border-radius:50px; float:left} .QA_xin2 h2 span{ float:left; background:#3aadff; color:#fff; text-align:center; height:20px; font-size:12px; line-height:20px; display: inline-block; padding:0 5px; border-radius:5px; margin-top:8px;} .QA_xin2{ float:left; font-size:12px; color:#9eadb6} .QA_xin2 h2{ font-size:16px; color:#666; line-height:35px; font-weight:normal;} .QA_xin2 p{ clear:both;} .QA_xin2 p span{ margin-right:10px;} .QA_detail2{ width:94%; margin:0 auto; } .QA_detail2_tit{ font-size:20px; line-height:40px; color:#798e99} .QA_detail2_con{ font-size:14px; color:#666; line-height:28px; margin-top:12px; border-bottom:1px solid #f0f0f0; padding-bottom:34px;} .QA_q{ width:94%; margin:0 auto; padding-bottom:25px;} /*------------------用户协议----------------*/ .box{ width:1000px; margin:0 auto; background:#fff; font-size:14px; color:#666; line-height:28px; padding:40px 60px; margin-top:100px; border:1px solid #eee } .box_tit{ font-size:16px; margin-top:20px; color:#333; font-weight:bold;} .box b{ color:#555} .box p{ margin-top:10px;} /*---------材料生成器------------------*/ .cl_banner{ width:1200px; margin:0 auto; text-align:center; padding-top:130px;} .cl_xz{ width:1200px; margin:0 auto;} .cl_xztit{ text-align:center; margin-bottom:30px;} .cl_xztit h2{ font-size:30px; font-weight:100; padding-top:50px; color:#333; line-height:50px;} .cl_xztit p{ font-size:16px; color:#999;} .cl_xz table{ border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0;} .cl_xz table td{border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0; line-height:22px; padding:15px; font-size:18px; color:#333} .cl_wd li{ line-height:40px; color:#666; font-size:14px; padding-left:55px; width:100%; height:40px;} .cl_wd li i{ color:#076dad; font-size:18px; margin-right:8px; padding-top:2px; } .cl_wd li a{ font-size:16px;} .cl_wd li a:hover{ color:#ff6801;text-decoration:underline} .cl_wd li span{ padding:0px 4px; font-size:11px; display: inline-block; line-height:18px; border-radius:5px; margin-left:0px; border:1px solid #ff6801;color:#ff6801; float:right; margin-top:12px;} .cl_wd li span b{ color:#ff6801} .cl_wd li span.cl_z{ float:left; border:0} .cl_contact{ width:1200px; margin:0 auto;} .cl_contact1{ float:left; width:580px; height:10px} .cl_contact2{ float:left; padding-top:55px; padding-bottom:60px;} .cl_contact2 h2{ font-size:28px; color:#333; line-height:40px; margin-bottom:30px;} .cl_contact2 p{ font-size:18px; color:#666} .cl_contact2 p i{color:#ff6801; font-size:18px;} .cl_contact2 p span{ margin:0 15px 0 0} .cl_tel{ margin:35px 0 0 0; clear:both} .cl_tel i{ color:#ff6801; font-size:50px; margin-right:10px;float:left;} .cl_tel span{ float:left; font-size:18px; color:#666; line-height:32px;} .cl_tel span b{ font-size:32px; color:#ff6801} .lct{ width:1200px; margin:0 auto; background:url(../images/zl_lc1.jpg) no-repeat center; height:34px;} .lct1{ height:34px;background:url(../images/zl_lc2.jpg) no-repeat 42px;} .lctit{ width:1200px; margin:0 auto; font-size:16px; color:#666; line-height:35px;} .lctit span{ margin:0 50px 0 0; text-align:center;} .liuc{ width:1200px; margin:0 auto;} .liuc_tit{ font-size:35px; text-align:center; line-height:45px; margin-top:80px; margin-bottom:30px;} table.liuc1{ border-top:1px solid #999;border-left:1px solid #999} table.liuc1 td{border-bottom:1px solid #999;border-right:1px solid #999; line-height:24px; font-size:16px; } table.liuc1 td span{ color:#f00} table.liuc1 td a{ padding:0 40px; display:inline-block; line-height:40px; color:#fff; background:#ff6801; border-radius:5px; margin:0 auto; font-size:18px;} table.liuc1 td input,table.liuc1 td textarea{ width:100%; height:100%; border:none; line-height:24px;padding:15px 15px;} .zl_bnt{ width:600px; margin:0 auto; text-align:center; margin-top:60px;} .zl_bnt a{ padding:0 40px; display:inline-block; line-height:40px; color:#fff; background:#3aadff; border-radius:5px; margin:0 30px; font-size:18px;} .zl_tx{ width:1000px; margin:0 auto; font-size:14px; color:#666; margin-top:30px; line-height:35px; text-align:center; } .cl_cg{ width:1200px; text-align:center; margin:0 auto; font-size:24px; margin-top:70px; color:#666; font-weight:normal; } .cl_cg i{ font-size:80px; color:#62c233} .cl_detail{ width:1200px; margin:0 auto; background:#fff; border:1px solid #e1e1e1; margin-top:40px; padding-bottom:50px; height:auto; overflow:auto} .cl_detail h2{ font-size:30px; color:#333; line-height:50px; text-align:center; padding-top:50px; padding-bottom:40px;} .cl_detail table td{ font-size:16px; color:#666; line-height:22px; padding:8px 10px} .cl_detail table td b{ color:#333} .cl_detail table a{ background:#ff6801; border-radius:5px; display:inline-block; padding:0 50px; line-height:40px; color:#fff; font-size:18px; margin-bottom:10px;} .cl_detail p{ width:86%; margin:0 auto; font-size:16px; color:#666;} .cl_detail p i{ font-size:20px; margin-right:5px;} .pdf{ width:90%; margin:0 auto; height:auto; overflow: hidden; height:1450px; position: relative; margin-top:20px;} .pdf1{ width:100%; height:40px; background:#fff; position:absolute; top:0; z-index:1000; border-bottom:6px solid #404040} .focus-area-setTab-menu{ float:left; width:1200px; text-align:center; border:1px solid #ddd; background:#f0f0f0} .focus-area-setTab-menu li{ line-height:60px; font-size:18px; color:#666; cursor:pointer; float:left; width:25%;} .focus-area-setTab-menu li.hover{ background:#3aadff; color:#fff;} .focus-area-setTab-content{ width:1200px;border:1px solid #ddd; border-top:0; padding:40px 60px 49px 10px;height:auto; overflow:auto;} .cl_wd ul{ width:50%; float:left} .cl_wd{ width:100%; height:auto; overflow: hidden} .jiedu{ width:85%; margin:0 auto; height:auto; overflow:auto; margin-bottom:10px;} .jiedu1{ float:left; font-weight:bold; color:#333; font-size:16px; line-height:30px;} #hutia{ float:left; font-size:14px; color:#666; line-height:38px; width:72%; padding-left:15px;} #hutia span{ padding-left:0; margin-left:0; width:100%; position:relative;} #hutia a{ color:#ff6801; text-decoration:underline; margin-left:10px; } #hutia font{ width:18px; height:18px; background:#ff6801; color:#fff; display:inline-block; text-align:center; line-height:18px; float:left; margin-right:5px; font-weight:normal; margin-top:10px;} #hutia p{ font-size:12px; width:100%; color:#ff6801; line-height:18px; margin-bottom:10px;} .cl_img{ width:100%; clear:both; text-align:center; margin:0 auto; margin-top:50px; vertical-align:top} .cl_img img{border:1px solid #ccc; margin-top:20px;padding:100px; vertical-align:top} .cl_bg{background:#fcfcfc url(../images/cl_banner1.jpg) no-repeat center top; height:auto; overflow:auto; width:1200px; margin:0 auto;margin-top:20px;} .cl_bz{ width:1002px; margin:0 auto; background:#f9f9f9; height:90px; border:1px solid #ccc; border-top:0} .cl_bz ul{ width:90%; margin:0 auto} .cl_bz li{ float:left; width:33.3%; font-size:18px; line-height:90px; text-align:center} .cl_bz li img{ vertical-align: top; margin-top:16px; margin-right:10px;} #box{ display:none; width:358px; margin:0 auto; position:absolute; top:500px;} .m_m ul li.zc{ height:100%; height:70px; background: rgba(0,0,0,0.4) !important;background: #000000; font-size:14px; padding:25px 10px 0 10px;} .m_m ul li.zc a{ margin:0 5px;} .m_m ul li.zc div a{ font-size:12px; margin-right:5px; float:right; color:#b0c0ca} /*----------------------------------------经营范围智能生成器-------------------------------------------*/ .jyfw_tj dl{ margin-bottom: 1rem; box-sizing: border-box; padding: 0 0.5rem; display: flex; flex-direction: row; justify-content: center; } .jyfw_tj dt{width: 2.3rem;} .jyfw_tj dt img{ width: 1.8rem; margin-top: 0.3rem; } .jyfw_tj dd{ width: 5.6rem; } .jyfw_tj dd h2{ font-size: 0.45rem; border-bottom: 1px solid #f0f0f0; margin-bottom: 0.1rem; } .jyfw_tj dd h2 span{ border-bottom: 2px solid #fbd956; line-height: 0.9rem; display: inline-block; padding-bottom: 0.1rem; } .jyfw_tj dd p{ font-size: 0.35rem; color: #999; line-height: 0.6rem; } .jyfw_ys li{ width: 9rem; margin: 0 auto; text-align: center; color: #666; border: 1px solid #ddd; font-size: 0.4rem; margin-bottom: 0.6rem; padding-bottom: 0.3rem; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 1px 5px #ddd; } .jyfw_ys li h2{ text-align: center; font-size: 18px; color: #333; line-height: 30px;} .jyfw_ys li img{ width: 100%;} .qds_slogan p{font-size: 0.5rem; margin-top: 0.2rem; margin-bottom: 0.5rem;} .jyfw_ttj{height:auto; overflow: auto; clear: both; border-bottom: 1px solid #f0f0f0; padding-bottom: 60px; margin-bottom: 30px;} .jyfw_tj1{ width: 45px; float: left; margin-right: 20px; background: #ff6801; color: #fff; border-radius: 4px; text-align: center; line-height: 22px; font-size: 12px; margin-top: 6px; } .jyfw_tj2{ width: 640px; float: left; font-size: 16px; color: #333; line-height: 28px; } .jyfw_tj2 .jyfw_tj22{ font-size: 16px; color: #666; margin-top: 5px;position: absolute; } .jyfw_tj2 .jyfw_tj22 a{ text-decoration: underline;} .jyfw_tj3{ float: right; width: 40px; background: #fff; border: 1px solid #999; text-align: center; line-height: 26px; text-align: center;} #jyfwbox,#jyfwbox1,#jyfwbox2,#jyfwbox3,#jyfwbox4,#jyfwbox5,#jyfwbox6,#jyfwbox7,#jyfwbox8,#jyfwbox9{display:none;width: 450px;height: 241px; background: url(../images/jyfw4.jpg) no-repeat;padding:32px 12px 12px 20px; font-size: 14px; position: absolute; left: 20px; top: 30px; z-index: 100;} #jyfwbox2 p{ margin: 0; padding: 0;} .ckgs_xx p{ margin: 12px 0; font-size: 14px; line-height: 28px;} .fh{ clear: both; height: auto; overflow: auto;} .fh a{ float: right; display: inline-block; padding-bottom: 20px; font-size: 16px; color: #ff6801;} .fh a i{ font-size: 25px; margin-right: 5px;} /*----------------------------------------开公司,找政策,用云宝创业-------------------------------------------*/ .zc_nav{ width: 1200px; margin: 0 auto; height: auto; overflow: auto; padding-bottom: 10px;} .zc_logo{ float: left; padding-top: 15px; color: #3aadff;} .zc_login{ float: right; line-height: 35px; color: #666;} .zc_login a{ margin: 20px 3px 0px 3px; display: inline-block;} .zc_login i{ margin-right: 5px;} .zc_login a:hover{ color: #ff6801;} .hui{ width: 100%; padding: 35px 0; height: auto; overflow: auto; background: #f7f7f7;-moz-box-shadow: 0px 5px 5px #eee inset;-webkit-box-shadow: 0px 5px 5px #eee inset;box-shadow:0px 5px 5px #eee inset; } .zc_gc_tit{ width: 966px; margin: 0 auto; height: 49px; background: url(../images/zc_lc.jpg) no-repeat; margin-top: 20px;} .zc_gc_tit li{ float: left; line-height: 49px; text-align: center; width: 311px; font-size: 16px; color: #666;} .zc_gc_tit li.tit_a{ color: #fff; width: 311px; background: url(../images/zc_lc1.jpg) no-repeat;} .zc_gc_tit li.tit_a1{ color: #fff; width: 348px; background: url(../images/zc_lc2.jpg) no-repeat;} .zc_gc_tit li.tit_a2{ color: #fff; width: 331px; background: url(../images/zc_lc3.jpg) no-repeat;} .zc_gc{ width: 966px; margin: 0 auto; height: auto; overflow: auto; margin-top: 65px;} .zc_gc1{ float: left; width: 655px;background: #fff;} .zc_gc2{ float: right; width:280px; background: #fff; padding: 35px;} .zc_gc2 h2{ font-size: 18px; font-weight: normal; color: #666; margin-bottom: 15px;} .zc_gc2 p{ font-size: 14px; color: #999; line-height: 28px;;} .login_input{ width:90%; margin:0 auto; text-align: center; padding: 35px;} .login_input span{ width: 100%; display: inline-block; line-height: 44px; font-size: 16px;margin-bottom:16px;} .login_input span font{ float: left; width: 80px; text-align: right; margin-right: 5px; line-height: 25px; margin-top: 8px;} .login_input span font.dx{ height: 100px;} .login_input input,.login_input select{ width:400px; background:#fff; border:1px solid #eaeaea; font-size:16px; color:#666; height:44px; padding-left:8px; float: left;} .login_input input:focus,.login_input select:focus{border: 1px solid #ff8b3c; background-color: #fff;box-shadow:0px 0px 8px #ffe1cc;} .login_input a.bnt{ width:50%; border-radius:5px; background:#3aadff; color:#fff; font-size:18px; text-align:center; margin: 0 auto; display:inline-block; line-height:45px; margin-top:12px;} .login_input select option{ padding:10px; font-size: 16px; font-weight: 100;} .login_input a:hover.bnt{ background: #2ba1f5;} .login_input a.bnt1{width:50%; border-radius:5px; background:#ff7517; color:#fff; font-size:18px; text-align:center; margin: 0 auto; display:inline-block; line-height:45px; margin-top:12px;} .login_input a:hover.bnt1{ background: #ff6801;} .login_input span a.bnt,.login_input span a.bnt1{ width: 35%; margin: 0 2% 0 2%; margin-top: 40px;} .login_input p a{ color:#3aadff;} .login_input p { font-size: 20px; font-weight: bold;} .login_input p.yq_fw{ font-size: 16px; color: #666; text-align: center; line-height: 26px; font-weight: normal; margin-top: 30px;} .yq_fw a{ text-decoration: underline;} .yq_fw input{ width: 15px; height: 15px; vertical-align: top; margin-top: 5px; float: none;} .zc_gcc{ width: 500px; margin: 50px auto 20px auto;} .zc_gcc li{ width: 48%; float: left; margin: 0 1%;} .zc_gcc li a{width: 100%; font-size: 20px;background: #fff; color: #666;border: 1px solid #eee; padding: 40px 0; display: inline-block ; font-weight: 100;} .zc_gcc li a:hover{ color: #3aadff; border-color: #3aadff;} .zc_input{ text-align: left;} .zc_input input{ width: 13px; height: 13px; float: none; vertical-align: top; margin-top: 15px; margin-right: 3px; vertical-align: top;} .zc_input b{ font-size: 14px; font-weight: normal; color: #666; margin-right: 10px; display: inline-block; } .app_dow p{ text-align: center; font-size: 14px;margin-bottom: 20px;} .app_dow p font{ font-weight: bold; color: #ff7517; font-size: 28px; } .app_dow li img{ border: 1px solid #eee;} .yq_banner{ width: 100%; background: url(../images/yq_banner.jpg) no-repeat center; height: 460px;} .yq_server{ padding-top: 110px;} .yq_server ul{ background: #fff; width: 550px; padding: 35px;-webkit-box-shadow:0 0 10px rgba(13, 57, 107, .6); -moz-box-shadow:0 0 10px rgba(13, 57, 107, .6); box-shadow:0 0 10px rgba(13, 57, 107, .6); } .yq_server li{ margin-bottom: 15px; background: #f0f0f0;border: 1px solid #e5e5e5; height: 42px;} .yq_server li span{ height: 40px; line-height: 40px; width: 20%; text-align: center; float: left;display: inline-block;} .yq_server li select{ width: 80%; line-height: 30px; height: 40px; padding: 6px;border: none; float: left;} .yq_server li select option{ padding: 10px} .yq_server li input{width: 80%; line-height: 30px; height: 40px; border: none;float: left; padding-left: 10px;*padding-left: 0px;} .yq_server a.bnt{ background: #f89023; color: #fff; text-align: center; font-size: 18px; width: 100%; display: inline-block; line-height: 40px; border-radius: 5px;} .yq_server a:hover.bnt{ background: #ed8415;} .citys {position:relative;width:480px;z-index:1;background: #FFF;border:1px solid #08619a;margin-top:-90px; display: none; margin-left: 35px; height:180px;padding: 25px;} .citys2 {position: absolute;left:10px;top:15px;z-index:1;} .citys2 ul{margin:0;padding:0; margin-bottom:6px; } .citys2 ul li{ padding:0 8px; height:28px; display:inline-block; line-height:25px; font-size:12px; color:#666; text-align:center; background: #f6f6f6; float:left; margin:3px;cursor:pointer; border: 0;} .citys2 ul li a{ display:block;} .citys2 ul li a:hover{ color:#3aadff; } .fenqu li{ float: left; width: 285px; height: 150px;margin-right: 15px;} .fenqu li a{ padding: 25px 0 25px 40px;border: 1px solid #eae9ea; background: #fff; display: inline-block; width: 100%;} .fenqu li a:hover{ border-color:#ff6801 ; color: #ff6801;} .fenqu li i{ float: left; font-size: 40px; margin-right: 20px;} .fenqu li span{ float: left;} .fenqu li span h2{ font-size: 20px; font-weight: 100; color: #333; line-height: 35px;} .fenqu li span p{ font-size: 16px; color: #ff6801;} .hot_tit{ font-size: 20px; font-weight: 100; padding-bottom: 14px; height: 40px;} .hot_yq{ width: 850px; float: left;} .hot_tit a{ float: right; font-size: 14px; color: #666; padding-right: 15px; margin-top: 10px;} .hot_tit a:hover{ color: #ff6801;} .hot_tit span{ float: left;} .hot{ margin-top: 25px;} .hot_yq1{ width: 850px; background: #fff; float: left; padding: 20px 0; } .hot_yq1 li{ clear: both; } .hot_yq1 li a{ display: inline-block;width:100%;*width: auto; padding: 11px 5px 11px 25px; overflow: hidden;} .hot_yq1 li a:hover{ background: #f9f9f9;} .hot_yq1 li a img{ float: left; border: 1px solid #f0f0f0; margin-right: 20px; } .hot_yq1 li a span{ float: left; padding-top: 18px} .hot_yq1 li a span.yq_ck{ float: right; display: inline-block; padding: 3px 22px; border: 1px solid #999; margin-top: 40px; margin-right: 20px;} .hot_yq1 li a:hover span.yq_ck{ background: #ff6801; color: #fff; border: none;} .hot_yq1 li a span h2{ font-weight: 100; font-size: 20px; line-height: 38px; color: #333;} .hot_yq1 li a span p{ font-size: 12px; color: #999;} .hot_yq1 li a span p i{ margin-right: 5px;} .hot_gn{ float: right; width: 322px;} .hot_wd{ width: 850px; float: left;} .hot_wd1 dl{ width: 50%; float: left; margin-bottom: 20px; } .hot_wd1 a:hover h2{ color: #ff6801;} .hot_wd1 dt{ float: left; margin-right: 10px;} .hot_wd1 dd{ float: left; width: 280px;} .hot_wd1 dd h2{ font-size: 16px; font-weight: normal; line-height: 30px; margin-top: 8px; } .hot_wd1 dd p{ font-size: 12px; color: #666; line-height: 24px; margin-top: 5px;} .hot_wd1 li{ width: 49%; float: left; font-size: 14px; line-height: 38px;} .hot_wd1 li a:hover{color: #ff6801; text-decoration: underline;} .case dl{ height: auto; overflow: auto; margin-bottom: 8px;} .case dt{ float: left; margin-right: 10px;} .case dd{ float: left; color: #666; width: 240px;} .case dd h2{ font-size: 16px; margin-bottom: 3px;} .case dd p{ color: #999;} .hot_logo li{ float: left; margin: 10px;} .hot_sq{ background: #fff; padding: 35px 25px; margin-bottom: 20px;} .hot_sq input{ width: 100%; height: 40px; border: 1px solid #eee; padding-left: 10px; margin-bottom: 10px;} .hot_sq a{ width:100%; line-height: 40px; text-align: center; color: #fff; font-size: 18px; background: #ff6801; display: inline-block; border-radius: 5px;} .list_search{ text-align: center; background: #e5e5e5; padding: 10px; border-radius: 5px; width: 750px; margin: 0 auto 35px auto; } .list_search input{ width: 600px; height: 50px; padding: 0 10px; border: 1px solid #f0f0f0;border-radius: 5px; margin-right:10px;} .list_search a{ height: 50px; color:#fff; display:inline-block; width: 120px; line-height: 50px; font-size: 18px;border-radius: 5px; } .choose1{line-height: 35px; padding-top: 20px;} .choose1 dt{ float: left; color: #999; margin-right: 20px; padding-left: 10px;} .choose1 dd{ float: left; width: 1070px;} .choose1 dd.rr{ color: #f00; margin-right: 10px; width: 30px;} .choose1 dd a{ color: #666; margin: 0 10px; display: inline-block;} .tiaojian{ background: #fff; line-height: 40px; border: 1px solid #e7e7e7; width: 100%; clear: both; padding: 0 10px; margin-top: 20px;} .tiaojian span{ color: #999; margin-left: 5px;} .tiaojian i{ color: #f0342f; margin-right: 3px; margin-left: 10px;} .list{ margin: 35px auto;} .list_left{ width: 850px; float: left; background:#fff;border: 1px solid #f0f0f0;} .list_left1{ height: auto; overflow: auto; border-bottom: 1px solid #f0f0f0; padding: 20px 0;} .list1{ float: left; width: 202px; text-align: center;position:relative;} .list1 img{ border: 1px solid #f0f0f0; } .list2{ float: left; width:470px;} .list2 h2{ font-size: 18px; line-height: 38px;} .list1 b{ color: #ff6a04; font-size: 12px; font-weight: normal; position: absolute; right: 20px; bottom: 5px; width: 50px; height: 18px; background: #f5f5f5;} .list1 b i{ font-size: 12px;} .list2 h2 a{ color: #333; display: inline-block;} .list2 h2 a:hover,.list2 h2 a:hover span{ color: #ff6801;} .list2 h2 a span{ font-size: 14px; color: #666; font-weight: normal; margin-left: 5px;} .hot_tj li{ width: 130px; font-size: 12px; color: #999; float: left; line-height: 22px;} .hot_tj li i{ margin-right: 5px;} .list3{ float: left; width:156px;} .list3 a{ width: 156px; text-align: center; color: #fff;display: inline-block; line-height: 36px; font-size: 16px; border-radius: 5px; margin-bottom: 10px; margin-top: 15px;} .list3 p{ font-size: 12px; line-height: 24px; color: #666;} .list3 i{ margin-left: 5px; color: #e2e2e2;} .list3 i span{ color: #fec140;} .list_left .style1{background: #fbfbfb; height: auto; overflow: auto;padding: 20px 0;border-bottom: 1px solid #f0f0f0;} .list_left .style2{background: #fff;height: auto; overflow: auto;padding: 20px 0;border-bottom: 1px solid #f0f0f0;} .list_right{ width: 320px; float: right;} .hot_news{ height: auto; overflow: auto; background: #FFF;border: 1px solid #f0f0f0;} .hot_news h2{ font-size: 16px; font-weight: normal; line-height: 45px; height:45px; background: #fafafa; padding-left: 20px;} .hot_news ul{ padding: 25px 0 35px 25px;} .hot_news li a{font-size: 14px; line-height: 35px; color: #666; } .hot_news li a:hover{color:#ff6801;} .hot_gg{ height: auto;margin: 15px auto; width: 100%;} .hot_gg img{ width: 100%;} .hot_news span{ width: 65%; margin: 0 auto; display: inline-block; text-align: center; padding-top: 25px; font-size: 16px;} .hot_news span img{ width: 100%; border: 1px solid #f0f0f0;} .dibu{ text-align: center; color: #fff; font-size: 20px; padding: 40px; height: auto; overflow: auto; font-weight: 100;} .dibu h2{ line-height: 45px; font-size: 30px; margin-bottom: 10px;} .hot_tel{ width: 180px; line-height: 33px; color: #18px; border-radius: 5px; margin: 30px auto 0 auto; height: 33px;;} .hot_tel i{ margin-right: 5px;} .weizhi a,.weizhi{ font-size: 14px; color: #999;} .list_detail{ background: url(../images/x_bg.jpg) repeat-x; height: 111px;} .list_detail_tit{ padding: 20px 30px 0 30px;} .list_detail_tit h2{ float: left; width: 80%; font-size: 20px; } .list_detail_tit h2 font{ font-size: 12px; color: #999; font-weight: normal; margin-top: 10px; border: 1px solid #e0e0e0; padding:1px 3px; display: inline-block; margin-right:8px;float: left;} .list_detail_tit span{ float: right;} .hot_sqtj{ width: 100%;} .hot_sqtj h2{ font-size: 18px; padding: 10px 25px; border-bottom: 1px solid #e2e2e2; height: auto;overflow: auto; display: inline-block;} .hot_sqtj h2 span{float: left; display: inline-block;} .hot_sqtj h2 a{ float: right; font-size: 14px; font-weight: normal; display: inline-block;} .hot_sqtj h2 i{ color: #666; margin-right: 5px;} .hot_sqtj_con{ padding: 25px; line-height: 25px; color: #666;} .hot_sqtj_con b{ font-size: 16px; color: #333; } .wxsq{ padding: 30px;} .wxsq1{ float: left; font-size: 16px; color: #666; width: 590px;} .hot_zx{ background: #fffdf4; width: 100%; height: auto; overflow: auto; display: inline-block;} .hot_zx dl{ width:50%; height: auto; overflow: auto; float: left; padding: 15px 0px 15px 0; border-bottom: 1px solid #e2e2e0;} .hot_zx dt{ float: left; margin-right: 15px; margin-left: 45px; display: inline;} .hot_zx dt img{ border: 1px solid #eaeae9; width: 60px;} .hot_zx dd h2{ font-size: 16px; font-weight:100;} .hot_zx dd h2 span{ font-size: 14px; color: #666; padding-left: 10px;} .hot_zx dd h2 span i{ margin: 0 5px; color: #e7e7e7;} .hot_zx dd p{ color: #999; margin-top: 5px;} .hot_zx_tit h2{ float: left; font-weight: normal; padding-left: 30px; font-size: 16px; line-height: 40px; } .hot_zx_tit{border-bottom: 1px solid #e2e2e0; height: auto; overflow: auto; margin-top: 20px;} .ry_lc{ float: right; padding-right: 20px; padding-top: 15px;} .ry_lc1{ float: left; background: #f3f3f3; border: 1px solid #eaeaea; line-height: 23px; margin-left: 6px;} .ry_lc1 span{ padding: 0 12px 0 5px;} .ry_lc1 img{ vertical-align: top;} .mennu { height: 70px; z-index: 100; position: absolute; left: 520px; } .mennu li { float: left;height: 70px; font-size: 14px; text-align: center; line-height: 18px; padding: 0; } .mennu li.lihover, .mennu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; } .mennu li a {font-size: 16px; color: #333; margin:0 20px; padding: 15px 12px 0px 12px; font-weight: 100; display: inline-block;border-top:2px solid #fff; line-height: 40px; } .mennu li a:hover{ color: #3aadff; } .mennu li.ho{ color: #3aadff; border-top:2px solid #3aadff; } .li_3 { position: relative; z-index: 100; } ; } .li_3 { position: relative; z-index: 100; } .li_3 a.noclick { width: 60px; } .li_3_content { position: absolute; top: 70px; left: -40px; padding: 10px 0; z-index: 99; display: none; width: 180px; background: #fff; filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity: 0.99; opacity: 0.99; border: 1px solid #149cd0; border-top:0; } .li_3_content dd { line-height: 50px; } .li_3_content dd a { text-align: center; padding: 0; border-right: none; line-height: 50px; color: #666; font-weight: normal; display: inline-block; border: 0; width: 100%; margin: 0; } .li_3_content dd a:hover{ border: 0; background: #f89023; color: #fff;; } .li_3_content dd.lastItem { background-image: none; } .li_3_content dd.lastItem a { border-bottom: none; } .hheader{ position: relative; height: 70px; background: url(../images/line-solid.gif) repeat-x bottom; width: 1200px; margin: 0 auto; z-index: 100; } .i_input{ width: 900px; margin: 0 auto; text-align: center; color: #fff; padding-top: 80px; position: absolute;top: 70px; left: 150px; text-shadow:0 1px 0 #118eb3, 0 1px 0 #118eb3, 0 1px 0 #118eb3, 0 1px 0 #118eb3;} .i_input h2{ font-size: 36px;font-weight: 100; margin-bottom: 20px;} .i_input1{ width: 85%; margin: 0 auto; background: #167ba1; padding:1%; border-radius: 5px; height: auto; overflow: hidden; z-index: 10000; margin-bottom: 20px;} .i_input1 input{ width: 80%; height: 50px; border: 0; float: left; padding-left: 10px;border-radius: 5px; margin-right: 1%;} .i_input1 a{ width:19%; *width:18%; text-align: center ; background: #308afa; border: 1px solid #60a7ff; height: 50px; display: inline-block;border-radius: 5px; float: left; color: #fff; line-height: 50px; font-size: 20px;} .i_input1 a:hover{ background: #2581f3;} .i_input p a{ color: #fff; margin-right: 8px;} .i_input p a:hover{color: #feffe6;} .rr{ color: #f00;} .i_gj{ width: 100%; background: #fff; height:120px;min-width: 1200px;} .i_gj li{width: 25%;float: left;background: #fff;margin-left: -1px;} .i_gj li a { display:block; background: #fff; height: 120px;padding: 15px 2%;border-left:1px solid #f0f0f0; } .i_gj li span{ float: left; width:57%;} .i_gj li span.i_img{ width: 40%; text-align: center; margin-right: 3%;} .i_gj li span h2{ font-weight: 100; font-size: 22px; color: #333; margin-top: 15px; } .i_gj li a span h2{ color: #333; } .i_gj li a:hover span h2{ color: #3aadff; } .i-wrap{ height: 400px; overflow: hidden;} .hot_cstit h2{ font-size: 18px; margin-bottom: 10px; padding-left: 3px;} .hot_cstit h2 span{ font-size: 14px; font-weight: normal; color: #666;} .hot_cs{ background: #fff; border: 1px solid #f0f0f0; height: auto; overflow: hidden;} .hot_cs img{ vertical-align: top;} .hot_cs h2{ font-size: 18px; color: #333;} .hot_cs p{ font-size: 14px; color: #999; line-height: 26px;} .hot_cs span{ color: #f00; font-size: 12px; line-height: 18px; border: 1px solid #f00; display: inline-block; padding: 0 3px; margin-top: 15px;} .hot_cs a{ display: block; padding: 25px 0 0 25px;} .hot_cs1{ float: left; width: 200px;} .hot_cs2{ float: left; height: 305px; width: 351px; } .hot_cs3{ float: left; width: 325px;border-right: 1px solid #f0f0f0;height: 305px;border-left: 1px solid #f0f0f0;} .hot_cs4{ float: right; width: 320px; } .hot_cs3 li,.hot_cs4 li{ border-top: 1px solid #f0f0f0; height: 153px; width: 320px; background:#fff url(../images/hot3.jpg) no-repeat right bottom; z-index: 100;} .hot_cs2 li{background: url(../images/hot2.jpg) no-repeat right bottom; height: 305px; width: 352px; border-right: 1px solid #f0f0f0;display: inline-block; } .i_sq{ background: #fffff2 url(../images/sq.jpg) no-repeat bottom;} .i_sq_tit{ margin-bottom: 20px;} .i_sq1 input{ width: 91%; height: 40px; margin-bottom: 10px; border: 1px solid #ebebd4; padding-left: 5px;} .i_sq1 a{ background: #ff7618; width: 91%; margin-top: 5px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; display: inline-block; border-radius: 5px;} .i_sq1 a:hover{background: #ff6801;} .bottom{ background:#232323; text-align:center; width:100%; color:#8b8b8b; line-height:42px; min-width:1200px; } .f-cb:after{display:block;height:0;clear:both;visibility:hidden;overflow:hidden;content:".";} .por{position: relative;} .poa{position: absolute;} .pof{ position: fixed;} .poa-f{position: absolute; left: 0; top: 0; width: 100%; height: 100%;} .ovh{overflow: hidden;} .di_zx{ color: #fff; font-size: 20px; line-height: 30px; text-align: center; height: auto; overflow: auto; padding: 25px 0 25px 0;} .di_zx p{ width: 430px; } .di_zx a{ float: left; background: #fff; border-radius: 30px; display: inline-block; width: 180px; line-height: 36px; color: #1a8ee1; font-size: 16px; margin: 25px 12px;} .i_tit{ font-size: 28px; color: #333; font-weight: 100; line-height: 40px; text-align: center; margin: 35px 0} .i_ys{ padding:20px 0; height:auto; overflow:auto; text-align: center;} .i_ys li i{ width: 100px; height: 100px; margin: 0 auto; display: inline-block; background: #4fccfe; font-size: 54px; text-align: center; line-height: 100px; color: #fff; border-radius: 100px; margin-bottom: 10px;} .i_ys li{ width:23%; float: left; background:#fff; float:left; margin:0px 1% 40px 1%; height:380px; border: 1px solid #f0f0f0; } .i_ys li span{ float:left; color: #f00; font-size: 20px; display: inline-block;} .i_ys li span.i_yb{ font-size: 14px; text-decoration: line-through; color: #999; float: right; padding-right: 10px;} .i_ys li h2{ font-size:16px; color:#333; line-height:35px;font-weight:normal;max-width:94%; margin:0 auto; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .i_ys li p{ color:#999; font-size:14px; line-height:28px; padding:0px 15px 8px 15px;} .i_ys li b{ width: 80%; margin: 0 auto; text-align: center; color: #fff; background: #24b6f2;display: inline-block; line-height: 40px; margin-top: 30px; font-size: 18px; font-weight: 100;} .i_ys li a{ display:block; width:100%; height:380px; padding-bottom:0px; padding-top:30px;} .i_ys li a:hover{-webkit-box-shadow: #ccc 0px 0px 10px;-moz-box-shadow: #ccc 0px 0px 10px;box-shadow: #ccc 0px 0px 10px;background: #fff;behavior: url(/PIE.htc);} .i_ys li a:hover h2{ color:#3aadff} .i_ys li,.hot_cs3 li,.hot_cs4 li,.hot_cs2 li,.ld li,.i_gj li,.ab3 li,.about_z li{ transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; } .i_ys li:hover,.hot_cs3 li:hover,.hot_cs4 li:hover,.hot_cs2 li:hover,.i_gj li:hover,.ld li:hover,.ab3 li:hover,.about_z li:hover { transform:translate(0,-5px); -webkit-transform:translate(0,-5px); -moz-transform:translate(0,-5px); -o-transform:translate(0,-5px); -ms-transform:translate(0,-5px); -webkit-box-shadow:0px 5px 15px #e5e5e5; -moz-box-shadow:0px 5px 15px #e5e5e5; box-shadow:0px 5px 15px #e5e5e5; } .i_sl li{ width: 280px; float: left; border: 3px solid #ddd9d4; text-align: center; font-weight: 100; font-size: 16px; line-height: 30px; padding: 30px 0; margin:15px 19px 20px 0; display: inline; margin-left: -1px;} .i_sl li font{ font-weight: bold; font-size: 36px; color: #e34a2c;} .ld li{ width: 514px; float: left; text-align: center; border: 1px solid #f0f0f0; background: #fff; margin: 50px 0 0 0; overflow: hidden;} .ld li h2{ font-size: 22px; font-weight: 100; line-height: 60px;} .ld li span{ width: 49%; float: left; display: inline-block; padding: 10px 0 25px 0;} .ld li span h3{ font-weight: 100; line-height: 25px; margin-bottom: 8px;} .ld li span p{ font-size: 12px; color: #999; line-height: 20px } .ld li span b{ width: 30%; float: left; font-weight: normal; text-align:left; padding-left: 10%;} .focus-area-setTab-menu ul.i_fl li{ width: 20%;} .order_details ul{ width:1200px; text-align:center; border:1px solid #ddd; background:#f0f0f0; height: 60px;} .order_details li{ line-height:60px; font-size:18px; color:#666; cursor:pointer; float:left; width:20%;} .order_details .checked{background:#3aadff; color:#fff;} .hidedomdiv{display: none} .showdomdiv{display: block;} .showsss{border:1px solid #f0f0f0;text-align: center;line-height: 100px;font-size:40px; padding: 40px 60px 49px 10px;} .cl_xztit h2{ font-size: 30px; font-weight: 100;} .lh li{ width: 360px; float: left; text-align: center; font-size: 14px; color: #999; line-height: 28px;} .lh li h2{ color: #333; font-weight: 100; font-size: 20px;;} .zxls{ color: #333; font-size: 22px; text-align: center; padding: 50px 0;} .zxls b{ font-size: 30px; line-height: 52px; color: #ff6801;} .zxls b i{ font-size: 30px; margin-right: 5px; } .jianbian{background: #ff7314;background: -webkit-linear-gradient(#ff8938, #ff6a04); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#ff8938, #ff6a04); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(#ff8938, #ff6a04); /* Firefox 3.6 - 15 */ background: linear-gradient(#ff8938, #ff6a04); /* 标准的语法 */ text-shadow:0 1px 0 #e16008, 0 1px 0 #e16008, 0 1px 0 #e16008, 0 1px 0 #e16008; } .ihot {position: absolute; width:600px;z-index:1000;background: #FFF;border:1px solid #f0f0f0;margin-top:-46px; display: none; margin-left: 235px; height:150px;padding: 10px;} .ihot1 {left:10px;top:15px;z-index:1000;} .ihot1 ul{margin:0;padding:0; margin-bottom:6px; } .ihot1 ul li{ height:28px; display:inline-block; line-height:25px; font-size:12px; color:#999; text-align:center; background: #f6f6f6; float:left; margin:3px;cursor:pointer; border: 0;} .ihot1 ul li a{ display:block; color: #666;padding:0 10px;} .ihot1 ul li a:hover{ color:#3aadff; } .ihot1 h2{ font-size: 14px; line-height: 40px; font-weight: normal; padding-left: 4px; } .i_clzx1{ width: 48%; float: left; padding-bottom: 35PX;} .i_clzx1 ul{ background: #fff; padding: 35px;border: 1px solid #f0f0f0;} .i_clzx1 li{line-height: 35px; width: 100%; display: inline-block;} .i_clzx1 li a{font-size: 14px;} .i_clzx1 a:hover{ color: #ff7618;} .i_clzx1 li span{ padding:0px 4px; font-size:11px; display: inline-block; line-height:18px; border-radius:5px; margin-left:0px; border:1px solid #ff6801;color:#ff6801; float:right; margin-top:12px;} .i_clzx1 li span b{ color:#ff6801} .i_clzx1 li span.cl_z{ float:left; border:0} .i_clzx1 li i{ color:#076dad; font-size:16px; margin-right:8px; padding-top:2px; } .i_clzx_tit{ font-size: 16px; width: 100%; color: #ff7618; padding-bottom: 15px; padding-top: 35px; height: auto; overflow: auto; padding-left: 5px;} .i_clzx_tit b{ color: #333; font-size: 18px;} .i_clzx_tit a{ float: right; font-size: 14px; color: #666; font-weight: normal; padding-right: 5px; padding-top: 5px;} .i_clzx_tit span{ float: left;} .di_zx1{ float: left; width: 73%; padding-top: 30px;} .di_zx2{ float: left; width: 130px; margin-right: 50px; text-align: center; color: #666; background: #fff; font-size: 14px; line-height: 18px; padding: 3px 0 8px 0;} .di_zx2 img{ width:120px; vertical-align: top;} .di_zx1 h2{ text-align: left;} .di_zx{ width: 670px; margin: 0 auto;} .i_gjb{ width: 1200px; margin: 0 auto; text-align: center; margin-top: 25px; height: auto; overflow: auto; padding-bottom: 30px;} .i_gjb a{ line-height: 25px; height: 27px; float: left; margin-right:8px; margin-top: 10px; border: 1px solid #ddd; padding: 0 10px;} @media screen and (min-width:1000px) { .i_gj li span h2{ font-size: 18px; } } @media screen and (min-width:1299px) { .i_gj li span h2{ font-size: 22px; } }
public/css/heming_mobile.css
@charset "utf-8"; /* CSS Document */ *{ margin:0; padding:0; margin:0; box-sizing: border-box; } html{position: relative;} html,body{ height: 100%;} ul,li{ list-style:none;} body{ background:#fff; font: 12px/1.5 "微软雅黑", Verdana, Geneva, sans-serif, tahoma, Srial, helvetica, sans-serif; font-size:13px; color:#333; } a{text-decoration:none; color:#666} a:hover{ padding:0; margin:0} a img{ border:none;} select,button,input{font-family: Arial, 微软雅黑, 'Microsoft yahei', 'Hiragino Sans GB', '冬青黑体简体中文 w3', 'Microsoft Yahei', 'Hiragino Sans GB', '冬青黑体简体中文 w3', STXihei, 华文细黑, SimSun, 宋体, Heiti, 黑体, sans-serif;} input:focus,select:focus,button:focus{ outline:none;} .fl{ float:left;} .fr{ float:right;} .cen{ margin:0 auto;} /*---------核名 取名下拉----------------*/ .Menu { position:fixed!important; width:9.3rem!important; left: 0!important; right: 0!important; margin-left: auto!important; margin-right: auto!important; top: 0!important; bottom: 0!important; margin-top: auto!important; margin-bottom: auto!important; height: 80%!important; z-index:3; background: #FFF; border:1px solid #08619a; display:none; } .Menu2 {position: absolute;left:0;top:0;width:100%;height:auto;overflow:hidden;z-index:1;} .Menu2 ul{margin:0;padding:0; margin-bottom:6px; height:auto; overflow:auto;} .Menu2 ul li{ padding: 0 0.1rem; display: inline-block; line-height: 0.6rem; font-size: 0.33rem; color: #666; text-align: center; float: left; margin: 0.1rem; cursor: pointer; } .Menu2 ul li a{ display:block;} .Menu2 ul li a:hover{ color:#3aadff; } .form{text-align: center;height:auto; margin:0 auto;} .form div{position:relative;top:0;left:0;margin-bottom:1px} #List1{left:190px;top:82px;} /*名字推荐详细页-优化*/ .jieguo{ width:1200px; margin:0 auto;} table.jg_tg{ text-align:center; } table.jg_tg td{ padding:20px 15px;} table.jg_tg p{ font-size:14px; color:#333; line-height:26px;} table.jg_tg b{ font-size:24px ; color:#f8451c;} table.jg_tg td div{ color:#fff; text-align:center; padding:0 5px; line-height:24px; margin:6px 0;display:inline-block;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} table.jg_tg td b{ color:#ed4300;} table.jg_tg td p{ font-size:12px; line-height:20px; color:#999;} table.jg_tg td div.jg{ background:#093;} table.jg_tg td div.jz{ background:#fcaf40;} table.jg_tg td div.jd{ background:#dd4949;} table div.dj{ line-height:20px; background:#ff4949; color:#fff; text-align:center;display:inline-block; padding:0 12px; font-size:12px;} table tr.jg_bg{ background:#f0f0f0;} table.jg_tg span{ font-size:16px;cursor: pointer;} table td div.liang{ color:#f85a1c;} table td div.xiong{ background:#666;} /*抢注后跳转页面*/ .ny_banner{ width:100%; background:url(../images/ny_banner.jpg) no-repeat center top; height:751px; min-width:1200px;} .ny_banner a{ width:1200px; height:751px; display:block;} .ny_ys{ width:1200px; background:url(../images/ny_img1.jpg) no-repeat center top; min-width:1200px;height:229px; margin:50px auto} .ny_ys li{ width:231px; float:left; text-align:center; margin-right:11px;} .ny_ys li i{ color:#fff; font-size:33px; line-height:70px;} .ny_ys li h3{ font-weight:normal; color:#333; font-size:20px; line-height:45px; margin-top:25px;} .ny_ys li p{ font-size:16px; color:#999} .ny_ys li a{ width:100px; line-height:30px; background:#21c2f8; text-align:center; color:#fff; font-size:14px; display:block; margin:0 auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; margin-top:20px;} .ny_ys li a:hover{ background:#18b4e9} .ys_tit{ font-size:30px; color:#fff; text-align:center; line-height:35px; padding-top:42px;} .ys_tit p{ font-size:22px; margin-top:10px;} .ys{ width:100%; background:url(../images/yx_02.jpg) no-repeat center top; min-width:1200px; height:416px;} .ys_cen{ width:1200px; margin:0 auto;} .bd{ padding-top:52px;} .bd li{ color:#fff; height:48px; padding-left:190px;} .bd li span{ width:200px; float:left; margin:0 20px; } .ny_tel{ text-align:center; margin:15px 0 50px 0} /*公司注册 代理记账*/ .zc_banner{ width:100%; background:url(../images/zc_banner.jpg) no-repeat center; height:636px;} .zc_jia{ width:1200px; margin:0 auto;} .zc_con table{ text-align:center; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .zc_con table td{ line-height:20px; padding:12px; font-size:14px; color:#666;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0} .zc_con table td a{ color:#009; text-decoration:underline;} .zc_con table tr.zc_ctit{ background:#2b91e3;} .zc_con table tr.zc_ctit td{ color:#fff; font-size:18px;} .zc_con table tr.zc_r1{ background:#f8f8f8} .yx_kj{ width:100%; background:url(../images/yx_bj.jpg) repeat; height:auto; overflow:auto; margin-top:80px;} .zc_jz{ width:1200px; margin:0 auto 80px auto; text-align:center; background:#fff;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .zc_jz td{line-height:20px; padding:12px; font-size:14px; color:#666;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0} .zc_jz tr.zcti{ background:#ff6801; font-size:18px;} .zc_jz tr.zcti td{color:#fff;} .zc_jz tr.zc_r1{ background:#f8f8f8} .zc_kf{ width:1200px; margin:50px auto; background: url(../images/kf_bj.jpg) no-repeat; height:289px;} .zc_kf1{ float:left; width:500px; margin:70px 55px 0 120px; display:inline;} .zc_kf1 li{ font-size:16px; color:#666; line-height:38px;} .zc_kf1 li input{ height:38px; border:1px solid #e8e8e8; width:370px; margin-left:10px; margin-bottom:20px;} .zc_kf1 li input.zc_anniu{ width:200px; text-align:center; color:#fff; margin:0 auto; background:#ff6801;border-radius:6px; font-size:18px; margin-left:100px;} .zc_kf2{ float: left; color:#fff; font-size:24px; text-align:center; font-weight:bold; width:500px; margin-top:15px;} .zc_kf2 h2{ font-size:28px;} .zc_kf2 i{ font-size:40px;} .vs{ width:1200px; margin:0 auto; text-align:center; padding-bottom:60px;} .vs_tit{ margin:45px 0;} .yx_tb{ background:#fff; width:1200px; margin:0 auto; line-height:50px; border:1px solid #eee; color:#666; } .yx_tb td,.yx_tb th{ border-bottom:1px solid #eee; border-left:1px solid #eee;} .yx_bg{ width:1200px; margin:0 auto;} .yx_bg_tit{ text-align:center; margin:45px 0} .yx_bg1{ text-align:center; font-size:16px; line-height:55px; border:1px solid #eee; color:#666} .yx_bg1 td,.yx_bg1 th{ border-bottom:1px solid #eee; border-left:1px solid #eee;} .yx_bg1 th.yx_ls{ color:#fff; background:#2b91e3} .yx_qu{ width:1200px; margin:0 auto; text-align:center; font-size:16px; color:#666; line-height:45px; padding-bottom:50px; height:auto; overflow:auto } .yx_qu_tit{ margin:35px 0} .yx_qu_con a{ width:19%; border:1px solid #eee; height:45px; float:left; margin:0px 0.5% 8px 0.5%} .yx_qu_con a:hover{ background:#2b91e3; color:#fff;} .yx_lc{ width:1200px; margin:0 auto; text-align:center;} .yx_lc li{ float:left; width:240px; text-align:center; color:#666; font-size:20px; line-height:35px; margin-right:80px} .yx_lc1{ margin:40px 0;} .yx_ys{ width:100%; background:url(../images/yx_ys.jpg) no-repeat center top; height:585px;} .yx_ys1{ width:1200px; margin:0 auto; padding-top:105px;} .yx_ys_tit{ width:1200px; margin:0 auto; text-align:center; padding:35px 0;} .yx_ys1 li{ color:#fff; text-align:right; line-height:35px; margin:15px 0 85px 0; width:550px;} .yx_ys1 li b{ font-size:22px;} .yx_bottom{ width:100%; background:url(../images/yx_03.jpg) no-repeat center top; height:594px;} .yx_bottom a{ width:100%; height:594px; display:block;} .yx_dot a{ width:240px; text-align:center; height:40px; line-height:40px; color:#fff; font-size:20px; margin:45px auto; display:block; background:#fa8400; clear:both;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px;} .yx_yuan{ width:1200px; margin:0 auto; text-align:center;} .yx_yuan_tit{ margin:45px 0} .yx_kj_tit{ margin:45px 0} .yx_yh{ width:100%; margin:0 auto; background:url(../images/yx_06.jpg) no-repeat center top; height:702px;} .yx_yh a{ width:100%; height:702px; display:block;} .yx_kj{ width:100%; background:url(../images/yx_bj.jpg) repeat; height:auto; overflow:auto; min-width:1200px;} .yx_kj1{ width:1200px; margin:0 auto; text-align:center;} .yx_kj1 ul{ width:1200px; background:url(../images/yx_07.jpg) no-repeat; display:block; height:950px;} .yx_kj1 li{ width:377px; height:409px; margin-bottom:33px; font-size:22px; line-height:35px; color:#333; padding-top:200px;float:left; } .yx_kj1 li p{ font-size:14px; color:#999} .yx_kj1 li a{ width:200px; height:35px; line-height:35px; background:#2b91e3; text-align:center; display:block; color:#fff; margin:0 auto; margin-top:30px; font-size:18px;-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius:5px;} /*--------------------首页-一月更新-------------------------*/ .index_banner{ background:url(../images/page1_bj.jpg) no-repeat; background-size:100%; min-width:1200px;} .index_yw{ width:1200px; margin:0 auto; height:423px;} .index_yw ul{ width:1050px; margin:0 auto} .index_yw li{ float:left; color:#fff; margin:0 35px 0 20px;} .index_banner p{ text-align: center; padding-top:180px; padding-bottom:90px;} /*如何合法降低税负?云宝创业给您专业方案*/ .index_shui ul{ width:1200px; height:300px; } .index_shui li{ float:left; color:#666; font-size:16px; text-align:center; padding-top:20px; width:257px; margin-right:55px;} .index_shui li h2{ color:#333; line-height:30px; font-size:20px; margin-top:15px;} .index_shui li i{ font-size:55px; color:#fff; } /*--------------------税收筹划首页-------------------------*/ .yuan_banner{ width:100%; background:url(../images/ss_banner.jpg) no-repeat center top; height:636px; min-width:1200px;} .i_sui{ width:1030px} .i_sui ul{ background:url(../images/ss_bj.png) no-repeat 35px top; height:auto; overflow:auto; margin-top:15px; width:1030px; margin:0 auto } .i_sui li{ float:left; width:185px; color:#666; font-size:14px; line-height:18px; margin:0 70px 0 20px; padding-top:45px;text-align:center ;} .i_sui li span{ color:#fff; font-size:18px;} .i_sui li span b{ font-size:40px; line-height:45px;} .i_sui li a{ display:block} .i_sui li h2{ font-size:18px; color:#333; line-height:30px; margin-top:45px;} .i_sui li i{ color:#fff; font-size:50px;} .i_sui_yw li{ text-align:center;color:#333; float:left; width:220px; margin-right:25px; padding-bottom:35px;} .i_sui_yw li h2{ font-size:18px; font-weight:normal; color:#555; line-height:40px;} .i_sui_hf li{ width:226px; float:left; font-size:18px; text-align:center; color:#333; margin-top:20px; line-height:30px; margin-right:17px; font-weight:100;} .ss_kf{ color:#fff; font-size:20px; line-height:45px; padding:35px 0 20px 160px; height:159px;} /*--------------------税收筹划——企得宝-------------------------*/ .qdb_banner{ width:100%; background: url(../images/qdb_banner.jpg) no-repeat center top; height:616px; } /*适用对象*/ .servicesBox { width:1200px; height:270px; margin:0 auto; clear:both; line-height:18px; color:#999999; font-size:12px;} .servicesBox .serBox { cursor:pointer; border:1px solid #fff; display:inline; width:588px; height:350px; float:left; overflow:hidden; background-color:#f7f7f7; position:relative;} .servicesBox .serBoxOn { font-family:"Microsoft Yahei"; display:none; width:600px; height:370px; background: url(../images/serboxon_bg.gif) repeat 0px 0px; position:absolute; left:0px; top:0px; z-index:19;} .servicesBox .serBox .pic1 { width:588px; height:110px; text-align:center; position:absolute; top:122px; z-index:99;} .servicesBox .serBox .pic2 { width:550px; height:110px; text-align:center; position:absolute; top:122px; left:-400px; z-index:99; } .servicesBox .serBox .txt1 { width:588px; height:100px; color:#999999; position:absolute; top:225px; left:0px; z-index:99;} .servicesBox .serBox .txt2 { width:588px; height:100px; color:#a9cf4f; position:absolute; top:225px; right:-500px; z-index:99;} .servicesBox .serBox span.titt { font-size:30px; display:block; text-align:center; font-weight:100;} .servicesBox .serBox .txt1 .titt { color:#000000; line-height:30px;} .servicesBox .serBox .txt2 .titt { color:#fff; line-height:30px; font-family:"Microsoft Yahei";} .servicesBox .serBox p{ padding:0 10px; text-align:center;} .pic1 i{ font-size:100px; color:#666; margin-top:30px;} .pic2 i{ font-size:100px; color:#fff;margin-top:30px;} /*案例说明*/ .qdb_fa ul{ background:url(../images/qdb1.gif) no-repeat center top; height:580px; margin-top:40px; } .qdb_fa li{ width:50%; text-align:center; color:#333; font-size:16px; float:left; line-height:34px; padding-top:350px; height:auto; overflow:auto; margin-bottom:50px;} .qdb_fa p{ font-size:16px; color:#f00; text-align:center; } .qdb_fa p i{ font-size:20px; margin-right:4px;} .qdb_db table{ line-height:30px; font-size:16px; text-align:center; color:#666; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0} .qdb_db table tr.qbd_db1{ background:#f9f9f9; font-weight:bold;} .qdb_db table td{ padding:10px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0} .qdb_al{ border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;line-height:30px; font-size:16px; text-align:center; color:#666; background:#fff; } .qdb_al td{ padding:10px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0} .qdb_al tr.qdb_ge{ background:#f9f9f9;} .qdb_vs{width:100px;height:100px;background: #ff6801; color:#fff; text-align:center; display:block; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; position:absolute; left:48%; top:330px; } .qdb_vs i{ font-size:55px; line-height:100px;} .qdb_al1{ font-size:16px; color:#666; clear:both; line-height:35px; text-align:center} .qdb_al1 h2{ font-size:18px; color:#ff6801; padding-top:40px;} .qdb_lc ul{ width:1200px; background:url(../images/qdb_lc.png) no-repeat center top;height:279px; margin:50px auto; padding-left:90px;} .qdb_lc li{ float:left; font-size:18px; color:#fff; line-height:30px; text-align:center; width:254px;padding-top:80px; margin-right:px;} .qdb_lc li h2{ font-size:20px;display:inline-block; padding-bottom:8px;padding-top:12px; } .qdb_lc li i{ font-size:55px; text-align:center} .qdb_bz li{ width:288px; float:left; margin-right:16px;t font-size:16px; color:#666; line-height:30px; text-align:center;} .qdb_bz li h2{ font-size:20px; color:#333} .zc_kf1 li.v1 h2{ font-size:18px; color:#333; line-height:45px;margin-bottom:10px;} .zc_kf1 li.v1 h2 span{ font-size:14px; color:#666; font-weight:normal; } /*--------------------税收筹划——增值税宝-------------------------*/ .zzsb_banner{ width:100%; background: url(../images/zzsb_banner.jpg) no-repeat center top; height:616px; } .zzsb_zc{ text-align:center; font-size:14px; line-height:24px;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0; background:#fff; color:#666} .zzsb_zc td{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0; padding:15px;} .zzsb_zc tr.zzsb_zc1{ background:#f9f9f9} /*------------------APP下载页----------------*/ .app_banner{ width:100%; background: url(../images/app_banner.jpg) no-repeat center top; height:616px; min-width:1200px;} .app_dow ul{ margin:0 auto; width:700px;} .app_dow li{ width:350px; float:left; text-align:center; font-size:18px; color:#fff; line-height:45px; margin:35px auto} .app_dow li h2{ background:#3aadfe; border-radius:25px; font-weight:normal; font-size:18px; width:250px; margin:0 auto; border:1px solid #1696f1; margin-top:25px;cursor:pointer} .app_dow li h2 i{ font-size:26px; margin-right:5px;} /*---------------园区详情页----------------------*/ .yuan_bj{ width:100%; background:url(../images/yuan_bj.jpg) no-repeat center top; height:auto; overflow:auto; min-width:1200px;} .i_sui table{ font-size:16px; color:#666; text-align:center;border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0;} .i_sui table td{border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0; padding:15px; line-height:35px;} .i_sui table td p{ color:#ff6801} .yuan_wy{ padding-top:120px;} .yuan_wy1{ width:653px; float:left;} .yuan_wy2{ float:right; width:550px; font-size:18px; font-weight:100; color:#333; line-height:45px; background:#fff; background:rgba(255,255,255,0.94); padding:40px 40px 150px 40px;} .yuan_wy2 h2{ font-size:28px; color:#333; border-bottom:1px solid #ccc; line-height:60px; margin:30px auto; text-align:center; padding-bottom:20px;} .yuan_wy2 span{ border-radius:25px; background:#ff6801; color:#fff; text-align:center; line-height:40px; width:280px; height:40px; display:block; margin:0 auto; margin-top:80px; } .yuan_rz{ width:1200px; margin:65px auto 0 auto; background:url(../images/yuan_yw2.jpg) no-repeat; height:124px;} .yuan_rz b{ width:307px; float:left; color:#fff; font-size:30px; text-align:center; line-height:124px;} .yuan_rz b.yuan_rz1{ float:right; width:890px; color:#ff6901; font-size:28px;} .yuan_rz b.yuan_rz1 i{ font-size:40px; margin-right:5px;} .yuan_rzqy{ text-align:center; padding-bottom:40px;} .pk_youshi_text{ line-height:24px; margin-bottom:20px;} .pk_youshi_ul .pk_youshi_li{ float:left; width:33.33%; padding-right:20px; margin-top:20px;} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info{ border:1px solid #dddddd;height:188px; background:#fcfcfc; border-radius:3px; padding:24px; box-shadow:0 2px 12px rgba(0,0,0,.10);} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info .pk_youshi_li_name{ font-size:17px; font-weight:bold; margin-bottom:12px; padding-top:6px;} .pk_youshi_ul .pk_youshi_li .pk_youshi_li_info .pk_youshi_li_text{ line-height:22px; color:#888;} .pk_youshi_li_info_icon .iconfont{ font-size:58px; color:#3e99e2;} .col_75{ width:75%;float:left;} .col_25{ width:25%;float:left;} .zclc_img{ text-align:center; margin-bottom:14px;} .zclc_text .zclc_text_li{ width:25%; float:left; text-align:center; font-size:16px;} .product_detail_cont{} .zccg_cl_img{ text-align:center;} .yuan_fubz li{ float:left; width:356px;font-size:16px; margin-right:65px; text-align:center; color:#666; line-height:28px;} .yuan_fubz li h2{ font-size:20px; color:#333; line-height:35px;} /*提交页*/ .ny_banner1{ width:100%; background:url(../images/ny_banner1.jpg) no-repeat center; height:394px; } .ny_tijiao1{ width:1200px; margin:0 auto; background:#f7f7f7; height:302px; } .nytijiao_z{ width:758px; padding-left:40px;padding-top:20px;} .nytijiao_z h2{ line-height:60px; margin-bottom:10px; color:#012e8b;} .nytijiao_z dt{ color:#666; font-size:14px; line-height:32px; margin-bottom:20px;} .nytijiao_z dt input{ background:#fff; width:621px; border:none; height:32px; line-height:32px; margin-left:4px; padding-left:6px;} .nytijiao_z dd{ color:#666;font-size:14px; float:left;line-height:32px; margin-bottom:20px; text-align:right; padding-left:22px;} .nytijiao_z dd input{ background:#fff; width:279px;border:none; height:32px; line-height:32px; margin-left:4px;padding-left:6px;} .nytijiao_y{height:302px; background:url(../images/tijiao1.jpg) no-repeat center; width:414px; padding-left:60px;padding-top:20px; } .nytijiao_y h2{ color:#fff; line-height:60px; margin-bottom:10px;} .nytijiao_y li{ color:#fff; font-size:14px; margin-bottom:20px;} .nytijiao_y li input{ height:32px; line-height:32px; width:286px; border:none; margin-left:6px;padding-left:6px;} .nytijiao_y span input{ width:250px; height:40px; background:#ffcc23; line-height:40px; text-align:center; color:#012e8b; font-size:24px;-moz-border-radius: 30px; -webkit-border-radius: 30px; border-radius:30px; border:none; margin-left:50px;} .tijiao_gg{ width:100%; height:178px; background:url(../images/tijiao_gg.jpg) no-repeat center; background-size:100%; margin-top:50px;} .tj_xinxi{ width:1200px; margin:0 auto; text-align:center; font-size:14px; color:#666; border-top:1px solid #f4f4f4; border-right:1px solid #f4f4f4;} .tj_xinxi td{ line-height:32px; border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;} .tj_xinxi th{ line-height:30px; border-left:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4; background:#012e8b; color:#fff; line-height:45px;} .bjh{ background:#fafafa} /*提交成功页*/ .tjcg{ width:1200px; text-align:center; color:#0038ad; font-size:20px; font-weight:bold; margin:80px auto 25px auto;} .tjcg i{ font-size:60px; margin-right:10px; margin-bottom:10px; font-weight:normal } .tjkf{ font-size:18px; line-height:35px; color:#666; width:1200px; text-align:center; margin:0 auto; line-height:25px;} .tjkf span{ font-size:16px; color:#999; font-weight:normal} .tjlx{ width:600px; margin:80px auto; height:auto; overflow:auto} .tjlx li{ float:left; width:300px; text-align:center; font-size:20px; color:#666;} .tjlx li i{ font-size:60px; margin-bottom:10px; margin-top:18px; display:block; line-height:60px; color:#8f8f8f} .cxrk{ margin-bottom:10px;} /*订单页*/ .ord_banner1{ width:1200px; margin:0 auto; height:665px;} .product_intro{ width:600px; float:right; padding:0 30px;} .product_price{ background:#f0f0f0; color:#ec4646; padding-top:16px; padding-bottom:16px;} .product_title_h2{ text-align:center; line-height:65px; padding:20px 0 15px 0; font-size:28px;} .price_nub{ font-size:32px; color:#e40000;} .product_intro_list{ margin-bottom:20px; padding-left:16px; margin-top:15px;} .product_price .product_intro_list_lab{ padding-top:14px;} .product_xx_list .product_intro_list_lab{ line-height:38px;} .product_intro_list_lab{ float:left;} .sc_price{ margin-left:26px; color:#999;text-decoration: line-through;} .buy_service_btn{ font-size:18px; padding-top:10px;} .buy_service_btn .ui_btn{padding:10px 70px;} .buy_service_btn .meiqia{ background:#eef4f8;} .buy_service_btn .meiqia:hover{ background:#1d90ee;} .buy_service_btn .buy_service{ margin-right:6px; font-weight:bold;} .product_xx_list .product_intro_list_lab{ line-height:38px; font-size:18px; color:#666} .ord_banner{ width:100%; min-width:1200px; height:auto; overflow:auto; background:url(../images/o_banner.jpg) no-repeat center top;} .region_l{ margin-right:10px; position:relative;} .city_box{ width:368px; border:1px solid #aaa; padding:14px 4px; position:absolute; z-index:88; background:#fff; left:0; top:37px; box-shadow:0 4px 10px rgba(153,153,153,0.4);} .city_box .city_box_li{ float:left; margin:6px 6px;} .city_box .city_box_li a{ padding:4px 8px; background:#fff;} .city_box .city_box_li a:hover{ background:#79b3e2; color:#fff;} .city_box .cur a,.city_box .cur a:hover{ background:#209afd; color:#fff;} .region_l .bgLine{ position:absolute; top:37px; left:1px; right:1px; height:1px; background:#fff; z-index:99; display:none;} .region_down_icon{ color:#999;} .quyu .region_l{ float:left;} .buy_service_btn .buy_service{ margin-right:6px; font-weight:bold;} .buy_service_btn a.jinyong{ color:#999; background:#e0e0e0} .buy_service_btn{ font-size:18px; padding-top:10px; margin-bottom:20px;} .product_intro_list_cont{ margin-left:60px; color:#e40000;} .ui_select_btn .ui_select_btns{ float:left; margin-bottom:8px;} .ui_select_btn .ui_select_btns a{ border:1px solid #a8adb2; display:block; padding:8px 18px; margin-right:10px;} .ui_select_btn .ui_select_btns a:hover{border:1px solid #888; } .ui_select_btn .cur a{ border:1px solid #2b91e3; color:#2b91e3;} .ui_info_sx .ui_info_sx_title{ font-size:14px; font-weight:bold; margin-bottom:6px;} .ui_info_sx_body .ui_info_sx_li{ padding:2px 0; color:#666;} .or_kf{ width:100%; border-top:1px solid #d6d6d7; padding-top:50px;} .or_kf1{ width:60%; float:left; color:#666; font-size:14px;} .or_kf1 img{ float:left;} .or_kf1 b{ float:left; font-size:20px; margin:15px 0 0 15px;} .or_kf1 b span{ font-weight:normal; line-height:35px; font-size:14px;} .or_ewm{ width:30%; float:right; text-align:center; } /*按钮*/ .ui_btn{ padding:8px 14px; border:1px solid #bbb; text-align:center; display:inline-block;} .ui_btn:hover{ background:#f8f8f8; border-color:#bbb;} .ui_btn_primary{ background:#fe8c2d; color:#fff; border-color:#f17c1a;} .ui_btn_primary:hover{ color:#fff; background-color:#f17c1a; border-color:#fe8c2d;} .ui_btn_danger:hover{background:#f37326; color:#fff; border-color:#e1681f;} .ui_btn_block{ display:block; width:100%;} .ui_btn_danger{background:#f37d26; color:#fff; border-color:#f38226;} .ui_btn_line_primary{ border-color:#1d90ee; color:#1d90ee; background:#fff;} .ui_btn_line_primary:hover{ background:#1d90ee;border-color:#1d90ee; color:#fff;} .ui_btn_disabled,.ui_btn_disabled:hover{ color:#aaa; border-color:#ddd; background:#eee; cursor:no-drop;} .ui_btn_disabled:focus{ outline:none;} .region_l{ margin-right:10px; position:relative;} .region_l .region_w_btn{ border:1px solid #adb0b3; display:block; height:38px; line-height:36px; padding:0 18px; position:relative; } .city_box{ width:368px; border:1px solid #aaa; padding:14px 4px; position:absolute; z-index:88; background:#fff; left:0; top:37px; box-shadow:0 4px 10px rgba(153,153,153,0.4);} .city_box .city_box_li{ float:left; margin:6px 6px;} .city_box .city_box_li a{ padding:4px 8px; background:#fff;} .city_box .city_box_li a:hover{ background:#79b3e2; color:#fff;} .city_box .cur a,.city_box .cur a:hover{ background:#209afd; color:#fff;} .product_intro_list_cont p{ font-size:16px; color:#666; line-height:36px;} .product_detail_zclc{ background:url(../images/product_detail_bg.png) no-repeat center; color:#fff; width:100%; min-width:1100px;} .center{ width:1100px; margin:0 auto;} .p_d_line .product_detail_title_h2{ background:url(../images/product_detail_title_line.png) no-repeat center bottom; padding-bottom:16px; width:1100px; margin:0 auto} .p_d_line_b .product_detail_title_h2{ background:url(../images/product_detail_title_line_b.png) no-repeat center bottom; padding-bottom:16px;} .product_detail_title .product_detail_title_h2{ font-size:28px; font-weight:bold;} .zclc_img{ text-align:center; margin-bottom:14px;} .zclc_text .zclc_text_li{ width:25%; float:left; text-align:center; font-size:16px;} .product_detail_cont{} .zccg_cl_img{ text-align:center;} .detail_tisp{ text-align:center; padding-top:60px;} .product_detail_sm{ background:#f5f5f5; width:100%; min-width:1100px;} .product_detail_cont_list{padding:60px 0;} .product_detail_title{ margin-bottom:40px;text-align:center;} .zcsm_text_box .zcsm_text_box_li_line{ margin-bottom:20px; border-bottom:1px dashed #ddd; padding-bottom:20px;} .zcsm_text_box{ padding-top:20px;} .zcsm_text_box_li_nub{ width:24px; height:24px; text-align:center; line-height:24px; color:#fff; font-weight:bold; border-radius:50%; background:#209afd; float:left;} .zcsm_text_box_li_text{ margin-left:40px;} .zcsm_text_box_li_text .zcsm_text_box_li_text_t{ font-size:20px; margin-bottom:8px; display:block;} .zcsm_text_box_li_text .zcsm_text_box_li_text_c{ color:#888;} .zcsm_text_box .zcsm_text_box_li{ width:50%; float:left; padding-left:20px;} .zccg_zsm .zccg_zsm_li{ text-align:center; width:33.3333%; float:left; padding:0 60px;} .zccg_zsm .zccg_zsm_li .zccg_zsm_li_title{ font-size:20px; padding:10px;} .zccg_zsm .zccg_zsm_li_img{ margin-bottom:12px;} .zccg_zsm_li_ms{ color:#888;} .product_youshi{ width:1200px; margin:50px auto; height:auto; overflow:auto} .product_youshi li{ width:274px; margin-right:34px; float:left;text-align:center;} .product_youshi li p{ font-size:14px; color:#999; line-height:25px;} .product_youshi li h2{ font-size:18px; line-height:35px; } .kefu_dot{ text-align:center; margin-top:50px;} /*--弹窗样式--*/ #gray{width:100%;height:100%;background:rgba(0,0,0,0.4);position:fixed;top:0px;display:none;z-index:100;} .popup{ height:auto; background-color:#fff; position:absolute; z-index:100; left:450px; top:90px; display:none; } .mail{ width:340px; background:#fff; margin:0 auto; padding-bottom:30px; } .mail p.validateTips{ width:100%; line-height:40px; font-size:12px; color:#666; background:#f9f9f9; text-align:center; margin-bottom:20px;} .mail li{height:48px;} .mail li span{ width:70px; float:left; font-size:14px;color:#666; text-align:right; display:block; line-height:32px;} .mail li input{ width:250px; float:left; height:35px; border:1px solid #efefef; padding-left:5px} .mail li input.w20{ width:150px;} .mail li button.yzm{ background:#2c97df; color:#fff; line-height:34px; text-align:center; border:none; font-size:12px; width:100px;} .mail .mail_btn input{ width:110px; line-height:35px; text-align:center; background:#f78739; color:#fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px; border:none; margin-right:10px; float:left;} .mail .mail_btn a.quxiao{ background:#ebebeb; color:#666; display:block;width:110px; line-height:35px; text-align:center; float:left; font-size:16px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px; } .mail .mail_btn{ text-align:center; padding:10px 0 50px 55px;} .mail .mail_btn input{ font-size:16px;} .mail h2{ width:100%; height:45px; text-align:center; color:#fff; background:#209afd; font-weight:normal; padding:0; margin:0; line-height:45px; font-size:18px; margin-bottom:35px;} /*支付*/ .od_pay_suc_icon{ font-size:32px; float:left; margin-left:60px;} .od_pay_suc_icon .iconfont{ font-size:84px; color:#379960;} .od_pay_h{ background:#fff; padding:40px; margin-bottom:80px; border:1px solid #f0f0f0; margin-top:50px;} .od_pay_suc_info{ float:left; margin-left:30px; padding-top:5px;} .od_pay_suc_info h2{ margin-bottom:12px; font-weight:100; font-size:24px;} .od_pay_suc_info_h{margin-bottom:20px; float:left;} .od_pay_suc_info_box{ width:780px; border-bottom:1px solid #ddd;padding-bottom:10px; margin-bottom:24px;} .od_pay_price{ float:right; color:#888;} .od_pay_price b{ font-size:24px; color:#ec4646;} .od_pay_fx{ padding:40px; padding-bottom:0; background:#fff; position:relative;} .od_pay_fx_btn_box{ position:absolute; left:-1px; top:-58px;} .od_pay_fx_btn_box .od_pay_fx_btn{ float:left; height:58px; border:1px solid #e5e5e5; background:#fff; } .od_pay_fx_btn_box .cur{ border-bottom:1px solid #fff; background:#fff; border-top:2px solid #bfc9d1;} .od_pay_fx_btn_box .cur a{ background:#fff !important;} .od_pay_fx_btn_box .cur a:hover{ background:#fff !important;} .od_pay_fx_btn_box .alipay_btn{ border-right:none;} .od_pay_fx_btn_box .od_pay_fx_btn a{ height:56px;display:block;background:#fafafa;padding:10px 20px 0 20px; } .od_pay_fx_btn_box .od_pay_fx_btn a:hover{ background:#eee;} .od_pay_ewm_img{ padding:40px;} .od_pay_ewm_img img{ width:300px;} .pay_ts_text{ width:300px; background:#00aaee; margin-top:20px; padding:10px 20px; color:#fff; border-radius:3px;} .pay_ts_text .iconfont{ font-size:38px;} .weixinPay_ewm .pay_ts_text{ background:#00c800;} .m_center{ width:1100px; margin:0 auto; min-width:1100px;} .pay_ewm{ clear:both; width:802px; margin:0 auto; padding-top:80px;} .pay_ewm li{ width:400px; float:left; color:#666; font-size:18px; line-height:25px; text-align:center; border-right:1px solid #f0f0f0} .pay_ewm li i{ font-size:30px; color:#62c233; margin-right:8px;} .pay_ewm li p{ margin-bottom:10px;} .pay_cg{ text-align:center;padding-top:20px; clear:both; height:auto; overflow:auto} .pay_cg i{ text-align:center; font-size:85px; color:#62c233; } .pay_cg p{ font-size:18px; font-weight:100; margin-top:20px;} .pay_cg1 span{ float:left; color:#333; font-weight:bold; font-size:16px; line-height:30px; margin-top:10px;} .pay_cg1 span p{ font-size:16px; color:#666; line-height:30px; font-weight:normal;} .pay_cg1 span.od_pay_xiangxi{ width:320px; float:left;} .pay_cg1{ width:400px; margin:0 auto; margin-top:40px;clear: both;} .pay_cg_btn a{ display: inline-block; margin:0 auto; line-height:35px; padding:0 18px; color:#fff; background:#209afd; text-align:center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} .pay_cg_btn a:hover{ background:#0b89ef;} .pay_cg_btn { clear:both; margin:0 auto; text-align:center; padding-top:50px;} .pay_kf{ width:600px; margin:0 auto; border:1px solid #f0f0f0; height:auto; overflow:auto; padding:20px 40px; margin-top:50px;} .pay_kf11 b{ font-size:26px; float:left;} .pay_kf11 b span{ font-size:16px; font-weight:normal; color:#666} .pay_kf11 i{ font-size:50px; margin-right:10px; color:#3aadff; float:left;} .payy_ewm{ float:right; text-align:center; line-height:24px; font-size:16px; color:#666; border-left:1px solid #f0f0f0; padding-left:80px; padding-right:30px;} .pay_kf11{ float:left; padding-top:30px;} /*关于我们*/ .about{ width:1200px; margin:0 auto;} .about h2{ font-size:24px; color:#333; line-height:45px; text-align:center; margin-top:30px; font-weight: 100;} .about_z li{ width: 176px; float: left; text-align: center; margin-right: 16px; margin: 34px 26px 35px 0; border: 1px solid #ddd; height: 230px; padding: 20px 0 35px 0;} .about_z li img{ width: 100%;} .about_z li p{font-size: 14px; color: #666; line-height: 26px;padding: 0 10px;} .about_z li i{ font-size: 35px; margin-bottom: 20px; width: 80px; height: 80px; border-radius: 100px; line-height: 80px; background: #21c2f8; color: #fff; display: inline-block;} .about p{ font-size:16px; color:#666; line-height:30px; padding:0 30px; } .ab2 p{ font-size: 14px; line-height: 30px; color: #666;} .ab2 li{ width: 28%; float: left; text-align: center; height: 300px; background: #fff; border: 1px solid #f0f0f0; font-size: 16px; line-height: 35px; padding: 0 0 30px 0; margin: 34px 0;} .ab2{ text-align: center;} .ab2 li p{ font-size: 14px; color: #999; padding: 0 20px;} .ab2 li h2{ font-weight: 100; font-size: 20px;} .ab2 li p{ padding-top: 15px; color: #666;} .ab2 li img{ width: 100%;} .ab2 a{ padding: 0 20px ; display: inline-block; background:#3aadff; color: #fff; font-size: 18px; line-height: 40px; margin: 0 auto; border-radius: 5px; margin-bottom: 10px;} .contact{ width:1130px; background:#fafafa; margin:0 auto; border:1px solid #f0f0f0; margin-top:30px;} .ab3 p{ line-height: 33px; font-size: 14px; color: #666; padding: 20px 0 20px 0;} .ab4{ width: 600px; float: left; } .ab3{ width: 600px; float: right;} .ab3 li{ width: 31%; float: left; text-align: center; color: #666; background: #f7f7f7; padding: 20px; height: 130px; margin-top: 20px;} .ab3 li i{ font-size: 30px; color: #666;} .about3{ height: auto; overflow: auto; margin-bottom: 40px;} .about3 h2{ text-align: center; font-weight: 100; font-size: 22px; padding: 35px 0 25px 0;} .about3 p{ padding: 10px 30px; color: #666; font-size: 14px; line-height: 26px;} .contact span{ padding:10px; display:block;} .ab_dt{ padding-top: 20px;} .contact p{ text-align:center; line-height:40px; padding-bottom:10px;} .lx{ width: 900px; margin: 0 auto;} .lx li{ float: left; width: 50%; font-size: 14px; color: #666; line-height: 30px; margin-top: 35px} .lx li h2{ font-size: 18px; color: #333; font-weight: 100;} .contact p b{ color:#3aadff} /*底部*/ .Copyright{ color:#666; text-align:center; line-height:24px; padding:40px 0 0 0; width:100%; height:auto; overflow:auto; min-width:1200px;} .red{ color:#d73636;} .tgl li{ width:33.33%; float:left; line-height:44px;padding-right:2px; text-align:center; font-size:16px; } .tgl li .tgl_bg{background:#e8e8e8; color:#aaa;} .tgl .z .tgl_bg{ background:#F90; color:#fff;font-weight:bold;} .tgl .g .tgl_bg{ background:#093; color:#fff;font-weight:bold;} .tgl .d .tgl_bg{ background:#dd4949; color:#fff;font-weight:bold;} .index_wrapper{ width:100%;} .head_wrapper img{ width:162px;} .ssfomr_box{margin: 0.1rem 0.1rem;} .cpzh{ width:168px;} .hytype{ width:210px;} .ssfomr_box input{ width:100%; background:#fff; margin:8px 0; border:1px solid #eee !important;} .wrapper{background:#eee;} .wrapper_main{ width:1000px; margin:0 auto; padding:40px 0; padding-bottom:60px;} .jg_container{ padding-bottom:40px;} .j_title{ font-size:18px; margin-bottom:22px; text-align:center} .j_cont{ font-size:14px; color:#666;} .xt_name_list{ margin-bottom:10px;} .j_title:after,.xt_name_list:after,.ssfomr:after,.tgl:after{clear: both;display: table;content: " ";} .j_title .same{ float:left;} .j_title .tag{ float:right;} .xt_name .xt_name_list .name{ width:80%; float:left;} .xt_name .xt_name_list .xsd{ width:20%; text-align:right;float:right;} .region input{ font-weight:bold;} .qds_logo{ padding:2%;} .index_wrapper .ss_wrap{ background:rgba(19,86,132,0.4); padding:0.1rem; border-radius:6px;display: flex;flex-direction: column;justify-content: center; width: 9.7rem; margin: 0 auto;} .index_wrapper .ssfomr_box input{ height: 1.35rem; border-radius: 4px; font-size: 0.4rem; text-indent: 1em; } .qds_slogan{ text-align:center; color:#fff; font-size:45px;width:100%} .index_wrapper .cpzh{ width:200px;} .index_wrapper .region{ width:120px;} .ssfomr_input{ float:left; background:#eaeaea; border:1px solid #ddd;padding:0 4px;} /*历史查询*/ .History{ color:#fff; text-align:center; padding-top:100px;} .History_title{ font-size:16px; font-weight:bold; margin-bottom:20px;} .History_list{ margin:0 20px; height:420px;} .History_list .History_list_name{padding:5px 0;} .tipstext{ height:38px; line-height:38px; padding:0 20px; background:#fafafa;} .tipstext .tipstextVal{ width:50%; float:left; height:38px; color:#777;} .text_ar{ text-align:right;} .History_li{ padding:14px 0px; position:relative; border-bottom:1px solid #ddd;} .History_li:last-child{ border-bottom:none;} .History_li .cxname{ padding-right:60px; font-size:14px;} .History_li .cxtime{ color:#999; padding-top:8px; font-size:12px;} .iftj{ position:absolute; right:0px; top:18px; background:#666; color:#fff; padding:3px 6px 3px 6px; border-radius:3px; font-size:12px;} .iftj.g{ background:#1fae69;} .iftj.z{ background:#efab53;} .iftj.d{ background:#d85353;} .ssfomr_box select{ height:58px; border:none; padding:0 18px; font-size:16px;} .btn.disabled, .btn[disabled], fieldset[disabled] .btn{ background:#eee; border:1px solid #eee !important;} .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover{ background:#eee !important;} .ssfomr_box .btn img{ width:60%; opacity:.80; margin-top:14px;} .row:after{display: table;content: ""; line-height: 0;clear: both;} .History_btn{ height:52px; color:#fff;} .History_btn .btn_h{ color:#fff; padding:0 20px; display:block; line-height:52px; text-decoration:none; font-size:16px; padding-right:24px;} .History_btn .History_list{ background:#f9f9f9;padding:10px 20px; border-top:none;} .History_list_name a{ color:#333;} .History_btn .History_list_name a:hover{ color:#1357b4; text-decoration:underline;} .History_btn .History_list_name{ border-bottom:1px solid #eee; padding:10px 0;} .syrs{ text-align:center; font-size:20px; color:#fff; margin:1% 0 2% 0} .syrs b{ padding:0 4px; color:#ffb018;} .hm_r_box_cont{ background:#fff;} .History_btn .cur{} /*分析结果*/ .wrapper_left{ width:640px; padding:40px; float:left; background:#fff; min-height:600px;} .wrapper_right{ width:322px; float:right;} .jg_wrapper{ border-bottom:1px solid #ddd; } .jg_wrapper .ss_wrap{ width:1200px;} .logo{ float:left; padding-top:8px;} .jg_History_title{ padding:14px 20px; font-size:16px; background:#64646e; color:#fff;} .j_cont .result_suggest{ padding-top:20px;} .result_suggest{ padding-top:10px;} .result_suggest a{ color:#666; text-decoration:underline;} .result_suggest b{ padding:0 4px; color:#444;} .result_suggest a:hover{ color:#1357b4;} .sequence_number{ width:50px; float:left;} .sequence_number span{ font-size:22px; color:#666;} .result_text{ margin-left:50px;} .warp_results_list{ padding:30px 0px; border-bottom:1px solid #eee;} .result_type_text{ font-size:16px; font-weight:bold; float:left; color:#222;} .pass_rate{ float:right; color:#666; font-size:14px;} .pass_rate .pass_rate_tag{ background:#666; color:#fff; padding:4px 8px; border-radius:3px; margin-left:10px; font-weight:bold;} .result_suggest{ color:#666; line-height:22px;} .pass_rate .pass_rate_tag.z{ background:#F90;} .pass_rate .pass_rate_tag.g{ background:#093;} .pass_rate .pass_rate_tag.d{ background:#dd4949;} .jg_wrapper .ssfomr_box input{ height:42px; border:none; padding:0 26px; font-size:16px;} .jg_wrapper .ssfomr_box input{ font-size:15px; border:1px solid #d8d8d8 !important;} .jg_wrapper .ssfomr_box select{ height:56px; font-size:14px;} .jg_wrapper .ssfomr_box input{ height:44px; padding:0 14px;} .jg_wrapper .ssfomr_box .btn{ width:104px; padding:0; height:60px; font-size:18px; font-weight:100; margin-left:10px; border:1px solid #156fde;} .jg_wrapper .ssfomr_box .btn img{ width:28%;} .ssfomr_box .btn:hover{ background:#1d80fa; cursor:pointer;} .ssfomr_box .btn:active{ background:#195eb3;} .jg_wrapper .cpzh{ width:140px;} .jg_wrapper .region{ width:120px;} .jg_wrapper .ssfomr_box select{ height:43px; padding:0 12px; margin:8px 0; font-size:15px;border:1px solid #d8d8d8 !important;} .jg_wrapper .ssfomr{ float:right;} /*百度SEO*/ .baid{ text-align:center; border-TOP:1PX solid #eeeeee; border-left:1PX solid #eeeeee; background:#fff; line-height:40px; font-size:14px; color:#666; margin-bottom:20px;} .baid tr.baid_tr{ background:#f0f0f0; color:#333;} .baid td{border-bottom:1PX solid #eeeeee; border-right:1PX solid #eeeeee} .baid td div{ color:#fff; text-align:center; padding:0 5px; line-height:24px; margin:14px 0;display:inline-block;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;} .baid td b{ color:#333;} .baid td div.jg{ background:#093;} .baid td div.jz{ background:#fcaf40;} .baid td div.jd{ background:#dd4949;} .qiming{ width:100%;} .qiming b{ background:#fcaf41; color:#fff; font-size:35px; display:inline-block; text-align:center; padding:5px 30px;} .qiming b p{ font-weight:normal; font-size:18px;} .qiming1{ padding:30px 20px 0 20px;} .qiming1 li{ font-size:16px; line-height:65px; border-bottom:1px solid #e3e3e3; padding:0 10px;} .qiming1 li a{ color:#666; display:block;} .qiming1 li a:hover{ color:#00aaf0} .qiming1 li span{ float:right; color:#999;} .qming{border-top:1px solid #ebecec;border-left:1px solid #ebecec; height:auto; overflow:auto} .qming li{ width:20%; text-align:center; float:left; background:#fff; color:#666; font-size:16px; line-height:45px; border-bottom:1px solid #ebecec;border-right:1px solid #ebecec} .qming li.hover{ background:#00aaf0; color:#fff;} h2.cmtit{ font-size:18px; margin-bottom:30px; text-align:center; margin-top:20px;} .guifan{ width:1200px; margin:0 auto; font-size:14px; color:#666; line-height:40px; } .guifan h2{ text-align:center; color:#333; line-height:38px; padding-top:38px;} .guifan h2 span{ font-weight:normal; font-size:18px;} .guifan p{text-indent:2em} .guifan p.ch{ font-size:20px; color:#333; text-indent:0} .guifan p.ti1{ color:#333; font-weight:bold; text-indent:0; margin-top:20px;} .guifan p span.ti1{ color:#333; font-weight:bold; text-indent:0; margin-top:20px;} .guifan p.ti2{ color:#333; } .guifan p.ti3{ color:#333; font-size:20px; text-indent:0; margin-top:20px; } .guifan p.yw{ text-align:right; margin-top:30px; padding-bottom:50px;} .sht{ text-align:center; border-top:1px solid #f0f0f0;border-left:1px solid #f0f0f0; line-height:24px; font-size:14px; background:#fff; margin-top:20px;} .sht td{ border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;padding:10px; } .sht td span.xl{ width:18px; color:#fff; float:left; height:18px; display:block; text-align:center; line-height:18px; background:#3aadff; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;} /* SEO_TAB */ #con { FONT-SIZE: 12px; MARGIN: 0px auto; WIDTH: 180px} #tags { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 10px; WIDTH: 180px; PADDING-TOP: 0px; HEIGHT: 30px} #tags LI { BACKGROUND: url(images/tagleft.gif) no-repeat left bottom; FLOAT: left; MARGIN-RIGHT: 1px; LIST-STYLE-TYPE: none; HEIGHT: 30px} #tags LI A {PADDING-RIGHT: 20px; PADDING-LEFT: 20px; FLOAT: left; PADDING-BOTTOM: 0px; COLOR: #333; LINE-HEIGHT: 30px; PADDING-TOP: 0px; HEIGHT: 30px; TEXT-DECORATION: none; background:#fff; border:1px solid #f0efef; margin:30px 5px;} #tags LI A:hover{ background:#3aadff; color:#fff;} #tags LI.emptyTag { BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px} #tags LI.selectTag {BACKGROUND-POSITION: left top; MARGIN-BOTTOM: -2px; POSITION: relative; HEIGHT: 30px} #tags LI.selectTag A { LINE-HEIGHT: 30px; HEIGHT: 30px} #tagContent { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px; } .tagContent { DISPLAY: none; WIDTH:1000px; COLOR: #474747; } #tagContent DIV.selectTag { DISPLAY: block;} /* 分页样式 */ .bigPage{ width:580px; margin:25px auto 0 auto; clear:both} .bigPage a{ display:inline-block;height:37px;width:37px;text-align:center;line-height:37px; background:url(../images/bigpage.png) no-repeat left top; position:relative; text-decoration:none;color:#7f7f7f;font-size:14px;font-weight:bold;margin:0 5px;} .bigPage a.thisclass, .bigPage a.thisclass:hover {background: url(../images/bigpage.png) no-repeat scroll left -111px transparent;color: rgb(255, 255, 255);cursor: default;} .bigPage b{ display:inline-block;line-height:37px;margin:0 5px; cursor:pointer;width:0;height:0;border-width:6px;border-style:solid;font-size:0;line-height:0; position:absolute;} .bigPage a:hover{background:url(../images/bigpage.png) no-repeat left -37px;} .bigPage a.down{background:url(../images/bigpage.png) no-repeat left -74px;} .pagePrev b{border-color:#f8f8f8 #4e4e4e #f8f8f8 #f8f8f8; left:3px;top:12px;} .pageNext b{border-color:#f8f8f8 #f8f8f8 #f8f8f8 #4e4e4e; left:12px;top:12px;} .bigPage a.pageDisabled{background:url(../images/bigpage.png) no-repeat left -148px;color:#c1c1c1; cursor:default;} .bigPage a.pageNext.pageDisabled b{border-color:#eee #eee #eee #c1c1c1; cursor:default;} .bigPage a.pagePrev.pageDisabled b{border-color:#eee #c1c1c1 #eee #eee; cursor:default;} .vm * {vertical-align: middle;} /*公司详情*/ .peg_logo{ text-align:center; padding:40px;} .gsifon .title{ margin-bottom:32px; font-size:22px;} .gsifon{ width:1000px; background:#fff; padding:40px; margin:0 auto; font-size:14px; line-height:22px;} /*表格*/ .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table-bordered { border: 1px solid #dddddd; } table { border-collapse: collapse; border-spacing: 0; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; table-layout:fixed; word-break: break-all; overflow:hidden; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; border-top: 1px solid #dddddd; background: #fff; } .table > thead > tr th{ color: #707070; font-weight: normal; background: #F2F2F2; font-weight:bold; text-align:left; } .boxscrollColumn{ background:#aeaeae; right:5px;} .weixinewm{ margin:1% 0 1% 0;font-weight:bold;} .dataly span{ padding:0 10px;} .dataly span a{ color:#666; } .ad{ margin:10px 0;} .nrCopyright_cont{ width:1000px; margin:0 auto; padding-bottom:10px;} .nrCopyright{ text-align:left;} .weixinewm{ text-align:center;} /*---------核名结果页优化----------------*/ .warp_fx{ width:100%; margin:20px auto 0 auto} .warp_fxtit{ width:100%; border-bottom:2px solid #f6f6f6} .warp_fxtit h2{ font-size:18px; color:#555; display: inline-block; background:#f6f6f6; line-height:40px; width:150px; text-align:center;} .warp_fxcon{ width:100%; height:auto; border:1px solid #efefef; padding:0px 25px; border-top:none;} .warp_more{ width:150px; text-align:center; line-height:25px; font-size:14px; color:#666; background:#f6f6f6; margin:0 auto;} .warp_more i{ font-size:12px; color:#999; margin-left:4px; } .panel2{ display:none;} .flip2{ cursor:pointer; margin:0 auto; } .panel1{ display:none;} .flip1{ cursor:pointer; margin:0 auto;} .Prompt{ text-align:center; font-size:18px; color:#333; margin:50px auto} .bn{ width:100%; height:110px; background: url(../images/banner.jpg) no-repeat; margin-bottom:50px; } .bn .ssfomr{ width:100%; margin:0 auto;} .bn .hm_xx{ font-size:32px; text-align:center; line-height:90px; color:#fff; margin-top:10px;} .wrapper_left1{ width:92%; margin:0 auto} .cm_xx{ width:94%; margin:0 auto; position: relative} .cm_xx tr.jx td{ padding:45px 0;} /*----------------------------------------新闻系统-------------------------------------------*/ .wrapper_breadLines{ font-size:16px; color:#666; line-height:40px; width:1200px; margin:0 auto; padding-top:30px; margin-bottom:12px;} .wrapper_breadLines a:hover{ color:#3aadff} .wrapper_breadLines i{ margin-right:5px; color:#999;} .wrapper_qa{border:1px solid #e5e5e5;} .wrapper_nav{ width:1200px; margin:0 auto; font-size:16px;background:#e6e6e6; height:auto; overflow:auto} .wrapper_nav a{ float:left; line-height:43px; color:#666; padding:0 40px; display: inline-block;} .wrapper_nav a:hover{ background:#fff; color:#333} .wrapper_nav a.wrapper_nav_fl{ background:#3aadff; color:#fff; font-weight:bold; padding:0 50px;} .wrapper_nav a.wrapper_nav_fl i{ font-size:20px; margin-right:5px; font-weight:bold; padding-top:3px;} .wrapper_Label{ width:1200px; margin:0 auto; background:#fff; clear:both; height:auto; overflow:auto;border:1px solid #e5e5e5;} .wrapper_Label1{margin:0 auto; padding:20px 0 20px 25px;} .wrapper_Label1 a{ line-height:35px; padding:0 15px; display:inline-block;} .wrapper_Label1 a:hover{ color:#3aadff} .wrapper_qa_con li a.bq{ color:#3aadff; border:1px solid #3aadff; display:inline-block; padding:0 6px; margin-left:5px; line-height:18px; font-size:12px} .wrapper_qa_con li a.bq:hover{ background:#3aadff; color:#fff; text-decoration:none} .wrapper_news{ padding:20px 0; height:auto; overflow:auto;border:1px solid #e5e5e5;} .news_detail{border:1px solid #e5e5e5;} .wrapper_news li{ width:96%; background:#fff; float:left; margin:0px 0 0px 16px; height:180px; border-bottom:1px solid #f0f0f0;} .wrapper_news li span{ float:left; width:540px; display:inline-block;} .wrapper_news li h2{ font-size:16px; color:#333; line-height:35px;font-weight:normal;max-width:94%; margin:0 auto; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .wrapper_news li p{ color:#999; font-size:14px; line-height:28px; padding:0px 15px 8px 15px;} .wrapper_news li font{ font-size:12px; color:#c1c1c1; line-height:20px; padding:0 10px; border-radius:15px; border:1px solid #f0f0f0; display:inline-block; margin-left:12px;} .wrapper_news li a{ display:block; width:100%; height:180px; padding-bottom:30px; padding-top:30px; padding-left:15px;} .wrapper_news li a:hover{-webkit-box-shadow: #ccc 0px 0px 10px;-moz-box-shadow: #ccc 0px 0px 10px;box-shadow: #ccc 0px 0px 10px;background: #fff;behavior: url(/PIE.htc);} .wrapper_news li img{ float:left;} .wrapper_news li a:hover h2{ color:#3aadff} .wrapper_news li{ transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; } .wrapper_news li:hover { transform:translate(0,-10px); -webkit-transform:translate(0,-10px); -moz-transform:translate(0,-10px); -o-transform:translate(0,-10px); -ms-transform:translate(0,-10px); -webkit-box-shadow:0px 5px 15px #e5e5e5; -moz-box-shadow:0px 5px 15px #e5e5e5; box-shadow:0px 5px 15px #e5e5e5; } .pager{text-align:center; padding:30px 0;position:relative; clear:both;} .pager a{padding:3px 8px; margin-left:7px; line-height:20px; background:#f9f9f9; border:1px solid #dbdbdb; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; color:#333} .pager a:hover,.pager a.current{background-color:#3aadff; color:#fff; border:1px solid #3aadff; cursor:pointer} .news_gg a{ margin:0 0 12px 0; display:block;} .news_gg{ height: auto; overflow:auto; padding:0;} /*----------------------------------------问答系统-------------------------------------------*/ .qa_banner{ width:100%; background:url(../images/new_qa/qa.jpg) no-repeat center top; height:353px;} .wrapper_qa_tit{ width:94%; margin:0 auto; border-bottom:1px solid #f0f0f0;} .wrapper_qa_tit a{ float:right; line-height:45px; padding-top:20px;} .wrapper_qa_tit a:hover{ color:#3aadff} .wrapper_qa_tit h2{ padding:0 4px; display:inline-block;text-align:center; color:#333; font-size:20px; line-height:40px; border-bottom:2px solid #3aadff; font-weight:normal; padding-top:20px;} .wrapper_qa_con{ width:94%; margin:0 auto; padding:25px 0 40px 0;} .wrapper_qa_con li{ font-size:16px; color:#666; line-height:45px;} .wrapper_qa_con li a{ color:#3aadff; } .wrapper_qa_con li a:hover{ color:#3aadff; text-decoration:underline;} .qa_999{ color:#bdbdbd;} .wrapper_qa_con li span i{ font-size:35px; color:#f00; margin-right:6px; vertical-align:top} .fgx{ width:100%; height:20px; background:#eee;} .wrapper_qa_con li a.jiejue{ color:#777; margin-right:0} .wrapper_qa_con li a:hover.jiejue{ color:#3aadff; text-decoration:underline;} .wrapper_qa_con li.pager a{padding:3px 8px; margin-left:7px; line-height:20px; background:#f9f9f9; border:1px solid #dbdbdb; text-decoration:none; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; color:#666; font-size:12px;} .wrapper_qa_con li.pager a:hover,.wrapper_qa_con li.pager a.current{background-color:#3aadff; color:#fff; border:1px solid #3aadff; cursor:pointer} .news_detail h1{ text-align:center; font-weight:normal; font-size:22px; padding-top:40px; color:#333; line-height:40px;} .time{ text-align:center; font-size:12px; color:#999; line-height:25px;} .time span{ margin:0 24px 0 0 ;} .news_detail_con{ width:90%; margin:0 auto; font-size:15px; line-height:35px; color:#666; margin-top:25px; height:auto; overflow:auto;} .news_biaoqian{ width:90%; margin:25px auto; border-top:1px solid #f0f0f0; padding-top:10px;} .news_biaoqian span{ color:#666; line-height:35px; margin-right:10px;} .news_biaoqian span i{ color:#3aadff; font-size:18px;} .news_biaoqian a{ margin:0 12px; color:#3aadff} .news_biaoqian a:hover{ text-decoration:underline;} .news_next{ line-height:35px; font-size:16px; width:90%; margin:0 auto; margin-bottom:45px;} .news_next a{ color:#999; display:block} .news_next a:hover{ color:#3aadff} #mmenu{width:94%; overflow:hidden; margin:25px auto;} #mmenu #nav {display:block;width:100%; border-bottom:1px solid #f0f0f0; height:43px; font-size:18px; overflow:hidden;} #mmenu #nav li {float:left; margin-right:40px; color:#333} #mmenu #nav li a {display: inline-block;line-height:40px;text-decoration:none; padding:0 8px; text-align:center; } #menu_con{ width:100%; border-top:none} .tag{ padding:10px; } .selected{ border-bottom:2px solid #3aadff; color:#3aadff;} .QA_detail{ width:94%; margin:0 auto; padding-top:15px;} .QA_detail h1{ font-size:20px; color:#333; font-weight: normal; line-height:60px;} .QA_detail h1 i{ color:#a0afb8; font-size:25px; margin-right:5px; vertical-align:top;} .QA_detail .QA_dz{ color:#9eadb6; margin-top:25px;} .QA_detail .QA_dz span{ font-size:12px; color:#9eadb6; line-height:20px; padding:0 2px; } .QA_detail .QA_dz span.ls{ color:#3aadff} .QA_detail1{ font-size:14px; color:#666; line-height:32px; width:94%; margin:20px auto; border-top:1px solid #f0f0f0; padding-top:20px;} .QA_detail1_tit{ font-size:20px; line-height:45px; color:#35b558} .QA_detail1_tit i{ font-size:22px; margin-right:5px; } .QA_detail1_tit span{ float:right; font-size:12px; color:#a4b4bb} .QA_dz div{ float:right; border:1px solid #f0f0f0; border-radius:15px; padding:0 10px;} .QA_dz div span{ float:left; padding:0 4px; display: inline-block; line-height:25px;} .QA_dz div span i{ margin-right:5px;} .QA_dz{ color:#9eadb6; margin-top:25px; font-size:12px;} .QA_dz a{ color:#9eadb6} .QA_xin{ width:100%; border-left:2px solid #e0e6e9; background:#fbfcfc; height:auto; overflow:auto; padding:10px 0 10px 10px; margin-top:35px;} .QA_xin1 img{ border-radius:50px; float:left} .QA_xin2 h2 span{ float:left; background:#3aadff; color:#fff; text-align:center; height:20px; font-size:12px; line-height:20px; display: inline-block; padding:0 5px; border-radius:5px; margin-top:8px;} .QA_xin2{ float:left; font-size:12px; color:#9eadb6} .QA_xin2 h2{ font-size:16px; color:#666; line-height:35px; font-weight:normal;} .QA_xin2 p{ clear:both;} .QA_xin2 p span{ margin-right:10px;} .QA_detail2{ width:94%; margin:0 auto; } .QA_detail2_tit{ font-size:20px; line-height:40px; color:#798e99} .QA_detail2_con{ font-size:14px; color:#666; line-height:28px; margin-top:12px; border-bottom:1px solid #f0f0f0; padding-bottom:34px;} .QA_q{ width:94%; margin:0 auto; padding-bottom:25px;} /*------------------用户协议----------------*/ .box{ width:1000px; margin:0 auto; background:#fff; font-size:14px; color:#666; line-height:28px; padding:40px 60px; margin-top:100px; border:1px solid #eee } .box_tit{ font-size:16px; margin-top:20px; color:#333; font-weight:bold;} .box b{ color:#555} .box p{ margin-top:10px;} /*---------材料生成器------------------*/ .cl_banner{ width:1200px; margin:0 auto; text-align:center; padding-top:130px;} .cl_xz{ width:1200px; margin:0 auto;} .cl_xztit{ text-align:center; margin-bottom:30px;} .cl_xztit h2{ font-size:30px; font-weight:100; padding-top:50px; color:#333; line-height:50px;} .cl_xztit p{ font-size:16px; color:#999;} .cl_xz table{ border-top:1px solid #e0e0e0; border-left:1px solid #e0e0e0;} .cl_xz table td{border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0; line-height:22px; padding:15px; font-size:18px; color:#333} .cl_wd li{ line-height:40px; color:#666; font-size:14px; padding-left:55px; width:100%; height:40px;} .cl_wd li i{ color:#076dad; font-size:18px; margin-right:8px; padding-top:2px; } .cl_wd li a{ font-size:16px;} .cl_wd li a:hover{ color:#ff6801;text-decoration:underline} .cl_wd li span{ padding:0px 4px; font-size:11px; display: inline-block; line-height:18px; border-radius:5px; margin-left:0px; border:1px solid #ff6801;color:#ff6801; float:right; margin-top:12px;} .cl_wd li span b{ color:#ff6801} .cl_wd li span.cl_z{ float:left; border:0} .cl_contact{ width:1200px; margin:0 auto;} .cl_contact1{ float:left; width:580px; height:10px} .cl_contact2{ float:left; padding-top:55px; padding-bottom:60px;} .cl_contact2 h2{ font-size:28px; color:#333; line-height:40px; margin-bottom:30px;} .cl_contact2 p{ font-size:18px; color:#666} .cl_contact2 p i{color:#ff6801; font-size:18px;} .cl_contact2 p span{ margin:0 15px 0 0} .cl_tel{ margin:35px 0 0 0; clear:both} .cl_tel i{ color:#ff6801; font-size:50px; margin-right:10px;float:left;} .cl_tel span{ float:left; font-size:18px; color:#666; line-height:32px;} .cl_tel span b{ font-size:32px; color:#ff6801} .lct{ width:1200px; margin:0 auto; background:url(../images/zl_lc1.jpg) no-repeat center; height:34px;} .lct1{ height:34px;background:url(../images/zl_lc2.jpg) no-repeat 42px;} .lctit{ width:1200px; margin:0 auto; font-size:16px; color:#666; line-height:35px;} .lctit span{ margin:0 50px 0 0; text-align:center;} .liuc{ width:1200px; margin:0 auto;} .liuc_tit{ font-size:35px; text-align:center; line-height:45px; margin-top:80px; margin-bottom:30px;} table.liuc1{ border-top:1px solid #999;border-left:1px solid #999} table.liuc1 td{border-bottom:1px solid #999;border-right:1px solid #999; line-height:24px; font-size:16px; } table.liuc1 td span{ color:#f00} table.liuc1 td a{ padding:0 40px; display:inline-block; line-height:40px; color:#fff; background:#ff6801; border-radius:5px; margin:0 auto; font-size:18px;} table.liuc1 td input,table.liuc1 td textarea{ width:100%; height:100%; border:none; line-height:24px;padding:15px 15px;} .zl_bnt{ width:600px; margin:0 auto; text-align:center; margin-top:60px;} .zl_bnt a{ padding:0 40px; display:inline-block; line-height:40px; color:#fff; background:#3aadff; border-radius:5px; margin:0 30px; font-size:18px;} .zl_tx{ width:1000px; margin:0 auto; font-size:14px; color:#666; margin-top:30px; line-height:35px; text-align:center; } .cl_cg{ width:1200px; text-align:center; margin:0 auto; font-size:24px; margin-top:70px; color:#666; font-weight:normal; } .cl_cg i{ font-size:80px; color:#62c233} .cl_detail{ width:1200px; margin:0 auto; background:#fff; border:1px solid #e1e1e1; margin-top:40px; padding-bottom:50px; height:auto; overflow:auto} .cl_detail h2{ font-size:30px; color:#333; line-height:50px; text-align:center; padding-top:50px; padding-bottom:40px;} .cl_detail table td{ font-size:16px; color:#666; line-height:22px; padding:8px 10px} .cl_detail table td b{ color:#333} .cl_detail table a{ background:#ff6801; border-radius:5px; display:inline-block; padding:0 50px; line-height:40px; color:#fff; font-size:18px; margin-bottom:10px;} .cl_detail p{ width:86%; margin:0 auto; font-size:16px; color:#666;} .cl_detail p i{ font-size:20px; margin-right:5px;} .pdf{ width:90%; margin:0 auto; height:auto; overflow: hidden; height:1450px; position: relative; margin-top:20px;} .pdf1{ width:100%; height:40px; background:#fff; position:absolute; top:0; z-index:1000; border-bottom:6px solid #404040} .focus-area-setTab-menu{ float:left; width:1200px; text-align:center; border:1px solid #ddd; background:#f0f0f0} .focus-area-setTab-menu li{ line-height:60px; font-size:18px; color:#666; cursor:pointer; float:left; width:25%;} .focus-area-setTab-menu li.hover{ background:#3aadff; color:#fff;} .focus-area-setTab-content{ width:1200px;border:1px solid #ddd; border-top:0; padding:40px 60px 49px 10px;height:auto; overflow:auto;} .cl_wd ul{ width:50%; float:left} .cl_wd{ width:100%; height:auto; overflow: hidden} .jiedu{ width:85%; margin:0 auto; height:auto; overflow:auto; margin-bottom:10px;} .jiedu1{ float:left; font-weight:bold; color:#333; font-size:16px; line-height:30px;} #hutia{ float:left; font-size:14px; color:#666; line-height:38px; width:72%; padding-left:15px;} #hutia span{ padding-left:0; margin-left:0; width:100%; position:relative;} #hutia a{ color:#ff6801; text-decoration:underline; margin-left:10px; } #hutia font{ width:18px; height:18px; background:#ff6801; color:#fff; display:inline-block; text-align:center; line-height:18px; float:left; margin-right:5px; font-weight:normal; margin-top:10px;} #hutia p{ font-size:12px; width:100%; color:#ff6801; line-height:18px; margin-bottom:10px;} .cl_img{ width:100%; clear:both; text-align:center; margin:0 auto; margin-top:50px; vertical-align:top} .cl_img img{border:1px solid #ccc; margin-top:20px;padding:100px; vertical-align:top} .cl_bg{background:#fcfcfc url(../images/cl_banner1.jpg) no-repeat center top; height:auto; overflow:auto; width:1200px; margin:0 auto;margin-top:20px;} .cl_bz{ width:1002px; margin:0 auto; background:#f9f9f9; height:90px; border:1px solid #ccc; border-top:0} .cl_bz ul{ width:90%; margin:0 auto} .cl_bz li{ float:left; width:33.3%; font-size:18px; line-height:90px; text-align:center} .cl_bz li img{ vertical-align: top; margin-top:16px; margin-right:10px;} #box{ display:none; width:358px; margin:0 auto; position:absolute; top:500px;} .m_m ul li.zc{ height:100%; height:70px; background: rgba(0,0,0,0.4) !important;background: #000000; font-size:14px; padding:25px 10px 0 10px;} .m_m ul li.zc a{ margin:0 5px;} .m_m ul li.zc div a{ font-size:12px; margin-right:5px; float:right; color:#b0c0ca} /*----------------------------------------经营范围智能生成器-------------------------------------------*/ .jyfw_tj dl{ margin-bottom: 1rem; box-sizing: border-box; padding: 0 0.5rem; display: flex; flex-direction: row; justify-content: center; } .jyfw_tj dt{width: 2.3rem;} .jyfw_tj dt img{ width: 1.8rem; margin-top: 0.3rem; } .jyfw_tj dd{ width: 5.6rem; } .jyfw_tj dd h2{ font-size: 0.45rem; border-bottom: 1px solid #f0f0f0; margin-bottom: 0.1rem; } .jyfw_tj dd h2 span{ border-bottom: 2px solid #fbd956; line-height: 0.9rem; display: inline-block; padding-bottom: 0.1rem; } .jyfw_tj dd p{ font-size: 0.35rem; color: #999; line-height: 0.6rem; } .jyfw_ys li{ width: 9rem; margin: 0 auto; text-align: center; color: #666; border: 1px solid #ddd; font-size: 0.4rem; margin-bottom: 0.6rem; padding-bottom: 0.3rem; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0px 1px 5px #ddd; } .jyfw_ys li h2{ text-align: center; font-size: 18px; color: #333; line-height: 30px;} .jyfw_ys li img{ width: 100%;} .qds_slogan p{font-size: 0.5rem; margin-top: 0.2rem; margin-bottom: 0.5rem;} .jyfw_ttj{height:auto; overflow: auto; clear: both; border-bottom: 1px solid #f0f0f0; padding-bottom: 60px; margin-bottom: 30px;} .jyfw_tj1{ width: 45px; float: left; margin-right: 20px; background: #ff6801; color: #fff; border-radius: 4px; text-align: center; line-height: 22px; font-size: 12px; margin-top: 6px; } .jyfw_tj2{ width: 640px; float: left; font-size: 16px; color: #333; line-height: 28px; } .jyfw_tj2 .jyfw_tj22{ font-size: 16px; color: #666; margin-top: 5px;position: absolute; } .jyfw_tj2 .jyfw_tj22 a{ text-decoration: underline;} .jyfw_tj3{ float: right; width: 40px; background: #fff; border: 1px solid #999; text-align: center; line-height: 26px; text-align: center;} #jyfwbox,#jyfwbox1,#jyfwbox2,#jyfwbox3,#jyfwbox4,#jyfwbox5,#jyfwbox6,#jyfwbox7,#jyfwbox8,#jyfwbox9{display:none;width: 450px;height: 241px; background: url(../images/jyfw4.jpg) no-repeat;padding:32px 12px 12px 20px; font-size: 14px; position: absolute; left: 20px; top: 30px; z-index: 100;} #jyfwbox2 p{ margin: 0; padding: 0;} .ckgs_xx p{ margin: 12px 0; font-size: 14px; line-height: 28px;} .fh{ clear: both; height: auto; overflow: auto;} .fh a{ float: right; display: inline-block; padding-bottom: 20px; font-size: 16px; color: #ff6801;} .fh a i{ font-size: 25px; margin-right: 5px;} /*----------------------------------------开公司,找政策,用云宝创业-------------------------------------------*/ .zc_nav{ width: 1200px; margin: 0 auto; height: auto; overflow: auto; padding-bottom: 10px;} .zc_logo{ float: left; padding-top: 15px; color: #3aadff;} .zc_login{ float: right; line-height: 35px; color: #666;} .zc_login a{ margin: 20px 3px 0px 3px; display: inline-block;} .zc_login i{ margin-right: 5px;} .zc_login a:hover{ color: #ff6801;} .hui{ width: 100%; padding: 35px 0; height: auto; overflow: auto; background: #f7f7f7;-moz-box-shadow: 0px 5px 5px #eee inset;-webkit-box-shadow: 0px 5px 5px #eee inset;box-shadow:0px 5px 5px #eee inset; } .zc_gc_tit{ width: 966px; margin: 0 auto; height: 49px; background: url(../images/zc_lc.jpg) no-repeat; margin-top: 20px;} .zc_gc_tit li{ float: left; line-height: 49px; text-align: center; width: 311px; font-size: 16px; color: #666;} .zc_gc_tit li.tit_a{ color: #fff; width: 311px; background: url(../images/zc_lc1.jpg) no-repeat;} .zc_gc_tit li.tit_a1{ color: #fff; width: 348px; background: url(../images/zc_lc2.jpg) no-repeat;} .zc_gc_tit li.tit_a2{ color: #fff; width: 331px; background: url(../images/zc_lc3.jpg) no-repeat;} .zc_gc{ width: 966px; margin: 0 auto; height: auto; overflow: auto; margin-top: 65px;} .zc_gc1{ float: left; width: 655px;background: #fff;} .zc_gc2{ float: right; width:280px; background: #fff; padding: 35px;} .zc_gc2 h2{ font-size: 18px; font-weight: normal; color: #666; margin-bottom: 15px;} .zc_gc2 p{ font-size: 14px; color: #999; line-height: 28px;;} .login_input{ width:90%; margin:0 auto; text-align: center; padding: 35px;} .login_input span{ width: 100%; display: inline-block; line-height: 44px; font-size: 16px;margin-bottom:16px;} .login_input span font{ float: left; width: 80px; text-align: right; margin-right: 5px; line-height: 25px; margin-top: 8px;} .login_input span font.dx{ height: 100px;} .login_input input,.login_input select{ width:400px; background:#fff; border:1px solid #eaeaea; font-size:16px; color:#666; height:44px; padding-left:8px; float: left;} .login_input input:focus,.login_input select:focus{border: 1px solid #ff8b3c; background-color: #fff;box-shadow:0px 0px 8px #ffe1cc;} .login_input a.bnt{ width:50%; border-radius:5px; background:#3aadff; color:#fff; font-size:18px; text-align:center; margin: 0 auto; display:inline-block; line-height:45px; margin-top:12px;} .login_input select option{ padding:10px; font-size: 16px; font-weight: 100;} .login_input a:hover.bnt{ background: #2ba1f5;} .login_input a.bnt1{width:50%; border-radius:5px; background:#ff7517; color:#fff; font-size:18px; text-align:center; margin: 0 auto; display:inline-block; line-height:45px; margin-top:12px;} .login_input a:hover.bnt1{ background: #ff6801;} .login_input span a.bnt,.login_input span a.bnt1{ width: 35%; margin: 0 2% 0 2%; margin-top: 40px;} .login_input p a{ color:#3aadff;} .login_input p { font-size: 20px; font-weight: bold;} .login_input p.yq_fw{ font-size: 16px; color: #666; text-align: center; line-height: 26px; font-weight: normal; margin-top: 30px;} .yq_fw a{ text-decoration: underline;} .yq_fw input{ width: 15px; height: 15px; vertical-align: top; margin-top: 5px; float: none;} .zc_gcc{ width: 500px; margin: 50px auto 20px auto;} .zc_gcc li{ width: 48%; float: left; margin: 0 1%;} .zc_gcc li a{width: 100%; font-size: 20px;background: #fff; color: #666;border: 1px solid #eee; padding: 40px 0; display: inline-block ; font-weight: 100;} .zc_gcc li a:hover{ color: #3aadff; border-color: #3aadff;} .zc_input{ text-align: left;} .zc_input input{ width: 13px; height: 13px; float: none; vertical-align: top; margin-top: 15px; margin-right: 3px; vertical-align: top;} .zc_input b{ font-size: 14px; font-weight: normal; color: #666; margin-right: 10px; display: inline-block; } .app_dow p{ text-align: center; font-size: 14px;margin-bottom: 20px;} .app_dow p font{ font-weight: bold; color: #ff7517; font-size: 28px; } .app_dow li img{ border: 1px solid #eee;} .yq_banner{ width: 100%; background: url(../images/yq_banner.jpg) no-repeat center; height: 460px;} .yq_server{ padding-top: 110px;} .yq_server ul{ background: #fff; width: 550px; padding: 35px;-webkit-box-shadow:0 0 10px rgba(13, 57, 107, .6); -moz-box-shadow:0 0 10px rgba(13, 57, 107, .6); box-shadow:0 0 10px rgba(13, 57, 107, .6); } .yq_server li{ margin-bottom: 15px; background: #f0f0f0;border: 1px solid #e5e5e5; height: 42px;} .yq_server li span{ height: 40px; line-height: 40px; width: 20%; text-align: center; float: left;display: inline-block;} .yq_server li select{ width: 80%; line-height: 30px; height: 40px; padding: 6px;border: none; float: left;} .yq_server li select option{ padding: 10px} .yq_server li input{width: 80%; line-height: 30px; height: 40px; border: none;float: left; padding-left: 10px;*padding-left: 0px;} .yq_server a.bnt{ background: #f89023; color: #fff; text-align: center; font-size: 18px; width: 100%; display: inline-block; line-height: 40px; border-radius: 5px;} .yq_server a:hover.bnt{ background: #ed8415;} .citys {position:relative;width:480px;z-index:1;background: #FFF;border:1px solid #08619a;margin-top:-90px; display: none; margin-left: 35px; height:180px;padding: 25px;} .citys2 {position: absolute;left:10px;top:15px;z-index:1;} .citys2 ul{margin:0;padding:0; margin-bottom:6px; } .citys2 ul li{ padding:0 8px; height:28px; display:inline-block; line-height:25px; font-size:12px; color:#666; text-align:center; background: #f6f6f6; float:left; margin:3px;cursor:pointer; border: 0;} .citys2 ul li a{ display:block;} .citys2 ul li a:hover{ color:#3aadff; } .fenqu li{ float: left; width: 285px; height: 150px;margin-right: 15px;} .fenqu li a{ padding: 25px 0 25px 40px;border: 1px solid #eae9ea; background: #fff; display: inline-block; width: 100%;} .fenqu li a:hover{ border-color:#ff6801 ; color: #ff6801;} .fenqu li i{ float: left; font-size: 40px; margin-right: 20px;} .fenqu li span{ float: left;} .fenqu li span h2{ font-size: 20px; font-weight: 100; color: #333; line-height: 35px;} .fenqu li span p{ font-size: 16px; color: #ff6801;} .hot_tit{ font-size: 20px; font-weight: 100; padding-bottom: 14px; height: 40px;} .hot_yq{ width: 850px; float: left;} .hot_tit a{ float: right; font-size: 14px; color: #666; padding-right: 15px; margin-top: 10px;} .hot_tit a:hover{ color: #ff6801;} .hot_tit span{ float: left;} .hot{ margin-top: 25px;} .hot_yq1{ width: 850px; background: #fff; float: left; padding: 20px 0; } .hot_yq1 li{ clear: both; } .hot_yq1 li a{ display: inline-block;width:100%;*width: auto; padding: 11px 5px 11px 25px; overflow: hidden;} .hot_yq1 li a:hover{ background: #f9f9f9;} .hot_yq1 li a img{ float: left; border: 1px solid #f0f0f0; margin-right: 20px; } .hot_yq1 li a span{ float: left; padding-top: 18px} .hot_yq1 li a span.yq_ck{ float: right; display: inline-block; padding: 3px 22px; border: 1px solid #999; margin-top: 40px; margin-right: 20px;} .hot_yq1 li a:hover span.yq_ck{ background: #ff6801; color: #fff; border: none;} .hot_yq1 li a span h2{ font-weight: 100; font-size: 20px; line-height: 38px; color: #333;} .hot_yq1 li a span p{ font-size: 12px; color: #999;} .hot_yq1 li a span p i{ margin-right: 5px;} .hot_gn{ float: right; width: 322px;} .hot_wd{ width: 850px; float: left;} .hot_wd1 dl{ width: 50%; float: left; margin-bottom: 20px; } .hot_wd1 a:hover h2{ color: #ff6801;} .hot_wd1 dt{ float: left; margin-right: 10px;} .hot_wd1 dd{ float: left; width: 280px;} .hot_wd1 dd h2{ font-size: 16px; font-weight: normal; line-height: 30px; margin-top: 8px; } .hot_wd1 dd p{ font-size: 12px; color: #666; line-height: 24px; margin-top: 5px;} .hot_wd1 li{ width: 49%; float: left; font-size: 14px; line-height: 38px;} .hot_wd1 li a:hover{color: #ff6801; text-decoration: underline;} .case dl{ height: auto; overflow: auto; margin-bottom: 8px;} .case dt{ float: left; margin-right: 10px;} .case dd{ float: left; color: #666; width: 240px;} .case dd h2{ font-size: 16px; margin-bottom: 3px;} .case dd p{ color: #999;} .hot_logo li{ float: left; margin: 10px;} .hot_sq{ background: #fff; padding: 35px 25px; margin-bottom: 20px;} .hot_sq input{ width: 100%; height: 40px; border: 1px solid #eee; padding-left: 10px; margin-bottom: 10px;} .hot_sq a{ width:100%; line-height: 40px; text-align: center; color: #fff; font-size: 18px; background: #ff6801; display: inline-block; border-radius: 5px;} .list_search{ text-align: center; background: #e5e5e5; padding: 10px; border-radius: 5px; width: 750px; margin: 0 auto 35px auto; } .list_search input{ width: 600px; height: 50px; padding: 0 10px; border: 1px solid #f0f0f0;border-radius: 5px; margin-right:10px;} .list_search a{ height: 50px; color:#fff; display:inline-block; width: 120px; line-height: 50px; font-size: 18px;border-radius: 5px; } .choose1{line-height: 35px; padding-top: 20px;} .choose1 dt{ float: left; color: #999; margin-right: 20px; padding-left: 10px;} .choose1 dd{ float: left; width: 1070px;} .choose1 dd.rr{ color: #f00; margin-right: 10px; width: 30px;} .choose1 dd a{ color: #666; margin: 0 10px; display: inline-block;} .tiaojian{ background: #fff; line-height: 40px; border: 1px solid #e7e7e7; width: 100%; clear: both; padding: 0 10px; margin-top: 20px;} .tiaojian span{ color: #999; margin-left: 5px;} .tiaojian i{ color: #f0342f; margin-right: 3px; margin-left: 10px;} .list{ margin: 35px auto;} .list_left{ width: 850px; float: left; background:#fff;border: 1px solid #f0f0f0;} .list_left1{ height: auto; overflow: auto; border-bottom: 1px solid #f0f0f0; padding: 20px 0;} .list1{ float: left; width: 202px; text-align: center;position:relative;} .list1 img{ border: 1px solid #f0f0f0; } .list2{ float: left; width:470px;} .list2 h2{ font-size: 18px; line-height: 38px;} .list1 b{ color: #ff6a04; font-size: 12px; font-weight: normal; position: absolute; right: 20px; bottom: 5px; width: 50px; height: 18px; background: #f5f5f5;} .list1 b i{ font-size: 12px;} .list2 h2 a{ color: #333; display: inline-block;} .list2 h2 a:hover,.list2 h2 a:hover span{ color: #ff6801;} .list2 h2 a span{ font-size: 14px; color: #666; font-weight: normal; margin-left: 5px;} .hot_tj li{ width: 130px; font-size: 12px; color: #999; float: left; line-height: 22px;} .hot_tj li i{ margin-right: 5px;} .list3{ float: left; width:156px;} .list3 a{ width: 156px; text-align: center; color: #fff;display: inline-block; line-height: 36px; font-size: 16px; border-radius: 5px; margin-bottom: 10px; margin-top: 15px;} .list3 p{ font-size: 12px; line-height: 24px; color: #666;} .list3 i{ margin-left: 5px; color: #e2e2e2;} .list3 i span{ color: #fec140;} .list_left .style1{background: #fbfbfb; height: auto; overflow: auto;padding: 20px 0;border-bottom: 1px solid #f0f0f0;} .list_left .style2{background: #fff;height: auto; overflow: auto;padding: 20px 0;border-bottom: 1px solid #f0f0f0;} .list_right{ width: 320px; float: right;} .hot_news{ height: auto; overflow: auto; background: #FFF;border: 1px solid #f0f0f0;} .hot_news h2{ font-size: 16px; font-weight: normal; line-height: 45px; height:45px; background: #fafafa; padding-left: 20px;} .hot_news ul{ padding: 25px 0 35px 25px;} .hot_news li a{font-size: 14px; line-height: 35px; color: #666; } .hot_news li a:hover{color:#ff6801;} .hot_gg{ height: auto;margin: 15px auto; width: 100%;} .hot_gg img{ width: 100%;} .hot_news span{ width: 65%; margin: 0 auto; display: inline-block; text-align: center; padding-top: 25px; font-size: 16px;} .hot_news span img{ width: 100%; border: 1px solid #f0f0f0;} .dibu{ text-align: center; color: #fff; font-size: 20px; padding: 40px; height: auto; overflow: auto; font-weight: 100;} .dibu h2{ line-height: 45px; font-size: 30px; margin-bottom: 10px;} .hot_tel{ width: 180px; line-height: 33px; color: #18px; border-radius: 5px; margin: 30px auto 0 auto; height: 33px;;} .hot_tel i{ margin-right: 5px;} .weizhi a,.weizhi{ font-size: 14px; color: #999;} .list_detail{ background: url(../images/x_bg.jpg) repeat-x; height: 111px;} .list_detail_tit{ padding: 20px 30px 0 30px;} .list_detail_tit h2{ float: left; width: 80%; font-size: 20px; } .list_detail_tit h2 font{ font-size: 12px; color: #999; font-weight: normal; margin-top: 10px; border: 1px solid #e0e0e0; padding:1px 3px; display: inline-block; margin-right:8px;float: left;} .list_detail_tit span{ float: right;} .hot_sqtj{ width: 100%;} .hot_sqtj h2{ font-size: 18px; padding: 10px 25px; border-bottom: 1px solid #e2e2e2; height: auto;overflow: auto; display: inline-block;} .hot_sqtj h2 span{float: left; display: inline-block;} .hot_sqtj h2 a{ float: right; font-size: 14px; font-weight: normal; display: inline-block;} .hot_sqtj h2 i{ color: #666; margin-right: 5px;} .hot_sqtj_con{ padding: 25px; line-height: 25px; color: #666;} .hot_sqtj_con b{ font-size: 16px; color: #333; } .wxsq{ padding: 30px;} .wxsq1{ float: left; font-size: 16px; color: #666; width: 590px;} .hot_zx{ background: #fffdf4; width: 100%; height: auto; overflow: auto; display: inline-block;} .hot_zx dl{ width:50%; height: auto; overflow: auto; float: left; padding: 15px 0px 15px 0; border-bottom: 1px solid #e2e2e0;} .hot_zx dt{ float: left; margin-right: 15px; margin-left: 45px; display: inline;} .hot_zx dt img{ border: 1px solid #eaeae9; width: 60px;} .hot_zx dd h2{ font-size: 16px; font-weight:100;} .hot_zx dd h2 span{ font-size: 14px; color: #666; padding-left: 10px;} .hot_zx dd h2 span i{ margin: 0 5px; color: #e7e7e7;} .hot_zx dd p{ color: #999; margin-top: 5px;} .hot_zx_tit h2{ float: left; font-weight: normal; padding-left: 30px; font-size: 16px; line-height: 40px; } .hot_zx_tit{border-bottom: 1px solid #e2e2e0; height: auto; overflow: auto; margin-top: 20px;} .ry_lc{ float: right; padding-right: 20px; padding-top: 15px;} .ry_lc1{ float: left; background: #f3f3f3; border: 1px solid #eaeaea; line-height: 23px; margin-left: 6px;} .ry_lc1 span{ padding: 0 12px 0 5px;} .ry_lc1 img{ vertical-align: top;} .mennu { height: 70px; z-index: 100; position: absolute; left: 520px; } .mennu li { float: left;height: 70px; font-size: 14px; text-align: center; line-height: 18px; padding: 0; } .mennu li.lihover, .mennu li.licurrent { padding-bottom: 15px; border-bottom: 3px solid #FE7700; } .mennu li a {font-size: 16px; color: #333; margin:0 20px; padding: 15px 12px 0px 12px; font-weight: 100; display: inline-block;border-top:2px solid #fff; line-height: 40px; } .mennu li a:hover{ color: #3aadff; } .mennu li.ho{ color: #3aadff; border-top:2px solid #3aadff; } .li_3 { position: relative; z-index: 100; } ; } .li_3 { position: relative; z-index: 100; } .li_3 a.noclick { width: 60px; } .li_3_content { position: absolute; top: 70px; left: -40px; padding: 10px 0; z-index: 99; display: none; width: 180px; background: #fff; filter:alpha(opacity=99); -moz-opacity:0.99; -khtml-opacity: 0.99; opacity: 0.99; border: 1px solid #149cd0; border-top:0; } .li_3_content dd { line-height: 50px; } .li_3_content dd a { text-align: center; padding: 0; border-right: none; line-height: 50px; color: #666; font-weight: normal; display: inline-block; border: 0; width: 100%; margin: 0; } .li_3_content dd a:hover{ border: 0; background: #f89023; color: #fff;; } .li_3_content dd.lastItem { background-image: none; } .li_3_content dd.lastItem a { border-bottom: none; } .hheader{ position: relative; height: 70px; background: url(../images/line-solid.gif) repeat-x bottom; width: 1200px; margin: 0 auto; z-index: 100; } .i_input{ width: 900px; margin: 0 auto; text-align: center; color: #fff; padding-top: 80px; position: absolute;top: 70px; left: 150px; text-shadow:0 1px 0 #118eb3, 0 1px 0 #118eb3, 0 1px 0 #118eb3, 0 1px 0 #118eb3;} .i_input h2{ font-size: 36px;font-weight: 100; margin-bottom: 20px;} .i_input1{ width: 85%; margin: 0 auto; background: #167ba1; padding:1%; border-radius: 5px; height: auto; overflow: hidden; z-index: 10000; margin-bottom: 20px;} .i_input1 input{ width: 80%; height: 50px; border: 0; float: left; padding-left: 10px;border-radius: 5px; margin-right: 1%;} .i_input1 a{ width:19%; *width:18%; text-align: center ; background: #308afa; border: 1px solid #60a7ff; height: 50px; display: inline-block;border-radius: 5px; float: left; color: #fff; line-height: 50px; font-size: 20px;} .i_input1 a:hover{ background: #2581f3;} .i_input p a{ color: #fff; margin-right: 8px;} .i_input p a:hover{color: #feffe6;} .rr{ color: #f00;} .i_gj{ width: 100%; background: #fff; height:120px;min-width: 1200px;} .i_gj li{width: 25%;float: left;background: #fff;margin-left: -1px;} .i_gj li a { display:block; background: #fff; height: 120px;padding: 15px 2%;border-left:1px solid #f0f0f0; } .i_gj li span{ float: left; width:57%;} .i_gj li span.i_img{ width: 40%; text-align: center; margin-right: 3%;} .i_gj li span h2{ font-weight: 100; font-size: 22px; color: #333; margin-top: 15px; } .i_gj li a span h2{ color: #333; } .i_gj li a:hover span h2{ color: #3aadff; } .i-wrap{ height: 400px; overflow: hidden;} .hot_cstit h2{ font-size: 18px; margin-bottom: 10px; padding-left: 3px;} .hot_cstit h2 span{ font-size: 14px; font-weight: normal; color: #666;} .hot_cs{ background: #fff; border: 1px solid #f0f0f0; height: auto; overflow: hidden;} .hot_cs img{ vertical-align: top;} .hot_cs h2{ font-size: 18px; color: #333;} .hot_cs p{ font-size: 14px; color: #999; line-height: 26px;} .hot_cs span{ color: #f00; font-size: 12px; line-height: 18px; border: 1px solid #f00; display: inline-block; padding: 0 3px; margin-top: 15px;} .hot_cs a{ display: block; padding: 25px 0 0 25px;} .hot_cs1{ float: left; width: 200px;} .hot_cs2{ float: left; height: 305px; width: 351px; } .hot_cs3{ float: left; width: 325px;border-right: 1px solid #f0f0f0;height: 305px;border-left: 1px solid #f0f0f0;} .hot_cs4{ float: right; width: 320px; } .hot_cs3 li,.hot_cs4 li{ border-top: 1px solid #f0f0f0; height: 153px; width: 320px; background:#fff url(../images/hot3.jpg) no-repeat right bottom; z-index: 100;} .hot_cs2 li{background: url(../images/hot2.jpg) no-repeat right bottom; height: 305px; width: 352px; border-right: 1px solid #f0f0f0;display: inline-block; } .i_sq{ background: #fffff2 url(../images/sq.jpg) no-repeat bottom;} .i_sq_tit{ margin-bottom: 20px;} .i_sq1 input{ width: 91%; height: 40px; margin-bottom: 10px; border: 1px solid #ebebd4; padding-left: 5px;} .i_sq1 a{ background: #ff7618; width: 91%; margin-top: 5px; line-height: 40px; text-align: center; color: #fff; font-size: 18px; display: inline-block; border-radius: 5px;} .i_sq1 a:hover{background: #ff6801;} .bottom{ background:#232323; text-align:center; width:100%; color:#8b8b8b; line-height:42px; min-width:1200px; } .f-cb:after{display:block;height:0;clear:both;visibility:hidden;overflow:hidden;content:".";} .por{position: relative;} .poa{position: absolute;} .pof{ position: fixed;} .poa-f{position: absolute; left: 0; top: 0; width: 100%; height: 100%;} .ovh{overflow: hidden;} .di_zx{ color: #fff; font-size: 20px; line-height: 30px; text-align: center; height: auto; overflow: auto; padding: 25px 0 25px 0;} .di_zx p{ width: 430px; } .di_zx a{ float: left; background: #fff; border-radius: 30px; display: inline-block; width: 180px; line-height: 36px; color: #1a8ee1; font-size: 16px; margin: 25px 12px;} .i_tit{ font-size: 28px; color: #333; font-weight: 100; line-height: 40px; text-align: center; margin: 35px 0} .i_ys{ padding:20px 0; height:auto; overflow:auto; text-align: center;} .i_ys li i{ width: 100px; height: 100px; margin: 0 auto; display: inline-block; background: #4fccfe; font-size: 54px; text-align: center; line-height: 100px; color: #fff; border-radius: 100px; margin-bottom: 10px;} .i_ys li{ width:23%; float: left; background:#fff; float:left; margin:0px 1% 40px 1%; height:380px; border: 1px solid #f0f0f0; } .i_ys li span{ float:left; color: #f00; font-size: 20px; display: inline-block;} .i_ys li span.i_yb{ font-size: 14px; text-decoration: line-through; color: #999; float: right; padding-right: 10px;} .i_ys li h2{ font-size:16px; color:#333; line-height:35px;font-weight:normal;max-width:94%; margin:0 auto; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .i_ys li p{ color:#999; font-size:14px; line-height:28px; padding:0px 15px 8px 15px;} .i_ys li b{ width: 80%; margin: 0 auto; text-align: center; color: #fff; background: #24b6f2;display: inline-block; line-height: 40px; margin-top: 30px; font-size: 18px; font-weight: 100;} .i_ys li a{ display:block; width:100%; height:380px; padding-bottom:0px; padding-top:30px;} .i_ys li a:hover{-webkit-box-shadow: #ccc 0px 0px 10px;-moz-box-shadow: #ccc 0px 0px 10px;box-shadow: #ccc 0px 0px 10px;background: #fff;behavior: url(/PIE.htc);} .i_ys li a:hover h2{ color:#3aadff} .i_ys li,.hot_cs3 li,.hot_cs4 li,.hot_cs2 li,.ld li,.i_gj li,.ab3 li,.about_z li{ transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out; -moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out; } .i_ys li:hover,.hot_cs3 li:hover,.hot_cs4 li:hover,.hot_cs2 li:hover,.i_gj li:hover,.ld li:hover,.ab3 li:hover,.about_z li:hover { transform:translate(0,-5px); -webkit-transform:translate(0,-5px); -moz-transform:translate(0,-5px); -o-transform:translate(0,-5px); -ms-transform:translate(0,-5px); -webkit-box-shadow:0px 5px 15px #e5e5e5; -moz-box-shadow:0px 5px 15px #e5e5e5; box-shadow:0px 5px 15px #e5e5e5; } .i_sl li{ width: 280px; float: left; border: 3px solid #ddd9d4; text-align: center; font-weight: 100; font-size: 16px; line-height: 30px; padding: 30px 0; margin:15px 19px 20px 0; display: inline; margin-left: -1px;} .i_sl li font{ font-weight: bold; font-size: 36px; color: #e34a2c;} .ld li{ width: 514px; float: left; text-align: center; border: 1px solid #f0f0f0; background: #fff; margin: 50px 0 0 0; overflow: hidden;} .ld li h2{ font-size: 22px; font-weight: 100; line-height: 60px;} .ld li span{ width: 49%; float: left; display: inline-block; padding: 10px 0 25px 0;} .ld li span h3{ font-weight: 100; line-height: 25px; margin-bottom: 8px;} .ld li span p{ font-size: 12px; color: #999; line-height: 20px } .ld li span b{ width: 30%; float: left; font-weight: normal; text-align:left; padding-left: 10%;} .focus-area-setTab-menu ul.i_fl li{ width: 20%;} .order_details ul{ width:1200px; text-align:center; border:1px solid #ddd; background:#f0f0f0; height: 60px;} .order_details li{ line-height:60px; font-size:18px; color:#666; cursor:pointer; float:left; width:20%;} .order_details .checked{background:#3aadff; color:#fff;} .hidedomdiv{display: none} .showdomdiv{display: block;} .showsss{border:1px solid #f0f0f0;text-align: center;line-height: 100px;font-size:40px; padding: 40px 60px 49px 10px;} .cl_xztit h2{ font-size: 30px; font-weight: 100;} .lh li{ width: 360px; float: left; text-align: center; font-size: 14px; color: #999; line-height: 28px;} .lh li h2{ color: #333; font-weight: 100; font-size: 20px;;} .zxls{ color: #333; font-size: 22px; text-align: center; padding: 50px 0;} .zxls b{ font-size: 30px; line-height: 52px; color: #ff6801;} .zxls b i{ font-size: 30px; margin-right: 5px; } .jianbian{background: #ff7314;background: -webkit-linear-gradient(#ff8938, #ff6a04); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(#ff8938, #ff6a04); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(#ff8938, #ff6a04); /* Firefox 3.6 - 15 */ background: linear-gradient(#ff8938, #ff6a04); /* 标准的语法 */ text-shadow:0 1px 0 #e16008, 0 1px 0 #e16008, 0 1px 0 #e16008, 0 1px 0 #e16008; } .ihot {position: absolute; width:600px;z-index:1000;background: #FFF;border:1px solid #f0f0f0;margin-top:-46px; display: none; margin-left: 235px; height:150px;padding: 10px;} .ihot1 {left:10px;top:15px;z-index:1000;} .ihot1 ul{margin:0;padding:0; margin-bottom:6px; } .ihot1 ul li{ height:28px; display:inline-block; line-height:25px; font-size:12px; color:#999; text-align:center; background: #f6f6f6; float:left; margin:3px;cursor:pointer; border: 0;} .ihot1 ul li a{ display:block; color: #666;padding:0 10px;} .ihot1 ul li a:hover{ color:#3aadff; } .ihot1 h2{ font-size: 14px; line-height: 40px; font-weight: normal; padding-left: 4px; } .i_clzx1{ width: 48%; float: left; padding-bottom: 35PX;} .i_clzx1 ul{ background: #fff; padding: 35px;border: 1px solid #f0f0f0;} .i_clzx1 li{line-height: 35px; width: 100%; display: inline-block;} .i_clzx1 li a{font-size: 14px;} .i_clzx1 a:hover{ color: #ff7618;} .i_clzx1 li span{ padding:0px 4px; font-size:11px; display: inline-block; line-height:18px; border-radius:5px; margin-left:0px; border:1px solid #ff6801;color:#ff6801; float:right; margin-top:12px;} .i_clzx1 li span b{ color:#ff6801} .i_clzx1 li span.cl_z{ float:left; border:0} .i_clzx1 li i{ color:#076dad; font-size:16px; margin-right:8px; padding-top:2px; } .i_clzx_tit{ font-size: 16px; width: 100%; color: #ff7618; padding-bottom: 15px; padding-top: 35px; height: auto; overflow: auto; padding-left: 5px;} .i_clzx_tit b{ color: #333; font-size: 18px;} .i_clzx_tit a{ float: right; font-size: 14px; color: #666; font-weight: normal; padding-right: 5px; padding-top: 5px;} .i_clzx_tit span{ float: left;} .di_zx1{ float: left; width: 73%; padding-top: 30px;} .di_zx2{ float: left; width: 130px; margin-right: 50px; text-align: center; color: #666; background: #fff; font-size: 14px; line-height: 18px; padding: 3px 0 8px 0;} .di_zx2 img{ width:120px; vertical-align: top;} .di_zx1 h2{ text-align: left;} .di_zx{ width: 670px; margin: 0 auto;} .i_gjb{ width: 1200px; margin: 0 auto; text-align: center; margin-top: 25px; height: auto; overflow: auto; padding-bottom: 30px;} .i_gjb a{ line-height: 25px; height: 27px; float: left; margin-right:8px; margin-top: 10px; border: 1px solid #ddd; padding: 0 10px;} @media screen and (min-width:1000px) { .i_gj li span h2{ font-size: 18px; } } @media screen and (min-width:1299px) { .i_gj li span h2{ font-size: 22px; } }
0.181155
0.063657
html { -webkit-font-smoothing: antialiased; } body{ background-image: url("../images/bg.png"); font-family: 'Quattrocento Sans', sans-serif; width: 100%; } nav{ height: 50px; background-image: url("../images/bg_darker.png"); text-align: center; line-height: 3em; } nav > a{ padding: 18px; margin: 0; } nav > a:hover{ color: #33b4d2; background-image: url("../images/bg.png"); } .selected{ background-image: url("../images/bg.png"); } #planTrip{ /*display: none;*/ width: 65%; margin: 0 auto; } .masthead { position: relative; min-width: 720px; } .masthead-video { z-index: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: auto; width: 100%; } .masthead-overlay { background-color: #000; opacity: 0.4; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .masthead-video-credit { position: absolute; bottom: 0; right: 0; color: #fff; opacity: 0.5; font-family: 'HelveticaNeue-Light', helvetica, sans-serif; font-weight: 100; letter-spacing: 0.04em; font-size: 12px; padding-right: 10px; bottom: 10px; text-decoration: none; text-align: right; line-height: 1.5; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; transition: 0.2s ease all; } .masthead-video-credit span { display: block; } .masthead-video-credit:hover { opacity: 0.7; } .masthead-arrow { position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 50px; height: 50px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0.4; } h1, h2, h3, h4{ font-family: 'Oswald', sans-serif; color: #dbdbdb; } h1 { position: absolute; width: 100%; font-weight: bold; font-size: 120px; text-align: center; height: 120px; line-height: 1; top: 0; bottom: 0; margin: auto; color: white; opacity: 0.4; } h1 span { display: block; font-size: 24px; letter-spacing: 5px; font-weight: 100; text-transform: uppercase; padding-left: 30px; } h2 { margin-top: 0; margin-bottom: 10px; font-size: 40px; color: #dbdbdb; } h3{ padding-top: 30px; } h4{ margin-top: 0; } p { margin-top: 0; font-size: 18px; color: #dbdbdb; letter-spacing: -0.02em; font-weight: 100; line-height: 1.5; color: #dbdbdb; } a { color: #2096b1; text-decoration: none; } fieldset { border: 0; padding: 0; } .inputP{ color: #dbdbdb; margin: 0; } label { display: block; margin: 30px 0 0 0; color: #dbdbdb; margin-top: 0; } select { width: 200px; } button{ margin-top: 30px; padding: 5px 30px; } .overflow { height: 200px; } .col_1_2{ width: 50%; float: left; } .col_1_4{ width: 25%; float: left; color: #dbdbdb; } section{ clear: both; } #gallery{ width: 960px; margin: 0 auto; } .shuffle-group { position: relative; width: 100%; margin-bottom: 10px; } .shuffle-me{ float: left; margin: 10px; } footer{ clear: both; margin-top: 50px; height: 50px; background-image: url("../images/bg_darker.png"); text-align: center; } footer > p{ line-height: 3em; } /*-------------------------------------------------------------------------- *Chart*/ .chart-container { width: 500px; border: 1px solid #888; } .chart-title { background-color: #888; padding: 5px 0px 10px 15px; margin: 0px; } .chart-title h2 { margin: 0px; color: #fff; font-family: Georgia; } .chart-title p { margin: 0px; color: #222; } .chart-content { height: 340px; position: relative; overflow: hidden; margin: 5px 0px 0px 0px; } .chart-y-axis { width: 50px; height: 300px; position: absolute; top: 0px; left: 0px; } .chart-y-axis p { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 5px; width: 35px; position: absolute; border-bottom: 1px solid #ccc; } .chart-x-axis { height: 50px; position: absolute; top: 300px; left: 50px; } .chart-x-axis p { position: absolute; top: 0px; width: 100px; color: #888; text-align: center; } .chart-area { width: 600px; height: 300px; position: absolute; top: 0px; left: 50px; background: #fff url(../images/chart_bg.jpg) no-repeat 0px 0px; } .chart-area .chart-bar { position: absolute; bottom: 0px; width: 50px; height: 50px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background-repeat: no-repeat; background-position: 50% bottom; } .chart-area .chart-bar.wed { background-color: rgba(134,174,203,.7);} .chart-area .chart-bar.thu { background-color: rgba(71,128,167,.7);} .chart-area .chart-bar.fri { background-color: rgba(81,134,181,.7);} .chart-area .chart-bar.sat { background-color: rgba(66,107,131,.7);} .chart-area .chart-bar.sun { background-color: rgba(34,72,96,.7);} .chart-area .chart-bar p { margin: 5px 0px 0px 0px; text-align: center; color: #fff; }
assets/styles/styles.css
html { -webkit-font-smoothing: antialiased; } body{ background-image: url("../images/bg.png"); font-family: 'Quattrocento Sans', sans-serif; width: 100%; } nav{ height: 50px; background-image: url("../images/bg_darker.png"); text-align: center; line-height: 3em; } nav > a{ padding: 18px; margin: 0; } nav > a:hover{ color: #33b4d2; background-image: url("../images/bg.png"); } .selected{ background-image: url("../images/bg.png"); } #planTrip{ /*display: none;*/ width: 65%; margin: 0 auto; } .masthead { position: relative; min-width: 720px; } .masthead-video { z-index: 0; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: auto; width: 100%; } .masthead-overlay { background-color: #000; opacity: 0.4; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; } .masthead-video-credit { position: absolute; bottom: 0; right: 0; color: #fff; opacity: 0.5; font-family: 'HelveticaNeue-Light', helvetica, sans-serif; font-weight: 100; letter-spacing: 0.04em; font-size: 12px; padding-right: 10px; bottom: 10px; text-decoration: none; text-align: right; line-height: 1.5; -webkit-transition: 0.2s ease all; -moz-transition: 0.2s ease all; transition: 0.2s ease all; } .masthead-video-credit span { display: block; } .masthead-video-credit:hover { opacity: 0.7; } .masthead-arrow { position: absolute; bottom: 30px; left: 0; right: 0; margin: auto; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); width: 50px; height: 50px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0.4; } h1, h2, h3, h4{ font-family: 'Oswald', sans-serif; color: #dbdbdb; } h1 { position: absolute; width: 100%; font-weight: bold; font-size: 120px; text-align: center; height: 120px; line-height: 1; top: 0; bottom: 0; margin: auto; color: white; opacity: 0.4; } h1 span { display: block; font-size: 24px; letter-spacing: 5px; font-weight: 100; text-transform: uppercase; padding-left: 30px; } h2 { margin-top: 0; margin-bottom: 10px; font-size: 40px; color: #dbdbdb; } h3{ padding-top: 30px; } h4{ margin-top: 0; } p { margin-top: 0; font-size: 18px; color: #dbdbdb; letter-spacing: -0.02em; font-weight: 100; line-height: 1.5; color: #dbdbdb; } a { color: #2096b1; text-decoration: none; } fieldset { border: 0; padding: 0; } .inputP{ color: #dbdbdb; margin: 0; } label { display: block; margin: 30px 0 0 0; color: #dbdbdb; margin-top: 0; } select { width: 200px; } button{ margin-top: 30px; padding: 5px 30px; } .overflow { height: 200px; } .col_1_2{ width: 50%; float: left; } .col_1_4{ width: 25%; float: left; color: #dbdbdb; } section{ clear: both; } #gallery{ width: 960px; margin: 0 auto; } .shuffle-group { position: relative; width: 100%; margin-bottom: 10px; } .shuffle-me{ float: left; margin: 10px; } footer{ clear: both; margin-top: 50px; height: 50px; background-image: url("../images/bg_darker.png"); text-align: center; } footer > p{ line-height: 3em; } /*-------------------------------------------------------------------------- *Chart*/ .chart-container { width: 500px; border: 1px solid #888; } .chart-title { background-color: #888; padding: 5px 0px 10px 15px; margin: 0px; } .chart-title h2 { margin: 0px; color: #fff; font-family: Georgia; } .chart-title p { margin: 0px; color: #222; } .chart-content { height: 340px; position: relative; overflow: hidden; margin: 5px 0px 0px 0px; } .chart-y-axis { width: 50px; height: 300px; position: absolute; top: 0px; left: 0px; } .chart-y-axis p { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 5px; width: 35px; position: absolute; border-bottom: 1px solid #ccc; } .chart-x-axis { height: 50px; position: absolute; top: 300px; left: 50px; } .chart-x-axis p { position: absolute; top: 0px; width: 100px; color: #888; text-align: center; } .chart-area { width: 600px; height: 300px; position: absolute; top: 0px; left: 50px; background: #fff url(../images/chart_bg.jpg) no-repeat 0px 0px; } .chart-area .chart-bar { position: absolute; bottom: 0px; width: 50px; height: 50px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background-repeat: no-repeat; background-position: 50% bottom; } .chart-area .chart-bar.wed { background-color: rgba(134,174,203,.7);} .chart-area .chart-bar.thu { background-color: rgba(71,128,167,.7);} .chart-area .chart-bar.fri { background-color: rgba(81,134,181,.7);} .chart-area .chart-bar.sat { background-color: rgba(66,107,131,.7);} .chart-area .chart-bar.sun { background-color: rgba(34,72,96,.7);} .chart-area .chart-bar p { margin: 5px 0px 0px 0px; text-align: center; color: #fff; }
0.423935
0.083106
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;700;900&family=Oswald:wght@400;700&display=swap'); :root { --clr-primary: #f49402; /* --clr-primary: hsl(205, 67%, 45%); */ --clr-primary-dark: #003e6b; --clr-primary-light: #ffcb7d; /* --clr-primary-light: hsl(205, 84%, 74%); */ --clr-grey-1: #333a42; /* --clr-grey-1: hsl(209, 61%, 16%); */ --clr-grey-4: #94989c; --clr-grey-5: #6e757c; --clr-grey-6: #e0ebf7; --clr-grey-7: #ebf9fa; --clr-grey-8: #efebfa; --clr-grey-9: #f8f8f8; /* --clr-grey-9: hsl(210, 32%, 93%); */ --clr-grey-10: #f1f5f8; --clr-white: #fff; --clr-red-dark: #bb2525; --clr-red-light: #e66b6b; --clr-bg-section-two: #f1f1f1; --clr-bg-section-three: #fcfcfc; --ff-primary: 'Barlow', sans-serif; --ff-secondary: 'Barlow', sans-serif; --primary-font-weight: 400; --ff-title: 'Oswald', sans-serif; --transition: all 0.3s linear; --spacing: 0.1rem; --radius: 0.5rem; --fixed-width: 620px; --maxWidth: 1170px; } ::-moz-selection { background: var(--clr-primary); color: black; } ::selection { background: var(--clr-primary); color: black; } * { box-sizing: border-box; } body { font-family: var(--ff-secondary); font-weight: var(--primary-font-weight); background: white; /* background: var(--clr-grey-9); */ color: var(--clr-grey-1); line-height: 1.8; font-size: 0.875rem; scroll-behavior: smooth; margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; color: var(--clr-grey-1); } h1, h2, h3, h4 { /* letter-spacing: var(--spacing); */ /* text-transform: capitalize; */ line-height: 1.25; margin-bottom: 0.75rem; font-family: var(--ff-primary); } h1 { font-size: 1.7rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } h4 { font-size: 0.875; } /* p { margin-bottom: 1.25rem; font-size: 1.1rem; } */ @media screen and (min-width: 800px) { h1 { font-size: 2.5rem; } } @media screen and (min-width: 800px) { h1 { font-size: 4rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } h4 { font-size: 1rem; } h1, h2, h3, h4 { line-height: 1; } body { font-size: 1rem; } } ul { list-style-type: none; } .btn { text-transform: uppercase; /* letter-spacing: var(--spacing); */ color: var(--clr-white); padding: 0.375rem 0.75rem; border-radius: var(--radius); display: inline-block; transition: var(--transition); cursor: pointer; font-size: 1rem; background: var(--clr-primary); font-weight: 400; } .btn:hover { background: var(--clr-primary-light); color: var(--clr-primary); } .youtube-icon { color: #c4302b; } .twitter-icon { color: #1dcaff; } .github-icon { color: var(--clr-primary); } .background { min-height: calc(100vh - 5rem); background-position: center; background-size: cover; opacity: 1 !important; display: flex; justify-content: center; align-items: center; background-color: rgba(34, 34, 34, 0.6); } .center-div { text-align: center; } .center { width: 90vw; max-width: 1170px; margin: 0 auto 2rem auto; display: grid; gap: 3rem; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } .leistungen-grid.gatsby-image-wrapper { height: 250px; } .leistung.gatsby-image-wrapper { height: 300px; } .trolley-images img { height: 400px; display: block; margin: auto; } @media screen and (min-width: 576px) { .center { grid-template-columns: repeat(auto-fill, minmax(358px, 1fr)); } .leistung.gatsby-image-wrapper { height: 500px; } } @media screen and (min-width: 992px) { .center { width: 95vw; } } .columnHeader { color: white; font-family: var(--ff-secondary); text-align: center; margin: 2rem 0; } .refContainer { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1rem; margin-top: 1rem; margin-bottom: 1rem; } .referenzen-image.gatsby-image-wrapper { height: 250px; } .image-container .gatsby-image-wrapper { width: 90%; margin: auto; } .slick-prev:before, .slick-next:before { color: var(--clr-primary); opacity: 1; } .ref-carousell { width: 90%; margin: 1rem auto; } .ref-carousell .gatsby-image-wrapper { height: 150px; } @media only screen and (max-width: 768px) { .refContainer { grid-template-columns: 1fr; } } /* Services */ .service-link { text-decoration: none; }
src/css/main.css
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;700;900&family=Oswald:wght@400;700&display=swap'); :root { --clr-primary: #f49402; /* --clr-primary: hsl(205, 67%, 45%); */ --clr-primary-dark: #003e6b; --clr-primary-light: #ffcb7d; /* --clr-primary-light: hsl(205, 84%, 74%); */ --clr-grey-1: #333a42; /* --clr-grey-1: hsl(209, 61%, 16%); */ --clr-grey-4: #94989c; --clr-grey-5: #6e757c; --clr-grey-6: #e0ebf7; --clr-grey-7: #ebf9fa; --clr-grey-8: #efebfa; --clr-grey-9: #f8f8f8; /* --clr-grey-9: hsl(210, 32%, 93%); */ --clr-grey-10: #f1f5f8; --clr-white: #fff; --clr-red-dark: #bb2525; --clr-red-light: #e66b6b; --clr-bg-section-two: #f1f1f1; --clr-bg-section-three: #fcfcfc; --ff-primary: 'Barlow', sans-serif; --ff-secondary: 'Barlow', sans-serif; --primary-font-weight: 400; --ff-title: 'Oswald', sans-serif; --transition: all 0.3s linear; --spacing: 0.1rem; --radius: 0.5rem; --fixed-width: 620px; --maxWidth: 1170px; } ::-moz-selection { background: var(--clr-primary); color: black; } ::selection { background: var(--clr-primary); color: black; } * { box-sizing: border-box; } body { font-family: var(--ff-secondary); font-weight: var(--primary-font-weight); background: white; /* background: var(--clr-grey-9); */ color: var(--clr-grey-1); line-height: 1.8; font-size: 0.875rem; scroll-behavior: smooth; margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; color: var(--clr-grey-1); } h1, h2, h3, h4 { /* letter-spacing: var(--spacing); */ /* text-transform: capitalize; */ line-height: 1.25; margin-bottom: 0.75rem; font-family: var(--ff-primary); } h1 { font-size: 1.7rem; } h2 { font-size: 2rem; } h3 { font-size: 1.5rem; } h4 { font-size: 0.875; } /* p { margin-bottom: 1.25rem; font-size: 1.1rem; } */ @media screen and (min-width: 800px) { h1 { font-size: 2.5rem; } } @media screen and (min-width: 800px) { h1 { font-size: 4rem; } h2 { font-size: 2.5rem; } h3 { font-size: 2rem; } h4 { font-size: 1rem; } h1, h2, h3, h4 { line-height: 1; } body { font-size: 1rem; } } ul { list-style-type: none; } .btn { text-transform: uppercase; /* letter-spacing: var(--spacing); */ color: var(--clr-white); padding: 0.375rem 0.75rem; border-radius: var(--radius); display: inline-block; transition: var(--transition); cursor: pointer; font-size: 1rem; background: var(--clr-primary); font-weight: 400; } .btn:hover { background: var(--clr-primary-light); color: var(--clr-primary); } .youtube-icon { color: #c4302b; } .twitter-icon { color: #1dcaff; } .github-icon { color: var(--clr-primary); } .background { min-height: calc(100vh - 5rem); background-position: center; background-size: cover; opacity: 1 !important; display: flex; justify-content: center; align-items: center; background-color: rgba(34, 34, 34, 0.6); } .center-div { text-align: center; } .center { width: 90vw; max-width: 1170px; margin: 0 auto 2rem auto; display: grid; gap: 3rem; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); } .leistungen-grid.gatsby-image-wrapper { height: 250px; } .leistung.gatsby-image-wrapper { height: 300px; } .trolley-images img { height: 400px; display: block; margin: auto; } @media screen and (min-width: 576px) { .center { grid-template-columns: repeat(auto-fill, minmax(358px, 1fr)); } .leistung.gatsby-image-wrapper { height: 500px; } } @media screen and (min-width: 992px) { .center { width: 95vw; } } .columnHeader { color: white; font-family: var(--ff-secondary); text-align: center; margin: 2rem 0; } .refContainer { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1rem; margin-top: 1rem; margin-bottom: 1rem; } .referenzen-image.gatsby-image-wrapper { height: 250px; } .image-container .gatsby-image-wrapper { width: 90%; margin: auto; } .slick-prev:before, .slick-next:before { color: var(--clr-primary); opacity: 1; } .ref-carousell { width: 90%; margin: 1rem auto; } .ref-carousell .gatsby-image-wrapper { height: 150px; } @media only screen and (max-width: 768px) { .refContainer { grid-template-columns: 1fr; } } /* Services */ .service-link { text-decoration: none; }
0.398172
0.065515
@charset "UTF-8"; * { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } html { scroll-behavior: smooth; font-size: 16px; font-family: "roboto", sans-serif; color: #ececec; background: white; width: 100vw; overflow-x: hidden; } a { text-decoration: none; color: #ececec; } h1, h2, h3, h4, h5, h6 { font-family: "Encode Sans Semi Expanded", sans-serif; } .sticky { top: 0; z-index: 5; width: 90%; margin: 0 auto; padding-top: 1rem; text-shadow: 3px 3px 4px black; position: -webkit-sticky; position: sticky; } .sticky .brand { max-height: 2em; -webkit-transform: translate(-100rem); transform: translate(-100rem); -webkit-animation: slidein 2s forwards ease; animation: slidein 2s forwards ease; -webkit-filter: drop-shadow(3px 3px 4px black); filter: drop-shadow(3px 3px 4px black); } .sticky .brand span { color: #58b422; } nav { top: 0; z-index: 5; position: absolute; max-width: 140rem; width: 90%; margin: 0 auto; } nav .nav { padding-top: 1rem; text-shadow: 3px 3px 4px black; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: right; -ms-flex-align: right; align-items: right; text-transform: uppercase; font-size: 1em; } nav .nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } nav .nav ul li { list-style: none; -webkit-transform: translate(100rem); transform: translate(100rem); -webkit-animation: slidein 2s forwards ease; animation: slidein 2s forwards ease; } nav .nav ul li a { padding: 0.5rem 0; margin: 0 2vw; position: relative; letter-spacing: 2px; } nav .nav ul li :last-child { margin-right: 0; } nav .nav ul li ::before, nav .nav ul li ::after { content: ""; position: absolute; width: 100%; height: 1px; background-color: #58b422; left: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s; transition: all 0.5s; } nav .nav ul li ::before { top: 0; -webkit-transform-origin: left; transform-origin: left; } nav .nav ul li ::after { bottom: 0; -webkit-transform-origin: right; transform-origin: right; } nav .nav ul li :hover::before, nav .nav ul li :hover::after { -webkit-transform: scaleX(1); transform: scaleX(1); } nav .nav ul :nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; } nav .nav ul :nth-child(1) ::before, nav .nav ul :nth-child(1) ::after { background-color: #ff7b42; } nav .nav ul :nth-child(2) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } nav .nav ul :nth-child(2) ::before, nav .nav ul :nth-child(2) ::after { background-color: #008092; } nav .nav ul :nth-child(3) { -webkit-animation-delay: 1s; animation-delay: 1s; } nav .nav ul :nth-child(3) ::before, nav .nav ul :nth-child(3) ::after { background-color: #c50000; } nav .nav ul :nth-child(4) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } @-webkit-keyframes slidein { from { } to { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slidein { from { } to { -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadein { from { opacity: 0; -webkit-box-shadow: 0; box-shadow: 0; } to { opacity: 1; -webkit-box-shadow: 1; box-shadow: 1; } } @keyframes fadein { from { opacity: 0; -webkit-box-shadow: 0; box-shadow: 0; } to { opacity: 1; -webkit-box-shadow: 1; box-shadow: 1; } } .fullscreen-video-wrap { position: absolute; z-index: -1; opacity: 0; top: 0; left: 0; width: 100%; height: 100vh; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } .bgvideo-la { min-width: 100%; min-height: 100%; -webkit-clip-path: rect(0, 0, 20px, 0); clip-path: rect(0, 0, 20px, 0); } header { text-shadow: 3px 3px 4px black; -webkit-animation: fadein 10s forwards ease; animation: fadein 10s forwards ease; -webkit-animation-delay: 3s; animation-delay: 3s; opacity: 0; width: 100%; height: 100vh; 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; } header .logo { margin: -40%; display: -webkit-box; display: -ms-flexbox; display: flex; } header .logo h1 { font-size: 3em; font-weight: 300; color: #ececec; } header .logo h1 span { color: #58b422; } header .logo h1::after { content: " Building our future one block at a time"; display: block; font-size: 0.3em; letter-spacing: 0.05em; } header .logo img { max-height: 3em; margin: 0.5em; -webkit-filter: drop-shadow(3px 3px 4px black); filter: drop-shadow(3px 3px 4px black); } .home-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; } .home-container strong { color: #58b422; } .home-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .home-title { color: #58b422; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #58b422; position: relative; text-align: right; margin-right: 22%; } .eco-parallax { background-image: url("../images/cityplan.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .eco-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; background: white; text-align: justify; } .eco-container strong { color: #ff7b42; } .eco-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .eco-title { color: #ff7b42; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #ff7b42; position: relative; text-align: right; margin-right: 22%; } /* roundbox */ .la-roundbox { width: 55vw; height: 20vh; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-pack: distribute; justify-content: space-around; margin-bottom: 3em; display: -webkit-box; display: -ms-flexbox; display: flex; } .la-r { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .la-r img { width: 8vw; -webkit-clip-path: circle(50% at 50% 50%); clip-path: circle(50% at 50% 50%); } .la-r p { text-align: center; text-transform: uppercase; color: #ff7b42; margin-top: 1em; } /* labox */ .la-picbox { width: 100vw; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: justify; align-content: space-between; margin: 0; padding: 0; } .la-picbox .la-item { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 20vw; height: 33.33vh; margin: 0; padding: 0; -webkit-transition: -webkit-transform 2s; transition: -webkit-transform 2s; transition: transform 2s; transition: transform 2s, -webkit-transform 2s; } .la-picbox .imgbox { overflow: hidden; } .la-picbox img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .la-picbox p { font-family: "Encode Sans Semi Expanded", sans-serif; text-align: center; color: #ececec; font-size: 1.5em; text-transform: uppercase; } .la-itemcolor1 { background: #01446e; } .la-itemcolor2 { background: #ff7b42; } .la-itemcolor3 { background: #858f8b; } .la-itemcolor4 { background: #008092; } .eco-image { max-width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-margin-after: 1em; margin-block-end: 1em; } .googlebox { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; position: relative; top: -2em; display: -webkit-box; display: -ms-flexbox; display: flex; } .googlebox .googlelink { width: 60%; height: 40vh; margin: 1em 1em 1em 0em; } .googlebox .google-box1 { font-size: 1em; color: #464545; border: #58b422 solid 1px; margin: 1em 0em 1em 1em; padding: 1em; } .googlebox .google-box1 h2 { font-size: 1em; color: #58b422; -webkit-margin-after: 0.2em; margin-block-end: 0.2em; } .googlebox .google-box1 li { list-style: none; -webkit-margin-after: 1em; margin-block-end: 1em; } .googlebox .google-box1 a { text-decoration: none; color: #464545; } .kris-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; width: 55vw; margin: 0 auto; padding-bottom: 5%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: justify; } .kris-container strong { color: #008092; } .kris-container .kris-box1 { -ms-flex-preferred-size: 60%; flex-basis: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: justify; } .kris-container .kris-box1 p { padding: 1em 0 0 0; font-size: 1em; color: #464545; } .kris-container strong { color: #008092; } .kris-container img { width: 40%; height: 60%; margin-left: 3em; padding-top: 1em; } .kris-title { color: #008092; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #008092; position: relative; text-align: right; margin-right: 22%; } .para-cont { width: 55vw; margin: 0 auto; padding-bottom: 5%; color: #464545; text-align: justify; } .para-cont strong { color: #008092; } .para-cont ul { padding: 1em; font-style: italic; list-style: none; } .para-cont ul li::before { content: "•"; color: #008092; font-style: normal; display: inline-block; width: 1em; margin-left: -1em; } .parallax-kris { background-image: url("../images/image2.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 75vh; } .parallax2-kris { background-image: url("../images/water.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 75vh; } .parallax3-kris { background-image: url("../images/hightech.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .robo-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; } .robo-container strong { color: #c50000; } .robo-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .robo-title { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; position: relative; text-align: right; margin-right: 22%; } .robotics { background: white; color: #464545; text-decoration: none; padding-bottom: 5%; text-align: justify; } .robotics .container { display: -ms-grid; display: grid; width: 100%; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: 1fr 1fr; grid-template-rows: 1fr 1fr; } .robotics .container .content-box-1 { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; background-color: #ececec; padding-left: 2em; text-align: left; padding-right: 2em; text-align: justify; } .robotics .container .content-box-1 h1 { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; } .robotics .container .content-box-1 p { font-size: 1em; -webkit-margin-after: 1em; margin-block-end: 1em; } .robotics .container .content-box-2 { background-color: #c50000; -ms-grid-column: 2; -ms-grid-column-span: 2; grid-column: 2 / 4; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; color: #ececec; padding-left: 2em; text-align: right; padding-right: 2em; text-align: justify; } .robotics .container .content-box-2 h1 { color: #ececec; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #ececec; } .robotics .container .content-box-2 p { font-size: 1em; -webkit-margin-after: 1em; margin-block-end: 1em; } .robotics .container .img-box-2 { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; background-image: url("../images/robot-header.jpg"); background-position: center; background-size: cover; } .robotics .container .img-box-1 { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; background-image: url("../images/img_box-1.jpg"); background-position: center; background-size: cover; } .robotics .content-box { width: 55%; margin: auto; text-align: justify; } .robotics .content-box h1 { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; position: relative; right: 45vw; text-align: right; width: 100vw; margin-block-end: 1em; } .robotics .content-box .p-left { font-size: 1em; text-align: justify; margin-left: 2%; } .robotics .content-box .p-right { font-size: 1em; text-align: justify; padding-right: 5%; } .robotics .content-box .img-left { height: auto; width: 35%; float: left; } .robotics .content-box .img-right { height: auto; width: 42%; float: right; } .parallax-aaron { background-image: url("../images/Robotparalax.jpeg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .wrapper { width: 100%; height: auto; background: #ececec; color: #464545; text-align: justify; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 5%; } .wrapper .container { width: 55%; margin: auto; } .wrapper .container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .wrapper .container strong { color: #58b422; } footer { width: 100%; background: #58b422; font-size: 0.8em; } footer .foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 55%; margin: auto; padding: 1% 0; } footer .foot .contact h2 { -webkit-margin-after: 0.5em; margin-block-end: 0.5em; text-align: center; margin-bottom: 0; } footer .foot .contact ul li { list-style: none; text-align: center; } footer .foot .contact ul li .linkcolor { background: #ececec; color: #464545; border: none; border-radius: 2px; padding: 0 10px; } footer .foot .form h2 { -webkit-margin-after: 0.5em; margin-block-end: 0.5em; } footer .foot .form form input { display: block; margin: 2px; background-color: transparent; color: #ececec; border: 1px solid; border-radius: 2px; padding: 5px; width: 100%; } footer .foot .form form ::-webkit-input-placeholder { color: #ececec; } footer .foot .form form :-ms-input-placeholder { color: #ececec; } footer .foot .form form ::-ms-input-placeholder { color: #ececec; } footer .foot .form form ::placeholder { color: #ececec; } footer .foot .form form .linkcolor { background: #ececec; color: #464545; border: none; border-radius: 2px; padding: 5px; } .foot3 { width: 100vw; height: 10vh; text-align: center; background: #464545; color: #ececec; } .foot3 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 3vh; position: relative; top: 40%; } .foot3 ul li { margin-right: 2em; padding-right: 2em; line-height: 3vh; list-style: none; border-right: 1px solid #ececec; } @media only screen and (min-width: 1400px) { html { font-size: 24px; } .home-container { width: 55%; } footer .foot { width: 55%; } .kris-container { width: 55%; } .para-cont { width: 55%; } .robotics .content-box { width: 55%; } .googlebox { width: 55%; } .eco-container { width: 55%; } .la-roundbox { width: 55%; } } @media only screen and (max-width: 1400px) { html { font-size: 16px; } .home-container { width: 55%; } .kris-container { width: 55%; } .para-cont { width: 55%; } .robotics .content-box { width: 55%; } footer .foot { width: 55%; } .googlebox { width: 55%; } .eco-container { width: 55%; } .la-roundbox { width: 55%; } } @media only screen and (max-width: 770px) { html { font-size: 12px; } html .fullscreen-video-wrap { background: url("./assets/images/city1.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; opacity: 0; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } video { display: none; } .home-container { width: 80%; } .kris-container { width: 80%; } .para-cont { width: 80%; } .robotics .content-box { width: 80%; } footer .foot { width: 80%; } .googlebox { width: 80%; } .eco-container { width: 80%; } .la-roundbox { width: 80%; } .la-picbox { height: 75vh; } .la-picbox .la-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 33vw; height: 15vh; } } @media only screen and (max-width: 375px) { html { font-size: 8px; } html .fullscreen-video-wrap { background: url("./assets/images/city1.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; opacity: 0; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } video { display: none; } nav { display: none; } .home-container { width: 95%; } .kris-container { width: 95%; } .para-cont { width: 95%; } .robotics .content-box { width: 95%; } .foot { width: 95vw; } .googlebox { width: 95%; } .eco-container { width: 95%; } .la-roundbox { width: 95%; } .la-picbox { display: none; } } /*# sourceMappingURL=style.css.map */
assets/css/style.css
@charset "UTF-8"; * { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } html { scroll-behavior: smooth; font-size: 16px; font-family: "roboto", sans-serif; color: #ececec; background: white; width: 100vw; overflow-x: hidden; } a { text-decoration: none; color: #ececec; } h1, h2, h3, h4, h5, h6 { font-family: "Encode Sans Semi Expanded", sans-serif; } .sticky { top: 0; z-index: 5; width: 90%; margin: 0 auto; padding-top: 1rem; text-shadow: 3px 3px 4px black; position: -webkit-sticky; position: sticky; } .sticky .brand { max-height: 2em; -webkit-transform: translate(-100rem); transform: translate(-100rem); -webkit-animation: slidein 2s forwards ease; animation: slidein 2s forwards ease; -webkit-filter: drop-shadow(3px 3px 4px black); filter: drop-shadow(3px 3px 4px black); } .sticky .brand span { color: #58b422; } nav { top: 0; z-index: 5; position: absolute; max-width: 140rem; width: 90%; margin: 0 auto; } nav .nav { padding-top: 1rem; text-shadow: 3px 3px 4px black; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: right; -ms-flex-align: right; align-items: right; text-transform: uppercase; font-size: 1em; } nav .nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } nav .nav ul li { list-style: none; -webkit-transform: translate(100rem); transform: translate(100rem); -webkit-animation: slidein 2s forwards ease; animation: slidein 2s forwards ease; } nav .nav ul li a { padding: 0.5rem 0; margin: 0 2vw; position: relative; letter-spacing: 2px; } nav .nav ul li :last-child { margin-right: 0; } nav .nav ul li ::before, nav .nav ul li ::after { content: ""; position: absolute; width: 100%; height: 1px; background-color: #58b422; left: 0; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s; transition: all 0.5s; } nav .nav ul li ::before { top: 0; -webkit-transform-origin: left; transform-origin: left; } nav .nav ul li ::after { bottom: 0; -webkit-transform-origin: right; transform-origin: right; } nav .nav ul li :hover::before, nav .nav ul li :hover::after { -webkit-transform: scaleX(1); transform: scaleX(1); } nav .nav ul :nth-child(1) { -webkit-animation-delay: 0s; animation-delay: 0s; } nav .nav ul :nth-child(1) ::before, nav .nav ul :nth-child(1) ::after { background-color: #ff7b42; } nav .nav ul :nth-child(2) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } nav .nav ul :nth-child(2) ::before, nav .nav ul :nth-child(2) ::after { background-color: #008092; } nav .nav ul :nth-child(3) { -webkit-animation-delay: 1s; animation-delay: 1s; } nav .nav ul :nth-child(3) ::before, nav .nav ul :nth-child(3) ::after { background-color: #c50000; } nav .nav ul :nth-child(4) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; } @-webkit-keyframes slidein { from { } to { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slidein { from { } to { -webkit-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadein { from { opacity: 0; -webkit-box-shadow: 0; box-shadow: 0; } to { opacity: 1; -webkit-box-shadow: 1; box-shadow: 1; } } @keyframes fadein { from { opacity: 0; -webkit-box-shadow: 0; box-shadow: 0; } to { opacity: 1; -webkit-box-shadow: 1; box-shadow: 1; } } .fullscreen-video-wrap { position: absolute; z-index: -1; opacity: 0; top: 0; left: 0; width: 100%; height: 100vh; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } .bgvideo-la { min-width: 100%; min-height: 100%; -webkit-clip-path: rect(0, 0, 20px, 0); clip-path: rect(0, 0, 20px, 0); } header { text-shadow: 3px 3px 4px black; -webkit-animation: fadein 10s forwards ease; animation: fadein 10s forwards ease; -webkit-animation-delay: 3s; animation-delay: 3s; opacity: 0; width: 100%; height: 100vh; 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; } header .logo { margin: -40%; display: -webkit-box; display: -ms-flexbox; display: flex; } header .logo h1 { font-size: 3em; font-weight: 300; color: #ececec; } header .logo h1 span { color: #58b422; } header .logo h1::after { content: " Building our future one block at a time"; display: block; font-size: 0.3em; letter-spacing: 0.05em; } header .logo img { max-height: 3em; margin: 0.5em; -webkit-filter: drop-shadow(3px 3px 4px black); filter: drop-shadow(3px 3px 4px black); } .home-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; } .home-container strong { color: #58b422; } .home-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .home-title { color: #58b422; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #58b422; position: relative; text-align: right; margin-right: 22%; } .eco-parallax { background-image: url("../images/cityplan.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .eco-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; background: white; text-align: justify; } .eco-container strong { color: #ff7b42; } .eco-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .eco-title { color: #ff7b42; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #ff7b42; position: relative; text-align: right; margin-right: 22%; } /* roundbox */ .la-roundbox { width: 55vw; height: 20vh; margin: auto; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-pack: distribute; justify-content: space-around; margin-bottom: 3em; display: -webkit-box; display: -ms-flexbox; display: flex; } .la-r { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .la-r img { width: 8vw; -webkit-clip-path: circle(50% at 50% 50%); clip-path: circle(50% at 50% 50%); } .la-r p { text-align: center; text-transform: uppercase; color: #ff7b42; margin-top: 1em; } /* labox */ .la-picbox { width: 100vw; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: justify; align-content: space-between; margin: 0; padding: 0; } .la-picbox .la-item { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width: 20vw; height: 33.33vh; margin: 0; padding: 0; -webkit-transition: -webkit-transform 2s; transition: -webkit-transform 2s; transition: transform 2s; transition: transform 2s, -webkit-transform 2s; } .la-picbox .imgbox { overflow: hidden; } .la-picbox img:hover { -webkit-transform: scale(1.2); transform: scale(1.2); } .la-picbox p { font-family: "Encode Sans Semi Expanded", sans-serif; text-align: center; color: #ececec; font-size: 1.5em; text-transform: uppercase; } .la-itemcolor1 { background: #01446e; } .la-itemcolor2 { background: #ff7b42; } .la-itemcolor3 { background: #858f8b; } .la-itemcolor4 { background: #008092; } .eco-image { max-width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-margin-after: 1em; margin-block-end: 1em; } .googlebox { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; position: relative; top: -2em; display: -webkit-box; display: -ms-flexbox; display: flex; } .googlebox .googlelink { width: 60%; height: 40vh; margin: 1em 1em 1em 0em; } .googlebox .google-box1 { font-size: 1em; color: #464545; border: #58b422 solid 1px; margin: 1em 0em 1em 1em; padding: 1em; } .googlebox .google-box1 h2 { font-size: 1em; color: #58b422; -webkit-margin-after: 0.2em; margin-block-end: 0.2em; } .googlebox .google-box1 li { list-style: none; -webkit-margin-after: 1em; margin-block-end: 1em; } .googlebox .google-box1 a { text-decoration: none; color: #464545; } .kris-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; width: 55vw; margin: 0 auto; padding-bottom: 5%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: justify; } .kris-container strong { color: #008092; } .kris-container .kris-box1 { -ms-flex-preferred-size: 60%; flex-basis: 60%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column wrap; flex-flow: column wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: justify; } .kris-container .kris-box1 p { padding: 1em 0 0 0; font-size: 1em; color: #464545; } .kris-container strong { color: #008092; } .kris-container img { width: 40%; height: 60%; margin-left: 3em; padding-top: 1em; } .kris-title { color: #008092; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #008092; position: relative; text-align: right; margin-right: 22%; } .para-cont { width: 55vw; margin: 0 auto; padding-bottom: 5%; color: #464545; text-align: justify; } .para-cont strong { color: #008092; } .para-cont ul { padding: 1em; font-style: italic; list-style: none; } .para-cont ul li::before { content: "•"; color: #008092; font-style: normal; display: inline-block; width: 1em; margin-left: -1em; } .parallax-kris { background-image: url("../images/image2.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 75vh; } .parallax2-kris { background-image: url("../images/water.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 75vh; } .parallax3-kris { background-image: url("../images/hightech.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .robo-container { color: #464545; width: 55vw; margin: 0 auto; padding-bottom: 5%; text-align: justify; } .robo-container strong { color: #c50000; } .robo-container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .robo-title { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; position: relative; text-align: right; margin-right: 22%; } .robotics { background: white; color: #464545; text-decoration: none; padding-bottom: 5%; text-align: justify; } .robotics .container { display: -ms-grid; display: grid; width: 100%; -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; -ms-grid-rows: 1fr 1fr; grid-template-rows: 1fr 1fr; } .robotics .container .content-box-1 { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; background-color: #ececec; padding-left: 2em; text-align: left; padding-right: 2em; text-align: justify; } .robotics .container .content-box-1 h1 { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; } .robotics .container .content-box-1 p { font-size: 1em; -webkit-margin-after: 1em; margin-block-end: 1em; } .robotics .container .content-box-2 { background-color: #c50000; -ms-grid-column: 2; -ms-grid-column-span: 2; grid-column: 2 / 4; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; color: #ececec; padding-left: 2em; text-align: right; padding-right: 2em; text-align: justify; } .robotics .container .content-box-2 h1 { color: #ececec; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #ececec; } .robotics .container .content-box-2 p { font-size: 1em; -webkit-margin-after: 1em; margin-block-end: 1em; } .robotics .container .img-box-2 { -ms-grid-column: 1; -ms-grid-column-span: 1; grid-column: 1 / 2; -ms-grid-row: 2; -ms-grid-row-span: 1; grid-row: 2 / 3; background-image: url("../images/robot-header.jpg"); background-position: center; background-size: cover; } .robotics .container .img-box-1 { -ms-grid-column: 3; -ms-grid-column-span: 1; grid-column: 3 / 4; -ms-grid-row: 1; -ms-grid-row-span: 1; grid-row: 1 / 2; background-image: url("../images/img_box-1.jpg"); background-position: center; background-size: cover; } .robotics .content-box { width: 55%; margin: auto; text-align: justify; } .robotics .content-box h1 { color: #c50000; font-size: 2.25em; font-weight: 80; -webkit-margin-after: 1em; margin-block-end: 1em; -webkit-margin-before: 1em; margin-block-start: 1em; border-bottom: 1px solid #c50000; position: relative; right: 45vw; text-align: right; width: 100vw; margin-block-end: 1em; } .robotics .content-box .p-left { font-size: 1em; text-align: justify; margin-left: 2%; } .robotics .content-box .p-right { font-size: 1em; text-align: justify; padding-right: 5%; } .robotics .content-box .img-left { height: auto; width: 35%; float: left; } .robotics .content-box .img-right { height: auto; width: 42%; float: right; } .parallax-aaron { background-image: url("../images/Robotparalax.jpeg"); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; height: 100vh; } .wrapper { width: 100%; height: auto; background: #ececec; color: #464545; text-align: justify; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 5%; } .wrapper .container { width: 55%; margin: auto; } .wrapper .container p { -webkit-margin-after: 1em; margin-block-end: 1em; } .wrapper .container strong { color: #58b422; } footer { width: 100%; background: #58b422; font-size: 0.8em; } footer .foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 55%; margin: auto; padding: 1% 0; } footer .foot .contact h2 { -webkit-margin-after: 0.5em; margin-block-end: 0.5em; text-align: center; margin-bottom: 0; } footer .foot .contact ul li { list-style: none; text-align: center; } footer .foot .contact ul li .linkcolor { background: #ececec; color: #464545; border: none; border-radius: 2px; padding: 0 10px; } footer .foot .form h2 { -webkit-margin-after: 0.5em; margin-block-end: 0.5em; } footer .foot .form form input { display: block; margin: 2px; background-color: transparent; color: #ececec; border: 1px solid; border-radius: 2px; padding: 5px; width: 100%; } footer .foot .form form ::-webkit-input-placeholder { color: #ececec; } footer .foot .form form :-ms-input-placeholder { color: #ececec; } footer .foot .form form ::-ms-input-placeholder { color: #ececec; } footer .foot .form form ::placeholder { color: #ececec; } footer .foot .form form .linkcolor { background: #ececec; color: #464545; border: none; border-radius: 2px; padding: 5px; } .foot3 { width: 100vw; height: 10vh; text-align: center; background: #464545; color: #ececec; } .foot3 ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 3vh; position: relative; top: 40%; } .foot3 ul li { margin-right: 2em; padding-right: 2em; line-height: 3vh; list-style: none; border-right: 1px solid #ececec; } @media only screen and (min-width: 1400px) { html { font-size: 24px; } .home-container { width: 55%; } footer .foot { width: 55%; } .kris-container { width: 55%; } .para-cont { width: 55%; } .robotics .content-box { width: 55%; } .googlebox { width: 55%; } .eco-container { width: 55%; } .la-roundbox { width: 55%; } } @media only screen and (max-width: 1400px) { html { font-size: 16px; } .home-container { width: 55%; } .kris-container { width: 55%; } .para-cont { width: 55%; } .robotics .content-box { width: 55%; } footer .foot { width: 55%; } .googlebox { width: 55%; } .eco-container { width: 55%; } .la-roundbox { width: 55%; } } @media only screen and (max-width: 770px) { html { font-size: 12px; } html .fullscreen-video-wrap { background: url("./assets/images/city1.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; opacity: 0; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } video { display: none; } .home-container { width: 80%; } .kris-container { width: 80%; } .para-cont { width: 80%; } .robotics .content-box { width: 80%; } footer .foot { width: 80%; } .googlebox { width: 80%; } .eco-container { width: 80%; } .la-roundbox { width: 80%; } .la-picbox { height: 75vh; } .la-picbox .la-item { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; width: 33vw; height: 15vh; } } @media only screen and (max-width: 375px) { html { font-size: 8px; } html .fullscreen-video-wrap { background: url("./assets/images/city1.jpg") no-repeat center; background-size: cover; position: absolute; z-index: -1; opacity: 0; -webkit-animation: fadein 2s forwards ease; animation: fadein 2s forwards ease; -webkit-animation-delay: 500ms; animation-delay: 500ms; } video { display: none; } nav { display: none; } .home-container { width: 95%; } .kris-container { width: 95%; } .para-cont { width: 95%; } .robotics .content-box { width: 95%; } .foot { width: 95vw; } .googlebox { width: 95%; } .eco-container { width: 95%; } .la-roundbox { width: 95%; } .la-picbox { display: none; } } /*# sourceMappingURL=style.css.map */
0.3863
0.056809
.styledLeft input[type=text],.styledLeft input[type=password] { /* webkit */ background-image: -webkit-gradient( linear, left top, left bottom, from( #f7f7f7 ), to( #ffffff ) ); /* mozilla - FF3.6+ */ background-image: -moz-linear-gradient( top, #f7f7f7 0%, #ffffff 100% ); /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColorStr = #ffffffff ); /* IE8 */ -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColoStr = #ffffffff ); background-repeat: repeat-x; border: 1px solid #58697d; min-width: 230px; height: 20px; color: #333333; padding: 3px; margin-right: 4px; margin-bottom: 2px; /*font-family:tahoma, arial, sans-serif;*/ } .styledLeft input[disabled=disabled]{ background-image: -webkit-gradient( linear, left top, left bottom, from( #dddddd ), to( #eeeeee ) ); /* mozilla - FF3.6+ */ background-image: -moz-linear-gradient( top, #dddddd 0%, #eeeeee 100% ); /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #ddddddff, endColorStr = #eeeeeeff ); /* IE8 */ -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #ddddddff, endColoStr = #eeeeeeff ); } div#middle div#workArea h4{ font-size: 11px; font-weight: bold; color: #888; } .showHideBtn { background-color:#599bb3; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; cursor:pointer; color:#ffffff; font-family:arial; font-size:12px; font-weight:bold; padding:2px 5px; text-decoration:none; } .showHideBtn:hover { background-color:#408c99; color:#ffffff; } .showHideBtn:active { position:relative; top:1px; } .enablelogo { float: right; padding-right: 5px; padding-top: 5px; display: block; } .isDisabled { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; }
components/idp-mgt/org.wso2.carbon.idp.mgt.ui/src/main/resources/web/idpmgt/css/default-auth-seq-mgt.css
.styledLeft input[type=text],.styledLeft input[type=password] { /* webkit */ background-image: -webkit-gradient( linear, left top, left bottom, from( #f7f7f7 ), to( #ffffff ) ); /* mozilla - FF3.6+ */ background-image: -moz-linear-gradient( top, #f7f7f7 0%, #ffffff 100% ); /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColorStr = #ffffffff ); /* IE8 */ -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #f7f7f7ff, endColoStr = #ffffffff ); background-repeat: repeat-x; border: 1px solid #58697d; min-width: 230px; height: 20px; color: #333333; padding: 3px; margin-right: 4px; margin-bottom: 2px; /*font-family:tahoma, arial, sans-serif;*/ } .styledLeft input[disabled=disabled]{ background-image: -webkit-gradient( linear, left top, left bottom, from( #dddddd ), to( #eeeeee ) ); /* mozilla - FF3.6+ */ background-image: -moz-linear-gradient( top, #dddddd 0%, #eeeeee 100% ); /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.gradient( gradientType = 0, startColorStr = #ddddddff, endColorStr = #eeeeeeff ); /* IE8 */ -ms-filter: progid: DXImageTransform . Microsoft . gradient( gradientType = 0, startColorStr = #ddddddff, endColoStr = #eeeeeeff ); } div#middle div#workArea h4{ font-size: 11px; font-weight: bold; color: #888; } .showHideBtn { background-color:#599bb3; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display:inline-block; cursor:pointer; color:#ffffff; font-family:arial; font-size:12px; font-weight:bold; padding:2px 5px; text-decoration:none; } .showHideBtn:hover { background-color:#408c99; color:#ffffff; } .showHideBtn:active { position:relative; top:1px; } .enablelogo { float: right; padding-right: 5px; padding-top: 5px; display: block; } .isDisabled { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; }
0.253676
0.086246
@charset "utf-8"; /* CSS Document */ body{ padding-bottom:30px;} .icon{ background-image:url(../images/icon.png); background-repeat:no-repeat;} .c_blue{ color:#45b3af;} .c_red{ color:#f27429;} .container{background:#ffffff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:3px; box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);} .dh{ width:100%; height:58px; background:#45b3af; border-top-left-radius:4px; border-top-right-radius:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-top-left-radius:4px; -moz-border-top-right-radius:4px;} .dh_left{ padding-left:28px; padding-right:28px; height:39px; padding-top:19px; text-align:center; background:#00929d; border-right:1px solid #008996; border-top-left-radius:4px; -webkit-border-top-left-radius:4px; -moz-border-top-left-radius:4px;} .dh_list{ height:58px;} .dh_list li{ padding-left:16px; padding-right:16px; height:58px; line-height:58px; border-left:1px solid #45b3af; border-right:1px solid #45b3af; float:left;} .dh_list li:hover,.dh_list li.select{ background:#5ac9c5; border-left:1px solid #34a5a1; border-right:1px solid #34a5a1; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;} .dh_list li a{ color:#aafffc;} .dh_list li a:hover,.dh_list li:hover a,.dh_list li.select a{ color:#ffffff;} .ht_con{ width:99%; margin:0 auto;} .btn{ height:32px; line-height:30px; color:#ffffff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;} .add_btn{ display:block; padding-left:15px; padding-right:15px; background:#45b3af; float:left;} .add_btn:hover{ background:#34a5a1;} .btn:hover{ color:#ffffff; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;} .add_nr{ clear:both; width:100%; padding-top:20px; padding-bottom:20px;} .row_sty{ width:100%; padding-bottom:10px;} .add_nr p{ width:110px; text-align:right; height:40px; line-height:40px; margin-right:15px; float:left;} .text_box{ width:320px; height:38px; line-height:38px; border:1px solid #dddddd; background:#ffffff; padding-left:10px; float:left;} .pic_show{ position:relative; border:1px solid #dddddd; width:auto; float:left;} .up_img{ display:block; position:absolute; top:-1px; left:-1px;} .btn_up{ width:70px; background:#ffc32f; font-size:12px; text-align:center;} .btn_up:hover{ background:#fdb911;} #ban img{ display:block; width:440px; height:180px; padding:5px;} #kecheng img{ display:block; width:280px; padding:5px;} .submit{ display:block; padding-left:15px; padding-right:15px; background:#00929d; float:left;} .submit:hover{ background:#00858f;} .ban_list,.kc_list,.news_list{ width:100%;} .ban_list li{ width:452px; padding-bottom:20px; padding-right:50px; float:left;} .ban_list li:nth-child(2n){ float:right; padding-right:0px;} .ban_list li p{ width:440px; padding:5px; border:1px solid #dddddd; text-align:center; margin-bottom:8px;} .ban_list li img{ width:440px; height:180px;} .edit{ padding-left:10px; padding-right:10px; background:#27bd8d; float:left; margin-right:5px;} .edit:hover{ background:#19b382;} .delet{ padding-left:10px; padding-right:10px; background:#cccccc; float:left;} .delet:hover{ background:#cb7470;} .kc_list li{ width:292px; padding-bottom:20px; padding-right:42px; float:left;} .kc_list li:nth-child(3n){ padding-right:0px;} .kc_list li p{ width:280px; padding:5px; border:1px solid #dddddd; text-align:center; margin-bottom:8px;} .kc_list li img{ width:280px;} .textarea_nr{ width:820px; height:100px; line-height:20px; border:1px solid #dddddd; float:left;} .textarea_nr1{ width:820px; height:500px; line-height:20px; border:1px solid #dddddd; float:left;} .news_list{ border:1px solid #dddddd;} .news_list tr{border-bottom:1px solid #e3e3e3;} .news_list tr:hover{ background:#f5f5f5;} .news_list th,.news_list td{ padding-left:20px; font-size:12px;} .news_list th{ height:35px; border-bottom:1px solid #dddddd;} .news_list td{ height:35px;} .edit_w{ color:#27bd8d; padding-right:15px;} .edit_w:hover{ color:#27bd8d;} .bottom{ width:100%; height:20px; line-height:20px; text-align:center; color:#6ca9d4; font-size:12px;} .page{ clear:both; width:100%; padding-top:15px;} .page a{ display:block; padding-left:8px; padding-right:8px; height:22px; line-height:22px; margin-right:3px; border:1px solid #dddddd; font-size:12px; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; float:left;} .page a:hover,.page a.onselect{ background:#00929d; border:1px solid #00929d; color:#ffffff;} @media screen and (max-width:1010px){ .container{ width:100%;} .ht_con{ width:96%;} .textarea_nr{ width:82%;} .textarea_nr1{ width:82%;} .kc_list li:nth-child(3n){ padding-right:42px;} .ban_list li:nth-child(2n){ float:left;} }
src/main/webapp/css/sg/style.css
@charset "utf-8"; /* CSS Document */ body{ padding-bottom:30px;} .icon{ background-image:url(../images/icon.png); background-repeat:no-repeat;} .c_blue{ color:#45b3af;} .c_red{ color:#f27429;} .container{background:#ffffff; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:3px; box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow:1px 1px 10px rgba(0, 0, 0, 0.5);} .dh{ width:100%; height:58px; background:#45b3af; border-top-left-radius:4px; border-top-right-radius:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-top-left-radius:4px; -moz-border-top-right-radius:4px;} .dh_left{ padding-left:28px; padding-right:28px; height:39px; padding-top:19px; text-align:center; background:#00929d; border-right:1px solid #008996; border-top-left-radius:4px; -webkit-border-top-left-radius:4px; -moz-border-top-left-radius:4px;} .dh_list{ height:58px;} .dh_list li{ padding-left:16px; padding-right:16px; height:58px; line-height:58px; border-left:1px solid #45b3af; border-right:1px solid #45b3af; float:left;} .dh_list li:hover,.dh_list li.select{ background:#5ac9c5; border-left:1px solid #34a5a1; border-right:1px solid #34a5a1; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;} .dh_list li a{ color:#aafffc;} .dh_list li a:hover,.dh_list li:hover a,.dh_list li.select a{ color:#ffffff;} .ht_con{ width:99%; margin:0 auto;} .btn{ height:32px; line-height:30px; color:#ffffff; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;} .add_btn{ display:block; padding-left:15px; padding-right:15px; background:#45b3af; float:left;} .add_btn:hover{ background:#34a5a1;} .btn:hover{ color:#ffffff; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease;} .add_nr{ clear:both; width:100%; padding-top:20px; padding-bottom:20px;} .row_sty{ width:100%; padding-bottom:10px;} .add_nr p{ width:110px; text-align:right; height:40px; line-height:40px; margin-right:15px; float:left;} .text_box{ width:320px; height:38px; line-height:38px; border:1px solid #dddddd; background:#ffffff; padding-left:10px; float:left;} .pic_show{ position:relative; border:1px solid #dddddd; width:auto; float:left;} .up_img{ display:block; position:absolute; top:-1px; left:-1px;} .btn_up{ width:70px; background:#ffc32f; font-size:12px; text-align:center;} .btn_up:hover{ background:#fdb911;} #ban img{ display:block; width:440px; height:180px; padding:5px;} #kecheng img{ display:block; width:280px; padding:5px;} .submit{ display:block; padding-left:15px; padding-right:15px; background:#00929d; float:left;} .submit:hover{ background:#00858f;} .ban_list,.kc_list,.news_list{ width:100%;} .ban_list li{ width:452px; padding-bottom:20px; padding-right:50px; float:left;} .ban_list li:nth-child(2n){ float:right; padding-right:0px;} .ban_list li p{ width:440px; padding:5px; border:1px solid #dddddd; text-align:center; margin-bottom:8px;} .ban_list li img{ width:440px; height:180px;} .edit{ padding-left:10px; padding-right:10px; background:#27bd8d; float:left; margin-right:5px;} .edit:hover{ background:#19b382;} .delet{ padding-left:10px; padding-right:10px; background:#cccccc; float:left;} .delet:hover{ background:#cb7470;} .kc_list li{ width:292px; padding-bottom:20px; padding-right:42px; float:left;} .kc_list li:nth-child(3n){ padding-right:0px;} .kc_list li p{ width:280px; padding:5px; border:1px solid #dddddd; text-align:center; margin-bottom:8px;} .kc_list li img{ width:280px;} .textarea_nr{ width:820px; height:100px; line-height:20px; border:1px solid #dddddd; float:left;} .textarea_nr1{ width:820px; height:500px; line-height:20px; border:1px solid #dddddd; float:left;} .news_list{ border:1px solid #dddddd;} .news_list tr{border-bottom:1px solid #e3e3e3;} .news_list tr:hover{ background:#f5f5f5;} .news_list th,.news_list td{ padding-left:20px; font-size:12px;} .news_list th{ height:35px; border-bottom:1px solid #dddddd;} .news_list td{ height:35px;} .edit_w{ color:#27bd8d; padding-right:15px;} .edit_w:hover{ color:#27bd8d;} .bottom{ width:100%; height:20px; line-height:20px; text-align:center; color:#6ca9d4; font-size:12px;} .page{ clear:both; width:100%; padding-top:15px;} .page a{ display:block; padding-left:8px; padding-right:8px; height:22px; line-height:22px; margin-right:3px; border:1px solid #dddddd; font-size:12px; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px; float:left;} .page a:hover,.page a.onselect{ background:#00929d; border:1px solid #00929d; color:#ffffff;} @media screen and (max-width:1010px){ .container{ width:100%;} .ht_con{ width:96%;} .textarea_nr{ width:82%;} .textarea_nr1{ width:82%;} .kc_list li:nth-child(3n){ padding-right:42px;} .ban_list li:nth-child(2n){ float:left;} }
0.240329
0.150372
body { font-family: Roboto,sans-serif !important; font-size: 14px; font-weight: 400; line-height: 1.3; color: #2a2a2a; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeSpeed; } ul { margin: 0; padding: 0; list-style: none; } #header { /* background-color: aqua; */ } #general-content { /* background-color: blue; */ } #section-row { display: flex; justify-content: space-between; } #header-2, #header-3 { background-color: #000; } #header-wrapper { padding: 12px 0; display: flex; } #inner-header-wrapper { margin-left: -15px; margin-right: -15px; } #logo-and-certification { width: 35%; min-height: 1px; padding-left: 15px; padding-right: 15px; display: inline-block; } #logo { } #logo img { width: auto; height: 50px; } #certification { width: 70px; height: 50px; } #certification img { height: 100%; } #search-and-login { padding-left: 15px; padding-right: 15px; position: relative; width: 65%; /* background-color: white; */ text-align: right; display: inline; box-sizing: border-box; } #search { width: 50%; /* background-color: cadetblue; */ } #login { padding: 11px 10px; text-align: right; width: auto; float: right; } #login a { display: inline-block; text-transform: uppercase; padding: 0 4px; max-width: 150px; overflow: hidden; width: auto; word-break: break-all; vertical-align: middle; position: relative; display: inline-block; font-size: 12px; font-weight: 900; color: #ef9021; font-family: Roboto,sans-serif; } #epaper { position: relative; float: right; padding: 5px 0; } #epaper a { display: inline-block; padding: 9px 15px; background: #1583cc; text-transform: uppercase; border-radius: 5px; font-size: 11px; font-weight: 700; line-height: 1; color: #fff; transition: all .2s ease; font-family: Roboto,sans-serif; } #search-submit { background: transparent; appearance: none; border: none; cursor: pointer; color: transparent; width: 35px; height: 40px; padding: 0; position: absolute; top: 0; right: 0; z-index: 2; } .middle-container { /* background-color: blueviolet; */ width: 1100px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .search-field { border-radius: 4px; background: #2d2d2d; border: 1px solid transparent; color: #fff; display: block; width: 100%; height: 40px; padding: 6px 12px; box-sizing: border-box; } .row-view{ display: table; /* background-color: brown; */ content: ""; } .row-item { position: relative; display: inline-block; } .nav-link { padding: 8px 3px; font-size: 11px; font-family: Roboto,sans-serif; } .nav-link-topic { font-family: Roboto Condensed,sans-serif; font-weight: 700; color: #fff; padding: 14px 8px; } .section-row-nav-link { font-family: Roboto Condensed,sans-serif; font-weight: 700; color: #fff; font-size: 14px; display: block; padding: 14px 8px; text-transform: uppercase; position: relative; } .left { float: left; } .right { float: right; } .search--icon { position: absolute; top: 10px; right: 10px; z-index: 1; box-sizing: border-box; } .search--icon .icon-search { width: 20px; height: 20px; color: #868686; box-sizing: border-box; } .flex { display: flex } .icon-search { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIuNiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM4Njg2ODY7fTwvc3R5bGU+PHRpdGxlPnNlYXJjaDwvdGl0bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOSwyMi45bDIuMywyLjNMMi4zLDMyTDAsMjkuN0w2LjksMjIuOUw2LjksMjIuOXogTTE5LjYsMjIuNGMtNS40LDAtOS44LTQuMy05LjgtOS42YzAtNS4zLDQuNC05LjYsOS44LTkuNmM1LjQsMCw5LjgsNC4zLDkuOCw5LjZDMjkuNCwxOC4xLDI1LDIyLjQsMTkuNiwyMi40TDE5LjYsMjIuNHogTTE5LjYsMEMxMi40LDAsNi41LDUuNyw2LjUsMTIuOHM1LjgsMTIuOCwxMy4xLDEyLjhjNy4yLDAsMTMuMS01LjcsMTMuMS0xMi44UzI2LjgsMCwxOS42LDBMMTkuNiwweiIvPjwvc3ZnPg==); background-size: 100%; box-sizing: border-box; } .headline { width: 70%; box-sizing: border-box; padding-left: 15px; padding-right: 15px; /* background-color: #868686; */ } .wrapper { padding: 15px; background: #f1f1f1; margin: 20px 0 0; height: fit-content; } .outerwrapper { width: 30%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; box-sizing: border-box; } .teaser { padding: 0 0 5px; font-size: 16px; font-weight: 300; color: #000; font-family: Roboto,sans-serif; } .clearfix:after, .clearfix:before { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .headline-thumb-row { margin-bottom: 15px; } .headline-thumb-link { font-size: 14px; font-weight: 400; height: 73px; max-height: 73px; overflow: hidden; padding: 0 6px; } .headline-smalls { position: relative; overflow: hidden; height: 218px; background-color: #000; } .headline-thumb .slick-slider { margin-bottom: 15px; } .headline-item { margin: 0 0 5px; position: relative; cursor: pointer; } .headline-image { margin: 0 0 5px; position: relative; cursor: pointer; } .headline-thumb-link { font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeSpeed; text-decoration: none; display: block; } #section-row .nav-link { font-size: 14px; } .headline-subtitle { font-family: Roboto,sans-serif; position: absolute; left: 0; top: 30px; z-index: 1; background: #fff; text-transform: uppercase; padding: 10px; font-size: 12px; font-weight: 700; color: #71c4d6; } .headline-big-box { display: block; position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 0; background: rgba(0,0,0,.7); } .headline-big-img { width: 740px; height: 493px; overflow: hidden; position: relative; } .headline-big-title { color: #fff; font-family: sans-serif; font-size: 40px; font-weight: 300; line-height: 1.1; padding: 0 20px; margin: 0 0 10px; } .headline-big-date { padding: 0 20px; font-family: sans-serif; font-size: 12px; font-weight: 600; color: #9b9b9b; } .highlight-row { margin-top: 20px; } .highlight-section { width: 70%; padding-left: 15px; padding-right: 15px; font-family: Roboto,sans-serif; font-size: 14px; } #highlight-side-section { width: 30%; line-height: 1.3; } .title { position: relative; border-bottom: 1px solid #9b9b9b; } .title-center:after { content: ""; position: absolute; left: 33.3333333%; bottom: 0; width: 33.3333333%; border-bottom: 5px solid #3ca5dd; } .title-content { font-family: Roboto Condensed,sans-serif; position: relative; display: inline-block; padding: 10px 0; font-size: 20px; font-weight: 700; color: #4a4a4a; text-transform: uppercase; } .title-content:after { content: ""; position: absolute; left: 0; bottom: 0; width: 101%; border-bottom: 5px solid #3ca5dd; } .title-center .title-content:after { border-bottom: transparent; } .button-title { margin: 20px 0 0; padding: 0; letter-spacing: 0; font-size: 11px; font-weight: 700; color: #3ca5dd; text-transform: uppercase; } .article-row { width: 33.33333%; position: relative; min-height: 1px; float: left; } .article-grid { position: relative; } .article-asset { position: relative; } .article-box { position: relative; margin: -20px 10px 0; background: #fff; padding: 10px; } .article-subtitle { text-transform: uppercase; font-size: 12px; font-weight: 400; line-height: 1; } .article-subtitle_inline { padding: 0 5px 0 0; display: inline-block; color: #e55225; } .article-box-subtitle { font-family: Roboto,sans-serif; padding: 5px 10px; background: #fff; position: absolute; left: 0; top: 15px; z-index: 1; color: #e55225; } .article-title { font-size: 18px; font-weight: 300; line-height: 1.2; color: #000; margin: 0 0 10px; height: 86px; overflow: hidden; font-family: Roboto; } .outer-article-row { margin-top: 20px; } .article-link { display: block; } *, :after, :before { box-sizing: border-box; } .article-list { margin: 0 0 15px; background: #fff; position: relative; } .article-list-asset { width: 197px; float: left; padding-right: 20px; background: #fff; z-index: 2; position: relative; } .article-list-title { height: 70px; overflow: hidden; margin-bottom: 18px; } .article-list-video{ } .article-title { font-size: 18px; font-weight: 300; line-height: 1.2; color: #000; margin: 0 0 10px; } .article-title_medium { font-size: 26px; line-height: 1.3; } .article-date { font-size: 12px; color: #666; margin: 0 0 10px; display: inline-block; } a, a:hover { text-decoration: none; } a:hover { color: #3ca5dd; } a { color: inherit; vertical-align: baseline; outline: 0; transition: all .2s ease; } .latest-section { margin-top: 20px; } .embed-section { width: 100%; position: relative; padding-bottom: 50%; } .video { width: 100%; height: 100%; position: absolute; } .title-center { text-align: center; } /* KOMPAS ID SIDEBAR */ .margin-top-30px { margin-top: 30px; } .margin-top-20px { margin-top: 20px; } .margin-top-10px { margin-top: 10px; } .article-box-subtitle-kompas{ background: #3ca5dd!important; color: #fff!important; } .article-asset-kompas{ margin-bottom: 10px; height: 150px; overflow: hidden; } .article-title-kompas{ height: 44px; overflow: hidden; font-family: Roboto,sans-serif; } .article-footnote{ padding: 8px 0 0; border-top: 1px solid #9b9b9b; font-size: 12px; font-family: Roboto,sans-serif; } /* TERPOPULER */ .most, .most-list { position: relative; padding-left: 60px; margin-bottom: 1px; height: 100px; background: #f1f1f1; transition: all .2s ease; } .most-count{ position: absolute; left: 0; top: 0; width: 60px; height: 100%; background: #71c4d6; padding: 15px 0; text-align: center; border-right: 1px solid #fff; font-size: 36px; font-weight: 700; line-height: 1; color: #fff; font-family: Roboto,sans-serif; } .most-title{ padding: 0 10px; font-size: 16px; font-weight: 300; overflow: hidden; height: 62px; margin: 11px 0 5px; font-family: Roboto,sans-serif; } .most-read{ padding: 0 10px; font-size: 11px; font-weight: 500; line-height: 1; color: #9b9b9b; font-family: Roboto,sans-serif; } .article-box-offset-0 { background: #f0f0f0; padding: 10px 0 0; margin: 0; } .article-title-bullet{ position: relative; padding: 7px 20px 0 30px; font-size: 16px; line-height: 1.3; height: 77px; overflow: hidden; margin: 0; border-bottom: 1px solid #fff; font-family: Roboto,sans-serif; } .article-title-bullet:after { content: ""; position: absolute; top: 12px; left: 10px; width: 8px; height: 8px; background: #2a2a2a; } .topic-wrap { position: relative; margin-bottom: 15px; } .article-asset img { display: block; width: 100%; } .offset-left-right-minus-15px { margin-right: -15px; margin-left: -15px } .article-asset-highlight { width: 100%; height: 163px; background-position: 50%; background-size: cover; } .break-row-item { width: 25%; }farticle-asset-highlight .break-row-wrap > div{ height: 290px; } .article-row .article-title{ height: 86px; overflow: hidden; } .article-partner { height: 50px; padding: 0 0 5px; } .offset-left-right-padding-15px{ padding-left: 15px; padding-right: 15px; } .break-row-item .article-title{ height: 65px; max-height: 65px; overflow: hidden; } .reset-padding{ padding: 0; } .break-row-wrap .article-grid{ padding-left: 15px; padding-right: 15px; } /* OPINION */ .opinion-list{ padding: 15px 0 15px 120px; height: 167px; } .opinion-wrap { font-family: Roboto, sans-serif; } .opinion-wrap, .opinion-list{ position: relative; } .opinion-asset{ width: 100px; height: 100px; overflow: hidden; border-radius: 50px; } .opinion-pull-left{ position: absolute; left: 0; top: 15px; z-index: 1; } .opinion-author { font-size: 14px; font-weight: 700; color: #3ca5dd; } .opinion-link { display: block; } .opinion-authortitle{ font-size: 12px; color: #9b9b9b; margin-bottom: 5px; margin-top: 1px; } .opinion-title{ font-size: 16px; font-weight: 300; color: #4a4a4a; height: 83px; overflow: hidden; } .comment-box{ background: #f5fcff; padding: 5px 0; } .comment-item{ position: relative; border-bottom: 1px solid #e6e6e6; padding: 15px; } .comment-news{ padding: 0; background: #e4f4fc; border-radius: 5px; overflow: hidden; } .comment-news h4{ font-size: 14px; font-weight: 700; line-height: 1.4; height: 39px; overflow: hidden; margin: 7px 10px 0; } .comment-news span{ display: block; padding: 3px 0 0; font-size: 11px; } .comment-image{ float: left; width: 70px; height: 70px; overflow: hidden; margin-right: 10px; } .comment-username{ display: inline-block; font-size: 15px; font-weight: 700; } .comment-text{ position: relative; margin: 10px 0 0; font-size: 15px; line-height: 1.5; } .comment-link{ display: block; } .reduce-left-right { margin-left: -15px; margin-right: -15px; } /* KOMPAS Youtube embed */ .article-list-video .article-list-asset{ width: 550px; } .article-list-video .article-list-title{ height: 222px; } .article-list-video .article-title { font-size: 24px; height: auto; } .article-time{ font-size: 18px; font-weight: 300; line-height: 1.5; color: #9b9b9b; margin-bottom: 10px; } .article-time .icon{ margin-right: 5px; font-size: 15px; } .icon-time { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzlCOUI5Qjt9PC9zdHlsZT48dGl0bGU+c2VhcmNoPC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQsNlY0aDRWMmMwLTEuMS0wLjktMi0yLTJoLTZDOC45LDAsOCwwLjksOCwydjJoNHYyQzUuMyw2LjUsMCwxMi4yLDAsMTljMCw3LjIsNS44LDEzLDEzLDEzczEzLTUuOCwxMy0xM<KEY> } .icon { background-repeat: no-repeat; background-position: 50%; background-size: auto 100%; width: 1em; display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; } .article-list::after { content: ""; position: absolute; border-bottom: 1px solid #dfdfdf; width: 100%; bottom: 0; z-index: 1; } .title_clean { border-bottom: 1px solid transparent; } .title_clean .title-content:after{ border-bottom: transparent; } .article-photo-wrap .icon-photo-right { right: 20px; } .article-photo-wrap .icon-photo-slider { position: absolute; color: #fff; z-index: 1; font-size: 50px; line-height: 1; width: 30px; text-align: center; top: 33%; } .article-title_big { font-size: 32px; line-height: 1.3; } .article-photo-count { font-size: 18px; font-weight: 700; color: #ef9021; } /* */ .icon-angle-left { background-image: url(data:image/svg+xml;base64,<KEY>); background-size: 100%; width: .375em; } .icon-angle-right { background-image: url(data:image/svg+xml;base64,<KEY> background-size: 100%; width: .375em; } .article-photo-wrap .slick-slider { margin-bottom: 10px; } .slick-dots li { position: relative; display: inline-block; margin: 0 5px; padding: 0; } .article-photo-wrap .slick-dots li button { width: 10px; height: 10px; background-color: #ccc; border-radius: 20px; } .article-photo-wrap .slick-dots li.slick-active button { background: #ef9021; } .slick-dots li, .slick-dots li button { height: 10px; width: 10px; cursor: pointer; } .photo-lens .article-asset { height: 416px; overflow: hidden; } .photo-lens .article-asset img { position: absolute; width: 100%; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); } .slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; } .article-photo-wrap .slick-dots { top: -35px; bottom: auto; width: 20%; left: 40%; } .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; } .gramedia-gate .slick-slider { margin-bottom: 0; } .slick-list, .slick-slider { position: relative; display: block; } .gramedia-wrap { padding: 0; background: #e7e7e7; } .gramedia-wrap { position: relative; } .gramedia-asset { width: 160px; padding: 20px 0; margin: 0 auto; text-align: center; } .gramedia-item { background: #e7e7e7; padding: 0 0 40px; } .gramedia-gate .slick-slide img { margin: 0 auto; } .gramedia-buy { display: block; width: 80px; padding: 5px 10px; background: #3ca5dd; border: 1px solid #3ca5dd; margin: 0 auto; text-align: center; font-size: 16px; font-weight: 500; color: #fff; } h1, h2, h3, h4, h6 { font-size: 14px; font-weight: 400; } .gramedia-gate .slick-dots li, .gramedia-gate .slick-dots li button { width: 10px; height: 10px; } .gramedia-gate .slick-dots { bottom: 10px; z-index: 1; } .slick-slide img { display: block; } .gramedia-wrap .slick-dots li button { width: 10px; height: 10px; background-color: #ccc; border-radius: 20px; } .gramedia-wrap .slick-dots li.slick-active button { background: #3ca5dd; } img { max-width: 100%; width: auto; height: auto; vertical-align: top; border: 0; -ms-interpolation-mode: bicubic; } .article-box-topic { width: 100%; height: 150px; padding: 35px 20px; background: #9b9b9b; } .article-box-topic b { font-weight: 300; color: #fff; font-size: 28px; display: block; overflow: hidden; max-height: 75px; } .topic .article-link { height: 63px; overflow: hidden; } .topic .article-list-item { margin-bottom: 0; } .paging-wrap { position: relative; } .paging-item { display: inline-block; vertical-align: middle; margin: 0 3px 5px 0; } .paging-link-active { background: #3ca5dd; border: 1px solid #3ca5dd; color: #fff !important; } .paging-link { padding: 8px 12px; display: block; line-height: 1; border-radius: 20px; color: #4a4a4a!important; background: #fff; border: 1px solid #e3e2e3; font-size: 17px; font-weight: 500; } .discover-column { width: 25%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .discover-menu { position: relative; display: block; padding: 12px 0 20 px; } .discover-menu li a { display: block; padding: 6px 0; text-transform: uppercase; font-family: Roboto Condensed,sans-serif; font-size: 15px; font-weight: 700; } .discover { position: relative; padding: 0; } .width-70 { width: 70%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .width-30 { width: 30%; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } .width-22-2 { width: 22.2222222%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .width-77-7 { width: 77.7777778%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .logo img { width: auto; height: 50px; } img { max-width: 100%; } .text-right { text-align: right; } .social-footer { padding: 10px 0; } .social-item { display: inline-block; padding: 0 2px; } .footer-menu { position: relative; } .footer-menu-item-inline { padding: 0; display: inline-block; } .footer-menu-item { position: relative; } .footer { padding: 0 0 70px; background: #000; color: #fff; border-top: 4px solid #3ca5dd; width: 100% } .footer-bottom { padding: 30px 0 10px; color: #b1b1b1; } .footer-copy { padding: 5px 0; font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; } .logo, .logo a { display: inline-block; } .logo { position: relative; float: left; } .logo-achieve { position: relative; display: block; padding: 30px 0 0; width: 250px; float: left; text-align: center; } .logo-achieve-subtitle { padding: 0 0 5px; color: #fff; font-size: 13px; font-family: Roboto Condensed,sans-serif; } .logo-achieve-item { display: inline-block; text-align: center; padding: 0; vertical-align: top; } .logo__achieve__link { display: block; } .logo__achieve__img { padding: 5px; } .footer-menu-item-inline:after { content: " -"; } .footer-menu-link { font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; } .old-article .article-list-asset .article-asset { height: 95px; } .old-article .article-list-asset { width: 105px; padding-right: 10px; } .breadcrumb, .breadcrumb-wrap { position: relative; } .breadcrumb-item { display: inline-block; font-size: 16px; font-weight: 500; color: #e55225; } .breadcrumb-link { position: relative; display: inline-block; } .breadcrumb-item:after { content: " / "; } .breadcrumb-item:last-child:after { content: ""; } .read-title { margin: 5px 0; font-size: 36px; font-weight: 500; color: #000; } .width-10 { width: 10%; } .width-100 { width: 100%; } .width-90 { width: 90%; } .column { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .read-time { color: #545454; padding: 0 0 10px; } .bagikan-inline { padding: 20px 0 10px; } .social-text { padding: 11px 0 0; font-weight: 500; text-transform: uppercase; font-size: 17px; display: inline-block; vertical-align: top; } .comment-read-text { position: relative; display: block; text-align: right; padding: 8px 0; float: right; } .comment-read-text a { color: #3ca5dd; font-weight: 500; font-size: 13px; padding: 0; } .comment-read-text .comment-counter:empty { min-width: 10px; min-height: 10px; top: -4px; padding: 3px 4px 0; } .comment-read-text .comment-counter { position: relative; left: unset; display: inline-block; top: -6px; padding: 3px 5px 0; } .comment-counter { position: absolute; min-width: 16px; min-height: 16px; z-index: 1; top: -2px; left: 20px; padding: 0 5px; border-radius: 8px; background: #e65225; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; font-family: Roboto,sans-serif; font-size: 9px; font-weight: 400; line-height: 1; color: #fff; transition: .5s cubic-bezier(.17,.67,.83,.67) 3s; } .photo-gallery .photo-icon-expand { width: auto; height: auto; border-radius: 5px; color: #fff; font-size: 13px; line-height: 1; padding: 7px 10px; } .photo-icon { opacity: 0; background: rgba(0,0,0,0.5); } .photo-icon-expand { pointer-events: none; } .photo-gallery .icon-expand { font-size: 14px; margin-right: 5px; vertical-align: top; } .photo-gallery .photo-icon { opacity: 1; } .photo-icon-expand { position: absolute; top: 15px; right: 15px; z-index: 1; } .icon-expand { background-size: contain; background-image: url(data:image/svg+xml;base64,<KEY>KSIgZmlsbD0iI2ZmZiIvPiAgPC9nPjwvc3ZnPg==); } .photo-wrap { position: relative; } .photo-caption { padding: 10px 0; font-size: 12px; font-weight: 400; color: #999; } .photo-author { display: inline; font-size: 11px; font-weight: 500; color: #4d4d4d; padding: 0 5px; } .offset-0 { padding-left: 0; padding-right: 0; } .read-credit-item { display: inline-block; position: relative; padding: 0; } .read-credit-item span { display: inline-block; position: relative; vertical-align: top; } .read-credit-item a { font-weight: 700; } .width-77-7 .read-content { margin-right: -15px; } .read-content { padding: 0; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000; } .read-content p{ margin-top: 16px; margin-bottom: 16px; } .read-content strong { font-weight: 700; } .read-content a.inner-link-baca-juga, .read-content a.inner-link-tag { color: #39c!important; font-weight: 700; } .paging-footnote { position: relative; padding: 20px 25px; } .paging-footnote span { display: inline-block; padding: 0 0 5px; font-size: 16px; font-weight: 700; color: #000; } .paging-footnote .next { display: block; font-size: 20px; font-weight: 700; color: #3ca5dd; font-style: italic; } h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 14px; font-weight: 400; } .info-banner, .info-banner-header { position: relative; } .info-banner { margin: 20px 0; background: #f1f6fc; padding: 15px; border-radius: 5px; } .info-banner-header h4 { position: relative; padding-bottom: 12px; font-size: 20px; font-weight: 700; } .info-banner-header>a { position: absolute; right: 0; top: 5px; text-transform: uppercase; font-size: 12px; font-weight: 700; color: #1583cc; } .info-banner-list { position: relative; overflow: hidden; } .info-banner-header h4 span { color: #e75524; } .info-banner-list ul { display: block; display: -ms-flexbox; display: flex; flex-wrap: nowrap; margin: 0 -5px; } .info-banner-list li { display: block; width: 33.33333%; padding: 0 5px 5px; flex-shrink: 0; } .info-banner-list li a { display: block; } .info-banner-list-img { position: relative; width: 100%; padding-top: 66.67%; margin-bottom: 8px; overflow: hidden; border-radius: 5px; } .info-banner-list li a { display: block; } .info-banner-list-img:before { content: ""; background: #daeaf7; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; } .info-banner-list-img img { width: auto; height: 100%; z-index: 2; } .info-banner-list-img:after, .info-banner-list-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .info-banner-list-img:after { content: attr(data-placeholder); white-space: normal; text-align: center; word-wrap: normal; padding: 0 4px; width: 100%; z-index: 1; height: auto; max-height: 62px; overflow: hidden; font-size: 13px; line-height: normal; color: #2b2b2b; } .info-banner-arrow.-left { left: 4px; box-shadow: 3px 0 6px rgb(0 0 0 / 30%); } .info-banner-arrow { position: absolute; z-index: 2; top: 90px; width: 35px; height: 35px; border-radius: 35px; background: #fff; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; transition: all .2s ease; } .icon-arrow-left { transform: rotate(-40deg); } .icon-arrow { position: relative; display: block; width: 1rem; height: 1rem; } .icon-arrow:after { content: ""; position: absolute; width: .5rem; height: .5rem; border-top: 2px solid #3ca5dd; border-left: 2px solid #3ca5dd; top: 50%; left: 50%; transform: translate(-50%,-50%); } .info-banner-arrow.-right { right: 4px; box-shadow: -3px 0 6px rgb(0 0 0 / 30%); } .icon-arrow-right { transform: rotate( 135deg ); } .read__tagging { padding: 10px 0 0; margin: 15px 0; } .tag, .tag-article { position: relative; } .tag-article-teaser { text-align: left; text-transform: uppercase; padding: 3px 0; font-size: 18px; font-weight: 800; } .tag-article-wrap { position: relative; } .tag-article-item { display: inline-block; margin-right: 5px; margin-bottom: 7px; font-size: 14px; font-weight: 300; color: #000; } .tag-article-link { padding: 5px 10px; border-radius: 5px; background: #dfdfdf; display: block; } .related-inline { padding: 15px; margin: 0; background: #f1f1f1; } .related, .related-inline { position: relative; } h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 14px; font-weight: 400; } .related-inline-teaser, .related-inline span { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; color: #e55225; } .related-inline-title { font-size: 18px; font-weight: 300; color: #2a2a2a; border-bottom: 1px solid #d4d4d4; padding: 15px 0; } .clearfix:after { clear: both; } .related-inline-title:last-child { border-bottom: none; padding: 15px 0 5px; } .read-tagging { padding: 10px 0 0; margin: 15px 0; } .text-center { text-align: center; } .offset-left-right-minus-10px { margin-left: -10px; margin-right: -10px; } .jixie-logo-right { float: right; } .jixie-logo { font-size: 12px; padding: 15px 5px 5px; text-align: right; color: #b7b7b7; position: relative; } .article-wrap-grid-flex { display: block; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .jixie-logo-img { cursor: pointer; display: inline-block; } .jixie-logo img { width: 60px; } .jixie-logo-img .tooltips { width: 335px; z-index: 2; } .tooltips:before { content: ""; position: absolute; width: 10px; height: 10px; transform: rotate( -45deg ); background: #2d2d2d; } .jixie-logo span { position: relative; vertical-align: bottom; } .tooltips span { border-radius: 5px; background: #2d2d2d; display: block; padding: 10px; font-size: 11px; font-weight: 300; color: #fff; } .recommendation-small .article-wrap-grid-flex .article-grid { margin-bottom: 0; } .recommendation-small .article-boxsubtitle { top: 10px; padding: 5px; } .article-boxsubtitle { padding: 5px 10px; background: #fff; position: absolute; left: 0; top: 15px; z-index: 1; color: #e55225; } .recommendation-small .article-box { padding: 5px 10px 10px; } .recommendation-small .article-title { max-height: 97px; height: 97px; overflow: hidden; font-size: 16px; } .article-grid, .article__list { position: relative; } .width-25 { width: 25%; } .recommendation-small .width-25 { padding-left: 10px; padding-right: 10px; } .tooltips { position: absolute; width: 200px; z-index: 9999; opacity: 0; visibility: hidden; transition: all .2s ease; cursor: default; } .comment > .comment-wrap { padding: 0 10px; margin: 0; background: #f5fcff; } .comment > .comment-wrap { padding: 0 20px; margin: 0; } .comment-wrap { padding: 0; } .comment .comment-promo { padding: 20px 0 5px; margin: 0; } .comment-promo { position: relative; /* padding: 20px 0 10px; display: -ms-flexbox; */ display: flex; } .comment-promo-img { width: 130px; } .comment-promo-content { width: calc(100% - 130px); padding: 0 10px; } .comment-promo p { font-size: 16px; margin: 0; padding-bottom: 4px; } .comment-promo span { color: #e65224; font-weight: 700; } .comment-promo a { font-size: 13px; font-weight: 700; color: #3ca5dd; float: right; } .comment-wrap a { text-decoration: none; } .comment-wrap .button, .comment-wrap button, .comment-wrap input, .comment-wrap select, .comment-wrap textarea { margin: 0; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); background-color: #fff; border: 1px solid #c4c4c4; outline: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; transition: all .2s ease; font-family: Roboto,sans-serif; font-size: 16px; font-weight: 400; line-height: 1.42857; color: #c2bebe; } button, input, optgroup, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; } .comment-form { position: relative; padding: 20px 0; border-bottom: 1px solid #d6d6d6; } .comment-form textarea { resize: none; height: 100px; } .comment-wrap textarea { min-height: 100px; max-width: 100%; display: block; width: 100%; } .comment-error { display: block; position: relative; padding: 5px 0 0; font-size: 11px; color: #d00000; } .comment-disclaimer { padding: 5px 0 0; font-size: 11px; color: #979797; } .comment-button .send { background: #3ca5dd; border: 1px solid #3ca5dd; font-size: 13px; color: #fff; padding: 8px 15px; } .comment-wrap button, .comment-wrap input[type=button], .comment-wrap input[type=checkbox], .comment-wrap input[type=radio], .comment-wrap input[type=reset], .comment-wrap input[type=submit] { cursor: pointer; } .comment-button.action { font-size: 12px; } .comment-button.action { display: inline-block; background: transparent; border: 1px solid transparent; box-shadow: none; padding: 4px 5px; border-radius: 8px; font-size: 11px; color: #666; } img { max-width: 100%; width: auto; height: auto; vertical-align: top; border: 0; -ms-interpolation-mode: bicubic; } .comment-counter-inline { position: relative; display: inline-block; left: -5px; top: 2px; } .comment-empty { text-align: center; padding-top: 20px; padding-bottom: 30px; } .comment-list { position: relative; padding: 10px 0; } .comment-disclaimer { padding: 5px 0 0; font-size: 11px; color: #979797; } .comment-row { position: relative; padding: 0; } .comment-form-footer { padding: 15px 0 0; text-align: right; } .comment-button.send { background: #3ca5dd; border: 1px solid #3ca5dd; font-size: 13px; color: #fff; padding: 8px 15px; }
dengar-kabar/custom.css
body { font-family: Roboto,sans-serif !important; font-size: 14px; font-weight: 400; line-height: 1.3; color: #2a2a2a; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeSpeed; } ul { margin: 0; padding: 0; list-style: none; } #header { /* background-color: aqua; */ } #general-content { /* background-color: blue; */ } #section-row { display: flex; justify-content: space-between; } #header-2, #header-3 { background-color: #000; } #header-wrapper { padding: 12px 0; display: flex; } #inner-header-wrapper { margin-left: -15px; margin-right: -15px; } #logo-and-certification { width: 35%; min-height: 1px; padding-left: 15px; padding-right: 15px; display: inline-block; } #logo { } #logo img { width: auto; height: 50px; } #certification { width: 70px; height: 50px; } #certification img { height: 100%; } #search-and-login { padding-left: 15px; padding-right: 15px; position: relative; width: 65%; /* background-color: white; */ text-align: right; display: inline; box-sizing: border-box; } #search { width: 50%; /* background-color: cadetblue; */ } #login { padding: 11px 10px; text-align: right; width: auto; float: right; } #login a { display: inline-block; text-transform: uppercase; padding: 0 4px; max-width: 150px; overflow: hidden; width: auto; word-break: break-all; vertical-align: middle; position: relative; display: inline-block; font-size: 12px; font-weight: 900; color: #ef9021; font-family: Roboto,sans-serif; } #epaper { position: relative; float: right; padding: 5px 0; } #epaper a { display: inline-block; padding: 9px 15px; background: #1583cc; text-transform: uppercase; border-radius: 5px; font-size: 11px; font-weight: 700; line-height: 1; color: #fff; transition: all .2s ease; font-family: Roboto,sans-serif; } #search-submit { background: transparent; appearance: none; border: none; cursor: pointer; color: transparent; width: 35px; height: 40px; padding: 0; position: absolute; top: 0; right: 0; z-index: 2; } .middle-container { /* background-color: blueviolet; */ width: 1100px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } .search-field { border-radius: 4px; background: #2d2d2d; border: 1px solid transparent; color: #fff; display: block; width: 100%; height: 40px; padding: 6px 12px; box-sizing: border-box; } .row-view{ display: table; /* background-color: brown; */ content: ""; } .row-item { position: relative; display: inline-block; } .nav-link { padding: 8px 3px; font-size: 11px; font-family: Roboto,sans-serif; } .nav-link-topic { font-family: Roboto Condensed,sans-serif; font-weight: 700; color: #fff; padding: 14px 8px; } .section-row-nav-link { font-family: Roboto Condensed,sans-serif; font-weight: 700; color: #fff; font-size: 14px; display: block; padding: 14px 8px; text-transform: uppercase; position: relative; } .left { float: left; } .right { float: right; } .search--icon { position: absolute; top: 10px; right: 10px; z-index: 1; box-sizing: border-box; } .search--icon .icon-search { width: 20px; height: 20px; color: #868686; box-sizing: border-box; } .flex { display: flex } .icon-search { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIuNiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM4Njg2ODY7fTwvc3R5bGU+PHRpdGxlPnNlYXJjaDwvdGl0bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOSwyMi45bDIuMywyLjNMMi4zLDMyTDAsMjkuN0w2LjksMjIuOUw2LjksMjIuOXogTTE5LjYsMjIuNGMtNS40LDAtOS44LTQuMy05LjgtOS42YzAtNS4zLDQuNC05LjYsOS44LTkuNmM1LjQsMCw5LjgsNC4zLDkuOCw5LjZDMjkuNCwxOC4xLDI1LDIyLjQsMTkuNiwyMi40TDE5LjYsMjIuNHogTTE5LjYsMEMxMi40LDAsNi41LDUuNyw2LjUsMTIuOHM1LjgsMTIuOCwxMy4xLDEyLjhjNy4yLDAsMTMuMS01LjcsMTMuMS0xMi44UzI2LjgsMCwxOS42LDBMMTkuNiwweiIvPjwvc3ZnPg==); background-size: 100%; box-sizing: border-box; } .headline { width: 70%; box-sizing: border-box; padding-left: 15px; padding-right: 15px; /* background-color: #868686; */ } .wrapper { padding: 15px; background: #f1f1f1; margin: 20px 0 0; height: fit-content; } .outerwrapper { width: 30%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; box-sizing: border-box; } .teaser { padding: 0 0 5px; font-size: 16px; font-weight: 300; color: #000; font-family: Roboto,sans-serif; } .clearfix:after, .clearfix:before { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .headline-thumb-row { margin-bottom: 15px; } .headline-thumb-link { font-size: 14px; font-weight: 400; height: 73px; max-height: 73px; overflow: hidden; padding: 0 6px; } .headline-smalls { position: relative; overflow: hidden; height: 218px; background-color: #000; } .headline-thumb .slick-slider { margin-bottom: 15px; } .headline-item { margin: 0 0 5px; position: relative; cursor: pointer; } .headline-image { margin: 0 0 5px; position: relative; cursor: pointer; } .headline-thumb-link { font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeSpeed; text-decoration: none; display: block; } #section-row .nav-link { font-size: 14px; } .headline-subtitle { font-family: Roboto,sans-serif; position: absolute; left: 0; top: 30px; z-index: 1; background: #fff; text-transform: uppercase; padding: 10px; font-size: 12px; font-weight: 700; color: #71c4d6; } .headline-big-box { display: block; position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 0; background: rgba(0,0,0,.7); } .headline-big-img { width: 740px; height: 493px; overflow: hidden; position: relative; } .headline-big-title { color: #fff; font-family: sans-serif; font-size: 40px; font-weight: 300; line-height: 1.1; padding: 0 20px; margin: 0 0 10px; } .headline-big-date { padding: 0 20px; font-family: sans-serif; font-size: 12px; font-weight: 600; color: #9b9b9b; } .highlight-row { margin-top: 20px; } .highlight-section { width: 70%; padding-left: 15px; padding-right: 15px; font-family: Roboto,sans-serif; font-size: 14px; } #highlight-side-section { width: 30%; line-height: 1.3; } .title { position: relative; border-bottom: 1px solid #9b9b9b; } .title-center:after { content: ""; position: absolute; left: 33.3333333%; bottom: 0; width: 33.3333333%; border-bottom: 5px solid #3ca5dd; } .title-content { font-family: Roboto Condensed,sans-serif; position: relative; display: inline-block; padding: 10px 0; font-size: 20px; font-weight: 700; color: #4a4a4a; text-transform: uppercase; } .title-content:after { content: ""; position: absolute; left: 0; bottom: 0; width: 101%; border-bottom: 5px solid #3ca5dd; } .title-center .title-content:after { border-bottom: transparent; } .button-title { margin: 20px 0 0; padding: 0; letter-spacing: 0; font-size: 11px; font-weight: 700; color: #3ca5dd; text-transform: uppercase; } .article-row { width: 33.33333%; position: relative; min-height: 1px; float: left; } .article-grid { position: relative; } .article-asset { position: relative; } .article-box { position: relative; margin: -20px 10px 0; background: #fff; padding: 10px; } .article-subtitle { text-transform: uppercase; font-size: 12px; font-weight: 400; line-height: 1; } .article-subtitle_inline { padding: 0 5px 0 0; display: inline-block; color: #e55225; } .article-box-subtitle { font-family: Roboto,sans-serif; padding: 5px 10px; background: #fff; position: absolute; left: 0; top: 15px; z-index: 1; color: #e55225; } .article-title { font-size: 18px; font-weight: 300; line-height: 1.2; color: #000; margin: 0 0 10px; height: 86px; overflow: hidden; font-family: Roboto; } .outer-article-row { margin-top: 20px; } .article-link { display: block; } *, :after, :before { box-sizing: border-box; } .article-list { margin: 0 0 15px; background: #fff; position: relative; } .article-list-asset { width: 197px; float: left; padding-right: 20px; background: #fff; z-index: 2; position: relative; } .article-list-title { height: 70px; overflow: hidden; margin-bottom: 18px; } .article-list-video{ } .article-title { font-size: 18px; font-weight: 300; line-height: 1.2; color: #000; margin: 0 0 10px; } .article-title_medium { font-size: 26px; line-height: 1.3; } .article-date { font-size: 12px; color: #666; margin: 0 0 10px; display: inline-block; } a, a:hover { text-decoration: none; } a:hover { color: #3ca5dd; } a { color: inherit; vertical-align: baseline; outline: 0; transition: all .2s ease; } .latest-section { margin-top: 20px; } .embed-section { width: 100%; position: relative; padding-bottom: 50%; } .video { width: 100%; height: 100%; position: absolute; } .title-center { text-align: center; } /* KOMPAS ID SIDEBAR */ .margin-top-30px { margin-top: 30px; } .margin-top-20px { margin-top: 20px; } .margin-top-10px { margin-top: 10px; } .article-box-subtitle-kompas{ background: #3ca5dd!important; color: #fff!important; } .article-asset-kompas{ margin-bottom: 10px; height: 150px; overflow: hidden; } .article-title-kompas{ height: 44px; overflow: hidden; font-family: Roboto,sans-serif; } .article-footnote{ padding: 8px 0 0; border-top: 1px solid #9b9b9b; font-size: 12px; font-family: Roboto,sans-serif; } /* TERPOPULER */ .most, .most-list { position: relative; padding-left: 60px; margin-bottom: 1px; height: 100px; background: #f1f1f1; transition: all .2s ease; } .most-count{ position: absolute; left: 0; top: 0; width: 60px; height: 100%; background: #71c4d6; padding: 15px 0; text-align: center; border-right: 1px solid #fff; font-size: 36px; font-weight: 700; line-height: 1; color: #fff; font-family: Roboto,sans-serif; } .most-title{ padding: 0 10px; font-size: 16px; font-weight: 300; overflow: hidden; height: 62px; margin: 11px 0 5px; font-family: Roboto,sans-serif; } .most-read{ padding: 0 10px; font-size: 11px; font-weight: 500; line-height: 1; color: #9b9b9b; font-family: Roboto,sans-serif; } .article-box-offset-0 { background: #f0f0f0; padding: 10px 0 0; margin: 0; } .article-title-bullet{ position: relative; padding: 7px 20px 0 30px; font-size: 16px; line-height: 1.3; height: 77px; overflow: hidden; margin: 0; border-bottom: 1px solid #fff; font-family: Roboto,sans-serif; } .article-title-bullet:after { content: ""; position: absolute; top: 12px; left: 10px; width: 8px; height: 8px; background: #2a2a2a; } .topic-wrap { position: relative; margin-bottom: 15px; } .article-asset img { display: block; width: 100%; } .offset-left-right-minus-15px { margin-right: -15px; margin-left: -15px } .article-asset-highlight { width: 100%; height: 163px; background-position: 50%; background-size: cover; } .break-row-item { width: 25%; }farticle-asset-highlight .break-row-wrap > div{ height: 290px; } .article-row .article-title{ height: 86px; overflow: hidden; } .article-partner { height: 50px; padding: 0 0 5px; } .offset-left-right-padding-15px{ padding-left: 15px; padding-right: 15px; } .break-row-item .article-title{ height: 65px; max-height: 65px; overflow: hidden; } .reset-padding{ padding: 0; } .break-row-wrap .article-grid{ padding-left: 15px; padding-right: 15px; } /* OPINION */ .opinion-list{ padding: 15px 0 15px 120px; height: 167px; } .opinion-wrap { font-family: Roboto, sans-serif; } .opinion-wrap, .opinion-list{ position: relative; } .opinion-asset{ width: 100px; height: 100px; overflow: hidden; border-radius: 50px; } .opinion-pull-left{ position: absolute; left: 0; top: 15px; z-index: 1; } .opinion-author { font-size: 14px; font-weight: 700; color: #3ca5dd; } .opinion-link { display: block; } .opinion-authortitle{ font-size: 12px; color: #9b9b9b; margin-bottom: 5px; margin-top: 1px; } .opinion-title{ font-size: 16px; font-weight: 300; color: #4a4a4a; height: 83px; overflow: hidden; } .comment-box{ background: #f5fcff; padding: 5px 0; } .comment-item{ position: relative; border-bottom: 1px solid #e6e6e6; padding: 15px; } .comment-news{ padding: 0; background: #e4f4fc; border-radius: 5px; overflow: hidden; } .comment-news h4{ font-size: 14px; font-weight: 700; line-height: 1.4; height: 39px; overflow: hidden; margin: 7px 10px 0; } .comment-news span{ display: block; padding: 3px 0 0; font-size: 11px; } .comment-image{ float: left; width: 70px; height: 70px; overflow: hidden; margin-right: 10px; } .comment-username{ display: inline-block; font-size: 15px; font-weight: 700; } .comment-text{ position: relative; margin: 10px 0 0; font-size: 15px; line-height: 1.5; } .comment-link{ display: block; } .reduce-left-right { margin-left: -15px; margin-right: -15px; } /* KOMPAS Youtube embed */ .article-list-video .article-list-asset{ width: 550px; } .article-list-video .article-list-title{ height: 222px; } .article-list-video .article-title { font-size: 24px; height: auto; } .article-time{ font-size: 18px; font-weight: 300; line-height: 1.5; color: #9b9b9b; margin-bottom: 10px; } .article-time .icon{ margin-right: 5px; font-size: 15px; } .icon-time { background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzlCOUI5Qjt9PC9zdHlsZT48dGl0bGU+c2VhcmNoPC90aXRsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQsNlY0aDRWMmMwLTEuMS0wLjktMi0yLTJoLTZDOC45LDAsOCwwLjksOCwydjJoNHYyQzUuMyw2LjUsMCwxMi4yLDAsMTljMCw3LjIsNS44LDEzLDEzLDEzczEzLTUuOCwxMy0xM<KEY> } .icon { background-repeat: no-repeat; background-position: 50%; background-size: auto 100%; width: 1em; display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; } .article-list::after { content: ""; position: absolute; border-bottom: 1px solid #dfdfdf; width: 100%; bottom: 0; z-index: 1; } .title_clean { border-bottom: 1px solid transparent; } .title_clean .title-content:after{ border-bottom: transparent; } .article-photo-wrap .icon-photo-right { right: 20px; } .article-photo-wrap .icon-photo-slider { position: absolute; color: #fff; z-index: 1; font-size: 50px; line-height: 1; width: 30px; text-align: center; top: 33%; } .article-title_big { font-size: 32px; line-height: 1.3; } .article-photo-count { font-size: 18px; font-weight: 700; color: #ef9021; } /* */ .icon-angle-left { background-image: url(data:image/svg+xml;base64,<KEY>); background-size: 100%; width: .375em; } .icon-angle-right { background-image: url(data:image/svg+xml;base64,<KEY> background-size: 100%; width: .375em; } .article-photo-wrap .slick-slider { margin-bottom: 10px; } .slick-dots li { position: relative; display: inline-block; margin: 0 5px; padding: 0; } .article-photo-wrap .slick-dots li button { width: 10px; height: 10px; background-color: #ccc; border-radius: 20px; } .article-photo-wrap .slick-dots li.slick-active button { background: #ef9021; } .slick-dots li, .slick-dots li button { height: 10px; width: 10px; cursor: pointer; } .photo-lens .article-asset { height: 416px; overflow: hidden; } .photo-lens .article-asset img { position: absolute; width: 100%; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%); } .slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; } .article-photo-wrap .slick-dots { top: -35px; bottom: auto; width: 20%; left: 40%; } .slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; } .gramedia-gate .slick-slider { margin-bottom: 0; } .slick-list, .slick-slider { position: relative; display: block; } .gramedia-wrap { padding: 0; background: #e7e7e7; } .gramedia-wrap { position: relative; } .gramedia-asset { width: 160px; padding: 20px 0; margin: 0 auto; text-align: center; } .gramedia-item { background: #e7e7e7; padding: 0 0 40px; } .gramedia-gate .slick-slide img { margin: 0 auto; } .gramedia-buy { display: block; width: 80px; padding: 5px 10px; background: #3ca5dd; border: 1px solid #3ca5dd; margin: 0 auto; text-align: center; font-size: 16px; font-weight: 500; color: #fff; } h1, h2, h3, h4, h6 { font-size: 14px; font-weight: 400; } .gramedia-gate .slick-dots li, .gramedia-gate .slick-dots li button { width: 10px; height: 10px; } .gramedia-gate .slick-dots { bottom: 10px; z-index: 1; } .slick-slide img { display: block; } .gramedia-wrap .slick-dots li button { width: 10px; height: 10px; background-color: #ccc; border-radius: 20px; } .gramedia-wrap .slick-dots li.slick-active button { background: #3ca5dd; } img { max-width: 100%; width: auto; height: auto; vertical-align: top; border: 0; -ms-interpolation-mode: bicubic; } .article-box-topic { width: 100%; height: 150px; padding: 35px 20px; background: #9b9b9b; } .article-box-topic b { font-weight: 300; color: #fff; font-size: 28px; display: block; overflow: hidden; max-height: 75px; } .topic .article-link { height: 63px; overflow: hidden; } .topic .article-list-item { margin-bottom: 0; } .paging-wrap { position: relative; } .paging-item { display: inline-block; vertical-align: middle; margin: 0 3px 5px 0; } .paging-link-active { background: #3ca5dd; border: 1px solid #3ca5dd; color: #fff !important; } .paging-link { padding: 8px 12px; display: block; line-height: 1; border-radius: 20px; color: #4a4a4a!important; background: #fff; border: 1px solid #e3e2e3; font-size: 17px; font-weight: 500; } .discover-column { width: 25%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .discover-menu { position: relative; display: block; padding: 12px 0 20 px; } .discover-menu li a { display: block; padding: 6px 0; text-transform: uppercase; font-family: Roboto Condensed,sans-serif; font-size: 15px; font-weight: 700; } .discover { position: relative; padding: 0; } .width-70 { width: 70%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .width-30 { width: 30%; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } .width-22-2 { width: 22.2222222%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .width-77-7 { width: 77.7777778%; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .logo img { width: auto; height: 50px; } img { max-width: 100%; } .text-right { text-align: right; } .social-footer { padding: 10px 0; } .social-item { display: inline-block; padding: 0 2px; } .footer-menu { position: relative; } .footer-menu-item-inline { padding: 0; display: inline-block; } .footer-menu-item { position: relative; } .footer { padding: 0 0 70px; background: #000; color: #fff; border-top: 4px solid #3ca5dd; width: 100% } .footer-bottom { padding: 30px 0 10px; color: #b1b1b1; } .footer-copy { padding: 5px 0; font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; } .logo, .logo a { display: inline-block; } .logo { position: relative; float: left; } .logo-achieve { position: relative; display: block; padding: 30px 0 0; width: 250px; float: left; text-align: center; } .logo-achieve-subtitle { padding: 0 0 5px; color: #fff; font-size: 13px; font-family: Roboto Condensed,sans-serif; } .logo-achieve-item { display: inline-block; text-align: center; padding: 0; vertical-align: top; } .logo__achieve__link { display: block; } .logo__achieve__img { padding: 5px; } .footer-menu-item-inline:after { content: " -"; } .footer-menu-link { font-family: Roboto,sans-serif; font-size: 14px; font-weight: 400; line-height: 1.3; } .old-article .article-list-asset .article-asset { height: 95px; } .old-article .article-list-asset { width: 105px; padding-right: 10px; } .breadcrumb, .breadcrumb-wrap { position: relative; } .breadcrumb-item { display: inline-block; font-size: 16px; font-weight: 500; color: #e55225; } .breadcrumb-link { position: relative; display: inline-block; } .breadcrumb-item:after { content: " / "; } .breadcrumb-item:last-child:after { content: ""; } .read-title { margin: 5px 0; font-size: 36px; font-weight: 500; color: #000; } .width-10 { width: 10%; } .width-100 { width: 100%; } .width-90 { width: 90%; } .column { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; float: left; } .read-time { color: #545454; padding: 0 0 10px; } .bagikan-inline { padding: 20px 0 10px; } .social-text { padding: 11px 0 0; font-weight: 500; text-transform: uppercase; font-size: 17px; display: inline-block; vertical-align: top; } .comment-read-text { position: relative; display: block; text-align: right; padding: 8px 0; float: right; } .comment-read-text a { color: #3ca5dd; font-weight: 500; font-size: 13px; padding: 0; } .comment-read-text .comment-counter:empty { min-width: 10px; min-height: 10px; top: -4px; padding: 3px 4px 0; } .comment-read-text .comment-counter { position: relative; left: unset; display: inline-block; top: -6px; padding: 3px 5px 0; } .comment-counter { position: absolute; min-width: 16px; min-height: 16px; z-index: 1; top: -2px; left: 20px; padding: 0 5px; border-radius: 8px; background: #e65225; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; font-family: Roboto,sans-serif; font-size: 9px; font-weight: 400; line-height: 1; color: #fff; transition: .5s cubic-bezier(.17,.67,.83,.67) 3s; } .photo-gallery .photo-icon-expand { width: auto; height: auto; border-radius: 5px; color: #fff; font-size: 13px; line-height: 1; padding: 7px 10px; } .photo-icon { opacity: 0; background: rgba(0,0,0,0.5); } .photo-icon-expand { pointer-events: none; } .photo-gallery .icon-expand { font-size: 14px; margin-right: 5px; vertical-align: top; } .photo-gallery .photo-icon { opacity: 1; } .photo-icon-expand { position: absolute; top: 15px; right: 15px; z-index: 1; } .icon-expand { background-size: contain; background-image: url(data:image/svg+xml;base64,<KEY>KSIgZmlsbD0iI2ZmZiIvPiAgPC9nPjwvc3ZnPg==); } .photo-wrap { position: relative; } .photo-caption { padding: 10px 0; font-size: 12px; font-weight: 400; color: #999; } .photo-author { display: inline; font-size: 11px; font-weight: 500; color: #4d4d4d; padding: 0 5px; } .offset-0 { padding-left: 0; padding-right: 0; } .read-credit-item { display: inline-block; position: relative; padding: 0; } .read-credit-item span { display: inline-block; position: relative; vertical-align: top; } .read-credit-item a { font-weight: 700; } .width-77-7 .read-content { margin-right: -15px; } .read-content { padding: 0; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000; } .read-content p{ margin-top: 16px; margin-bottom: 16px; } .read-content strong { font-weight: 700; } .read-content a.inner-link-baca-juga, .read-content a.inner-link-tag { color: #39c!important; font-weight: 700; } .paging-footnote { position: relative; padding: 20px 25px; } .paging-footnote span { display: inline-block; padding: 0 0 5px; font-size: 16px; font-weight: 700; color: #000; } .paging-footnote .next { display: block; font-size: 20px; font-weight: 700; color: #3ca5dd; font-style: italic; } h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 14px; font-weight: 400; } .info-banner, .info-banner-header { position: relative; } .info-banner { margin: 20px 0; background: #f1f6fc; padding: 15px; border-radius: 5px; } .info-banner-header h4 { position: relative; padding-bottom: 12px; font-size: 20px; font-weight: 700; } .info-banner-header>a { position: absolute; right: 0; top: 5px; text-transform: uppercase; font-size: 12px; font-weight: 700; color: #1583cc; } .info-banner-list { position: relative; overflow: hidden; } .info-banner-header h4 span { color: #e75524; } .info-banner-list ul { display: block; display: -ms-flexbox; display: flex; flex-wrap: nowrap; margin: 0 -5px; } .info-banner-list li { display: block; width: 33.33333%; padding: 0 5px 5px; flex-shrink: 0; } .info-banner-list li a { display: block; } .info-banner-list-img { position: relative; width: 100%; padding-top: 66.67%; margin-bottom: 8px; overflow: hidden; border-radius: 5px; } .info-banner-list li a { display: block; } .info-banner-list-img:before { content: ""; background: #daeaf7; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; } .info-banner-list-img img { width: auto; height: 100%; z-index: 2; } .info-banner-list-img:after, .info-banner-list-img img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .info-banner-list-img:after { content: attr(data-placeholder); white-space: normal; text-align: center; word-wrap: normal; padding: 0 4px; width: 100%; z-index: 1; height: auto; max-height: 62px; overflow: hidden; font-size: 13px; line-height: normal; color: #2b2b2b; } .info-banner-arrow.-left { left: 4px; box-shadow: 3px 0 6px rgb(0 0 0 / 30%); } .info-banner-arrow { position: absolute; z-index: 2; top: 90px; width: 35px; height: 35px; border-radius: 35px; background: #fff; display: -ms-flexbox; display: flex; justify-content: center; align-items: center; transition: all .2s ease; } .icon-arrow-left { transform: rotate(-40deg); } .icon-arrow { position: relative; display: block; width: 1rem; height: 1rem; } .icon-arrow:after { content: ""; position: absolute; width: .5rem; height: .5rem; border-top: 2px solid #3ca5dd; border-left: 2px solid #3ca5dd; top: 50%; left: 50%; transform: translate(-50%,-50%); } .info-banner-arrow.-right { right: 4px; box-shadow: -3px 0 6px rgb(0 0 0 / 30%); } .icon-arrow-right { transform: rotate( 135deg ); } .read__tagging { padding: 10px 0 0; margin: 15px 0; } .tag, .tag-article { position: relative; } .tag-article-teaser { text-align: left; text-transform: uppercase; padding: 3px 0; font-size: 18px; font-weight: 800; } .tag-article-wrap { position: relative; } .tag-article-item { display: inline-block; margin-right: 5px; margin-bottom: 7px; font-size: 14px; font-weight: 300; color: #000; } .tag-article-link { padding: 5px 10px; border-radius: 5px; background: #dfdfdf; display: block; } .related-inline { padding: 15px; margin: 0; background: #f1f1f1; } .related, .related-inline { position: relative; } h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 14px; font-weight: 400; } .related-inline-teaser, .related-inline span { display: block; margin-bottom: 5px; font-size: 15px; font-weight: 600; color: #e55225; } .related-inline-title { font-size: 18px; font-weight: 300; color: #2a2a2a; border-bottom: 1px solid #d4d4d4; padding: 15px 0; } .clearfix:after { clear: both; } .related-inline-title:last-child { border-bottom: none; padding: 15px 0 5px; } .read-tagging { padding: 10px 0 0; margin: 15px 0; } .text-center { text-align: center; } .offset-left-right-minus-10px { margin-left: -10px; margin-right: -10px; } .jixie-logo-right { float: right; } .jixie-logo { font-size: 12px; padding: 15px 5px 5px; text-align: right; color: #b7b7b7; position: relative; } .article-wrap-grid-flex { display: block; display: -ms-flexbox; display: flex; flex-wrap: wrap; } .jixie-logo-img { cursor: pointer; display: inline-block; } .jixie-logo img { width: 60px; } .jixie-logo-img .tooltips { width: 335px; z-index: 2; } .tooltips:before { content: ""; position: absolute; width: 10px; height: 10px; transform: rotate( -45deg ); background: #2d2d2d; } .jixie-logo span { position: relative; vertical-align: bottom; } .tooltips span { border-radius: 5px; background: #2d2d2d; display: block; padding: 10px; font-size: 11px; font-weight: 300; color: #fff; } .recommendation-small .article-wrap-grid-flex .article-grid { margin-bottom: 0; } .recommendation-small .article-boxsubtitle { top: 10px; padding: 5px; } .article-boxsubtitle { padding: 5px 10px; background: #fff; position: absolute; left: 0; top: 15px; z-index: 1; color: #e55225; } .recommendation-small .article-box { padding: 5px 10px 10px; } .recommendation-small .article-title { max-height: 97px; height: 97px; overflow: hidden; font-size: 16px; } .article-grid, .article__list { position: relative; } .width-25 { width: 25%; } .recommendation-small .width-25 { padding-left: 10px; padding-right: 10px; } .tooltips { position: absolute; width: 200px; z-index: 9999; opacity: 0; visibility: hidden; transition: all .2s ease; cursor: default; } .comment > .comment-wrap { padding: 0 10px; margin: 0; background: #f5fcff; } .comment > .comment-wrap { padding: 0 20px; margin: 0; } .comment-wrap { padding: 0; } .comment .comment-promo { padding: 20px 0 5px; margin: 0; } .comment-promo { position: relative; /* padding: 20px 0 10px; display: -ms-flexbox; */ display: flex; } .comment-promo-img { width: 130px; } .comment-promo-content { width: calc(100% - 130px); padding: 0 10px; } .comment-promo p { font-size: 16px; margin: 0; padding-bottom: 4px; } .comment-promo span { color: #e65224; font-weight: 700; } .comment-promo a { font-size: 13px; font-weight: 700; color: #3ca5dd; float: right; } .comment-wrap a { text-decoration: none; } .comment-wrap .button, .comment-wrap button, .comment-wrap input, .comment-wrap select, .comment-wrap textarea { margin: 0; padding: 8px 12px; border-radius: 6px; box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); background-color: #fff; border: 1px solid #c4c4c4; outline: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; transition: all .2s ease; font-family: Roboto,sans-serif; font-size: 16px; font-weight: 400; line-height: 1.42857; color: #c2bebe; } button, input, optgroup, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; margin: 0; } .comment-form { position: relative; padding: 20px 0; border-bottom: 1px solid #d6d6d6; } .comment-form textarea { resize: none; height: 100px; } .comment-wrap textarea { min-height: 100px; max-width: 100%; display: block; width: 100%; } .comment-error { display: block; position: relative; padding: 5px 0 0; font-size: 11px; color: #d00000; } .comment-disclaimer { padding: 5px 0 0; font-size: 11px; color: #979797; } .comment-button .send { background: #3ca5dd; border: 1px solid #3ca5dd; font-size: 13px; color: #fff; padding: 8px 15px; } .comment-wrap button, .comment-wrap input[type=button], .comment-wrap input[type=checkbox], .comment-wrap input[type=radio], .comment-wrap input[type=reset], .comment-wrap input[type=submit] { cursor: pointer; } .comment-button.action { font-size: 12px; } .comment-button.action { display: inline-block; background: transparent; border: 1px solid transparent; box-shadow: none; padding: 4px 5px; border-radius: 8px; font-size: 11px; color: #666; } img { max-width: 100%; width: auto; height: auto; vertical-align: top; border: 0; -ms-interpolation-mode: bicubic; } .comment-counter-inline { position: relative; display: inline-block; left: -5px; top: 2px; } .comment-empty { text-align: center; padding-top: 20px; padding-bottom: 30px; } .comment-list { position: relative; padding: 10px 0; } .comment-disclaimer { padding: 5px 0 0; font-size: 11px; color: #979797; } .comment-row { position: relative; padding: 0; } .comment-form-footer { padding: 15px 0 0; text-align: right; } .comment-button.send { background: #3ca5dd; border: 1px solid #3ca5dd; font-size: 13px; color: #fff; padding: 8px 15px; }
0.298389
0.092934
body { font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; padding-top: 54px; color: #868e96; } @media (min-width: 992px) { body { padding-top: 0; padding-left: 17rem; } } h1, h2, h3, h4, h5, h6 { font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-weight: 700; text-transform: uppercase; color: #343a40; } h1 { font-size: 6rem; line-height: 5.5rem; } h2 { font-size: 3.5rem; } h3 { font-size: 2rem; } .no-break { display: inline !important; } .rotateimg90 { -webkit-transform:rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } p.lead { font-size: 1.15rem; font-weight: 400; } .subheading { text-transform: uppercase; font-weight: 500; font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 1.5rem; } .email_button { margin-left: 25px; border-radius: 5px; border: 2px solid #4B83F4; background: #4B83F4; color: #FFFFFF; } .email_button:hover { background-color: #FFFFFF; color: #4B83F4; } .social-icons a { display: inline-block; height: 3.5rem; width: 3.5rem; background-color: #495057; color: #fff !important; border-radius: 100%; text-align: center; font-size: 1.5rem; line-height: 3.5rem; margin-right: 1rem; } .social-icons a:last-child { margin-right: 0; } .social-icons a:hover { background-color: #F4BC4B; /* original color #BD5D38 light blue: #35BCEB */ } .social-mini { color: #495057; font-size: 2rem; margin-left: 1rem; text-decoration: none !important; display:inline-block; } .social-mini:hover { color: #F4BC4B; } div.resume-content a::after { content: "\A"; white-space: pre; } .dev-icons { font-size: 3rem; } .dev-icons .list-inline-item i:hover { color: #F4BC4B; /* original color #BD5D38 */ } #sideNav .navbar-nav .nav-item .nav-link { font-weight: 800; letter-spacing: 0.05rem; text-transform: uppercase; } #sideNav .navbar-toggler:focus { outline-color: #FFFFFF; /* original color #d48a6e */ } @media (min-width: 992px) { #sideNav { text-align: center; position: fixed; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 17rem; height: 100vh; } #sideNav .navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto auto 0; padding: 0.5rem; } #sideNav .navbar-brand .img-profile { max-width: 10rem; max-height: 10rem; border: 0.5rem solid rgba(255, 255, 255, 0.2); } #sideNav .navbar-collapse { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; width: 100%; margin-bottom: auto; } #sideNav .navbar-collapse .navbar-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } #sideNav .navbar-collapse .navbar-nav .nav-item { display: block; } #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link { display: block; } } section.resume-section { padding-top: 5rem !important; padding-bottom: 5rem !important; max-width: 75rem; } section.resume-section .resume-item .resume-date { min-width: none; } @media (min-width: 768px) { section.resume-section { min-height: 100vh; } section.resume-section .resume-item .resume-date { min-width: 18rem; } } @media (min-width: 992px) { section.resume-section { padding-top: 3rem !important; padding-bottom: 3rem !important; } } .bg-primary { background-color: #4B83F4 !important; } .text-primary { color: #4B83F4 !important; } .text-secondary { color: #F4BC4B !important; }
css/resume.css
body { font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; padding-top: 54px; color: #868e96; } @media (min-width: 992px) { body { padding-top: 0; padding-left: 17rem; } } h1, h2, h3, h4, h5, h6 { font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-weight: 700; text-transform: uppercase; color: #343a40; } h1 { font-size: 6rem; line-height: 5.5rem; } h2 { font-size: 3.5rem; } h3 { font-size: 2rem; } .no-break { display: inline !important; } .rotateimg90 { -webkit-transform:rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } p.lead { font-size: 1.15rem; font-weight: 400; } .subheading { text-transform: uppercase; font-weight: 500; font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 1.5rem; } .email_button { margin-left: 25px; border-radius: 5px; border: 2px solid #4B83F4; background: #4B83F4; color: #FFFFFF; } .email_button:hover { background-color: #FFFFFF; color: #4B83F4; } .social-icons a { display: inline-block; height: 3.5rem; width: 3.5rem; background-color: #495057; color: #fff !important; border-radius: 100%; text-align: center; font-size: 1.5rem; line-height: 3.5rem; margin-right: 1rem; } .social-icons a:last-child { margin-right: 0; } .social-icons a:hover { background-color: #F4BC4B; /* original color #BD5D38 light blue: #35BCEB */ } .social-mini { color: #495057; font-size: 2rem; margin-left: 1rem; text-decoration: none !important; display:inline-block; } .social-mini:hover { color: #F4BC4B; } div.resume-content a::after { content: "\A"; white-space: pre; } .dev-icons { font-size: 3rem; } .dev-icons .list-inline-item i:hover { color: #F4BC4B; /* original color #BD5D38 */ } #sideNav .navbar-nav .nav-item .nav-link { font-weight: 800; letter-spacing: 0.05rem; text-transform: uppercase; } #sideNav .navbar-toggler:focus { outline-color: #FFFFFF; /* original color #d48a6e */ } @media (min-width: 992px) { #sideNav { text-align: center; position: fixed; top: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 17rem; height: 100vh; } #sideNav .navbar-brand { display: -webkit-box; display: -ms-flexbox; display: flex; margin: auto auto 0; padding: 0.5rem; } #sideNav .navbar-brand .img-profile { max-width: 10rem; max-height: 10rem; border: 0.5rem solid rgba(255, 255, 255, 0.2); } #sideNav .navbar-collapse { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; width: 100%; margin-bottom: auto; } #sideNav .navbar-collapse .navbar-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } #sideNav .navbar-collapse .navbar-nav .nav-item { display: block; } #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link { display: block; } } section.resume-section { padding-top: 5rem !important; padding-bottom: 5rem !important; max-width: 75rem; } section.resume-section .resume-item .resume-date { min-width: none; } @media (min-width: 768px) { section.resume-section { min-height: 100vh; } section.resume-section .resume-item .resume-date { min-width: 18rem; } } @media (min-width: 992px) { section.resume-section { padding-top: 3rem !important; padding-bottom: 3rem !important; } } .bg-primary { background-color: #4B83F4 !important; } .text-primary { color: #4B83F4 !important; } .text-secondary { color: #F4BC4B !important; }
0.334481
0.058051
* { margin: 0px; padding: 0px; } html, body { font-size: 19px; font-family: 'Verdana', 'Arial'; width: 100%; height: 100%; overflow: hidden; } /* top bar */ .desktopTopBar{ position: absolute; top: 0; left: 0; height: 30px; width: 100%; } .topBarcommon{ width: 100%; height: 30px; position: absolute; top: 0; left: 0; } .topBarimg { z-index: 1; overflow: hidden; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); box-sizing: border-box; } .topBarcolor{ z-index: 2; background: #efefef; opacity:0.3;   filter:alpha(opacity=30); } .topBarbutton{ overflow: hidden; z-index: 3; } .topbarIcon{ font-size: 20px; color: #000; cursor: pointer; line-height: 30px; padding: 2px 20px; } .topbarIcon:hover{ background: #0ae; } /* 主体 */ .desktop{ width: 100%; height: 100%; } .desktopapp{ width: 100px; height: 120px; position: relative; } .desktopappicon{ position: absolute; top: 0; left: 0; z-index: 3; margin-left: 10px; margin-top: 10px; } .desktopapphover{ display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: #aaa; opacity:0.6;   filter:alpha(opacity=60); border-radius:10px; } .desktopapp img{ width: 80px; height: 80px; z-index: 3; } .desktopapp strong{ color: #eee; text-align: center; z-index: 3; text-shadow: 2px 2px 2px #333; } .bgimage{ background: url('../images/1.jpg') no-repeat center top; /* background-size: 100% 100%; */ width: 100%; height: 100%; background-size: cover; position: relative; } #container{ width: 100%; } #container strong{ text-align: center; color: #eee; text-shadow: 2px 2px 2px #333; } .startMenuAppLine{ display: inline-block; overflow: hidden; width: 500px; margin-top: 60px; } .startSearch{ position: absolute; top: 0; left: 20%; width: 60%; margin-top: 15px; } .startMenu{ position: absolute; top: 0; left: 0; z-index: 999; overflow: hidden; display: none; width: 500px; height: 100%; margin-top: 30px; } .startMenuCommon{ position: absolute; top: 0; left: 0; z-index: 999; overflow: hidden; width: 500px; height: 100%; /* border-bottom-right-radius:10px; */ } #startMenuImg{ z-index: 999; -moz-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); -webkit-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); } #startMenuImg img{ margin-top: -30px; } #startMenuColor{ z-index: 9999; background: #000; opacity:0.6;   filter:alpha(opacity=60); } #startMenuContent{ z-index: 99999; } .media-inline{ padding-left: 10px; padding-top: 10px; } .app{ position: relative; width: 100px; height: 130px; } .appHide{ width: 0px; height: 0px; padding: 0px; margin: 0px; display: none !important; } .appicon{ position: absolute; top: 0; left: 0; z-index: 99999; margin-left: 10px; margin-top: 10px; } .apphover{ display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 9999; background: #aaa; opacity:0.3;   filter:alpha(opacity=30); border-radius:10px; } .app img{ width: 80px; height: 80px; z-index: 999999; } .app strong{ color: #eee; text-align: center; z-index: 999999; text-shadow: 2px 2px 2px #333; } /* dock */ .dock{ position: absolute; bottom: 0; left: 10%; width: 80%; } .dockcommon{ width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; margin-bottom: 20px; border-radius: 10px; } .dockimg { z-index: 1; overflow: hidden; /* margin-top: -200px; margin-left: -400px; */ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); padding: 50px; box-sizing: border-box; /*不会把盒子撑开*/ } .dockimg::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; /*-1 可以当背景*/ -webkit-filter: blur(10px); filter: blur(10px); margin: -50px; /*消除边缘透明*/ background: url(../images/1.jpg) center top; background-size: cover; /*平铺*/ background-attachment: fixed; /*位置固定*/ } .dockcolor{ z-index: 2; background: #efefef; opacity:0.3;   filter:alpha(opacity=30); } .dockapps{ z-index: 3; } .dockappsline{ line-height: 60px; } .dockapp{ width: 80%; height: 80%; max-width: 80px; max-height: 80px; } .tip-body .tip-title{ z-index: 99999; } /* 右侧通知 */ .notificationMenu{ position: absolute; top: 0; right: 0; z-index: 999; overflow: hidden; display: none; width: 300px; height: 100%; margin-top: 30px; /* border-bottom-right-radius:10px; */ } .commonnotification{ position: absolute; top: 0; right: 0; z-index: 999; overflow: hidden; width: 300px; height: 100%; /* border-bottom-right-radius:10px; */ } #notificationimg{ z-index: 999; -moz-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); -webkit-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); } #notificationimg img{ margin-top: -30px; } #notificationcolor{ z-index: 9999; background: #000; opacity:0.6;   filter:alpha(opacity=60); } #notificationcontent{ z-index: 99999; } .notificationBtnGroup{ width: 100%; padding-top: 10px; padding-left: 5px; } .notificationBtnActive{ width:50%; height: 30px; line-height: 30px; border-color: #B0B0B0 !important; background: #B0B0B0 !important; color: #111; } .notificationBtnUnActive{ width:50%; height: 30px; line-height: 30px; border-color: #616161 !important; background: #616161 !important; color: #eee; } .notificationText{ text-align: center; color: #eee; } .separate{ background: #1f1f1f; opacity:0.85;   filter:alpha(opacity=85); color: #eee; text-align: left; height: 30px; line-height: 30px; padding-left: 15px !important; } .separate p{ height: 30px; line-height: 30px; }
css/index.css
* { margin: 0px; padding: 0px; } html, body { font-size: 19px; font-family: 'Verdana', 'Arial'; width: 100%; height: 100%; overflow: hidden; } /* top bar */ .desktopTopBar{ position: absolute; top: 0; left: 0; height: 30px; width: 100%; } .topBarcommon{ width: 100%; height: 30px; position: absolute; top: 0; left: 0; } .topBarimg { z-index: 1; overflow: hidden; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); box-sizing: border-box; } .topBarcolor{ z-index: 2; background: #efefef; opacity:0.3;   filter:alpha(opacity=30); } .topBarbutton{ overflow: hidden; z-index: 3; } .topbarIcon{ font-size: 20px; color: #000; cursor: pointer; line-height: 30px; padding: 2px 20px; } .topbarIcon:hover{ background: #0ae; } /* 主体 */ .desktop{ width: 100%; height: 100%; } .desktopapp{ width: 100px; height: 120px; position: relative; } .desktopappicon{ position: absolute; top: 0; left: 0; z-index: 3; margin-left: 10px; margin-top: 10px; } .desktopapphover{ display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: #aaa; opacity:0.6;   filter:alpha(opacity=60); border-radius:10px; } .desktopapp img{ width: 80px; height: 80px; z-index: 3; } .desktopapp strong{ color: #eee; text-align: center; z-index: 3; text-shadow: 2px 2px 2px #333; } .bgimage{ background: url('../images/1.jpg') no-repeat center top; /* background-size: 100% 100%; */ width: 100%; height: 100%; background-size: cover; position: relative; } #container{ width: 100%; } #container strong{ text-align: center; color: #eee; text-shadow: 2px 2px 2px #333; } .startMenuAppLine{ display: inline-block; overflow: hidden; width: 500px; margin-top: 60px; } .startSearch{ position: absolute; top: 0; left: 20%; width: 60%; margin-top: 15px; } .startMenu{ position: absolute; top: 0; left: 0; z-index: 999; overflow: hidden; display: none; width: 500px; height: 100%; margin-top: 30px; } .startMenuCommon{ position: absolute; top: 0; left: 0; z-index: 999; overflow: hidden; width: 500px; height: 100%; /* border-bottom-right-radius:10px; */ } #startMenuImg{ z-index: 999; -moz-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); -webkit-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); } #startMenuImg img{ margin-top: -30px; } #startMenuColor{ z-index: 9999; background: #000; opacity:0.6;   filter:alpha(opacity=60); } #startMenuContent{ z-index: 99999; } .media-inline{ padding-left: 10px; padding-top: 10px; } .app{ position: relative; width: 100px; height: 130px; } .appHide{ width: 0px; height: 0px; padding: 0px; margin: 0px; display: none !important; } .appicon{ position: absolute; top: 0; left: 0; z-index: 99999; margin-left: 10px; margin-top: 10px; } .apphover{ display: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 9999; background: #aaa; opacity:0.3;   filter:alpha(opacity=30); border-radius:10px; } .app img{ width: 80px; height: 80px; z-index: 999999; } .app strong{ color: #eee; text-align: center; z-index: 999999; text-shadow: 2px 2px 2px #333; } /* dock */ .dock{ position: absolute; bottom: 0; left: 10%; width: 80%; } .dockcommon{ width: 100%; height: 100px; position: absolute; bottom: 0; left: 0; margin-bottom: 20px; border-radius: 10px; } .dockimg { z-index: 1; overflow: hidden; /* margin-top: -200px; margin-left: -400px; */ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); padding: 50px; box-sizing: border-box; /*不会把盒子撑开*/ } .dockimg::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; /*-1 可以当背景*/ -webkit-filter: blur(10px); filter: blur(10px); margin: -50px; /*消除边缘透明*/ background: url(../images/1.jpg) center top; background-size: cover; /*平铺*/ background-attachment: fixed; /*位置固定*/ } .dockcolor{ z-index: 2; background: #efefef; opacity:0.3;   filter:alpha(opacity=30); } .dockapps{ z-index: 3; } .dockappsline{ line-height: 60px; } .dockapp{ width: 80%; height: 80%; max-width: 80px; max-height: 80px; } .tip-body .tip-title{ z-index: 99999; } /* 右侧通知 */ .notificationMenu{ position: absolute; top: 0; right: 0; z-index: 999; overflow: hidden; display: none; width: 300px; height: 100%; margin-top: 30px; /* border-bottom-right-radius:10px; */ } .commonnotification{ position: absolute; top: 0; right: 0; z-index: 999; overflow: hidden; width: 300px; height: 100%; /* border-bottom-right-radius:10px; */ } #notificationimg{ z-index: 999; -moz-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); -webkit-box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); box-shadow:3px 3px 20px rgba(0, 0, 0, 0.47); } #notificationimg img{ margin-top: -30px; } #notificationcolor{ z-index: 9999; background: #000; opacity:0.6;   filter:alpha(opacity=60); } #notificationcontent{ z-index: 99999; } .notificationBtnGroup{ width: 100%; padding-top: 10px; padding-left: 5px; } .notificationBtnActive{ width:50%; height: 30px; line-height: 30px; border-color: #B0B0B0 !important; background: #B0B0B0 !important; color: #111; } .notificationBtnUnActive{ width:50%; height: 30px; line-height: 30px; border-color: #616161 !important; background: #616161 !important; color: #eee; } .notificationText{ text-align: center; color: #eee; } .separate{ background: #1f1f1f; opacity:0.85;   filter:alpha(opacity=85); color: #eee; text-align: left; height: 30px; line-height: 30px; padding-left: 15px !important; } .separate p{ height: 30px; line-height: 30px; }
0.298491
0.092074
@charset "utf-8"; /* ~~ this fixed width container surrounds all other divs~~ */ .container1 { width: 960px; background-color: #0f8488; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */ overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */ } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar3 { float: left; width: 680px; background-color: #0f8488; padding-bottom: 10px; } .content1 { padding: 10px 0; width: 80px; float: left; } .sidebar4 { float: left; width: 150px; background-color: #0f8488; padding: 10px 0; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content1 ul, .content1 ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */ clear:both; height:0; font-size: 1px; line-height: 0px; } /**/ .shadow-textarea textarea.form-control::placeholder { font-weight: 300; } .shadow-textarea textarea.form-control { padding-left: 0.8rem; } .center{ margin: auto; display: block; text-align: center; } .title{ margin-top: 20px; margin-bottom: 20px; } .title h4 { color: #07142c; font-size: 50px; font-weight: bold; } .imagen{ width: 450px; height: 300px; } .title{ font-size: 35px; font-weight: bold; } p{ font-size: 25px; margin-top: 15px; text-align: justify; padding-left: 15px; padding-right: 15px; } .button{ margin-top: 25px; } .panel > .panel-heading{ background-color: #3a0f72; } .panel-heading p{ margin-top: 0px; margin-bottom: 0px; color: white; font-weight: bold; font-size: 16px; }
public/css/Actividad.css
@charset "utf-8"; /* ~~ this fixed width container surrounds all other divs~~ */ .container1 { width: 960px; background-color: #0f8488; margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */ overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */ } /* ~~ These are the columns for the layout. ~~ 1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. 2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin. 3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document. 4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source. */ .sidebar3 { float: left; width: 680px; background-color: #0f8488; padding-bottom: 10px; } .content1 { padding: 10px 0; width: 80px; float: left; } .sidebar4 { float: left; width: 150px; background-color: #0f8488; padding: 10px 0; } /* ~~ This grouped selector gives the lists in the .content area space ~~ */ .content1 ul, .content1 ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ } /* ~~ miscellaneous float/clear classes ~~ */ .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; } .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; } .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */ clear:both; height:0; font-size: 1px; line-height: 0px; } /**/ .shadow-textarea textarea.form-control::placeholder { font-weight: 300; } .shadow-textarea textarea.form-control { padding-left: 0.8rem; } .center{ margin: auto; display: block; text-align: center; } .title{ margin-top: 20px; margin-bottom: 20px; } .title h4 { color: #07142c; font-size: 50px; font-weight: bold; } .imagen{ width: 450px; height: 300px; } .title{ font-size: 35px; font-weight: bold; } p{ font-size: 25px; margin-top: 15px; text-align: justify; padding-left: 15px; padding-right: 15px; } .button{ margin-top: 25px; } .panel > .panel-heading{ background-color: #3a0f72; } .panel-heading p{ margin-top: 0px; margin-bottom: 0px; color: white; font-weight: bold; font-size: 16px; }
0.475849
0.423995
@font-face { font-family: 'Open Sans Condensed'; font-style: normal; font-weight: 300; src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('open-sans-condensed-v12-latin-300.woff2') format('woff2'), url('open-sans-condensed-v12-latin-300.woff') format('woff'); } body { font-family: Open Sans Condensed; margin:0; padding:0; overflow-y: scroll; overflow-x: hidden; } /* Navbar - Menu */ #navbar-inverse{ background-color:#333; border: none; border-radius: none; } #menu2:hover { background-color: #5AB1FD; } #boutonnav:hover { background-color: #5AB1FD; } .menu:hover { background-color: #5AB1FD; display: block; } /* Footer */ #monFooter{ background: #333; text-align:center; font-size:1em; font-family: Open Sans Condensed; color: white; padding-top: 1%; padding-bottom: 1%; } /* Chargement */ .loading { background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat; } /* N'affiche pas la page au début*/ .content { display:none; margin-bottom: 2%; } /* Affiche un chargement */ .preload { padding:0; margin:0; position: absolute; top:50%; left:50%; margin-right: -50%; transform:translate(-50%, -50%); text-align: center; } /* CampaignFiles */ form, input{ margin-left : 5px; } #btn-campaign{ margin-left : 5px; } .icons{ width: 25px; height: 25px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .icons:hover{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } li { list-style-type: none; } /* Login */ #btn-login:hover{ background-color: #5AB1FD; color:white; } /* Index */ .slide { position: relative; padding: 25vh 10%; min-height: 100vh; width: 100vw; box-sizing: border-box; box-shadow: 0 -1px 10px rgba(0, 0, 0, .7); transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .title { width: 50%; padding: 5%; color:#5AB1FD; } #title h1 { font-family: Open Sans Condensed; color:#5AB1FD; } .title2{ background-color:rgba(90,177,253,0.8) ; text-align:center; float:right; color:white; border-radius:100%; padding:7%; font-size:0.8em; font-family: Open Sans Condensed; } .title3{ background-color:rgba(90,177,253,0.8) ; text-align:center; float:left; color:white; border-radius:100%; padding:7%; font-family: Open Sans Condensed; } .slide:nth-child(2n) .title { margin-left: 0; margin-right: auto; } .slide:nth-child(2n+1) .title { margin-left: auto; margin-right: 0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; font-size: 175%; color: #fff; margin-bottom : 5%; } #title { z-index:3; padding-top: 50px; font-family: Open Sans Condensed; } #slide1{ } #slide1:before { z-index:-1; } #slide2 { background-attachment: fixed; z-index: -1; }
static/css/site.css
@font-face { font-family: 'Open Sans Condensed'; font-style: normal; font-weight: 300; src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('open-sans-condensed-v12-latin-300.woff2') format('woff2'), url('open-sans-condensed-v12-latin-300.woff') format('woff'); } body { font-family: Open Sans Condensed; margin:0; padding:0; overflow-y: scroll; overflow-x: hidden; } /* Navbar - Menu */ #navbar-inverse{ background-color:#333; border: none; border-radius: none; } #menu2:hover { background-color: #5AB1FD; } #boutonnav:hover { background-color: #5AB1FD; } .menu:hover { background-color: #5AB1FD; display: block; } /* Footer */ #monFooter{ background: #333; text-align:center; font-size:1em; font-family: Open Sans Condensed; color: white; padding-top: 1%; padding-bottom: 1%; } /* Chargement */ .loading { background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat; } /* N'affiche pas la page au début*/ .content { display:none; margin-bottom: 2%; } /* Affiche un chargement */ .preload { padding:0; margin:0; position: absolute; top:50%; left:50%; margin-right: -50%; transform:translate(-50%, -50%); text-align: center; } /* CampaignFiles */ form, input{ margin-left : 5px; } #btn-campaign{ margin-left : 5px; } .icons{ width: 25px; height: 25px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .icons:hover{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } li { list-style-type: none; } /* Login */ #btn-login:hover{ background-color: #5AB1FD; color:white; } /* Index */ .slide { position: relative; padding: 25vh 10%; min-height: 100vh; width: 100vw; box-sizing: border-box; box-shadow: 0 -1px 10px rgba(0, 0, 0, .7); transform-style: inherit; } .slide:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .title { width: 50%; padding: 5%; color:#5AB1FD; } #title h1 { font-family: Open Sans Condensed; color:#5AB1FD; } .title2{ background-color:rgba(90,177,253,0.8) ; text-align:center; float:right; color:white; border-radius:100%; padding:7%; font-size:0.8em; font-family: Open Sans Condensed; } .title3{ background-color:rgba(90,177,253,0.8) ; text-align:center; float:left; color:white; border-radius:100%; padding:7%; font-family: Open Sans Condensed; } .slide:nth-child(2n) .title { margin-left: 0; margin-right: auto; } .slide:nth-child(2n+1) .title { margin-left: auto; margin-right: 0; } .slide, .slide:before { background: 50% 50% / cover; } .header { text-align: center; font-size: 175%; color: #fff; margin-bottom : 5%; } #title { z-index:3; padding-top: 50px; font-family: Open Sans Condensed; } #slide1{ } #slide1:before { z-index:-1; } #slide2 { background-attachment: fixed; z-index: -1; }
0.232571
0.04714
.login svg { display: block; margin: 0 auto; } .login svg.hidden { display: none; } .login .d3-axis { shape-rendering: crispEdges; } .login .d3-axis path { stroke: #ffffff; } .login .d3-axis line { stroke: #b9c8d0; } .login .d3-axis text { font-size: 14px; fill: #989897; } .login .d3-axis.d3-y text { fill: gray; text-transform: lowercase; } .login .d3-axis.d3-day-axis text { font-size: 13px; } .login .d3-axis.d3-day-axis line, .login .d3-axis.d3-day-axis text.d3-weekend { fill: #bac9d1; } .login .scroll line { stroke: #989897; stroke-width: 1; shape-rendering: crispEdges; } .login .d3-pool-label { text-transform: uppercase; font-weight: 700; font-size: 16px; fill: gray; baseline-shift: 30%; } .login .d3-pool-legend { font-size: 14px; fill: #cccccc; } .login .d3-rect-fill.d3-fill-darkest { fill: #dce4e7; } .login .d3-rect-fill.d3-fill-dark { fill: #e3eaed; } .login .d3-rect-fill.d3-fill-light { fill: #f2f4f6; } .login .d3-rect-fill.d3-fill-lighter { fill: #e9eff1; } .login .d3-rect-fill.d3-fill-lightest { fill: #f8f9fa; } .login .d3-rect-message { fill: #fff; opacity: 0.5; } .login .d3-rect-message.hidden { display: none; } .login .d3-rect-carbs { fill: #ffd382; } .login .d3-bolus.d3-rect-bolus { fill: #79d0f2; } .login .d3-bolus.d3-path-bolus { stroke: #79d0f2; fill: none; } .login .d3-bolus.d3-path-extended { stroke: #79d0f2; } .login .d3-bolus.d3-path-extended-triangle { stroke: #79d0f2; fill: #79d0f2; } .login .d3-bolus.d3-rect-recommended { fill: #bcecfa; } .login .d3-cbg.d3-circle-cbg.d3-bg-low { fill: #ff8b7c; } .login .d3-cbg.d3-circle-cbg.d3-bg-target { fill: #9ad859; } .login .d3-cbg.d3-circle-cbg.d3-bg-high { fill: #bb9ae7; } .login .d3-smbg-numbers.d3-rect-smbg { pointer-events: none; fill: #f8f9fa; opacity: 0.5; } .login .d3-smbg-numbers.d3-text-smbg { pointer-events: none; fill: gray; font-size: 14px; font-weight: 700; text-anchor: middle; dominant-baseline: central; } .login .d3-basal.d3-rect-basal { fill: #029eb3; } .login .d3-basal.d3-basal-invisible { fill: #029eb3; opacity: 0; } .login .d3-basal.d3-path-basal { fill: none; stroke: #029eb3; stroke-width: 1.5; } .login .d3-basal.d3-path-basal.d3-path-basal-undelivered { stroke-dasharray: 1.5,3; stroke-linecap: round; } .login .d3-tooltip { pointer-events: none; } .login .d3-tooltip text.d3-tooltip-text { fill: #989897; font-size: 11px; text-anchor: middle; dominant-baseline: central; } .login .d3-tooltip text.d3-tooltip-text.d3-basal, .login .d3-tooltip text.d3-tooltip-text.d3-bolus, .login .d3-tooltip text.d3-tooltip-text.d3-carbs, .login .d3-tooltip text.d3-tooltip-text.d3-smbg { font-size: 14px; font-weight: 700; } .login .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp { text-transform: lowercase; } .login .d3-tooltip text.d3-tooltip-text tspan { font-weight: 400; dominant-baseline: central; } .login .d3-tooltip text.d3-tooltip-text tspan.d3-bolus { font-size: 11px; } .login .d3-tooltip .d3-tooltip-rect { fill: #f8f9fa; opacity: 0.5; } .login .d3-stats text { text-anchor: start; } .login .d3-stats text.d3-stats-head { dominant-baseline: hanging; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; fill: #4e4e4f; } .login .d3-stats text.d3-stats-lead { font-size: 14px; fill: #676767; } .login .d3-stats text tspan { dominant-baseline: hanging; font-size: 24px; font-weight: 700; } .login .d3-stats text tspan.d3-stats-high { fill: #bb9ae7; } .login .d3-stats text tspan.d3-stats-target { fill: #9ad859; } .login .d3-stats text tspan.d3-stats-low { fill: #ff8b7c; } .login .d3-stats text tspan.d3-stats-percentage { fill: #808184; } .login .d3-stats text tspan.d3-stats-basal { fill: #029eb3; } .login .d3-stats text tspan.d3-stats-bolus { fill: #79d0f2; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal { fill: #029eb3; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus { fill: #79d0f2; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low { fill: #ff8b7c; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target { fill: #9ad859; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high { fill: #bb9ae7; } .login .d3-stats .d3-stats-rect.rect-left { fill: #e3eaed; } .login .d3-stats .d3-stats-rect.rect-right { fill: #dce4e7; } .login .d3-stats .d3-stats-rect-line { stroke: #fff; stroke-width: 2px; stroke-dasharray: 3, 5; } .login .d3-stats .d3-stats-image.hidden { display: none; } .login .d3-stats.d3-insufficient-data circle { fill: none; stroke-width: 3; stroke-dasharray: 8,5; stroke: #cccccc; } .login .d3-stats.d3-insufficient-data text, .login .d3-stats.d3-insufficient-data tspan { fill: #cccccc !important; } .login .clearfix:after, .login .clearfix:before, .login .nav-wrapper:after, .login .nav-wrapper:before, .login .nav:after, .login .nav:before { content: " "; display: table; } .login .clearfix:after, .login .nav-wrapper:after, .login .nav:after { clear: both; } @font-face { font-family: 'Blip Icons'; src: url(fonts/blip-icons.eot?61753278); src: url(fonts/blip-icons.eot?61753278#iefix) format('embedded-opentype'), url(fonts/blip-icons.woff?61753278) format('woff'), url(fonts/blip-icons.ttf?61753278) format('truetype'), url(fonts/blip-icons.svg?61753278#fontello) format('svg'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(fonts/opensans.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/opensans-bold.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/opensans-italic.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(fonts/opensans-bolditalic.woff?v7) format('woff'); } .login article, .login aside, .login details, .login figcaption, .login figure, .login footer, .login header, .login hgroup, .login main, .login nav, .login section, .login summary { display: block; } .login audio, .login canvas, .login video { display: inline-block; } .login audio:not([controls]) { display: none; height: 0; } .login [hidden], .login template { display: none; } .login html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .login body { margin: 0; } .login a { background: 0 0; } .login a:focus { outline: thin dotted; } .login a:active, .login a:hover { outline: 0; } .login h1 { font-size: 2em; margin: 0.67em 0; } .login abbr[title] { border-bottom: 1px dotted; } .login b, .login strong { font-weight: 700; } .login dfn { font-style: italic; } .login hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .login mark { background: #ff0; color: #000000; } .login code, .login kbd, .login pre, .login samp { font-family: monospace,serif; font-size: 1em; } .login pre { white-space: pre-wrap; } .login q { quotes: "\201C" "\201D" "\2018" "\2019"; } .login small { font-size: 80%; } .login sub, .login sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .login sup { top: -0.5em; } .login sub { bottom: -0.25em; } .login img { border: 0; } .login svg:not(:root) { overflow: hidden; } .login figure { margin: 0; } .login fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .login legend { border: 0; padding: 0; } .login button, .login input, .login select, .login textarea { margin: 0; } .login button, .login select { text-transform: none; } .login button, .login html input[type=button], .login input[type=reset], .login input[type=submit] { -webkit-appearance: button; cursor: pointer; } .login button[disabled], .login html input[disabled] { cursor: default; } .login input[type=checkbox], .login input[type=radio] { box-sizing: border-box; padding: 0; } .login input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .login input[type=search]::-webkit-search-cancel-button, .login input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } .login button::-moz-focus-inner, .login input::-moz-focus-inner { border: 0; padding: 0; } .login textarea { overflow: auto; vertical-align: top; } .login table { border-collapse: collapse; border-spacing: 0; } .login .container-box-outer, .login .container-nav-outer { margin-right: auto; margin-left: auto; } @media (min-width: 1020px) { .login .container-box-outer, .login .container-nav-outer { width: 1020px; padding-left: 20px; padding-right: 20px; } } .login .container-box-inner, .login .container-nav-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 1020px) { .login .container-nav-inner { padding-left: 0; padding-right: 0; } } .login .container-small-outer { margin-right: auto; margin-left: auto; } @media (min-width: 520px) { .login .container-small-outer { width: 520px; padding-left: 40px; padding-right: 40px; } } .login .container-small-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 520px) { .login .container-small-inner { width: 440px; padding-left: 90px; padding-right: 90px; } } .login *, .login :after, .login :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .login html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .login body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; color: #808184; background-color: #f7f7f8; } .login button, .login input, .login select, .login textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .login a { color: #79d0f2; text-decoration: none; } .login a:focus, .login a:hover { color: #33b8eb; text-decoration: underline; } .login img { vertical-align: middle; } .login .form-label, .login label { display: block; } .login .form-help-block { margin-top: 5px; } .login .form-control { display: block; width: 100%; font-size: 16px; height: 40px; line-height: 20px; vertical-align: middle; padding: 8px 5px; border: 2px solid #e6e6e5; border-radius: 0; color: #000; -webkit-appearance: none; } .login .form-control:hover { border-color: #c1c1be; } .login .form-control:focus { outline: 0; border-color: #0b9eb3; } .login textarea.form-control { height: auto; } .login input[type=date] { line-height: 40px; padding-top: 0; padding-bottom: 0; } .login .form-group { margin-bottom: 10px; } .login .btn { display: inline-block; margin: 0; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; border: 0; border-radius: 0; font-size: inherit; line-height: 30px; padding: 0 20px; font-weight: 700; } .login .btn:focus, .login .btn:hover { outline: 0; text-decoration: none; } .login .btn.active, .login .btn:active { outline: 0; background-image: none; } .login .btn.disabled, .login .btn[disabled], .login fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; } .login .btn-primary { background-color: #0b9eb3; color: #ffffff; } .login .btn-primary:focus, .login .no-touch .btn-primary:hover { background-color: #155e63; } .login .nav { margin: 0; padding: 0; list-style: none; } .login .nav > li { display: block; float: left; } .login .nav > li .nav-text, .login .nav > li > a { display: block; padding: 10px; } .login .nav-left { float: left; margin-left: -10px; } .login .nav-right { float: right; margin-right: -10px; } .login .list-group { margin: 0; padding: 0; list-style: none; } .login .list-group-item, .login .list-group-item-link { display: block; } .login .list-group-item-link, .login .list-group-item-link:focus, .login .list-group-item-link:hover { color: #808184; text-decoration: none; } .login .grid { margin: 0; padding: 0; list-style: none; margin-left: 0; } .login .grid-item { display: inline-block; width: 100%; vertical-align: top; padding-left: 0; } .login .one-whole { width: 100%; } .login .five-tenths, .login .four-eighths, .login .one-half, .login .six-twelfths, .login .three-sixths, .login .two-quarters { width: 50%; } .login .four-twelfths, .login .one-third, .login .two-sixths { width: 33.333%; } .login .eight-twelfths, .login .four-sixths, .login .two-thirds { width: 66.666%; } .login .one-quarter, .login .three-twelfths, .login .two-eighths { width: 25%; } .login .nine-twelfths, .login .six-eighths, .login .three-quarters { width: 75%; } .login .one-fifth, .login .two-tenths { width: 20%; } .login .four-tenths, .login .two-fifths { width: 40%; } .login .six-tenths, .login .three-fifths { width: 60%; } .login .eight-tenths, .login .four-fifths { width: 80%; } .login .one-sixth, .login .two-twelfths { width: 16.666%; } .login .five-sixths, .login .ten-twelfths { width: 83.333%; } .login .one-eighth { width: 12.5%; } .login .three-eighths { width: 37.5%; } .login .five-eighths { width: 62.5%; } .login .seven-eighths { width: 87.5%; } .login .one-tenth { width: 10%; } .login .three-tenths { width: 30%; } .login .seven-tenths { width: 70%; } .login .nine-tenths { width: 90%; } .login .one-twelfth { width: 8.333%; } .login .five-twelfths { width: 41.666%; } .login .seven-twelfths { width: 58.333%; } .login .eleven-twelfths { width: 91.666%; } @media (min-width: 480px) { .login .medium-one-whole { width: 100%; } .login .medium-five-tenths, .login .medium-four-eighths, .login .medium-one-half, .login .medium-six-twelfths, .login .medium-three-sixths, .login .medium-two-quarters { width: 50%; } .login .medium-four-twelfths, .login .medium-one-third, .login .medium-two-sixths { width: 33.333%; } .login .medium-eight-twelfths, .login .medium-four-sixths, .login .medium-two-thirds { width: 66.666%; } .login .medium-one-quarter, .login .medium-three-twelfths, .login .medium-two-eighths { width: 25%; } .login .medium-nine-twelfths, .login .medium-six-eighths, .login .medium-three-quarters { width: 75%; } .login .medium-one-fifth, .login .medium-two-tenths { width: 20%; } .login .medium-four-tenths, .login .medium-two-fifths { width: 40%; } .login .medium-six-tenths, .login .medium-three-fifths { width: 60%; } .login .medium-eight-tenths, .login .medium-four-fifths { width: 80%; } .login .medium-one-sixth, .login .medium-two-twelfths { width: 16.666%; } .login .medium-five-sixths, .login .medium-ten-twelfths { width: 83.333%; } .login .medium-one-eighth { width: 12.5%; } .login .medium-three-eighths { width: 37.5%; } .login .medium-five-eighths { width: 62.5%; } .login .medium-seven-eighths { width: 87.5%; } .login .medium-one-tenth { width: 10%; } .login .medium-three-tenths { width: 30%; } .login .medium-seven-tenths { width: 70%; } .login .medium-nine-tenths { width: 90%; } .login .medium-one-twelfth { width: 8.333%; } .login .medium-five-twelfths { width: 41.666%; } .login .medium-seven-twelfths { width: 58.333%; } .login .medium-eleven-twelfths { width: 91.666%; } } @media (min-width: 1020px) { .login .large-one-whole { width: 100%; } .login .large-five-tenths, .login .large-four-eighths, .login .large-one-half, .login .large-six-twelfths, .login .large-three-sixths, .login .large-two-quarters { width: 50%; } .login .large-four-twelfths, .login .large-one-third, .login .large-two-sixths { width: 33.333%; } .login .large-eight-twelfths, .login .large-four-sixths, .login .large-two-thirds { width: 66.666%; } .login .large-one-quarter, .login .large-three-twelfths, .login .large-two-eighths { width: 25%; } .login .large-nine-twelfths, .login .large-six-eighths, .login .large-three-quarters { width: 75%; } .login .large-one-fifth, .login .large-two-tenths { width: 20%; } .login .large-four-tenths, .login .large-two-fifths { width: 40%; } .login .large-six-tenths, .login .large-three-fifths { width: 60%; } .login .large-eight-tenths, .login .large-four-fifths { width: 80%; } .login .large-one-sixth, .login .large-two-twelfths { width: 16.666%; } .login .large-five-sixths, .login .large-ten-twelfths { width: 83.333%; } .login .large-one-eighth { width: 12.5%; } .login .large-three-eighths { width: 37.5%; } .login .large-five-eighths { width: 62.5%; } .login .large-seven-eighths { width: 87.5%; } .login .large-one-tenth { width: 10%; } .login .large-three-tenths { width: 30%; } .login .large-seven-tenths { width: 70%; } .login .large-nine-tenths { width: 90%; } .login .large-one-twelfth { width: 8.333%; } .login .large-five-twelfths { width: 41.666%; } .login .large-seven-twelfths { width: 58.333%; } .login .large-eleven-twelfths { width: 91.666%; } } .login [class*=" icon-"]:before, .login [class^=icon-]:before { font-family: "Blip Icons"; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; font-size: 110%; } .login .icon-add:before { content: '\e800'; } .login .icon-upload:before { content: '\e80d'; } .login .icon-basal:before { content: '\e802'; } .login .icon-close:before { content: '\e803'; } .login .icon-location:before { content: '\e804'; } .login .icon-login:before { content: '\e805'; } .login .icon-login-alt:before { content: '\e806'; } .login .icon-back:before { content: '\e801'; } .login .icon-new:before { content: '\e808'; } .login .icon-next:before { content: '\e809'; } .login .icon-profile-alt:before { content: '\e80a'; } .login .icon-profile:before { content: '\e80b'; } .login .icon-settings:before { content: '\e80c'; } .login .icon-logout:before { content: '\e807'; } .login .navbar { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .login .navbar { margin-bottom: 40px; } } .login .navbar a { color: #989897; text-decoration: none; } .login .navbar a:focus, .login .navbar a:hover { color: #636363; text-decoration: none; } .login .navbar a:active { color: #cccccc; } .login .navbar-logo > img { width: 50px; height: 40px; } .login .navbar-user, .login .navbar-version { margin-top: 10px; margin-bottom: 10px; } .login .navbar .nav > li .nav-text, .login .navbar .nav > li > a { display: block; padding-left: 5px; padding-right: 5px; } .login .navbar .nav-left { margin-left: -5px; } .login .navbar .nav-right { margin-right: -5px; } .login .navbar-label { display: inline-block; padding-left: 5px; padding-right: 5px; font-size: 14px; line-height: 22px; color: #fff; background-color: #989897; } .login .navbar-label-link:focus > .navbar-label, .login .navbar-label-link:hover > .navbar-label { background-color: #636363; } .login .navbar-label-link:active > .navbar-label { background-color: #cccccc; } .login .navbar-label-arrow-right { display: inline-block; width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 10px solid #989897; margin-bottom: -6px; } .login .navbar-label-right { padding-left: 20px; } .login .navbar-label-link:focus > .navbar-label-arrow-right, .login .navbar-label-link:hover > .navbar-label-arrow-right { border-left-color: #636363; } .login .navbar-label-link:active > .navbar-label-arrow-right { border-left-color: #cccccc; } .login .nav > li > a.navbar-label-link { color: #fff; background: 0 0; padding: 9px 5px; } .login .nav > li > a.navbar-label-link:focus, .login .nav > li > a.navbar-label-link:hover { color: #fff; background: 0 0; } .login .navbar-user-name { font-weight: 700; } .login .navbar-patient { text-align: center; } .login .navbar-patient-name { display: inline-block; font-weight: 700; font-size: 20px; line-height: 30px; padding: 0 5px; } .login .navbar-patient-links a { display: inline-block; font-weight: 700; font-size: 14px; line-height: 20px; padding: 5px; } .login .notification { position: fixed; z-index: 1030; top: 10px; left: 0; right: 0; text-align: center; height: 0; } .login .notification-inner { display: inline-block; text-align: center; margin-left: 10px; margin-right: 10px; padding: 10px 20px; border: 2px solid #e6e6e5; background-color: #fff; border-radius: 4px; } .login .notification-inner a, .login .notification-inner a:focus, .login .notification-inner a:hover { color: #808184; text-decoration: underline; } .login .notification-success .notification-inner { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .login .notification-success .notification-inner a, .login .notification-success .notification-inner a:focus, .login .notification-success .notification-inner a:hover { color: #3c763d; } .login .notification-alert .notification-inner { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .login .notification-alert .notification-inner a, .login .notification-alert .notification-inner a:focus, .login .notification-alert .notification-inner a:hover { color: #8a6d3b; } .login .notification-error .notification-inner { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .login .notification-error .notification-inner a, .login .notification-error .notification-inner a:focus, .login .notification-error .notification-inner a:hover { color: #a94442; } .login .notification-close { display: inline-block; margin-left: 10px; } .login .input-group-error .input-group-control { border-color: #ff8b7c; } .login .input-group-error .input-group-message { color: #ff8b7c; } .login .simple-form-action-group { text-align: right; margin-top: 20px; } .login .simple-form-notification { margin-top: 10px; } .login .simple-form-notification-alert { color: #f0ad4e; } .login .simple-form-notification-error { color: #ff8b7c; } .login .simple-form-notification-success { color: #5cb85c; } .login .logout-overlay { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 1040; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .login .logout-overlay-fade-out { opacity: 0; } .login .logout-overlay-text { font-size: 20px; line-height: 1; position: absolute; top: 50%; margin-top: -10px; left: 0; width: 100%; text-align: center; z-index: 1050; } .login .login-nav { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .login .login-nav { margin-bottom: 40px; } } .login .login-nav a { font-weight: 700; color: #989897; text-decoration: none; } .login .login-nav a:focus, .login .login-nav a:hover { color: #636363; text-decoration: none; } .login .login-nav a:active { color: #cccccc; } .login .login-nav-tidepool-logo > img { width: 111px; height: 12px; } @media (min-width: 480px) { .login .login-nav-tidepool-logo > img { width: 185px; height: 20px; } } .login .login-logo { text-align: center; margin-bottom: 20px; } @media (min-width: 480px) { .login .login-logo { margin-bottom: 40px; } } .login .login-logo > img { width: 109.8px; height: 87px; } @media (min-width: 480px) { .login .login-logo > img { width: 183px; height: 145px; } } .login .people-list-item { margin-bottom: 10px; padding: 28px 8px; border: 2px solid #e6e6e5; } .login .people-list-item-empty { height: 80px; } .login .people-list-item-name { text-align: center; font-weight: 700; } .login .people-list-item-with-link { padding: 30px 10px; border: 0; } .login .people-list-item-link { background: #e6e6e5; padding: 30px 10px; margin: -30px -10px; } .login .no-touch .people-list-item-link:hover, .login .people-list-item-link:focus { border-color: #ccc; background-color: #cccccc; } .login .chart-daily, .login .chart-weekly { width: 100%; height: 590px; } .login .login-form { margin-bottom: 40px; } .login .login-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .login .login-form-box { padding-top: 40px; padding-bottom: 40px; } } .login .signup-form { margin-bottom: 40px; } .login .signup-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .login .signup-form-box { padding-top: 40px; padding-bottom: 40px; } } .login .profile-subnav-box { color: #fff; background-color: #989897; } .login .profile-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .profile-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .profile-subnav a:focus, .login .profile-subnav a:hover { color: #636363; text-decoration: none; } .login .profile-subnav a:active { color: #cccccc; } .login .profile-content { margin-bottom: 40px; } .login .profile-content-box { padding-top: 20px; padding-bottom: 40px; background-color: #ffffff; } @media (min-width: 520px) { .login .profile-form { margin-left: auto; margin-right: auto; width: 260px; } } .login .patients-box-outer { margin-bottom: 40px; } .login .patients-box-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; padding-left: 0; padding-right: 0; } @media (min-width: 1020px) { .login .patients-content { margin-left: auto; margin-right: auto; width: 800px; } } .login .patients-section { margin-bottom: 40px; } .login .patients-section-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .login .patients-empty-list { margin-top: 20px; text-align: center; } .login .patients-empty-list a { font-weight: 700; color: #989897; text-decoration: none; } .login .patients-empty-list a:focus, .login .patients-empty-list a:hover { color: #636363; text-decoration: none; } .login .patients-empty-list a:active { color: #cccccc; } .login .patients-empty-list-message { color: #989897; font-style: italic; } .login .patient-subnav-inner { color: #fff; background-color: #989897; } .login .patient-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .patient-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .patient-subnav a:focus, .login .patient-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-subnav a:active { color: #cccccc; } .login .patient-content-outer { margin-bottom: 40px; } .login .patient-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 1020px) { .login .patient-content { margin-left: auto; margin-right: auto; width: 480px; } } .login .patient-content-link { text-align: center; margin-bottom: 10px; } .login .patient-content-link a { font-weight: 700; color: #989897; text-decoration: none; } .login .patient-content-link a:focus, .login .patient-content-link a:hover { color: #636363; text-decoration: none; } .login .patient-content-link a:active { color: #cccccc; } .login .patient-content-link-help { font-size: 12px; line-height: 18px; font-style: italic; color: #989897; } .login .patient-attribute { margin-bottom: 20px; } .login .patient-attribute-empty .patient-attribute-value { min-height: 20px; } .login .patient-attribute-label { color: #ccc; font-size: 14px; } .login .patient-team { margin-top: 40px; margin-bottom: 40px; } .login .patient-team-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .login .patient-team-empty { color: #989897; font-style: italic; text-align: center; margin-top: 20px; } .login .patient-edit-subnav-inner { color: #fff; background-color: #989897; } .login .patient-edit-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .patient-edit-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .patient-edit-subnav a:focus, .login .patient-edit-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-edit-subnav a:active { color: #cccccc; } .login .patient-edit-content-outer { margin-bottom: 40px; } .login .patient-edit-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 520px) { .login .patient-edit-content { margin-left: auto; margin-right: auto; width: 260px; } } .login .patient-edit-name { font-size: 18px; font-weight: 700; margin-bottom: 20px; } .login .patient-edit-name-empty { min-height: 20px; } .login .patient-data { margin-bottom: 40px; } .login .patient-data-subnav-inner { color: #fff; background-color: #989897; padding-left: 0; padding-right: 0; } .login .patient-data-subnav-text { display: inline-block; padding: 10px; text-align: center; } .login .patient-data-subnav-text-dates { width: 230px; padding-left: 0; padding-right: 0; } .login .patient-data-subnav a { display: inline-block; padding: 10px; color: #fff; text-decoration: none; } .login .patient-data-subnav a:focus, .login .patient-data-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-data-subnav a:active { color: #cccccc; } .login .patient-data-subnav a.patient-data-subnav-active { color: #ccc; background: #636363; } .login .patient-data-subnav-left { text-align: left; } .login .patient-data-subnav-center { text-align: center; } .login .patient-data-subnav-right { text-align: right; } .login .patient-data-content-inner { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } .login .patient-data-content { min-height: 500px; } .login .patient-data-message { text-align: center; font-style: italic; padding: 30px 10px; margin-top: 80px; } @media (min-width: 1020px) { .login .patient-data-message { margin-left: auto; margin-right: auto; width: 480px; } } .login .patient-data-message p { margin-top: 20px; margin-bottom: 20px; } .login .patient-data-message-loading { background: #e6e6e5; } .login .patient-data-message-no-data { color: #989897; } .login .patient-data-footer-inner { color: #808184; background-color: #ccc; padding-left: 0; padding-right: 0; min-height: 40px; } .login .patient-data-footer a { display: inline-block; padding: 10px; color: #808184; text-decoration: none; } .login .patient-data-footer a:focus, .login .patient-data-footer a:hover { color: #636363; text-decoration: none; } .login .patient-data-footer a:active { color: #989897; } .login .patient-data-footer-left { text-align: left; } .login .patient-data-footer-right { text-align: right; } .careteam, .main { display: none; } .careteam svg, .main svg { display: block; margin: 0 auto; } .careteam svg.hidden, .main svg.hidden { display: none; } .careteam .d3-axis, .main .d3-axis { shape-rendering: crispEdges; } .careteam .d3-axis path, .main .d3-axis path { stroke: #ffffff; } .careteam .d3-axis line, .main .d3-axis line { stroke: #b9c8d0; } .careteam .d3-axis text, .main .d3-axis text { font-size: 14px; fill: #989897; } .careteam .d3-axis.d3-y text, .main .d3-axis.d3-y text { fill: gray; text-transform: lowercase; } .careteam .d3-axis.d3-day-axis text, .main .d3-axis.d3-day-axis text { font-size: 13px; } .careteam .d3-axis.d3-day-axis line, .main .d3-axis.d3-day-axis line, .careteam .d3-axis.d3-day-axis text.d3-weekend, .main .d3-axis.d3-day-axis text.d3-weekend { fill: #bac9d1; } .careteam .scroll line, .main .scroll line { stroke: #989897; stroke-width: 1; shape-rendering: crispEdges; } .careteam .d3-pool-label, .main .d3-pool-label { text-transform: uppercase; font-weight: 700; font-size: 16px; fill: gray; baseline-shift: 30%; } .careteam .d3-pool-legend, .main .d3-pool-legend { font-size: 14px; fill: #cccccc; } .careteam .d3-rect-fill.d3-fill-darkest, .main .d3-rect-fill.d3-fill-darkest { fill: #dce4e7; } .careteam .d3-rect-fill.d3-fill-dark, .main .d3-rect-fill.d3-fill-dark { fill: #e3eaed; } .careteam .d3-rect-fill.d3-fill-light, .main .d3-rect-fill.d3-fill-light { fill: #f2f4f6; } .careteam .d3-rect-fill.d3-fill-lighter, .main .d3-rect-fill.d3-fill-lighter { fill: #e9eff1; } .careteam .d3-rect-fill.d3-fill-lightest, .main .d3-rect-fill.d3-fill-lightest { fill: #f8f9fa; } .careteam .d3-rect-message, .main .d3-rect-message { fill: #fff; opacity: 0.5; } .careteam .d3-rect-message.hidden, .main .d3-rect-message.hidden { display: none; } .careteam .d3-rect-carbs, .main .d3-rect-carbs { fill: #ffd382; } .careteam .d3-bolus.d3-rect-bolus, .main .d3-bolus.d3-rect-bolus { fill: #79d0f2; } .careteam .d3-bolus.d3-path-bolus, .main .d3-bolus.d3-path-bolus { stroke: #79d0f2; fill: none; } .careteam .d3-bolus.d3-path-extended, .main .d3-bolus.d3-path-extended { stroke: #79d0f2; } .careteam .d3-bolus.d3-path-extended-triangle, .main .d3-bolus.d3-path-extended-triangle { stroke: #79d0f2; fill: #79d0f2; } .careteam .d3-bolus.d3-rect-recommended, .main .d3-bolus.d3-rect-recommended { fill: #bcecfa; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-low, .main .d3-cbg.d3-circle-cbg.d3-bg-low { fill: #ff8b7c; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-target, .main .d3-cbg.d3-circle-cbg.d3-bg-target { fill: #9ad859; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-high, .main .d3-cbg.d3-circle-cbg.d3-bg-high { fill: #bb9ae7; } .careteam .d3-smbg-numbers.d3-rect-smbg, .main .d3-smbg-numbers.d3-rect-smbg { pointer-events: none; fill: #f8f9fa; opacity: 0.5; } .careteam .d3-smbg-numbers.d3-text-smbg, .main .d3-smbg-numbers.d3-text-smbg { pointer-events: none; fill: gray; font-size: 14px; font-weight: 700; text-anchor: middle; dominant-baseline: central; } .careteam .d3-basal.d3-rect-basal, .main .d3-basal.d3-rect-basal { fill: #029eb3; } .careteam .d3-basal.d3-basal-invisible, .main .d3-basal.d3-basal-invisible { fill: #029eb3; opacity: 0; } .careteam .d3-basal.d3-path-basal, .main .d3-basal.d3-path-basal { fill: none; stroke: #029eb3; stroke-width: 1.5; } .careteam .d3-basal.d3-path-basal.d3-path-basal-undelivered, .main .d3-basal.d3-path-basal.d3-path-basal-undelivered { stroke-dasharray: 1.5,3; stroke-linecap: round; } .careteam .d3-tooltip, .main .d3-tooltip { pointer-events: none; } .careteam .d3-tooltip text.d3-tooltip-text, .main .d3-tooltip text.d3-tooltip-text { fill: #989897; font-size: 11px; text-anchor: middle; dominant-baseline: central; } .careteam .d3-tooltip text.d3-tooltip-text.d3-basal, .main .d3-tooltip text.d3-tooltip-text.d3-basal, .careteam .d3-tooltip text.d3-tooltip-text.d3-bolus, .main .d3-tooltip text.d3-tooltip-text.d3-bolus, .careteam .d3-tooltip text.d3-tooltip-text.d3-carbs, .main .d3-tooltip text.d3-tooltip-text.d3-carbs, .careteam .d3-tooltip text.d3-tooltip-text.d3-smbg, .main .d3-tooltip text.d3-tooltip-text.d3-smbg { font-size: 14px; font-weight: 700; } .careteam .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp, .main .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp { text-transform: lowercase; } .careteam .d3-tooltip text.d3-tooltip-text tspan, .main .d3-tooltip text.d3-tooltip-text tspan { font-weight: 400; dominant-baseline: central; } .careteam .d3-tooltip text.d3-tooltip-text tspan.d3-bolus, .main .d3-tooltip text.d3-tooltip-text tspan.d3-bolus { font-size: 11px; } .careteam .d3-tooltip .d3-tooltip-rect, .main .d3-tooltip .d3-tooltip-rect { fill: #f8f9fa; opacity: 0.5; } .careteam .d3-stats text, .main .d3-stats text { text-anchor: start; } .careteam .d3-stats text.d3-stats-head, .main .d3-stats text.d3-stats-head { dominant-baseline: hanging; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; fill: #4e4e4f; } .careteam .d3-stats text.d3-stats-lead, .main .d3-stats text.d3-stats-lead { font-size: 14px; fill: #676767; } .careteam .d3-stats text tspan, .main .d3-stats text tspan { dominant-baseline: hanging; font-size: 24px; font-weight: 700; } .careteam .d3-stats text tspan.d3-stats-high, .main .d3-stats text tspan.d3-stats-high { fill: #bb9ae7; } .careteam .d3-stats text tspan.d3-stats-target, .main .d3-stats text tspan.d3-stats-target { fill: #9ad859; } .careteam .d3-stats text tspan.d3-stats-low, .main .d3-stats text tspan.d3-stats-low { fill: #ff8b7c; } .careteam .d3-stats text tspan.d3-stats-percentage, .main .d3-stats text tspan.d3-stats-percentage { fill: #808184; } .careteam .d3-stats text tspan.d3-stats-basal, .main .d3-stats text tspan.d3-stats-basal { fill: #029eb3; } .careteam .d3-stats text tspan.d3-stats-bolus, .main .d3-stats text tspan.d3-stats-bolus { fill: #79d0f2; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal { fill: #029eb3; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus { fill: #79d0f2; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low { fill: #ff8b7c; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target { fill: #9ad859; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high { fill: #bb9ae7; } .careteam .d3-stats .d3-stats-rect.rect-left, .main .d3-stats .d3-stats-rect.rect-left { fill: #e3eaed; } .careteam .d3-stats .d3-stats-rect.rect-right, .main .d3-stats .d3-stats-rect.rect-right { fill: #dce4e7; } .careteam .d3-stats .d3-stats-rect-line, .main .d3-stats .d3-stats-rect-line { stroke: #fff; stroke-width: 2px; stroke-dasharray: 3, 5; } .careteam .d3-stats .d3-stats-image.hidden, .main .d3-stats .d3-stats-image.hidden { display: none; } .careteam .d3-stats.d3-insufficient-data circle, .main .d3-stats.d3-insufficient-data circle { fill: none; stroke-width: 3; stroke-dasharray: 8,5; stroke: #cccccc; } .careteam .d3-stats.d3-insufficient-data text, .main .d3-stats.d3-insufficient-data text, .careteam .d3-stats.d3-insufficient-data tspan, .main .d3-stats.d3-insufficient-data tspan { fill: #cccccc !important; } .careteam .clearfix:after, .main .clearfix:after, .careteam .clearfix:before, .main .clearfix:before, .careteam .nav-wrapper:after, .main .nav-wrapper:after, .careteam .nav-wrapper:before, .main .nav-wrapper:before, .careteam .nav:after, .main .nav:after, .careteam .nav:before, .main .nav:before { content: " "; display: table; } .careteam .clearfix:after, .main .clearfix:after, .careteam .nav-wrapper:after, .main .nav-wrapper:after, .careteam .nav:after, .main .nav:after { clear: both; } @font-face { font-family: 'Blip Icons'; src: url(fonts/blip-icons.eot?61753278); src: url(fonts/blip-icons.eot?61753278#iefix) format('embedded-opentype'), url(fonts/blip-icons.woff?61753278) format('woff'), url(fonts/blip-icons.ttf?61753278) format('truetype'), url(fonts/blip-icons.svg?61753278#fontello) format('svg'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(fonts/opensans.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/opensans-bold.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/opensans-italic.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(fonts/opensans-bolditalic.woff?v7) format('woff'); } .careteam article, .main article, .careteam aside, .main aside, .careteam details, .main details, .careteam figcaption, .main figcaption, .careteam figure, .main figure, .careteam footer, .main footer, .careteam header, .main header, .careteam hgroup, .main hgroup, .careteam main, .main main, .careteam nav, .main nav, .careteam section, .main section, .careteam summary, .main summary { display: block; } .careteam audio, .main audio, .careteam canvas, .main canvas, .careteam video, .main video { display: inline-block; } .careteam audio:not([controls]), .main audio:not([controls]) { display: none; height: 0; } .careteam [hidden], .main [hidden], .careteam template, .main template { display: none; } .careteam html, .main html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .careteam body, .main body { margin: 0; } .careteam a, .main a { background: 0 0; } .careteam a:focus, .main a:focus { outline: thin dotted; } .careteam a:active, .main a:active, .careteam a:hover, .main a:hover { outline: 0; } .careteam h1, .main h1 { font-size: 2em; margin: 0.67em 0; } .careteam abbr[title], .main abbr[title] { border-bottom: 1px dotted; } .careteam b, .main b, .careteam strong, .main strong { font-weight: 700; } .careteam dfn, .main dfn { font-style: italic; } .careteam hr, .main hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .careteam mark, .main mark { background: #ff0; color: #000000; } .careteam code, .main code, .careteam kbd, .main kbd, .careteam pre, .main pre, .careteam samp, .main samp { font-family: monospace,serif; font-size: 1em; } .careteam pre, .main pre { white-space: pre-wrap; } .careteam q, .main q { quotes: "\201C" "\201D" "\2018" "\2019"; } .careteam small, .main small { font-size: 80%; } .careteam sub, .main sub, .careteam sup, .main sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .careteam sup, .main sup { top: -0.5em; } .careteam sub, .main sub { bottom: -0.25em; } .careteam img, .main img { border: 0; } .careteam svg:not(:root), .main svg:not(:root) { overflow: hidden; } .careteam figure, .main figure { margin: 0; } .careteam fieldset, .main fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .careteam legend, .main legend { border: 0; padding: 0; } .careteam button, .main button, .careteam input, .main input, .careteam select, .main select, .careteam textarea, .main textarea { margin: 0; } .careteam button, .main button, .careteam select, .main select { text-transform: none; } .careteam button, .main button, .careteam html input[type=button], .main html input[type=button], .careteam input[type=reset], .main input[type=reset], .careteam input[type=submit], .main input[type=submit] { -webkit-appearance: button; cursor: pointer; } .careteam button[disabled], .main button[disabled], .careteam html input[disabled], .main html input[disabled] { cursor: default; } .careteam input[type=checkbox], .main input[type=checkbox], .careteam input[type=radio], .main input[type=radio] { box-sizing: border-box; padding: 0; } .careteam input[type=search], .main input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .careteam input[type=search]::-webkit-search-cancel-button, .main input[type=search]::-webkit-search-cancel-button, .careteam input[type=search]::-webkit-search-decoration, .main input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } .careteam button::-moz-focus-inner, .main button::-moz-focus-inner, .careteam input::-moz-focus-inner, .main input::-moz-focus-inner { border: 0; padding: 0; } .careteam textarea, .main textarea { overflow: auto; vertical-align: top; } .careteam table, .main table { border-collapse: collapse; border-spacing: 0; } .careteam .container-box-outer, .main .container-box-outer, .careteam .container-nav-outer, .main .container-nav-outer { margin-right: auto; margin-left: auto; } @media (min-width: 1020px) { .careteam .container-box-outer, .main .container-box-outer, .careteam .container-nav-outer, .main .container-nav-outer { width: 1020px; padding-left: 20px; padding-right: 20px; } } .careteam .container-box-inner, .main .container-box-inner, .careteam .container-nav-inner, .main .container-nav-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 1020px) { .careteam .container-nav-inner, .main .container-nav-inner { padding-left: 0; padding-right: 0; } } .careteam .container-small-outer, .main .container-small-outer { margin-right: auto; margin-left: auto; } @media (min-width: 520px) { .careteam .container-small-outer, .main .container-small-outer { width: 520px; padding-left: 40px; padding-right: 40px; } } .careteam .container-small-inner, .main .container-small-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 520px) { .careteam .container-small-inner, .main .container-small-inner { width: 440px; padding-left: 90px; padding-right: 90px; } } .careteam *, .main *, .careteam :after, .main :after, .careteam :before, .main :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .careteam html, .main html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .careteam body, .main body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; color: #808184; background-color: #f7f7f8; } .careteam button, .main button, .careteam input, .main input, .careteam select, .main select, .careteam textarea, .main textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .careteam a, .main a { color: #79d0f2; text-decoration: none; } .careteam a:focus, .main a:focus, .careteam a:hover, .main a:hover { color: #33b8eb; text-decoration: underline; } .careteam img, .main img { vertical-align: middle; } .careteam .form-label, .main .form-label, .careteam label, .main label { display: block; } .careteam .form-help-block, .main .form-help-block { margin-top: 5px; } .careteam .form-control, .main .form-control { display: block; width: 100%; font-size: 16px; height: 40px; line-height: 20px; vertical-align: middle; padding: 8px 5px; border: 2px solid #e6e6e5; border-radius: 0; color: #000; -webkit-appearance: none; } .careteam .form-control:hover, .main .form-control:hover { border-color: #c1c1be; } .careteam .form-control:focus, .main .form-control:focus { outline: 0; border-color: #0b9eb3; } .careteam textarea.form-control, .main textarea.form-control { height: auto; } .careteam input[type=date], .main input[type=date] { line-height: 40px; padding-top: 0; padding-bottom: 0; } .careteam .form-group, .main .form-group { margin-bottom: 10px; } .careteam .btn, .main .btn { display: inline-block; margin: 0; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; border: 0; border-radius: 0; font-size: inherit; line-height: 30px; padding: 0 20px; font-weight: 700; } .careteam .btn:focus, .main .btn:focus, .careteam .btn:hover, .main .btn:hover { outline: 0; text-decoration: none; } .careteam .btn.active, .main .btn.active, .careteam .btn:active, .main .btn:active { outline: 0; background-image: none; } .careteam .btn.disabled, .main .btn.disabled, .careteam .btn[disabled], .main .btn[disabled], .careteam fieldset[disabled] .btn, .main fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; } .careteam .btn-primary, .main .btn-primary { background-color: #0b9eb3; color: #ffffff; } .careteam .btn-primary:focus, .main .btn-primary:focus, .careteam .no-touch .btn-primary:hover, .main .no-touch .btn-primary:hover { background-color: #155e63; } .careteam .nav, .main .nav { margin: 0; padding: 0; list-style: none; } .careteam .nav > li, .main .nav > li { display: block; float: left; } .careteam .nav > li .nav-text, .main .nav > li .nav-text, .careteam .nav > li > a, .main .nav > li > a { display: block; padding: 10px; } .careteam .nav-left, .main .nav-left { float: left; margin-left: -10px; } .careteam .nav-right, .main .nav-right { float: right; margin-right: -10px; } .careteam .list-group, .main .list-group { margin: 0; padding: 0; list-style: none; } .careteam .list-group-item, .main .list-group-item, .careteam .list-group-item-link, .main .list-group-item-link { display: block; } .careteam .list-group-item-link, .main .list-group-item-link, .careteam .list-group-item-link:focus, .main .list-group-item-link:focus, .careteam .list-group-item-link:hover, .main .list-group-item-link:hover { color: #808184; text-decoration: none; } .careteam .grid, .main .grid { margin: 0; padding: 0; list-style: none; margin-left: 0; } .careteam .grid-item, .main .grid-item { display: inline-block; width: 100%; vertical-align: top; padding-left: 0; } .careteam .one-whole, .main .one-whole { width: 100%; } .careteam .five-tenths, .main .five-tenths, .careteam .four-eighths, .main .four-eighths, .careteam .one-half, .main .one-half, .careteam .six-twelfths, .main .six-twelfths, .careteam .three-sixths, .main .three-sixths, .careteam .two-quarters, .main .two-quarters { width: 50%; } .careteam .four-twelfths, .main .four-twelfths, .careteam .one-third, .main .one-third, .careteam .two-sixths, .main .two-sixths { width: 33.333%; } .careteam .eight-twelfths, .main .eight-twelfths, .careteam .four-sixths, .main .four-sixths, .careteam .two-thirds, .main .two-thirds { width: 66.666%; } .careteam .one-quarter, .main .one-quarter, .careteam .three-twelfths, .main .three-twelfths, .careteam .two-eighths, .main .two-eighths { width: 25%; } .careteam .nine-twelfths, .main .nine-twelfths, .careteam .six-eighths, .main .six-eighths, .careteam .three-quarters, .main .three-quarters { width: 75%; } .careteam .one-fifth, .main .one-fifth, .careteam .two-tenths, .main .two-tenths { width: 20%; } .careteam .four-tenths, .main .four-tenths, .careteam .two-fifths, .main .two-fifths { width: 40%; } .careteam .six-tenths, .main .six-tenths, .careteam .three-fifths, .main .three-fifths { width: 60%; } .careteam .eight-tenths, .main .eight-tenths, .careteam .four-fifths, .main .four-fifths { width: 80%; } .careteam .one-sixth, .main .one-sixth, .careteam .two-twelfths, .main .two-twelfths { width: 16.666%; } .careteam .five-sixths, .main .five-sixths, .careteam .ten-twelfths, .main .ten-twelfths { width: 83.333%; } .careteam .one-eighth, .main .one-eighth { width: 12.5%; } .careteam .three-eighths, .main .three-eighths { width: 37.5%; } .careteam .five-eighths, .main .five-eighths { width: 62.5%; } .careteam .seven-eighths, .main .seven-eighths { width: 87.5%; } .careteam .one-tenth, .main .one-tenth { width: 10%; } .careteam .three-tenths, .main .three-tenths { width: 30%; } .careteam .seven-tenths, .main .seven-tenths { width: 70%; } .careteam .nine-tenths, .main .nine-tenths { width: 90%; } .careteam .one-twelfth, .main .one-twelfth { width: 8.333%; } .careteam .five-twelfths, .main .five-twelfths { width: 41.666%; } .careteam .seven-twelfths, .main .seven-twelfths { width: 58.333%; } .careteam .eleven-twelfths, .main .eleven-twelfths { width: 91.666%; } @media (min-width: 480px) { .careteam .medium-one-whole, .main .medium-one-whole { width: 100%; } .careteam .medium-five-tenths, .main .medium-five-tenths, .careteam .medium-four-eighths, .main .medium-four-eighths, .careteam .medium-one-half, .main .medium-one-half, .careteam .medium-six-twelfths, .main .medium-six-twelfths, .careteam .medium-three-sixths, .main .medium-three-sixths, .careteam .medium-two-quarters, .main .medium-two-quarters { width: 50%; } .careteam .medium-four-twelfths, .main .medium-four-twelfths, .careteam .medium-one-third, .main .medium-one-third, .careteam .medium-two-sixths, .main .medium-two-sixths { width: 33.333%; } .careteam .medium-eight-twelfths, .main .medium-eight-twelfths, .careteam .medium-four-sixths, .main .medium-four-sixths, .careteam .medium-two-thirds, .main .medium-two-thirds { width: 66.666%; } .careteam .medium-one-quarter, .main .medium-one-quarter, .careteam .medium-three-twelfths, .main .medium-three-twelfths, .careteam .medium-two-eighths, .main .medium-two-eighths { width: 25%; } .careteam .medium-nine-twelfths, .main .medium-nine-twelfths, .careteam .medium-six-eighths, .main .medium-six-eighths, .careteam .medium-three-quarters, .main .medium-three-quarters { width: 75%; } .careteam .medium-one-fifth, .main .medium-one-fifth, .careteam .medium-two-tenths, .main .medium-two-tenths { width: 20%; } .careteam .medium-four-tenths, .main .medium-four-tenths, .careteam .medium-two-fifths, .main .medium-two-fifths { width: 40%; } .careteam .medium-six-tenths, .main .medium-six-tenths, .careteam .medium-three-fifths, .main .medium-three-fifths { width: 60%; } .careteam .medium-eight-tenths, .main .medium-eight-tenths, .careteam .medium-four-fifths, .main .medium-four-fifths { width: 80%; } .careteam .medium-one-sixth, .main .medium-one-sixth, .careteam .medium-two-twelfths, .main .medium-two-twelfths { width: 16.666%; } .careteam .medium-five-sixths, .main .medium-five-sixths, .careteam .medium-ten-twelfths, .main .medium-ten-twelfths { width: 83.333%; } .careteam .medium-one-eighth, .main .medium-one-eighth { width: 12.5%; } .careteam .medium-three-eighths, .main .medium-three-eighths { width: 37.5%; } .careteam .medium-five-eighths, .main .medium-five-eighths { width: 62.5%; } .careteam .medium-seven-eighths, .main .medium-seven-eighths { width: 87.5%; } .careteam .medium-one-tenth, .main .medium-one-tenth { width: 10%; } .careteam .medium-three-tenths, .main .medium-three-tenths { width: 30%; } .careteam .medium-seven-tenths, .main .medium-seven-tenths { width: 70%; } .careteam .medium-nine-tenths, .main .medium-nine-tenths { width: 90%; } .careteam .medium-one-twelfth, .main .medium-one-twelfth { width: 8.333%; } .careteam .medium-five-twelfths, .main .medium-five-twelfths { width: 41.666%; } .careteam .medium-seven-twelfths, .main .medium-seven-twelfths { width: 58.333%; } .careteam .medium-eleven-twelfths, .main .medium-eleven-twelfths { width: 91.666%; } } @media (min-width: 1020px) { .careteam .large-one-whole, .main .large-one-whole { width: 100%; } .careteam .large-five-tenths, .main .large-five-tenths, .careteam .large-four-eighths, .main .large-four-eighths, .careteam .large-one-half, .main .large-one-half, .careteam .large-six-twelfths, .main .large-six-twelfths, .careteam .large-three-sixths, .main .large-three-sixths, .careteam .large-two-quarters, .main .large-two-quarters { width: 50%; } .careteam .large-four-twelfths, .main .large-four-twelfths, .careteam .large-one-third, .main .large-one-third, .careteam .large-two-sixths, .main .large-two-sixths { width: 33.333%; } .careteam .large-eight-twelfths, .main .large-eight-twelfths, .careteam .large-four-sixths, .main .large-four-sixths, .careteam .large-two-thirds, .main .large-two-thirds { width: 66.666%; } .careteam .large-one-quarter, .main .large-one-quarter, .careteam .large-three-twelfths, .main .large-three-twelfths, .careteam .large-two-eighths, .main .large-two-eighths { width: 25%; } .careteam .large-nine-twelfths, .main .large-nine-twelfths, .careteam .large-six-eighths, .main .large-six-eighths, .careteam .large-three-quarters, .main .large-three-quarters { width: 75%; } .careteam .large-one-fifth, .main .large-one-fifth, .careteam .large-two-tenths, .main .large-two-tenths { width: 20%; } .careteam .large-four-tenths, .main .large-four-tenths, .careteam .large-two-fifths, .main .large-two-fifths { width: 40%; } .careteam .large-six-tenths, .main .large-six-tenths, .careteam .large-three-fifths, .main .large-three-fifths { width: 60%; } .careteam .large-eight-tenths, .main .large-eight-tenths, .careteam .large-four-fifths, .main .large-four-fifths { width: 80%; } .careteam .large-one-sixth, .main .large-one-sixth, .careteam .large-two-twelfths, .main .large-two-twelfths { width: 16.666%; } .careteam .large-five-sixths, .main .large-five-sixths, .careteam .large-ten-twelfths, .main .large-ten-twelfths { width: 83.333%; } .careteam .large-one-eighth, .main .large-one-eighth { width: 12.5%; } .careteam .large-three-eighths, .main .large-three-eighths { width: 37.5%; } .careteam .large-five-eighths, .main .large-five-eighths { width: 62.5%; } .careteam .large-seven-eighths, .main .large-seven-eighths { width: 87.5%; } .careteam .large-one-tenth, .main .large-one-tenth { width: 10%; } .careteam .large-three-tenths, .main .large-three-tenths { width: 30%; } .careteam .large-seven-tenths, .main .large-seven-tenths { width: 70%; } .careteam .large-nine-tenths, .main .large-nine-tenths { width: 90%; } .careteam .large-one-twelfth, .main .large-one-twelfth { width: 8.333%; } .careteam .large-five-twelfths, .main .large-five-twelfths { width: 41.666%; } .careteam .large-seven-twelfths, .main .large-seven-twelfths { width: 58.333%; } .careteam .large-eleven-twelfths, .main .large-eleven-twelfths { width: 91.666%; } } .careteam [class*=" icon-"]:before, .main [class*=" icon-"]:before, .careteam [class^=icon-]:before, .main [class^=icon-]:before { font-family: "Blip Icons"; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; font-size: 110%; } .careteam .icon-add:before, .main .icon-add:before { content: '\e800'; } .careteam .icon-upload:before, .main .icon-upload:before { content: '\e80d'; } .careteam .icon-basal:before, .main .icon-basal:before { content: '\e802'; } .careteam .icon-close:before, .main .icon-close:before { content: '\e803'; } .careteam .icon-location:before, .main .icon-location:before { content: '\e804'; } .careteam .icon-login:before, .main .icon-login:before { content: '\e805'; } .careteam .icon-login-alt:before, .main .icon-login-alt:before { content: '\e806'; } .careteam .icon-back:before, .main .icon-back:before { content: '\e801'; } .careteam .icon-new:before, .main .icon-new:before { content: '\e808'; } .careteam .icon-next:before, .main .icon-next:before { content: '\e809'; } .careteam .icon-profile-alt:before, .main .icon-profile-alt:before { content: '\e80a'; } .careteam .icon-profile:before, .main .icon-profile:before { content: '\e80b'; } .careteam .icon-settings:before, .main .icon-settings:before { content: '\e80c'; } .careteam .icon-logout:before, .main .icon-logout:before { content: '\e807'; } .careteam .navbar, .main .navbar { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .navbar, .main .navbar { margin-bottom: 40px; } } .careteam .navbar a, .main .navbar a { color: #989897; text-decoration: none; } .careteam .navbar a:focus, .main .navbar a:focus, .careteam .navbar a:hover, .main .navbar a:hover { color: #636363; text-decoration: none; } .careteam .navbar a:active, .main .navbar a:active { color: #cccccc; } .careteam .navbar-logo > img, .main .navbar-logo > img { width: 50px; height: 40px; } .careteam .navbar-user, .main .navbar-user, .careteam .navbar-version, .main .navbar-version { margin-top: 10px; margin-bottom: 10px; } .careteam .navbar .nav > li .nav-text, .main .navbar .nav > li .nav-text, .careteam .navbar .nav > li > a, .main .navbar .nav > li > a { display: block; padding-left: 5px; padding-right: 5px; } .careteam .navbar .nav-left, .main .navbar .nav-left { margin-left: -5px; } .careteam .navbar .nav-right, .main .navbar .nav-right { margin-right: -5px; } .careteam .navbar-label, .main .navbar-label { display: inline-block; padding-left: 5px; padding-right: 5px; font-size: 14px; line-height: 22px; color: #fff; background-color: #989897; } .careteam .navbar-label-link:focus > .navbar-label, .main .navbar-label-link:focus > .navbar-label, .careteam .navbar-label-link:hover > .navbar-label, .main .navbar-label-link:hover > .navbar-label { background-color: #636363; } .careteam .navbar-label-link:active > .navbar-label, .main .navbar-label-link:active > .navbar-label { background-color: #cccccc; } .careteam .navbar-label-arrow-right, .main .navbar-label-arrow-right { display: inline-block; width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 10px solid #989897; margin-bottom: -6px; } .careteam .navbar-label-right, .main .navbar-label-right { padding-left: 20px; } .careteam .navbar-label-link:focus > .navbar-label-arrow-right, .main .navbar-label-link:focus > .navbar-label-arrow-right, .careteam .navbar-label-link:hover > .navbar-label-arrow-right, .main .navbar-label-link:hover > .navbar-label-arrow-right { border-left-color: #636363; } .careteam .navbar-label-link:active > .navbar-label-arrow-right, .main .navbar-label-link:active > .navbar-label-arrow-right { border-left-color: #cccccc; } .careteam .nav > li > a.navbar-label-link, .main .nav > li > a.navbar-label-link { color: #fff; background: 0 0; padding: 9px 5px; } .careteam .nav > li > a.navbar-label-link:focus, .main .nav > li > a.navbar-label-link:focus, .careteam .nav > li > a.navbar-label-link:hover, .main .nav > li > a.navbar-label-link:hover { color: #fff; background: 0 0; } .careteam .navbar-user-name, .main .navbar-user-name { font-weight: 700; } .careteam .navbar-patient, .main .navbar-patient { text-align: center; } .careteam .navbar-patient-name, .main .navbar-patient-name { display: inline-block; font-weight: 700; font-size: 20px; line-height: 30px; padding: 0 5px; } .careteam .navbar-patient-links a, .main .navbar-patient-links a { display: inline-block; font-weight: 700; font-size: 14px; line-height: 20px; padding: 5px; } .careteam .notification, .main .notification { position: fixed; z-index: 1030; top: 10px; left: 0; right: 0; text-align: center; height: 0; } .careteam .notification-inner, .main .notification-inner { display: inline-block; text-align: center; margin-left: 10px; margin-right: 10px; padding: 10px 20px; border: 2px solid #e6e6e5; background-color: #fff; border-radius: 4px; } .careteam .notification-inner a, .main .notification-inner a, .careteam .notification-inner a:focus, .main .notification-inner a:focus, .careteam .notification-inner a:hover, .main .notification-inner a:hover { color: #808184; text-decoration: underline; } .careteam .notification-success .notification-inner, .main .notification-success .notification-inner { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .careteam .notification-success .notification-inner a, .main .notification-success .notification-inner a, .careteam .notification-success .notification-inner a:focus, .main .notification-success .notification-inner a:focus, .careteam .notification-success .notification-inner a:hover, .main .notification-success .notification-inner a:hover { color: #3c763d; } .careteam .notification-alert .notification-inner, .main .notification-alert .notification-inner { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .careteam .notification-alert .notification-inner a, .main .notification-alert .notification-inner a, .careteam .notification-alert .notification-inner a:focus, .main .notification-alert .notification-inner a:focus, .careteam .notification-alert .notification-inner a:hover, .main .notification-alert .notification-inner a:hover { color: #8a6d3b; } .careteam .notification-error .notification-inner, .main .notification-error .notification-inner { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .careteam .notification-error .notification-inner a, .main .notification-error .notification-inner a, .careteam .notification-error .notification-inner a:focus, .main .notification-error .notification-inner a:focus, .careteam .notification-error .notification-inner a:hover, .main .notification-error .notification-inner a:hover { color: #a94442; } .careteam .notification-close, .main .notification-close { display: inline-block; margin-left: 10px; } .careteam .input-group-error .input-group-control, .main .input-group-error .input-group-control { border-color: #ff8b7c; } .careteam .input-group-error .input-group-message, .main .input-group-error .input-group-message { color: #ff8b7c; } .careteam .simple-form-action-group, .main .simple-form-action-group { text-align: right; margin-top: 20px; } .careteam .simple-form-notification, .main .simple-form-notification { margin-top: 10px; } .careteam .simple-form-notification-alert, .main .simple-form-notification-alert { color: #f0ad4e; } .careteam .simple-form-notification-error, .main .simple-form-notification-error { color: #ff8b7c; } .careteam .simple-form-notification-success, .main .simple-form-notification-success { color: #5cb85c; } .careteam .logout-overlay, .main .logout-overlay { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 1040; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .careteam .logout-overlay-fade-out, .main .logout-overlay-fade-out { opacity: 0; } .careteam .logout-overlay-text, .main .logout-overlay-text { font-size: 20px; line-height: 1; position: absolute; top: 50%; margin-top: -10px; left: 0; width: 100%; text-align: center; z-index: 1050; } .careteam .login-nav, .main .login-nav { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .login-nav, .main .login-nav { margin-bottom: 40px; } } .careteam .login-nav a, .main .login-nav a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .login-nav a:focus, .main .login-nav a:focus, .careteam .login-nav a:hover, .main .login-nav a:hover { color: #636363; text-decoration: none; } .careteam .login-nav a:active, .main .login-nav a:active { color: #cccccc; } .careteam .login-nav-tidepool-logo > img, .main .login-nav-tidepool-logo > img { width: 111px; height: 12px; } @media (min-width: 480px) { .careteam .login-nav-tidepool-logo > img, .main .login-nav-tidepool-logo > img { width: 185px; height: 20px; } } .careteam .login-logo, .main .login-logo { text-align: center; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .login-logo, .main .login-logo { margin-bottom: 40px; } } .careteam .login-logo > img, .main .login-logo > img { width: 109.8px; height: 87px; } @media (min-width: 480px) { .careteam .login-logo > img, .main .login-logo > img { width: 183px; height: 145px; } } .careteam .people-list-item, .main .people-list-item { margin-bottom: 10px; padding: 28px 8px; border: 2px solid #e6e6e5; } .careteam .people-list-item-empty, .main .people-list-item-empty { height: 80px; } .careteam .people-list-item-name, .main .people-list-item-name { text-align: center; font-weight: 700; } .careteam .people-list-item-with-link, .main .people-list-item-with-link { padding: 30px 10px; border: 0; } .careteam .people-list-item-link, .main .people-list-item-link { background: #e6e6e5; padding: 30px 10px; margin: -30px -10px; } .careteam .no-touch .people-list-item-link:hover, .main .no-touch .people-list-item-link:hover, .careteam .people-list-item-link:focus, .main .people-list-item-link:focus { border-color: #ccc; background-color: #cccccc; } .careteam .chart-daily, .main .chart-daily, .careteam .chart-weekly, .main .chart-weekly { width: 100%; height: 590px; } .careteam .login-form, .main .login-form { margin-bottom: 40px; } .careteam .login-form-box, .main .login-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .careteam .login-form-box, .main .login-form-box { padding-top: 40px; padding-bottom: 40px; } } .careteam .signup-form, .main .signup-form { margin-bottom: 40px; } .careteam .signup-form-box, .main .signup-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .careteam .signup-form-box, .main .signup-form-box { padding-top: 40px; padding-bottom: 40px; } } .careteam .profile-subnav-box, .main .profile-subnav-box { color: #fff; background-color: #989897; } .careteam .profile-subnav-title, .main .profile-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .profile-subnav a, .main .profile-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .profile-subnav a:focus, .main .profile-subnav a:focus, .careteam .profile-subnav a:hover, .main .profile-subnav a:hover { color: #636363; text-decoration: none; } .careteam .profile-subnav a:active, .main .profile-subnav a:active { color: #cccccc; } .careteam .profile-content, .main .profile-content { margin-bottom: 40px; } .careteam .profile-content-box, .main .profile-content-box { padding-top: 20px; padding-bottom: 40px; background-color: #ffffff; } @media (min-width: 520px) { .careteam .profile-form, .main .profile-form { margin-left: auto; margin-right: auto; width: 260px; } } .careteam .patients-box-outer, .main .patients-box-outer { margin-bottom: 40px; } .careteam .patients-box-inner, .main .patients-box-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; padding-left: 0; padding-right: 0; } @media (min-width: 1020px) { .careteam .patients-content, .main .patients-content { margin-left: auto; margin-right: auto; width: 800px; } } .careteam .patients-section, .main .patients-section { margin-bottom: 40px; } .careteam .patients-section-title, .main .patients-section-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .careteam .patients-empty-list, .main .patients-empty-list { margin-top: 20px; text-align: center; } .careteam .patients-empty-list a, .main .patients-empty-list a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .patients-empty-list a:focus, .main .patients-empty-list a:focus, .careteam .patients-empty-list a:hover, .main .patients-empty-list a:hover { color: #636363; text-decoration: none; } .careteam .patients-empty-list a:active, .main .patients-empty-list a:active { color: #cccccc; } .careteam .patients-empty-list-message, .main .patients-empty-list-message { color: #989897; font-style: italic; } .careteam .patient-subnav-inner, .main .patient-subnav-inner { color: #fff; background-color: #989897; } .careteam .patient-subnav-title, .main .patient-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .patient-subnav a, .main .patient-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .patient-subnav a:focus, .main .patient-subnav a:focus, .careteam .patient-subnav a:hover, .main .patient-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-subnav a:active, .main .patient-subnav a:active { color: #cccccc; } .careteam .patient-content-outer, .main .patient-content-outer { margin-bottom: 40px; } .careteam .patient-content-inner, .main .patient-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 1020px) { .careteam .patient-content, .main .patient-content { margin-left: auto; margin-right: auto; width: 480px; } } .careteam .patient-content-link, .main .patient-content-link { text-align: center; margin-bottom: 10px; } .careteam .patient-content-link a, .main .patient-content-link a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .patient-content-link a:focus, .main .patient-content-link a:focus, .careteam .patient-content-link a:hover, .main .patient-content-link a:hover { color: #636363; text-decoration: none; } .careteam .patient-content-link a:active, .main .patient-content-link a:active { color: #cccccc; } .careteam .patient-content-link-help, .main .patient-content-link-help { font-size: 12px; line-height: 18px; font-style: italic; color: #989897; } .careteam .patient-attribute, .main .patient-attribute { margin-bottom: 20px; } .careteam .patient-attribute-empty .patient-attribute-value, .main .patient-attribute-empty .patient-attribute-value { min-height: 20px; } .careteam .patient-attribute-label, .main .patient-attribute-label { color: #ccc; font-size: 14px; } .careteam .patient-team, .main .patient-team { margin-top: 40px; margin-bottom: 40px; } .careteam .patient-team-title, .main .patient-team-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .careteam .patient-team-empty, .main .patient-team-empty { color: #989897; font-style: italic; text-align: center; margin-top: 20px; } .careteam .patient-edit-subnav-inner, .main .patient-edit-subnav-inner { color: #fff; background-color: #989897; } .careteam .patient-edit-subnav-title, .main .patient-edit-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .patient-edit-subnav a, .main .patient-edit-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .patient-edit-subnav a:focus, .main .patient-edit-subnav a:focus, .careteam .patient-edit-subnav a:hover, .main .patient-edit-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-edit-subnav a:active, .main .patient-edit-subnav a:active { color: #cccccc; } .careteam .patient-edit-content-outer, .main .patient-edit-content-outer { margin-bottom: 40px; } .careteam .patient-edit-content-inner, .main .patient-edit-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 520px) { .careteam .patient-edit-content, .main .patient-edit-content { margin-left: auto; margin-right: auto; width: 260px; } } .careteam .patient-edit-name, .main .patient-edit-name { font-size: 18px; font-weight: 700; margin-bottom: 20px; } .careteam .patient-edit-name-empty, .main .patient-edit-name-empty { min-height: 20px; } .careteam .patient-data, .main .patient-data { margin-bottom: 40px; } .careteam .patient-data-subnav-inner, .main .patient-data-subnav-inner { color: #fff; background-color: #989897; padding-left: 0; padding-right: 0; } .careteam .patient-data-subnav-text, .main .patient-data-subnav-text { display: inline-block; padding: 10px; text-align: center; } .careteam .patient-data-subnav-text-dates, .main .patient-data-subnav-text-dates { width: 230px; padding-left: 0; padding-right: 0; } .careteam .patient-data-subnav a, .main .patient-data-subnav a { display: inline-block; padding: 10px; color: #fff; text-decoration: none; } .careteam .patient-data-subnav a:focus, .main .patient-data-subnav a:focus, .careteam .patient-data-subnav a:hover, .main .patient-data-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-data-subnav a:active, .main .patient-data-subnav a:active { color: #cccccc; } .careteam .patient-data-subnav a.patient-data-subnav-active, .main .patient-data-subnav a.patient-data-subnav-active { color: #ccc; background: #636363; } .careteam .patient-data-subnav-left, .main .patient-data-subnav-left { text-align: left; } .careteam .patient-data-subnav-center, .main .patient-data-subnav-center { text-align: center; } .careteam .patient-data-subnav-right, .main .patient-data-subnav-right { text-align: right; } .careteam .patient-data-content-inner, .main .patient-data-content-inner { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } .careteam .patient-data-content, .main .patient-data-content { min-height: 500px; } .careteam .patient-data-message, .main .patient-data-message { text-align: center; font-style: italic; padding: 30px 10px; margin-top: 80px; } @media (min-width: 1020px) { .careteam .patient-data-message, .main .patient-data-message { margin-left: auto; margin-right: auto; width: 480px; } } .careteam .patient-data-message p, .main .patient-data-message p { margin-top: 20px; margin-bottom: 20px; } .careteam .patient-data-message-loading, .main .patient-data-message-loading { background: #e6e6e5; } .careteam .patient-data-message-no-data, .main .patient-data-message-no-data { color: #989897; } .careteam .patient-data-footer-inner, .main .patient-data-footer-inner { color: #808184; background-color: #ccc; padding-left: 0; padding-right: 0; min-height: 40px; } .careteam .patient-data-footer a, .main .patient-data-footer a { display: inline-block; padding: 10px; color: #808184; text-decoration: none; } .careteam .patient-data-footer a:focus, .main .patient-data-footer a:focus, .careteam .patient-data-footer a:hover, .main .patient-data-footer a:hover { color: #636363; text-decoration: none; } .careteam .patient-data-footer a:active, .main .patient-data-footer a:active { color: #989897; } .careteam .patient-data-footer-left, .main .patient-data-footer-left { text-align: left; } .careteam .patient-data-footer-right, .main .patient-data-footer-right { text-align: right; } .careteam .people-list-item-name, .main .people-list-item-name { text-align: center; font-weight: 500; } .careteam .container-nav-outer, .main .container-nav-outer, .careteam .container-box-outer, .main .container-box-outer { padding-left: 0px !important; padding-right: 0px !important; } .careteam .nav-left, .main .nav-left { margin-left: 0px !important; } .careteam .patients-section-title, .main .patients-section-title { color: gray; font-weight: 300; } .careteam .navbar-user-icon img, .main .navbar-user-icon img { width: 24px !important; height: 24px !important; } .careteam .people-list-item-link:hover, .main .people-list-item-link:hover { background: #D8D8D8 !important; } .careteam .list-group-item-link, .main .list-group-item-link { cursor: pointer; } .navbar-logo img { width: 45px !important; height: 45px !important; } .login label, .careteam label { color: gray; font-weight: 300; } .login .btn-primary, .careteam .btn-primary { font-weight: 300; } .login .btn-primary:hover, .careteam .btn-primary:hover { background-color: #14CAE4; } .login .login-logo, .careteam .login-logo { margin-bottom: 10px; } .login .login-logo img, .careteam .login-logo img { width: 220px; height: 220px; } .main .large-one-third { width: 32% !important; } .main .navbar-label-arrow-right { margin-left: -5px !important; } .main .navbar { margin-bottom: 10px !important; } .main .search_panel_sections_filter_criteria_glucoseTrends { display: none; } .bolus_tip > li { text-align: left; }
sonar/client/css/login.css
.login svg { display: block; margin: 0 auto; } .login svg.hidden { display: none; } .login .d3-axis { shape-rendering: crispEdges; } .login .d3-axis path { stroke: #ffffff; } .login .d3-axis line { stroke: #b9c8d0; } .login .d3-axis text { font-size: 14px; fill: #989897; } .login .d3-axis.d3-y text { fill: gray; text-transform: lowercase; } .login .d3-axis.d3-day-axis text { font-size: 13px; } .login .d3-axis.d3-day-axis line, .login .d3-axis.d3-day-axis text.d3-weekend { fill: #bac9d1; } .login .scroll line { stroke: #989897; stroke-width: 1; shape-rendering: crispEdges; } .login .d3-pool-label { text-transform: uppercase; font-weight: 700; font-size: 16px; fill: gray; baseline-shift: 30%; } .login .d3-pool-legend { font-size: 14px; fill: #cccccc; } .login .d3-rect-fill.d3-fill-darkest { fill: #dce4e7; } .login .d3-rect-fill.d3-fill-dark { fill: #e3eaed; } .login .d3-rect-fill.d3-fill-light { fill: #f2f4f6; } .login .d3-rect-fill.d3-fill-lighter { fill: #e9eff1; } .login .d3-rect-fill.d3-fill-lightest { fill: #f8f9fa; } .login .d3-rect-message { fill: #fff; opacity: 0.5; } .login .d3-rect-message.hidden { display: none; } .login .d3-rect-carbs { fill: #ffd382; } .login .d3-bolus.d3-rect-bolus { fill: #79d0f2; } .login .d3-bolus.d3-path-bolus { stroke: #79d0f2; fill: none; } .login .d3-bolus.d3-path-extended { stroke: #79d0f2; } .login .d3-bolus.d3-path-extended-triangle { stroke: #79d0f2; fill: #79d0f2; } .login .d3-bolus.d3-rect-recommended { fill: #bcecfa; } .login .d3-cbg.d3-circle-cbg.d3-bg-low { fill: #ff8b7c; } .login .d3-cbg.d3-circle-cbg.d3-bg-target { fill: #9ad859; } .login .d3-cbg.d3-circle-cbg.d3-bg-high { fill: #bb9ae7; } .login .d3-smbg-numbers.d3-rect-smbg { pointer-events: none; fill: #f8f9fa; opacity: 0.5; } .login .d3-smbg-numbers.d3-text-smbg { pointer-events: none; fill: gray; font-size: 14px; font-weight: 700; text-anchor: middle; dominant-baseline: central; } .login .d3-basal.d3-rect-basal { fill: #029eb3; } .login .d3-basal.d3-basal-invisible { fill: #029eb3; opacity: 0; } .login .d3-basal.d3-path-basal { fill: none; stroke: #029eb3; stroke-width: 1.5; } .login .d3-basal.d3-path-basal.d3-path-basal-undelivered { stroke-dasharray: 1.5,3; stroke-linecap: round; } .login .d3-tooltip { pointer-events: none; } .login .d3-tooltip text.d3-tooltip-text { fill: #989897; font-size: 11px; text-anchor: middle; dominant-baseline: central; } .login .d3-tooltip text.d3-tooltip-text.d3-basal, .login .d3-tooltip text.d3-tooltip-text.d3-bolus, .login .d3-tooltip text.d3-tooltip-text.d3-carbs, .login .d3-tooltip text.d3-tooltip-text.d3-smbg { font-size: 14px; font-weight: 700; } .login .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp { text-transform: lowercase; } .login .d3-tooltip text.d3-tooltip-text tspan { font-weight: 400; dominant-baseline: central; } .login .d3-tooltip text.d3-tooltip-text tspan.d3-bolus { font-size: 11px; } .login .d3-tooltip .d3-tooltip-rect { fill: #f8f9fa; opacity: 0.5; } .login .d3-stats text { text-anchor: start; } .login .d3-stats text.d3-stats-head { dominant-baseline: hanging; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; fill: #4e4e4f; } .login .d3-stats text.d3-stats-lead { font-size: 14px; fill: #676767; } .login .d3-stats text tspan { dominant-baseline: hanging; font-size: 24px; font-weight: 700; } .login .d3-stats text tspan.d3-stats-high { fill: #bb9ae7; } .login .d3-stats text tspan.d3-stats-target { fill: #9ad859; } .login .d3-stats text tspan.d3-stats-low { fill: #ff8b7c; } .login .d3-stats text tspan.d3-stats-percentage { fill: #808184; } .login .d3-stats text tspan.d3-stats-basal { fill: #029eb3; } .login .d3-stats text tspan.d3-stats-bolus { fill: #79d0f2; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal { fill: #029eb3; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus { fill: #79d0f2; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low { fill: #ff8b7c; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target { fill: #9ad859; } .login .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high { fill: #bb9ae7; } .login .d3-stats .d3-stats-rect.rect-left { fill: #e3eaed; } .login .d3-stats .d3-stats-rect.rect-right { fill: #dce4e7; } .login .d3-stats .d3-stats-rect-line { stroke: #fff; stroke-width: 2px; stroke-dasharray: 3, 5; } .login .d3-stats .d3-stats-image.hidden { display: none; } .login .d3-stats.d3-insufficient-data circle { fill: none; stroke-width: 3; stroke-dasharray: 8,5; stroke: #cccccc; } .login .d3-stats.d3-insufficient-data text, .login .d3-stats.d3-insufficient-data tspan { fill: #cccccc !important; } .login .clearfix:after, .login .clearfix:before, .login .nav-wrapper:after, .login .nav-wrapper:before, .login .nav:after, .login .nav:before { content: " "; display: table; } .login .clearfix:after, .login .nav-wrapper:after, .login .nav:after { clear: both; } @font-face { font-family: 'Blip Icons'; src: url(fonts/blip-icons.eot?61753278); src: url(fonts/blip-icons.eot?61753278#iefix) format('embedded-opentype'), url(fonts/blip-icons.woff?61753278) format('woff'), url(fonts/blip-icons.ttf?61753278) format('truetype'), url(fonts/blip-icons.svg?61753278#fontello) format('svg'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(fonts/opensans.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/opensans-bold.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/opensans-italic.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(fonts/opensans-bolditalic.woff?v7) format('woff'); } .login article, .login aside, .login details, .login figcaption, .login figure, .login footer, .login header, .login hgroup, .login main, .login nav, .login section, .login summary { display: block; } .login audio, .login canvas, .login video { display: inline-block; } .login audio:not([controls]) { display: none; height: 0; } .login [hidden], .login template { display: none; } .login html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .login body { margin: 0; } .login a { background: 0 0; } .login a:focus { outline: thin dotted; } .login a:active, .login a:hover { outline: 0; } .login h1 { font-size: 2em; margin: 0.67em 0; } .login abbr[title] { border-bottom: 1px dotted; } .login b, .login strong { font-weight: 700; } .login dfn { font-style: italic; } .login hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .login mark { background: #ff0; color: #000000; } .login code, .login kbd, .login pre, .login samp { font-family: monospace,serif; font-size: 1em; } .login pre { white-space: pre-wrap; } .login q { quotes: "\201C" "\201D" "\2018" "\2019"; } .login small { font-size: 80%; } .login sub, .login sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .login sup { top: -0.5em; } .login sub { bottom: -0.25em; } .login img { border: 0; } .login svg:not(:root) { overflow: hidden; } .login figure { margin: 0; } .login fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .login legend { border: 0; padding: 0; } .login button, .login input, .login select, .login textarea { margin: 0; } .login button, .login select { text-transform: none; } .login button, .login html input[type=button], .login input[type=reset], .login input[type=submit] { -webkit-appearance: button; cursor: pointer; } .login button[disabled], .login html input[disabled] { cursor: default; } .login input[type=checkbox], .login input[type=radio] { box-sizing: border-box; padding: 0; } .login input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .login input[type=search]::-webkit-search-cancel-button, .login input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } .login button::-moz-focus-inner, .login input::-moz-focus-inner { border: 0; padding: 0; } .login textarea { overflow: auto; vertical-align: top; } .login table { border-collapse: collapse; border-spacing: 0; } .login .container-box-outer, .login .container-nav-outer { margin-right: auto; margin-left: auto; } @media (min-width: 1020px) { .login .container-box-outer, .login .container-nav-outer { width: 1020px; padding-left: 20px; padding-right: 20px; } } .login .container-box-inner, .login .container-nav-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 1020px) { .login .container-nav-inner { padding-left: 0; padding-right: 0; } } .login .container-small-outer { margin-right: auto; margin-left: auto; } @media (min-width: 520px) { .login .container-small-outer { width: 520px; padding-left: 40px; padding-right: 40px; } } .login .container-small-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 520px) { .login .container-small-inner { width: 440px; padding-left: 90px; padding-right: 90px; } } .login *, .login :after, .login :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .login html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .login body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; color: #808184; background-color: #f7f7f8; } .login button, .login input, .login select, .login textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .login a { color: #79d0f2; text-decoration: none; } .login a:focus, .login a:hover { color: #33b8eb; text-decoration: underline; } .login img { vertical-align: middle; } .login .form-label, .login label { display: block; } .login .form-help-block { margin-top: 5px; } .login .form-control { display: block; width: 100%; font-size: 16px; height: 40px; line-height: 20px; vertical-align: middle; padding: 8px 5px; border: 2px solid #e6e6e5; border-radius: 0; color: #000; -webkit-appearance: none; } .login .form-control:hover { border-color: #c1c1be; } .login .form-control:focus { outline: 0; border-color: #0b9eb3; } .login textarea.form-control { height: auto; } .login input[type=date] { line-height: 40px; padding-top: 0; padding-bottom: 0; } .login .form-group { margin-bottom: 10px; } .login .btn { display: inline-block; margin: 0; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; border: 0; border-radius: 0; font-size: inherit; line-height: 30px; padding: 0 20px; font-weight: 700; } .login .btn:focus, .login .btn:hover { outline: 0; text-decoration: none; } .login .btn.active, .login .btn:active { outline: 0; background-image: none; } .login .btn.disabled, .login .btn[disabled], .login fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; } .login .btn-primary { background-color: #0b9eb3; color: #ffffff; } .login .btn-primary:focus, .login .no-touch .btn-primary:hover { background-color: #155e63; } .login .nav { margin: 0; padding: 0; list-style: none; } .login .nav > li { display: block; float: left; } .login .nav > li .nav-text, .login .nav > li > a { display: block; padding: 10px; } .login .nav-left { float: left; margin-left: -10px; } .login .nav-right { float: right; margin-right: -10px; } .login .list-group { margin: 0; padding: 0; list-style: none; } .login .list-group-item, .login .list-group-item-link { display: block; } .login .list-group-item-link, .login .list-group-item-link:focus, .login .list-group-item-link:hover { color: #808184; text-decoration: none; } .login .grid { margin: 0; padding: 0; list-style: none; margin-left: 0; } .login .grid-item { display: inline-block; width: 100%; vertical-align: top; padding-left: 0; } .login .one-whole { width: 100%; } .login .five-tenths, .login .four-eighths, .login .one-half, .login .six-twelfths, .login .three-sixths, .login .two-quarters { width: 50%; } .login .four-twelfths, .login .one-third, .login .two-sixths { width: 33.333%; } .login .eight-twelfths, .login .four-sixths, .login .two-thirds { width: 66.666%; } .login .one-quarter, .login .three-twelfths, .login .two-eighths { width: 25%; } .login .nine-twelfths, .login .six-eighths, .login .three-quarters { width: 75%; } .login .one-fifth, .login .two-tenths { width: 20%; } .login .four-tenths, .login .two-fifths { width: 40%; } .login .six-tenths, .login .three-fifths { width: 60%; } .login .eight-tenths, .login .four-fifths { width: 80%; } .login .one-sixth, .login .two-twelfths { width: 16.666%; } .login .five-sixths, .login .ten-twelfths { width: 83.333%; } .login .one-eighth { width: 12.5%; } .login .three-eighths { width: 37.5%; } .login .five-eighths { width: 62.5%; } .login .seven-eighths { width: 87.5%; } .login .one-tenth { width: 10%; } .login .three-tenths { width: 30%; } .login .seven-tenths { width: 70%; } .login .nine-tenths { width: 90%; } .login .one-twelfth { width: 8.333%; } .login .five-twelfths { width: 41.666%; } .login .seven-twelfths { width: 58.333%; } .login .eleven-twelfths { width: 91.666%; } @media (min-width: 480px) { .login .medium-one-whole { width: 100%; } .login .medium-five-tenths, .login .medium-four-eighths, .login .medium-one-half, .login .medium-six-twelfths, .login .medium-three-sixths, .login .medium-two-quarters { width: 50%; } .login .medium-four-twelfths, .login .medium-one-third, .login .medium-two-sixths { width: 33.333%; } .login .medium-eight-twelfths, .login .medium-four-sixths, .login .medium-two-thirds { width: 66.666%; } .login .medium-one-quarter, .login .medium-three-twelfths, .login .medium-two-eighths { width: 25%; } .login .medium-nine-twelfths, .login .medium-six-eighths, .login .medium-three-quarters { width: 75%; } .login .medium-one-fifth, .login .medium-two-tenths { width: 20%; } .login .medium-four-tenths, .login .medium-two-fifths { width: 40%; } .login .medium-six-tenths, .login .medium-three-fifths { width: 60%; } .login .medium-eight-tenths, .login .medium-four-fifths { width: 80%; } .login .medium-one-sixth, .login .medium-two-twelfths { width: 16.666%; } .login .medium-five-sixths, .login .medium-ten-twelfths { width: 83.333%; } .login .medium-one-eighth { width: 12.5%; } .login .medium-three-eighths { width: 37.5%; } .login .medium-five-eighths { width: 62.5%; } .login .medium-seven-eighths { width: 87.5%; } .login .medium-one-tenth { width: 10%; } .login .medium-three-tenths { width: 30%; } .login .medium-seven-tenths { width: 70%; } .login .medium-nine-tenths { width: 90%; } .login .medium-one-twelfth { width: 8.333%; } .login .medium-five-twelfths { width: 41.666%; } .login .medium-seven-twelfths { width: 58.333%; } .login .medium-eleven-twelfths { width: 91.666%; } } @media (min-width: 1020px) { .login .large-one-whole { width: 100%; } .login .large-five-tenths, .login .large-four-eighths, .login .large-one-half, .login .large-six-twelfths, .login .large-three-sixths, .login .large-two-quarters { width: 50%; } .login .large-four-twelfths, .login .large-one-third, .login .large-two-sixths { width: 33.333%; } .login .large-eight-twelfths, .login .large-four-sixths, .login .large-two-thirds { width: 66.666%; } .login .large-one-quarter, .login .large-three-twelfths, .login .large-two-eighths { width: 25%; } .login .large-nine-twelfths, .login .large-six-eighths, .login .large-three-quarters { width: 75%; } .login .large-one-fifth, .login .large-two-tenths { width: 20%; } .login .large-four-tenths, .login .large-two-fifths { width: 40%; } .login .large-six-tenths, .login .large-three-fifths { width: 60%; } .login .large-eight-tenths, .login .large-four-fifths { width: 80%; } .login .large-one-sixth, .login .large-two-twelfths { width: 16.666%; } .login .large-five-sixths, .login .large-ten-twelfths { width: 83.333%; } .login .large-one-eighth { width: 12.5%; } .login .large-three-eighths { width: 37.5%; } .login .large-five-eighths { width: 62.5%; } .login .large-seven-eighths { width: 87.5%; } .login .large-one-tenth { width: 10%; } .login .large-three-tenths { width: 30%; } .login .large-seven-tenths { width: 70%; } .login .large-nine-tenths { width: 90%; } .login .large-one-twelfth { width: 8.333%; } .login .large-five-twelfths { width: 41.666%; } .login .large-seven-twelfths { width: 58.333%; } .login .large-eleven-twelfths { width: 91.666%; } } .login [class*=" icon-"]:before, .login [class^=icon-]:before { font-family: "Blip Icons"; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; font-size: 110%; } .login .icon-add:before { content: '\e800'; } .login .icon-upload:before { content: '\e80d'; } .login .icon-basal:before { content: '\e802'; } .login .icon-close:before { content: '\e803'; } .login .icon-location:before { content: '\e804'; } .login .icon-login:before { content: '\e805'; } .login .icon-login-alt:before { content: '\e806'; } .login .icon-back:before { content: '\e801'; } .login .icon-new:before { content: '\e808'; } .login .icon-next:before { content: '\e809'; } .login .icon-profile-alt:before { content: '\e80a'; } .login .icon-profile:before { content: '\e80b'; } .login .icon-settings:before { content: '\e80c'; } .login .icon-logout:before { content: '\e807'; } .login .navbar { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .login .navbar { margin-bottom: 40px; } } .login .navbar a { color: #989897; text-decoration: none; } .login .navbar a:focus, .login .navbar a:hover { color: #636363; text-decoration: none; } .login .navbar a:active { color: #cccccc; } .login .navbar-logo > img { width: 50px; height: 40px; } .login .navbar-user, .login .navbar-version { margin-top: 10px; margin-bottom: 10px; } .login .navbar .nav > li .nav-text, .login .navbar .nav > li > a { display: block; padding-left: 5px; padding-right: 5px; } .login .navbar .nav-left { margin-left: -5px; } .login .navbar .nav-right { margin-right: -5px; } .login .navbar-label { display: inline-block; padding-left: 5px; padding-right: 5px; font-size: 14px; line-height: 22px; color: #fff; background-color: #989897; } .login .navbar-label-link:focus > .navbar-label, .login .navbar-label-link:hover > .navbar-label { background-color: #636363; } .login .navbar-label-link:active > .navbar-label { background-color: #cccccc; } .login .navbar-label-arrow-right { display: inline-block; width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 10px solid #989897; margin-bottom: -6px; } .login .navbar-label-right { padding-left: 20px; } .login .navbar-label-link:focus > .navbar-label-arrow-right, .login .navbar-label-link:hover > .navbar-label-arrow-right { border-left-color: #636363; } .login .navbar-label-link:active > .navbar-label-arrow-right { border-left-color: #cccccc; } .login .nav > li > a.navbar-label-link { color: #fff; background: 0 0; padding: 9px 5px; } .login .nav > li > a.navbar-label-link:focus, .login .nav > li > a.navbar-label-link:hover { color: #fff; background: 0 0; } .login .navbar-user-name { font-weight: 700; } .login .navbar-patient { text-align: center; } .login .navbar-patient-name { display: inline-block; font-weight: 700; font-size: 20px; line-height: 30px; padding: 0 5px; } .login .navbar-patient-links a { display: inline-block; font-weight: 700; font-size: 14px; line-height: 20px; padding: 5px; } .login .notification { position: fixed; z-index: 1030; top: 10px; left: 0; right: 0; text-align: center; height: 0; } .login .notification-inner { display: inline-block; text-align: center; margin-left: 10px; margin-right: 10px; padding: 10px 20px; border: 2px solid #e6e6e5; background-color: #fff; border-radius: 4px; } .login .notification-inner a, .login .notification-inner a:focus, .login .notification-inner a:hover { color: #808184; text-decoration: underline; } .login .notification-success .notification-inner { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .login .notification-success .notification-inner a, .login .notification-success .notification-inner a:focus, .login .notification-success .notification-inner a:hover { color: #3c763d; } .login .notification-alert .notification-inner { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .login .notification-alert .notification-inner a, .login .notification-alert .notification-inner a:focus, .login .notification-alert .notification-inner a:hover { color: #8a6d3b; } .login .notification-error .notification-inner { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .login .notification-error .notification-inner a, .login .notification-error .notification-inner a:focus, .login .notification-error .notification-inner a:hover { color: #a94442; } .login .notification-close { display: inline-block; margin-left: 10px; } .login .input-group-error .input-group-control { border-color: #ff8b7c; } .login .input-group-error .input-group-message { color: #ff8b7c; } .login .simple-form-action-group { text-align: right; margin-top: 20px; } .login .simple-form-notification { margin-top: 10px; } .login .simple-form-notification-alert { color: #f0ad4e; } .login .simple-form-notification-error { color: #ff8b7c; } .login .simple-form-notification-success { color: #5cb85c; } .login .logout-overlay { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 1040; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .login .logout-overlay-fade-out { opacity: 0; } .login .logout-overlay-text { font-size: 20px; line-height: 1; position: absolute; top: 50%; margin-top: -10px; left: 0; width: 100%; text-align: center; z-index: 1050; } .login .login-nav { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .login .login-nav { margin-bottom: 40px; } } .login .login-nav a { font-weight: 700; color: #989897; text-decoration: none; } .login .login-nav a:focus, .login .login-nav a:hover { color: #636363; text-decoration: none; } .login .login-nav a:active { color: #cccccc; } .login .login-nav-tidepool-logo > img { width: 111px; height: 12px; } @media (min-width: 480px) { .login .login-nav-tidepool-logo > img { width: 185px; height: 20px; } } .login .login-logo { text-align: center; margin-bottom: 20px; } @media (min-width: 480px) { .login .login-logo { margin-bottom: 40px; } } .login .login-logo > img { width: 109.8px; height: 87px; } @media (min-width: 480px) { .login .login-logo > img { width: 183px; height: 145px; } } .login .people-list-item { margin-bottom: 10px; padding: 28px 8px; border: 2px solid #e6e6e5; } .login .people-list-item-empty { height: 80px; } .login .people-list-item-name { text-align: center; font-weight: 700; } .login .people-list-item-with-link { padding: 30px 10px; border: 0; } .login .people-list-item-link { background: #e6e6e5; padding: 30px 10px; margin: -30px -10px; } .login .no-touch .people-list-item-link:hover, .login .people-list-item-link:focus { border-color: #ccc; background-color: #cccccc; } .login .chart-daily, .login .chart-weekly { width: 100%; height: 590px; } .login .login-form { margin-bottom: 40px; } .login .login-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .login .login-form-box { padding-top: 40px; padding-bottom: 40px; } } .login .signup-form { margin-bottom: 40px; } .login .signup-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .login .signup-form-box { padding-top: 40px; padding-bottom: 40px; } } .login .profile-subnav-box { color: #fff; background-color: #989897; } .login .profile-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .profile-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .profile-subnav a:focus, .login .profile-subnav a:hover { color: #636363; text-decoration: none; } .login .profile-subnav a:active { color: #cccccc; } .login .profile-content { margin-bottom: 40px; } .login .profile-content-box { padding-top: 20px; padding-bottom: 40px; background-color: #ffffff; } @media (min-width: 520px) { .login .profile-form { margin-left: auto; margin-right: auto; width: 260px; } } .login .patients-box-outer { margin-bottom: 40px; } .login .patients-box-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; padding-left: 0; padding-right: 0; } @media (min-width: 1020px) { .login .patients-content { margin-left: auto; margin-right: auto; width: 800px; } } .login .patients-section { margin-bottom: 40px; } .login .patients-section-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .login .patients-empty-list { margin-top: 20px; text-align: center; } .login .patients-empty-list a { font-weight: 700; color: #989897; text-decoration: none; } .login .patients-empty-list a:focus, .login .patients-empty-list a:hover { color: #636363; text-decoration: none; } .login .patients-empty-list a:active { color: #cccccc; } .login .patients-empty-list-message { color: #989897; font-style: italic; } .login .patient-subnav-inner { color: #fff; background-color: #989897; } .login .patient-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .patient-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .patient-subnav a:focus, .login .patient-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-subnav a:active { color: #cccccc; } .login .patient-content-outer { margin-bottom: 40px; } .login .patient-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 1020px) { .login .patient-content { margin-left: auto; margin-right: auto; width: 480px; } } .login .patient-content-link { text-align: center; margin-bottom: 10px; } .login .patient-content-link a { font-weight: 700; color: #989897; text-decoration: none; } .login .patient-content-link a:focus, .login .patient-content-link a:hover { color: #636363; text-decoration: none; } .login .patient-content-link a:active { color: #cccccc; } .login .patient-content-link-help { font-size: 12px; line-height: 18px; font-style: italic; color: #989897; } .login .patient-attribute { margin-bottom: 20px; } .login .patient-attribute-empty .patient-attribute-value { min-height: 20px; } .login .patient-attribute-label { color: #ccc; font-size: 14px; } .login .patient-team { margin-top: 40px; margin-bottom: 40px; } .login .patient-team-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .login .patient-team-empty { color: #989897; font-style: italic; text-align: center; margin-top: 20px; } .login .patient-edit-subnav-inner { color: #fff; background-color: #989897; } .login .patient-edit-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .login .patient-edit-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .login .patient-edit-subnav a:focus, .login .patient-edit-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-edit-subnav a:active { color: #cccccc; } .login .patient-edit-content-outer { margin-bottom: 40px; } .login .patient-edit-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 520px) { .login .patient-edit-content { margin-left: auto; margin-right: auto; width: 260px; } } .login .patient-edit-name { font-size: 18px; font-weight: 700; margin-bottom: 20px; } .login .patient-edit-name-empty { min-height: 20px; } .login .patient-data { margin-bottom: 40px; } .login .patient-data-subnav-inner { color: #fff; background-color: #989897; padding-left: 0; padding-right: 0; } .login .patient-data-subnav-text { display: inline-block; padding: 10px; text-align: center; } .login .patient-data-subnav-text-dates { width: 230px; padding-left: 0; padding-right: 0; } .login .patient-data-subnav a { display: inline-block; padding: 10px; color: #fff; text-decoration: none; } .login .patient-data-subnav a:focus, .login .patient-data-subnav a:hover { color: #636363; text-decoration: none; } .login .patient-data-subnav a:active { color: #cccccc; } .login .patient-data-subnav a.patient-data-subnav-active { color: #ccc; background: #636363; } .login .patient-data-subnav-left { text-align: left; } .login .patient-data-subnav-center { text-align: center; } .login .patient-data-subnav-right { text-align: right; } .login .patient-data-content-inner { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } .login .patient-data-content { min-height: 500px; } .login .patient-data-message { text-align: center; font-style: italic; padding: 30px 10px; margin-top: 80px; } @media (min-width: 1020px) { .login .patient-data-message { margin-left: auto; margin-right: auto; width: 480px; } } .login .patient-data-message p { margin-top: 20px; margin-bottom: 20px; } .login .patient-data-message-loading { background: #e6e6e5; } .login .patient-data-message-no-data { color: #989897; } .login .patient-data-footer-inner { color: #808184; background-color: #ccc; padding-left: 0; padding-right: 0; min-height: 40px; } .login .patient-data-footer a { display: inline-block; padding: 10px; color: #808184; text-decoration: none; } .login .patient-data-footer a:focus, .login .patient-data-footer a:hover { color: #636363; text-decoration: none; } .login .patient-data-footer a:active { color: #989897; } .login .patient-data-footer-left { text-align: left; } .login .patient-data-footer-right { text-align: right; } .careteam, .main { display: none; } .careteam svg, .main svg { display: block; margin: 0 auto; } .careteam svg.hidden, .main svg.hidden { display: none; } .careteam .d3-axis, .main .d3-axis { shape-rendering: crispEdges; } .careteam .d3-axis path, .main .d3-axis path { stroke: #ffffff; } .careteam .d3-axis line, .main .d3-axis line { stroke: #b9c8d0; } .careteam .d3-axis text, .main .d3-axis text { font-size: 14px; fill: #989897; } .careteam .d3-axis.d3-y text, .main .d3-axis.d3-y text { fill: gray; text-transform: lowercase; } .careteam .d3-axis.d3-day-axis text, .main .d3-axis.d3-day-axis text { font-size: 13px; } .careteam .d3-axis.d3-day-axis line, .main .d3-axis.d3-day-axis line, .careteam .d3-axis.d3-day-axis text.d3-weekend, .main .d3-axis.d3-day-axis text.d3-weekend { fill: #bac9d1; } .careteam .scroll line, .main .scroll line { stroke: #989897; stroke-width: 1; shape-rendering: crispEdges; } .careteam .d3-pool-label, .main .d3-pool-label { text-transform: uppercase; font-weight: 700; font-size: 16px; fill: gray; baseline-shift: 30%; } .careteam .d3-pool-legend, .main .d3-pool-legend { font-size: 14px; fill: #cccccc; } .careteam .d3-rect-fill.d3-fill-darkest, .main .d3-rect-fill.d3-fill-darkest { fill: #dce4e7; } .careteam .d3-rect-fill.d3-fill-dark, .main .d3-rect-fill.d3-fill-dark { fill: #e3eaed; } .careteam .d3-rect-fill.d3-fill-light, .main .d3-rect-fill.d3-fill-light { fill: #f2f4f6; } .careteam .d3-rect-fill.d3-fill-lighter, .main .d3-rect-fill.d3-fill-lighter { fill: #e9eff1; } .careteam .d3-rect-fill.d3-fill-lightest, .main .d3-rect-fill.d3-fill-lightest { fill: #f8f9fa; } .careteam .d3-rect-message, .main .d3-rect-message { fill: #fff; opacity: 0.5; } .careteam .d3-rect-message.hidden, .main .d3-rect-message.hidden { display: none; } .careteam .d3-rect-carbs, .main .d3-rect-carbs { fill: #ffd382; } .careteam .d3-bolus.d3-rect-bolus, .main .d3-bolus.d3-rect-bolus { fill: #79d0f2; } .careteam .d3-bolus.d3-path-bolus, .main .d3-bolus.d3-path-bolus { stroke: #79d0f2; fill: none; } .careteam .d3-bolus.d3-path-extended, .main .d3-bolus.d3-path-extended { stroke: #79d0f2; } .careteam .d3-bolus.d3-path-extended-triangle, .main .d3-bolus.d3-path-extended-triangle { stroke: #79d0f2; fill: #79d0f2; } .careteam .d3-bolus.d3-rect-recommended, .main .d3-bolus.d3-rect-recommended { fill: #bcecfa; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-low, .main .d3-cbg.d3-circle-cbg.d3-bg-low { fill: #ff8b7c; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-target, .main .d3-cbg.d3-circle-cbg.d3-bg-target { fill: #9ad859; } .careteam .d3-cbg.d3-circle-cbg.d3-bg-high, .main .d3-cbg.d3-circle-cbg.d3-bg-high { fill: #bb9ae7; } .careteam .d3-smbg-numbers.d3-rect-smbg, .main .d3-smbg-numbers.d3-rect-smbg { pointer-events: none; fill: #f8f9fa; opacity: 0.5; } .careteam .d3-smbg-numbers.d3-text-smbg, .main .d3-smbg-numbers.d3-text-smbg { pointer-events: none; fill: gray; font-size: 14px; font-weight: 700; text-anchor: middle; dominant-baseline: central; } .careteam .d3-basal.d3-rect-basal, .main .d3-basal.d3-rect-basal { fill: #029eb3; } .careteam .d3-basal.d3-basal-invisible, .main .d3-basal.d3-basal-invisible { fill: #029eb3; opacity: 0; } .careteam .d3-basal.d3-path-basal, .main .d3-basal.d3-path-basal { fill: none; stroke: #029eb3; stroke-width: 1.5; } .careteam .d3-basal.d3-path-basal.d3-path-basal-undelivered, .main .d3-basal.d3-path-basal.d3-path-basal-undelivered { stroke-dasharray: 1.5,3; stroke-linecap: round; } .careteam .d3-tooltip, .main .d3-tooltip { pointer-events: none; } .careteam .d3-tooltip text.d3-tooltip-text, .main .d3-tooltip text.d3-tooltip-text { fill: #989897; font-size: 11px; text-anchor: middle; dominant-baseline: central; } .careteam .d3-tooltip text.d3-tooltip-text.d3-basal, .main .d3-tooltip text.d3-tooltip-text.d3-basal, .careteam .d3-tooltip text.d3-tooltip-text.d3-bolus, .main .d3-tooltip text.d3-tooltip-text.d3-bolus, .careteam .d3-tooltip text.d3-tooltip-text.d3-carbs, .main .d3-tooltip text.d3-tooltip-text.d3-carbs, .careteam .d3-tooltip text.d3-tooltip-text.d3-smbg, .main .d3-tooltip text.d3-tooltip-text.d3-smbg { font-size: 14px; font-weight: 700; } .careteam .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp, .main .d3-tooltip text.d3-tooltip-text.d3-tooltip-timestamp { text-transform: lowercase; } .careteam .d3-tooltip text.d3-tooltip-text tspan, .main .d3-tooltip text.d3-tooltip-text tspan { font-weight: 400; dominant-baseline: central; } .careteam .d3-tooltip text.d3-tooltip-text tspan.d3-bolus, .main .d3-tooltip text.d3-tooltip-text tspan.d3-bolus { font-size: 11px; } .careteam .d3-tooltip .d3-tooltip-rect, .main .d3-tooltip .d3-tooltip-rect { fill: #f8f9fa; opacity: 0.5; } .careteam .d3-stats text, .main .d3-stats text { text-anchor: start; } .careteam .d3-stats text.d3-stats-head, .main .d3-stats text.d3-stats-head { dominant-baseline: hanging; font-size: 16px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; fill: #4e4e4f; } .careteam .d3-stats text.d3-stats-lead, .main .d3-stats text.d3-stats-lead { font-size: 14px; fill: #676767; } .careteam .d3-stats text tspan, .main .d3-stats text tspan { dominant-baseline: hanging; font-size: 24px; font-weight: 700; } .careteam .d3-stats text tspan.d3-stats-high, .main .d3-stats text tspan.d3-stats-high { fill: #bb9ae7; } .careteam .d3-stats text tspan.d3-stats-target, .main .d3-stats text tspan.d3-stats-target { fill: #9ad859; } .careteam .d3-stats text tspan.d3-stats-low, .main .d3-stats text tspan.d3-stats-low { fill: #ff8b7c; } .careteam .d3-stats text tspan.d3-stats-percentage, .main .d3-stats text tspan.d3-stats-percentage { fill: #808184; } .careteam .d3-stats text tspan.d3-stats-basal, .main .d3-stats text tspan.d3-stats-basal { fill: #029eb3; } .careteam .d3-stats text tspan.d3-stats-bolus, .main .d3-stats text tspan.d3-stats-bolus { fill: #79d0f2; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-basal { fill: #029eb3; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bolus { fill: #79d0f2; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-low { fill: #ff8b7c; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-target { fill: #9ad859; } .careteam .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high, .main .d3-stats .d3-stats-pie path.d3-stats-slice.d3-bg-high { fill: #bb9ae7; } .careteam .d3-stats .d3-stats-rect.rect-left, .main .d3-stats .d3-stats-rect.rect-left { fill: #e3eaed; } .careteam .d3-stats .d3-stats-rect.rect-right, .main .d3-stats .d3-stats-rect.rect-right { fill: #dce4e7; } .careteam .d3-stats .d3-stats-rect-line, .main .d3-stats .d3-stats-rect-line { stroke: #fff; stroke-width: 2px; stroke-dasharray: 3, 5; } .careteam .d3-stats .d3-stats-image.hidden, .main .d3-stats .d3-stats-image.hidden { display: none; } .careteam .d3-stats.d3-insufficient-data circle, .main .d3-stats.d3-insufficient-data circle { fill: none; stroke-width: 3; stroke-dasharray: 8,5; stroke: #cccccc; } .careteam .d3-stats.d3-insufficient-data text, .main .d3-stats.d3-insufficient-data text, .careteam .d3-stats.d3-insufficient-data tspan, .main .d3-stats.d3-insufficient-data tspan { fill: #cccccc !important; } .careteam .clearfix:after, .main .clearfix:after, .careteam .clearfix:before, .main .clearfix:before, .careteam .nav-wrapper:after, .main .nav-wrapper:after, .careteam .nav-wrapper:before, .main .nav-wrapper:before, .careteam .nav:after, .main .nav:after, .careteam .nav:before, .main .nav:before { content: " "; display: table; } .careteam .clearfix:after, .main .clearfix:after, .careteam .nav-wrapper:after, .main .nav-wrapper:after, .careteam .nav:after, .main .nav:after { clear: both; } @font-face { font-family: 'Blip Icons'; src: url(fonts/blip-icons.eot?61753278); src: url(fonts/blip-icons.eot?61753278#iefix) format('embedded-opentype'), url(fonts/blip-icons.woff?61753278) format('woff'), url(fonts/blip-icons.ttf?61753278) format('truetype'), url(fonts/blip-icons.svg?61753278#fontello) format('svg'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans'), local('OpenSans'), url(fonts/opensans.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/opensans-bold.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 400; src: local('Open Sans Italic'), local('OpenSans-Italic'), url(fonts/opensans-italic.woff?v7) format('woff'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 700; src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(fonts/opensans-bolditalic.woff?v7) format('woff'); } .careteam article, .main article, .careteam aside, .main aside, .careteam details, .main details, .careteam figcaption, .main figcaption, .careteam figure, .main figure, .careteam footer, .main footer, .careteam header, .main header, .careteam hgroup, .main hgroup, .careteam main, .main main, .careteam nav, .main nav, .careteam section, .main section, .careteam summary, .main summary { display: block; } .careteam audio, .main audio, .careteam canvas, .main canvas, .careteam video, .main video { display: inline-block; } .careteam audio:not([controls]), .main audio:not([controls]) { display: none; height: 0; } .careteam [hidden], .main [hidden], .careteam template, .main template { display: none; } .careteam html, .main html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } .careteam body, .main body { margin: 0; } .careteam a, .main a { background: 0 0; } .careteam a:focus, .main a:focus { outline: thin dotted; } .careteam a:active, .main a:active, .careteam a:hover, .main a:hover { outline: 0; } .careteam h1, .main h1 { font-size: 2em; margin: 0.67em 0; } .careteam abbr[title], .main abbr[title] { border-bottom: 1px dotted; } .careteam b, .main b, .careteam strong, .main strong { font-weight: 700; } .careteam dfn, .main dfn { font-style: italic; } .careteam hr, .main hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } .careteam mark, .main mark { background: #ff0; color: #000000; } .careteam code, .main code, .careteam kbd, .main kbd, .careteam pre, .main pre, .careteam samp, .main samp { font-family: monospace,serif; font-size: 1em; } .careteam pre, .main pre { white-space: pre-wrap; } .careteam q, .main q { quotes: "\201C" "\201D" "\2018" "\2019"; } .careteam small, .main small { font-size: 80%; } .careteam sub, .main sub, .careteam sup, .main sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .careteam sup, .main sup { top: -0.5em; } .careteam sub, .main sub { bottom: -0.25em; } .careteam img, .main img { border: 0; } .careteam svg:not(:root), .main svg:not(:root) { overflow: hidden; } .careteam figure, .main figure { margin: 0; } .careteam fieldset, .main fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } .careteam legend, .main legend { border: 0; padding: 0; } .careteam button, .main button, .careteam input, .main input, .careteam select, .main select, .careteam textarea, .main textarea { margin: 0; } .careteam button, .main button, .careteam select, .main select { text-transform: none; } .careteam button, .main button, .careteam html input[type=button], .main html input[type=button], .careteam input[type=reset], .main input[type=reset], .careteam input[type=submit], .main input[type=submit] { -webkit-appearance: button; cursor: pointer; } .careteam button[disabled], .main button[disabled], .careteam html input[disabled], .main html input[disabled] { cursor: default; } .careteam input[type=checkbox], .main input[type=checkbox], .careteam input[type=radio], .main input[type=radio] { box-sizing: border-box; padding: 0; } .careteam input[type=search], .main input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .careteam input[type=search]::-webkit-search-cancel-button, .main input[type=search]::-webkit-search-cancel-button, .careteam input[type=search]::-webkit-search-decoration, .main input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } .careteam button::-moz-focus-inner, .main button::-moz-focus-inner, .careteam input::-moz-focus-inner, .main input::-moz-focus-inner { border: 0; padding: 0; } .careteam textarea, .main textarea { overflow: auto; vertical-align: top; } .careteam table, .main table { border-collapse: collapse; border-spacing: 0; } .careteam .container-box-outer, .main .container-box-outer, .careteam .container-nav-outer, .main .container-nav-outer { margin-right: auto; margin-left: auto; } @media (min-width: 1020px) { .careteam .container-box-outer, .main .container-box-outer, .careteam .container-nav-outer, .main .container-nav-outer { width: 1020px; padding-left: 20px; padding-right: 20px; } } .careteam .container-box-inner, .main .container-box-inner, .careteam .container-nav-inner, .main .container-nav-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 1020px) { .careteam .container-nav-inner, .main .container-nav-inner { padding-left: 0; padding-right: 0; } } .careteam .container-small-outer, .main .container-small-outer { margin-right: auto; margin-left: auto; } @media (min-width: 520px) { .careteam .container-small-outer, .main .container-small-outer { width: 520px; padding-left: 40px; padding-right: 40px; } } .careteam .container-small-inner, .main .container-small-inner { padding-left: 10px; padding-right: 10px; } @media (min-width: 520px) { .careteam .container-small-inner, .main .container-small-inner { width: 440px; padding-left: 90px; padding-right: 90px; } } .careteam *, .main *, .careteam :after, .main :after, .careteam :before, .main :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .careteam html, .main html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .careteam body, .main body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; color: #808184; background-color: #f7f7f8; } .careteam button, .main button, .careteam input, .main input, .careteam select, .main select, .careteam textarea, .main textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .careteam a, .main a { color: #79d0f2; text-decoration: none; } .careteam a:focus, .main a:focus, .careteam a:hover, .main a:hover { color: #33b8eb; text-decoration: underline; } .careteam img, .main img { vertical-align: middle; } .careteam .form-label, .main .form-label, .careteam label, .main label { display: block; } .careteam .form-help-block, .main .form-help-block { margin-top: 5px; } .careteam .form-control, .main .form-control { display: block; width: 100%; font-size: 16px; height: 40px; line-height: 20px; vertical-align: middle; padding: 8px 5px; border: 2px solid #e6e6e5; border-radius: 0; color: #000; -webkit-appearance: none; } .careteam .form-control:hover, .main .form-control:hover { border-color: #c1c1be; } .careteam .form-control:focus, .main .form-control:focus { outline: 0; border-color: #0b9eb3; } .careteam textarea.form-control, .main textarea.form-control { height: auto; } .careteam input[type=date], .main input[type=date] { line-height: 40px; padding-top: 0; padding-bottom: 0; } .careteam .form-group, .main .form-group { margin-bottom: 10px; } .careteam .btn, .main .btn { display: inline-block; margin: 0; text-align: center; vertical-align: middle; cursor: pointer; white-space: nowrap; background-image: none; border: 0; border-radius: 0; font-size: inherit; line-height: 30px; padding: 0 20px; font-weight: 700; } .careteam .btn:focus, .main .btn:focus, .careteam .btn:hover, .main .btn:hover { outline: 0; text-decoration: none; } .careteam .btn.active, .main .btn.active, .careteam .btn:active, .main .btn:active { outline: 0; background-image: none; } .careteam .btn.disabled, .main .btn.disabled, .careteam .btn[disabled], .main .btn[disabled], .careteam fieldset[disabled] .btn, .main fieldset[disabled] .btn { cursor: not-allowed; pointer-events: none; opacity: 0.65; } .careteam .btn-primary, .main .btn-primary { background-color: #0b9eb3; color: #ffffff; } .careteam .btn-primary:focus, .main .btn-primary:focus, .careteam .no-touch .btn-primary:hover, .main .no-touch .btn-primary:hover { background-color: #155e63; } .careteam .nav, .main .nav { margin: 0; padding: 0; list-style: none; } .careteam .nav > li, .main .nav > li { display: block; float: left; } .careteam .nav > li .nav-text, .main .nav > li .nav-text, .careteam .nav > li > a, .main .nav > li > a { display: block; padding: 10px; } .careteam .nav-left, .main .nav-left { float: left; margin-left: -10px; } .careteam .nav-right, .main .nav-right { float: right; margin-right: -10px; } .careteam .list-group, .main .list-group { margin: 0; padding: 0; list-style: none; } .careteam .list-group-item, .main .list-group-item, .careteam .list-group-item-link, .main .list-group-item-link { display: block; } .careteam .list-group-item-link, .main .list-group-item-link, .careteam .list-group-item-link:focus, .main .list-group-item-link:focus, .careteam .list-group-item-link:hover, .main .list-group-item-link:hover { color: #808184; text-decoration: none; } .careteam .grid, .main .grid { margin: 0; padding: 0; list-style: none; margin-left: 0; } .careteam .grid-item, .main .grid-item { display: inline-block; width: 100%; vertical-align: top; padding-left: 0; } .careteam .one-whole, .main .one-whole { width: 100%; } .careteam .five-tenths, .main .five-tenths, .careteam .four-eighths, .main .four-eighths, .careteam .one-half, .main .one-half, .careteam .six-twelfths, .main .six-twelfths, .careteam .three-sixths, .main .three-sixths, .careteam .two-quarters, .main .two-quarters { width: 50%; } .careteam .four-twelfths, .main .four-twelfths, .careteam .one-third, .main .one-third, .careteam .two-sixths, .main .two-sixths { width: 33.333%; } .careteam .eight-twelfths, .main .eight-twelfths, .careteam .four-sixths, .main .four-sixths, .careteam .two-thirds, .main .two-thirds { width: 66.666%; } .careteam .one-quarter, .main .one-quarter, .careteam .three-twelfths, .main .three-twelfths, .careteam .two-eighths, .main .two-eighths { width: 25%; } .careteam .nine-twelfths, .main .nine-twelfths, .careteam .six-eighths, .main .six-eighths, .careteam .three-quarters, .main .three-quarters { width: 75%; } .careteam .one-fifth, .main .one-fifth, .careteam .two-tenths, .main .two-tenths { width: 20%; } .careteam .four-tenths, .main .four-tenths, .careteam .two-fifths, .main .two-fifths { width: 40%; } .careteam .six-tenths, .main .six-tenths, .careteam .three-fifths, .main .three-fifths { width: 60%; } .careteam .eight-tenths, .main .eight-tenths, .careteam .four-fifths, .main .four-fifths { width: 80%; } .careteam .one-sixth, .main .one-sixth, .careteam .two-twelfths, .main .two-twelfths { width: 16.666%; } .careteam .five-sixths, .main .five-sixths, .careteam .ten-twelfths, .main .ten-twelfths { width: 83.333%; } .careteam .one-eighth, .main .one-eighth { width: 12.5%; } .careteam .three-eighths, .main .three-eighths { width: 37.5%; } .careteam .five-eighths, .main .five-eighths { width: 62.5%; } .careteam .seven-eighths, .main .seven-eighths { width: 87.5%; } .careteam .one-tenth, .main .one-tenth { width: 10%; } .careteam .three-tenths, .main .three-tenths { width: 30%; } .careteam .seven-tenths, .main .seven-tenths { width: 70%; } .careteam .nine-tenths, .main .nine-tenths { width: 90%; } .careteam .one-twelfth, .main .one-twelfth { width: 8.333%; } .careteam .five-twelfths, .main .five-twelfths { width: 41.666%; } .careteam .seven-twelfths, .main .seven-twelfths { width: 58.333%; } .careteam .eleven-twelfths, .main .eleven-twelfths { width: 91.666%; } @media (min-width: 480px) { .careteam .medium-one-whole, .main .medium-one-whole { width: 100%; } .careteam .medium-five-tenths, .main .medium-five-tenths, .careteam .medium-four-eighths, .main .medium-four-eighths, .careteam .medium-one-half, .main .medium-one-half, .careteam .medium-six-twelfths, .main .medium-six-twelfths, .careteam .medium-three-sixths, .main .medium-three-sixths, .careteam .medium-two-quarters, .main .medium-two-quarters { width: 50%; } .careteam .medium-four-twelfths, .main .medium-four-twelfths, .careteam .medium-one-third, .main .medium-one-third, .careteam .medium-two-sixths, .main .medium-two-sixths { width: 33.333%; } .careteam .medium-eight-twelfths, .main .medium-eight-twelfths, .careteam .medium-four-sixths, .main .medium-four-sixths, .careteam .medium-two-thirds, .main .medium-two-thirds { width: 66.666%; } .careteam .medium-one-quarter, .main .medium-one-quarter, .careteam .medium-three-twelfths, .main .medium-three-twelfths, .careteam .medium-two-eighths, .main .medium-two-eighths { width: 25%; } .careteam .medium-nine-twelfths, .main .medium-nine-twelfths, .careteam .medium-six-eighths, .main .medium-six-eighths, .careteam .medium-three-quarters, .main .medium-three-quarters { width: 75%; } .careteam .medium-one-fifth, .main .medium-one-fifth, .careteam .medium-two-tenths, .main .medium-two-tenths { width: 20%; } .careteam .medium-four-tenths, .main .medium-four-tenths, .careteam .medium-two-fifths, .main .medium-two-fifths { width: 40%; } .careteam .medium-six-tenths, .main .medium-six-tenths, .careteam .medium-three-fifths, .main .medium-three-fifths { width: 60%; } .careteam .medium-eight-tenths, .main .medium-eight-tenths, .careteam .medium-four-fifths, .main .medium-four-fifths { width: 80%; } .careteam .medium-one-sixth, .main .medium-one-sixth, .careteam .medium-two-twelfths, .main .medium-two-twelfths { width: 16.666%; } .careteam .medium-five-sixths, .main .medium-five-sixths, .careteam .medium-ten-twelfths, .main .medium-ten-twelfths { width: 83.333%; } .careteam .medium-one-eighth, .main .medium-one-eighth { width: 12.5%; } .careteam .medium-three-eighths, .main .medium-three-eighths { width: 37.5%; } .careteam .medium-five-eighths, .main .medium-five-eighths { width: 62.5%; } .careteam .medium-seven-eighths, .main .medium-seven-eighths { width: 87.5%; } .careteam .medium-one-tenth, .main .medium-one-tenth { width: 10%; } .careteam .medium-three-tenths, .main .medium-three-tenths { width: 30%; } .careteam .medium-seven-tenths, .main .medium-seven-tenths { width: 70%; } .careteam .medium-nine-tenths, .main .medium-nine-tenths { width: 90%; } .careteam .medium-one-twelfth, .main .medium-one-twelfth { width: 8.333%; } .careteam .medium-five-twelfths, .main .medium-five-twelfths { width: 41.666%; } .careteam .medium-seven-twelfths, .main .medium-seven-twelfths { width: 58.333%; } .careteam .medium-eleven-twelfths, .main .medium-eleven-twelfths { width: 91.666%; } } @media (min-width: 1020px) { .careteam .large-one-whole, .main .large-one-whole { width: 100%; } .careteam .large-five-tenths, .main .large-five-tenths, .careteam .large-four-eighths, .main .large-four-eighths, .careteam .large-one-half, .main .large-one-half, .careteam .large-six-twelfths, .main .large-six-twelfths, .careteam .large-three-sixths, .main .large-three-sixths, .careteam .large-two-quarters, .main .large-two-quarters { width: 50%; } .careteam .large-four-twelfths, .main .large-four-twelfths, .careteam .large-one-third, .main .large-one-third, .careteam .large-two-sixths, .main .large-two-sixths { width: 33.333%; } .careteam .large-eight-twelfths, .main .large-eight-twelfths, .careteam .large-four-sixths, .main .large-four-sixths, .careteam .large-two-thirds, .main .large-two-thirds { width: 66.666%; } .careteam .large-one-quarter, .main .large-one-quarter, .careteam .large-three-twelfths, .main .large-three-twelfths, .careteam .large-two-eighths, .main .large-two-eighths { width: 25%; } .careteam .large-nine-twelfths, .main .large-nine-twelfths, .careteam .large-six-eighths, .main .large-six-eighths, .careteam .large-three-quarters, .main .large-three-quarters { width: 75%; } .careteam .large-one-fifth, .main .large-one-fifth, .careteam .large-two-tenths, .main .large-two-tenths { width: 20%; } .careteam .large-four-tenths, .main .large-four-tenths, .careteam .large-two-fifths, .main .large-two-fifths { width: 40%; } .careteam .large-six-tenths, .main .large-six-tenths, .careteam .large-three-fifths, .main .large-three-fifths { width: 60%; } .careteam .large-eight-tenths, .main .large-eight-tenths, .careteam .large-four-fifths, .main .large-four-fifths { width: 80%; } .careteam .large-one-sixth, .main .large-one-sixth, .careteam .large-two-twelfths, .main .large-two-twelfths { width: 16.666%; } .careteam .large-five-sixths, .main .large-five-sixths, .careteam .large-ten-twelfths, .main .large-ten-twelfths { width: 83.333%; } .careteam .large-one-eighth, .main .large-one-eighth { width: 12.5%; } .careteam .large-three-eighths, .main .large-three-eighths { width: 37.5%; } .careteam .large-five-eighths, .main .large-five-eighths { width: 62.5%; } .careteam .large-seven-eighths, .main .large-seven-eighths { width: 87.5%; } .careteam .large-one-tenth, .main .large-one-tenth { width: 10%; } .careteam .large-three-tenths, .main .large-three-tenths { width: 30%; } .careteam .large-seven-tenths, .main .large-seven-tenths { width: 70%; } .careteam .large-nine-tenths, .main .large-nine-tenths { width: 90%; } .careteam .large-one-twelfth, .main .large-one-twelfth { width: 8.333%; } .careteam .large-five-twelfths, .main .large-five-twelfths { width: 41.666%; } .careteam .large-seven-twelfths, .main .large-seven-twelfths { width: 58.333%; } .careteam .large-eleven-twelfths, .main .large-eleven-twelfths { width: 91.666%; } } .careteam [class*=" icon-"]:before, .main [class*=" icon-"]:before, .careteam [class^=icon-]:before, .main [class^=icon-]:before { font-family: "Blip Icons"; font-style: normal; font-weight: 400; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; font-size: 110%; } .careteam .icon-add:before, .main .icon-add:before { content: '\e800'; } .careteam .icon-upload:before, .main .icon-upload:before { content: '\e80d'; } .careteam .icon-basal:before, .main .icon-basal:before { content: '\e802'; } .careteam .icon-close:before, .main .icon-close:before { content: '\e803'; } .careteam .icon-location:before, .main .icon-location:before { content: '\e804'; } .careteam .icon-login:before, .main .icon-login:before { content: '\e805'; } .careteam .icon-login-alt:before, .main .icon-login-alt:before { content: '\e806'; } .careteam .icon-back:before, .main .icon-back:before { content: '\e801'; } .careteam .icon-new:before, .main .icon-new:before { content: '\e808'; } .careteam .icon-next:before, .main .icon-next:before { content: '\e809'; } .careteam .icon-profile-alt:before, .main .icon-profile-alt:before { content: '\e80a'; } .careteam .icon-profile:before, .main .icon-profile:before { content: '\e80b'; } .careteam .icon-settings:before, .main .icon-settings:before { content: '\e80c'; } .careteam .icon-logout:before, .main .icon-logout:before { content: '\e807'; } .careteam .navbar, .main .navbar { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .navbar, .main .navbar { margin-bottom: 40px; } } .careteam .navbar a, .main .navbar a { color: #989897; text-decoration: none; } .careteam .navbar a:focus, .main .navbar a:focus, .careteam .navbar a:hover, .main .navbar a:hover { color: #636363; text-decoration: none; } .careteam .navbar a:active, .main .navbar a:active { color: #cccccc; } .careteam .navbar-logo > img, .main .navbar-logo > img { width: 50px; height: 40px; } .careteam .navbar-user, .main .navbar-user, .careteam .navbar-version, .main .navbar-version { margin-top: 10px; margin-bottom: 10px; } .careteam .navbar .nav > li .nav-text, .main .navbar .nav > li .nav-text, .careteam .navbar .nav > li > a, .main .navbar .nav > li > a { display: block; padding-left: 5px; padding-right: 5px; } .careteam .navbar .nav-left, .main .navbar .nav-left { margin-left: -5px; } .careteam .navbar .nav-right, .main .navbar .nav-right { margin-right: -5px; } .careteam .navbar-label, .main .navbar-label { display: inline-block; padding-left: 5px; padding-right: 5px; font-size: 14px; line-height: 22px; color: #fff; background-color: #989897; } .careteam .navbar-label-link:focus > .navbar-label, .main .navbar-label-link:focus > .navbar-label, .careteam .navbar-label-link:hover > .navbar-label, .main .navbar-label-link:hover > .navbar-label { background-color: #636363; } .careteam .navbar-label-link:active > .navbar-label, .main .navbar-label-link:active > .navbar-label { background-color: #cccccc; } .careteam .navbar-label-arrow-right, .main .navbar-label-arrow-right { display: inline-block; width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 10px solid #989897; margin-bottom: -6px; } .careteam .navbar-label-right, .main .navbar-label-right { padding-left: 20px; } .careteam .navbar-label-link:focus > .navbar-label-arrow-right, .main .navbar-label-link:focus > .navbar-label-arrow-right, .careteam .navbar-label-link:hover > .navbar-label-arrow-right, .main .navbar-label-link:hover > .navbar-label-arrow-right { border-left-color: #636363; } .careteam .navbar-label-link:active > .navbar-label-arrow-right, .main .navbar-label-link:active > .navbar-label-arrow-right { border-left-color: #cccccc; } .careteam .nav > li > a.navbar-label-link, .main .nav > li > a.navbar-label-link { color: #fff; background: 0 0; padding: 9px 5px; } .careteam .nav > li > a.navbar-label-link:focus, .main .nav > li > a.navbar-label-link:focus, .careteam .nav > li > a.navbar-label-link:hover, .main .nav > li > a.navbar-label-link:hover { color: #fff; background: 0 0; } .careteam .navbar-user-name, .main .navbar-user-name { font-weight: 700; } .careteam .navbar-patient, .main .navbar-patient { text-align: center; } .careteam .navbar-patient-name, .main .navbar-patient-name { display: inline-block; font-weight: 700; font-size: 20px; line-height: 30px; padding: 0 5px; } .careteam .navbar-patient-links a, .main .navbar-patient-links a { display: inline-block; font-weight: 700; font-size: 14px; line-height: 20px; padding: 5px; } .careteam .notification, .main .notification { position: fixed; z-index: 1030; top: 10px; left: 0; right: 0; text-align: center; height: 0; } .careteam .notification-inner, .main .notification-inner { display: inline-block; text-align: center; margin-left: 10px; margin-right: 10px; padding: 10px 20px; border: 2px solid #e6e6e5; background-color: #fff; border-radius: 4px; } .careteam .notification-inner a, .main .notification-inner a, .careteam .notification-inner a:focus, .main .notification-inner a:focus, .careteam .notification-inner a:hover, .main .notification-inner a:hover { color: #808184; text-decoration: underline; } .careteam .notification-success .notification-inner, .main .notification-success .notification-inner { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .careteam .notification-success .notification-inner a, .main .notification-success .notification-inner a, .careteam .notification-success .notification-inner a:focus, .main .notification-success .notification-inner a:focus, .careteam .notification-success .notification-inner a:hover, .main .notification-success .notification-inner a:hover { color: #3c763d; } .careteam .notification-alert .notification-inner, .main .notification-alert .notification-inner { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .careteam .notification-alert .notification-inner a, .main .notification-alert .notification-inner a, .careteam .notification-alert .notification-inner a:focus, .main .notification-alert .notification-inner a:focus, .careteam .notification-alert .notification-inner a:hover, .main .notification-alert .notification-inner a:hover { color: #8a6d3b; } .careteam .notification-error .notification-inner, .main .notification-error .notification-inner { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .careteam .notification-error .notification-inner a, .main .notification-error .notification-inner a, .careteam .notification-error .notification-inner a:focus, .main .notification-error .notification-inner a:focus, .careteam .notification-error .notification-inner a:hover, .main .notification-error .notification-inner a:hover { color: #a94442; } .careteam .notification-close, .main .notification-close { display: inline-block; margin-left: 10px; } .careteam .input-group-error .input-group-control, .main .input-group-error .input-group-control { border-color: #ff8b7c; } .careteam .input-group-error .input-group-message, .main .input-group-error .input-group-message { color: #ff8b7c; } .careteam .simple-form-action-group, .main .simple-form-action-group { text-align: right; margin-top: 20px; } .careteam .simple-form-notification, .main .simple-form-notification { margin-top: 10px; } .careteam .simple-form-notification-alert, .main .simple-form-notification-alert { color: #f0ad4e; } .careteam .simple-form-notification-error, .main .simple-form-notification-error { color: #ff8b7c; } .careteam .simple-form-notification-success, .main .simple-form-notification-success { color: #5cb85c; } .careteam .logout-overlay, .main .logout-overlay { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: #fff; z-index: 1040; opacity: 1; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .2s; transition-duration: .2s; -webkit-transition-timing-function: linear; transition-timing-function: linear; } .careteam .logout-overlay-fade-out, .main .logout-overlay-fade-out { opacity: 0; } .careteam .logout-overlay-text, .main .logout-overlay-text { font-size: 20px; line-height: 1; position: absolute; top: 50%; margin-top: -10px; left: 0; width: 100%; text-align: center; z-index: 1050; } .careteam .login-nav, .main .login-nav { margin-top: 20px; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .login-nav, .main .login-nav { margin-bottom: 40px; } } .careteam .login-nav a, .main .login-nav a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .login-nav a:focus, .main .login-nav a:focus, .careteam .login-nav a:hover, .main .login-nav a:hover { color: #636363; text-decoration: none; } .careteam .login-nav a:active, .main .login-nav a:active { color: #cccccc; } .careteam .login-nav-tidepool-logo > img, .main .login-nav-tidepool-logo > img { width: 111px; height: 12px; } @media (min-width: 480px) { .careteam .login-nav-tidepool-logo > img, .main .login-nav-tidepool-logo > img { width: 185px; height: 20px; } } .careteam .login-logo, .main .login-logo { text-align: center; margin-bottom: 20px; } @media (min-width: 480px) { .careteam .login-logo, .main .login-logo { margin-bottom: 40px; } } .careteam .login-logo > img, .main .login-logo > img { width: 109.8px; height: 87px; } @media (min-width: 480px) { .careteam .login-logo > img, .main .login-logo > img { width: 183px; height: 145px; } } .careteam .people-list-item, .main .people-list-item { margin-bottom: 10px; padding: 28px 8px; border: 2px solid #e6e6e5; } .careteam .people-list-item-empty, .main .people-list-item-empty { height: 80px; } .careteam .people-list-item-name, .main .people-list-item-name { text-align: center; font-weight: 700; } .careteam .people-list-item-with-link, .main .people-list-item-with-link { padding: 30px 10px; border: 0; } .careteam .people-list-item-link, .main .people-list-item-link { background: #e6e6e5; padding: 30px 10px; margin: -30px -10px; } .careteam .no-touch .people-list-item-link:hover, .main .no-touch .people-list-item-link:hover, .careteam .people-list-item-link:focus, .main .people-list-item-link:focus { border-color: #ccc; background-color: #cccccc; } .careteam .chart-daily, .main .chart-daily, .careteam .chart-weekly, .main .chart-weekly { width: 100%; height: 590px; } .careteam .login-form, .main .login-form { margin-bottom: 40px; } .careteam .login-form-box, .main .login-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .careteam .login-form-box, .main .login-form-box { padding-top: 40px; padding-bottom: 40px; } } .careteam .signup-form, .main .signup-form { margin-bottom: 40px; } .careteam .signup-form-box, .main .signup-form-box { padding-top: 20px; padding-bottom: 20px; } @media (min-width: 480px) { .careteam .signup-form-box, .main .signup-form-box { padding-top: 40px; padding-bottom: 40px; } } .careteam .profile-subnav-box, .main .profile-subnav-box { color: #fff; background-color: #989897; } .careteam .profile-subnav-title, .main .profile-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .profile-subnav a, .main .profile-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .profile-subnav a:focus, .main .profile-subnav a:focus, .careteam .profile-subnav a:hover, .main .profile-subnav a:hover { color: #636363; text-decoration: none; } .careteam .profile-subnav a:active, .main .profile-subnav a:active { color: #cccccc; } .careteam .profile-content, .main .profile-content { margin-bottom: 40px; } .careteam .profile-content-box, .main .profile-content-box { padding-top: 20px; padding-bottom: 40px; background-color: #ffffff; } @media (min-width: 520px) { .careteam .profile-form, .main .profile-form { margin-left: auto; margin-right: auto; width: 260px; } } .careteam .patients-box-outer, .main .patients-box-outer { margin-bottom: 40px; } .careteam .patients-box-inner, .main .patients-box-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; padding-left: 0; padding-right: 0; } @media (min-width: 1020px) { .careteam .patients-content, .main .patients-content { margin-left: auto; margin-right: auto; width: 800px; } } .careteam .patients-section, .main .patients-section { margin-bottom: 40px; } .careteam .patients-section-title, .main .patients-section-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .careteam .patients-empty-list, .main .patients-empty-list { margin-top: 20px; text-align: center; } .careteam .patients-empty-list a, .main .patients-empty-list a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .patients-empty-list a:focus, .main .patients-empty-list a:focus, .careteam .patients-empty-list a:hover, .main .patients-empty-list a:hover { color: #636363; text-decoration: none; } .careteam .patients-empty-list a:active, .main .patients-empty-list a:active { color: #cccccc; } .careteam .patients-empty-list-message, .main .patients-empty-list-message { color: #989897; font-style: italic; } .careteam .patient-subnav-inner, .main .patient-subnav-inner { color: #fff; background-color: #989897; } .careteam .patient-subnav-title, .main .patient-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .patient-subnav a, .main .patient-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .patient-subnav a:focus, .main .patient-subnav a:focus, .careteam .patient-subnav a:hover, .main .patient-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-subnav a:active, .main .patient-subnav a:active { color: #cccccc; } .careteam .patient-content-outer, .main .patient-content-outer { margin-bottom: 40px; } .careteam .patient-content-inner, .main .patient-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 1020px) { .careteam .patient-content, .main .patient-content { margin-left: auto; margin-right: auto; width: 480px; } } .careteam .patient-content-link, .main .patient-content-link { text-align: center; margin-bottom: 10px; } .careteam .patient-content-link a, .main .patient-content-link a { font-weight: 700; color: #989897; text-decoration: none; } .careteam .patient-content-link a:focus, .main .patient-content-link a:focus, .careteam .patient-content-link a:hover, .main .patient-content-link a:hover { color: #636363; text-decoration: none; } .careteam .patient-content-link a:active, .main .patient-content-link a:active { color: #cccccc; } .careteam .patient-content-link-help, .main .patient-content-link-help { font-size: 12px; line-height: 18px; font-style: italic; color: #989897; } .careteam .patient-attribute, .main .patient-attribute { margin-bottom: 20px; } .careteam .patient-attribute-empty .patient-attribute-value, .main .patient-attribute-empty .patient-attribute-value { min-height: 20px; } .careteam .patient-attribute-label, .main .patient-attribute-label { color: #ccc; font-size: 14px; } .careteam .patient-team, .main .patient-team { margin-top: 40px; margin-bottom: 40px; } .careteam .patient-team-title, .main .patient-team-title { padding: 0 10px; margin-bottom: 10px; text-align: center; } .careteam .patient-team-empty, .main .patient-team-empty { color: #989897; font-style: italic; text-align: center; margin-top: 20px; } .careteam .patient-edit-subnav-inner, .main .patient-edit-subnav-inner { color: #fff; background-color: #989897; } .careteam .patient-edit-subnav-title, .main .patient-edit-subnav-title { padding-top: 10px; padding-bottom: 10px; text-align: center; } .careteam .patient-edit-subnav a, .main .patient-edit-subnav a { display: inline-block; padding-top: 10px; padding-bottom: 10px; color: #fff; text-decoration: none; } .careteam .patient-edit-subnav a:focus, .main .patient-edit-subnav a:focus, .careteam .patient-edit-subnav a:hover, .main .patient-edit-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-edit-subnav a:active, .main .patient-edit-subnav a:active { color: #cccccc; } .careteam .patient-edit-content-outer, .main .patient-edit-content-outer { margin-bottom: 40px; } .careteam .patient-edit-content-inner, .main .patient-edit-content-inner { background-color: #fff; padding-top: 20px; padding-bottom: 40px; } @media (min-width: 520px) { .careteam .patient-edit-content, .main .patient-edit-content { margin-left: auto; margin-right: auto; width: 260px; } } .careteam .patient-edit-name, .main .patient-edit-name { font-size: 18px; font-weight: 700; margin-bottom: 20px; } .careteam .patient-edit-name-empty, .main .patient-edit-name-empty { min-height: 20px; } .careteam .patient-data, .main .patient-data { margin-bottom: 40px; } .careteam .patient-data-subnav-inner, .main .patient-data-subnav-inner { color: #fff; background-color: #989897; padding-left: 0; padding-right: 0; } .careteam .patient-data-subnav-text, .main .patient-data-subnav-text { display: inline-block; padding: 10px; text-align: center; } .careteam .patient-data-subnav-text-dates, .main .patient-data-subnav-text-dates { width: 230px; padding-left: 0; padding-right: 0; } .careteam .patient-data-subnav a, .main .patient-data-subnav a { display: inline-block; padding: 10px; color: #fff; text-decoration: none; } .careteam .patient-data-subnav a:focus, .main .patient-data-subnav a:focus, .careteam .patient-data-subnav a:hover, .main .patient-data-subnav a:hover { color: #636363; text-decoration: none; } .careteam .patient-data-subnav a:active, .main .patient-data-subnav a:active { color: #cccccc; } .careteam .patient-data-subnav a.patient-data-subnav-active, .main .patient-data-subnav a.patient-data-subnav-active { color: #ccc; background: #636363; } .careteam .patient-data-subnav-left, .main .patient-data-subnav-left { text-align: left; } .careteam .patient-data-subnav-center, .main .patient-data-subnav-center { text-align: center; } .careteam .patient-data-subnav-right, .main .patient-data-subnav-right { text-align: right; } .careteam .patient-data-content-inner, .main .patient-data-content-inner { background-color: #fff; padding-top: 5px; padding-bottom: 5px; } .careteam .patient-data-content, .main .patient-data-content { min-height: 500px; } .careteam .patient-data-message, .main .patient-data-message { text-align: center; font-style: italic; padding: 30px 10px; margin-top: 80px; } @media (min-width: 1020px) { .careteam .patient-data-message, .main .patient-data-message { margin-left: auto; margin-right: auto; width: 480px; } } .careteam .patient-data-message p, .main .patient-data-message p { margin-top: 20px; margin-bottom: 20px; } .careteam .patient-data-message-loading, .main .patient-data-message-loading { background: #e6e6e5; } .careteam .patient-data-message-no-data, .main .patient-data-message-no-data { color: #989897; } .careteam .patient-data-footer-inner, .main .patient-data-footer-inner { color: #808184; background-color: #ccc; padding-left: 0; padding-right: 0; min-height: 40px; } .careteam .patient-data-footer a, .main .patient-data-footer a { display: inline-block; padding: 10px; color: #808184; text-decoration: none; } .careteam .patient-data-footer a:focus, .main .patient-data-footer a:focus, .careteam .patient-data-footer a:hover, .main .patient-data-footer a:hover { color: #636363; text-decoration: none; } .careteam .patient-data-footer a:active, .main .patient-data-footer a:active { color: #989897; } .careteam .patient-data-footer-left, .main .patient-data-footer-left { text-align: left; } .careteam .patient-data-footer-right, .main .patient-data-footer-right { text-align: right; } .careteam .people-list-item-name, .main .people-list-item-name { text-align: center; font-weight: 500; } .careteam .container-nav-outer, .main .container-nav-outer, .careteam .container-box-outer, .main .container-box-outer { padding-left: 0px !important; padding-right: 0px !important; } .careteam .nav-left, .main .nav-left { margin-left: 0px !important; } .careteam .patients-section-title, .main .patients-section-title { color: gray; font-weight: 300; } .careteam .navbar-user-icon img, .main .navbar-user-icon img { width: 24px !important; height: 24px !important; } .careteam .people-list-item-link:hover, .main .people-list-item-link:hover { background: #D8D8D8 !important; } .careteam .list-group-item-link, .main .list-group-item-link { cursor: pointer; } .navbar-logo img { width: 45px !important; height: 45px !important; } .login label, .careteam label { color: gray; font-weight: 300; } .login .btn-primary, .careteam .btn-primary { font-weight: 300; } .login .btn-primary:hover, .careteam .btn-primary:hover { background-color: #14CAE4; } .login .login-logo, .careteam .login-logo { margin-bottom: 10px; } .login .login-logo img, .careteam .login-logo img { width: 220px; height: 220px; } .main .large-one-third { width: 32% !important; } .main .navbar-label-arrow-right { margin-left: -5px !important; } .main .navbar { margin-bottom: 10px !important; } .main .search_panel_sections_filter_criteria_glucoseTrends { display: none; } .bolus_tip > li { text-align: left; }
0.280912
0.084985
.arrow { padding: 5px 20px; border: 1px solid #419eda; } /* Lists */ .list { display: flex; list-style: none; margin: 3rem 0; } .list-wrap { flex-wrap: wrap; } .list li { margin-right: 1rem; } .list-reset { list-style: none; margin-left: 0; } /* Post */ .post-meta { color: #545454; display: flex; font-size: 0.8rem; } .post-time { padding-left: 0; text-transform: uppercase; white-space: nowrap; } .post-tags { display: flex; flex-wrap: wrap; list-style: none; margin: 0 0.8rem; } .post-tag { color: #9eabb3; margin-right: 0.6rem; } .post-tag a { color: #545454; } /* Home page / Landing page */ .highlight { text-align: right; } .highlight h1 { border-bottom: 0; margin-bottom: 0; } .handle { color: #545454; font-size: 0.8rem; font-style: italic; } .intro { margin-top: 1rem; } .nextBlog{ margin-bottom: 3%; } /* THis is the the css of postLIst and post page */ .section-posts { padding: 50px 0; } section { text-align: center; } .blogContainer { width: 100%; height: 100%; background-size: 100% 100%; position: relative; cursor: pointer; border: 1px solid rgba(80,80,80,0.8); } html,body{ width: 100%; margin: 0px; padding: 0px; overflow-x: hidden; font-family: 'Montserrat', sans-serif; } h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; } h5,h6 { font-family: 'Montserrat', sans-serif; } body{ color: #666666; } h1 { color: #27B59C; } #mainBanner { margin: 20px 0; } #mainBanner img { height:300px; width:auto; border:1px solid black; border-radius: 5px; } #mainBanner div { display:inline-block; margin: 10px; vertical-align: middle; } #mainBanner .firstBlogText { width: 40%; } .firstBlogText h3 a { color: #27b59c; } .post-list { display: inline-block; width: 360px; height: 212px; margin: 15px 20px; } .blogContainer { width: 100%; height: 100%; background-size: 100% 100%; position: relative; cursor:pointer; border: 1px solid rgba(80,80,80,0.8); } .blogDetails { width: 100%; height: 100px; background-color: rgba(0,0,0,0.9); color: white; position: absolute; bottom: 0px; } .blogDetails h3 { font-size: 20px; margin:15px 0px; color: white; } .blogDetails a { font-size: 16px; margin:0px; color: white; } ul.pagination { } ul.pagination li { margin:5px; display: inline-block; } ul.pagination li a{ border-radius: 50%; border: 1px solid #27B59C; color:#27B59C; font-size: 16px; } ul.pagination li a:hover{ border: none; border-radius: 50%; border: 1px solid #27B59C; background-color:#27B59C; color:white; font-size: 16px; } ul.pagination .active a { background-color: #27B59C; } .pagination>li:last-child>a, .pagination>li:last-child>span,.pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 50%; } @media (max-width: 768px) { section#section-posts li { display: block; margin: 30px auto; } } @media (max-width: 414px) { ul.pagination li { margin: 2px; display: inline-block; } #mainBanner { display:none; } } .arrow { padding: 5px 20px; border: 1px solid #419eda; } /* Lists */ .list { display: flex; list-style: none; margin: 3rem 0; } .list-wrap { flex-wrap: wrap; } .list li { margin-right: 1rem; } .list-reset { list-style: none; margin-left: 0; } /* Post */ .post-meta { color: #545454; display: flex; font-size: 0.8rem; } .post-time { padding-left: 0; text-transform: uppercase; white-space: nowrap; } .post-tags { display: flex; flex-wrap: wrap; list-style: none; margin: 0 0.8rem; } .post-tag { color: #9eabb3; margin-right: 0.6rem; } .post-tag a { color: #545454; } /* Home page / Landing page */ .highlight { text-align: right; } .highlight h1 { border-bottom: 0; margin-bottom: 0; } .handle { color: #545454; font-size: 0.8rem; font-style: italic; } .intro { margin-top: 1rem; }
src/components/css/styles.module.css
.arrow { padding: 5px 20px; border: 1px solid #419eda; } /* Lists */ .list { display: flex; list-style: none; margin: 3rem 0; } .list-wrap { flex-wrap: wrap; } .list li { margin-right: 1rem; } .list-reset { list-style: none; margin-left: 0; } /* Post */ .post-meta { color: #545454; display: flex; font-size: 0.8rem; } .post-time { padding-left: 0; text-transform: uppercase; white-space: nowrap; } .post-tags { display: flex; flex-wrap: wrap; list-style: none; margin: 0 0.8rem; } .post-tag { color: #9eabb3; margin-right: 0.6rem; } .post-tag a { color: #545454; } /* Home page / Landing page */ .highlight { text-align: right; } .highlight h1 { border-bottom: 0; margin-bottom: 0; } .handle { color: #545454; font-size: 0.8rem; font-style: italic; } .intro { margin-top: 1rem; } .nextBlog{ margin-bottom: 3%; } /* THis is the the css of postLIst and post page */ .section-posts { padding: 50px 0; } section { text-align: center; } .blogContainer { width: 100%; height: 100%; background-size: 100% 100%; position: relative; cursor: pointer; border: 1px solid rgba(80,80,80,0.8); } html,body{ width: 100%; margin: 0px; padding: 0px; overflow-x: hidden; font-family: 'Montserrat', sans-serif; } h1,h2,h3,h4 { font-family: 'Montserrat', sans-serif; } h5,h6 { font-family: 'Montserrat', sans-serif; } body{ color: #666666; } h1 { color: #27B59C; } #mainBanner { margin: 20px 0; } #mainBanner img { height:300px; width:auto; border:1px solid black; border-radius: 5px; } #mainBanner div { display:inline-block; margin: 10px; vertical-align: middle; } #mainBanner .firstBlogText { width: 40%; } .firstBlogText h3 a { color: #27b59c; } .post-list { display: inline-block; width: 360px; height: 212px; margin: 15px 20px; } .blogContainer { width: 100%; height: 100%; background-size: 100% 100%; position: relative; cursor:pointer; border: 1px solid rgba(80,80,80,0.8); } .blogDetails { width: 100%; height: 100px; background-color: rgba(0,0,0,0.9); color: white; position: absolute; bottom: 0px; } .blogDetails h3 { font-size: 20px; margin:15px 0px; color: white; } .blogDetails a { font-size: 16px; margin:0px; color: white; } ul.pagination { } ul.pagination li { margin:5px; display: inline-block; } ul.pagination li a{ border-radius: 50%; border: 1px solid #27B59C; color:#27B59C; font-size: 16px; } ul.pagination li a:hover{ border: none; border-radius: 50%; border: 1px solid #27B59C; background-color:#27B59C; color:white; font-size: 16px; } ul.pagination .active a { background-color: #27B59C; } .pagination>li:last-child>a, .pagination>li:last-child>span,.pagination>li:first-child>a, .pagination>li:first-child>span { border-radius: 50%; } @media (max-width: 768px) { section#section-posts li { display: block; margin: 30px auto; } } @media (max-width: 414px) { ul.pagination li { margin: 2px; display: inline-block; } #mainBanner { display:none; } } .arrow { padding: 5px 20px; border: 1px solid #419eda; } /* Lists */ .list { display: flex; list-style: none; margin: 3rem 0; } .list-wrap { flex-wrap: wrap; } .list li { margin-right: 1rem; } .list-reset { list-style: none; margin-left: 0; } /* Post */ .post-meta { color: #545454; display: flex; font-size: 0.8rem; } .post-time { padding-left: 0; text-transform: uppercase; white-space: nowrap; } .post-tags { display: flex; flex-wrap: wrap; list-style: none; margin: 0 0.8rem; } .post-tag { color: #9eabb3; margin-right: 0.6rem; } .post-tag a { color: #545454; } /* Home page / Landing page */ .highlight { text-align: right; } .highlight h1 { border-bottom: 0; margin-bottom: 0; } .handle { color: #545454; font-size: 0.8rem; font-style: italic; } .intro { margin-top: 1rem; }
0.349533
0.071819
html { scroll-behavior: smooth; } body { overflow-x: hidden; } /********** Header Sectoin **********/ header { /* border: solid; */ height: 13vh; position: absolute; width: 100%; z-index: 1; } .logo { position: absolute; left: 2%; top: 2.1vmax; width: 25vw; } @media (max-width: 1000px) { .logo { width: 30vw; } } @media (max-width: 840px) { .logo { width: 35vw; } } @media (max-width: 740px) { .logo { width: 40vw; } } @media (max-width: 520px) { .logo { width: 55vw; } } .icon { display: none; } @media (max-width: 1190px) { header { background-color: #fda136; position: fixed; } .main_nav { display: none; } .menu_nav { display: none; bottom: 0%; height: 35px; position: absolute; width: 100%; } .menu_nav ul { background-color: #fff; /* border: solid; */ position: fixed; top: 13%; width: 100%; z-index: 3; } .menu_nav ul li { /* background-color: #fda136; */ /* border-bottom: solid #000; */ font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bolder; margin: 1% 0%; padding: 3vh 0; } .menu_nav ul li a { /* border-right: solid; */ color: #fda136; padding: 0% 1%; text-decoration: none; } .icon { /* border: solid; */ /* background-color: #00000075; */ bottom: 15%; display: block; right: 2.5%; padding: 0.5em; position: absolute; z-index: 5; } .icon div { width: 4vw; height: 0.5vh; background-color: #fff; margin: 1.3vh 0; } } @media (min-width: 1190px) { .nav-scrolled { background-color: #fda136; height: 50px; position: fixed; transition: all 1s; box-shadow: 0 3px 20px rgba(rgb(20, 175, 0), 1); } .nav-scrolled .logo { width: 15vw; top: 1.5vh; } .nav-scrolled .main_nav { /* border: solid; */ display: block; bottom: 25%; height: 25px; right: 0%; position: absolute; width: 33%; } .menu_nav { display: none; opacity: 0; } .main_nav { /* border: solid; */ display: block; bottom: 0%; height: 35px; right: 0%; position: absolute; width: 33%; } .main_nav ul { /* border: solid; */ position: absolute; top: 20%; left: -2%; width: 100%; z-index: 3; } .main_nav div { background-color: #fda136; /* border: solid; */ height: 100%; opacity: 0.8; position: absolute; width: 100%; z-index: 1; } .main_nav ul li { display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; margin-left: 3%; } .main_nav ul li a { border-right: solid; color: #fff; padding: 0% 1%; text-decoration: none; } .main_nav ul li:last-child a { border: none; } } /********** FIRST SECTION **********/ @media (max-width: 1190px) { .hidden { display: block; height: 13vh; width: 100%; } } .first-section { /* border: solid; */ display: inline-block; position: relative; height: 100vh; width: 100vw; } .first-section .slide-container { /* border: solid; */ height: 100%; } .first-section .slide-container img { display: inline-block; height: 100vh; width: 100vw; } .first-section .button { background-color: #fda136; border: 0; display: inline-block; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 3vmax; font-weight: 750; height: 8vh; left: 40vw; line-height: 8vh; top: 37vmax; position: absolute; text-align: center; text-decoration: none; width: 20vw; } @media (max-width: 1190px) { .first-section .slide-container img { display: inline-block; height: auto; width: 100%; } .first-section { height: auto; } } @media (max-width: 590px) { .first-section .button { background-color: #fda136; border: 0; display: block; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 3vmax; font-weight: 750; height: 8vh; line-height: 8vh; margin-top: -5vh; position: unset; text-align: center; text-decoration: none; width: 100%; } } /********** SECOND SECTION **********/ .second-section { /* border: solid; */ display: flex; flex-direction: row; width: 100%; } .second-section .about-pic { /* border: solid; */ height: 100vh; margin-top: -5vh; width: 50%; } .second-section div { /* border: solid; */ display: flex; flex-direction: column; padding: 10% 5% 0% 5%; width: 50%; } .second-section div img { /* border: solid; */ width: 65%; height: 80px; } .second-section div p { /* border: solid; */ font-family: "AlrightSans", sans-serif; font-size: 1rem; font-weight: 100; line-height: 140%; padding: 2%; width: 90%; } .second-section div a { background-color: #e80e4a; box-shadow: 3px 4px 16px -2px #555; color: #fff; font-family: "AlrightSans", sans-serif; font-size: 1.5rem; font-weight: 700; margin-left: 59%; margin-top: 2%; padding: 2%; text-decoration: none; width: fit-content; } @media (max-width: 1060px) { .second-section { /* border: solid; */ display: block; width: 100vw; margin-bottom: 5vh; width: 100vw; } .second-section .about-pic { /* border: solid; */ margin-top: 35vh; width: 100%; } .second-section div { /* border: solid; */ position: relative; display: block; width: 100%; } .second-section div img { /* border: solid; */ position: absolute; top: -120vh; left: 30vw; height: auto; width: 40vw; } .second-section div p { /* border: solid; */ font-family: "AlrightSans", sans-serif; font-size: 1em; font-weight: 100; line-height: 140%; margin-top: -5vh; padding: 0%; width: 80%; } .second-section div a { /* border: solid; */ background-color: #e80e4a; box-shadow: 3px 4px 16px 5px #555; color: #fff; display: block; font-family: "AlrightSans", sans-serif; font-size: 1.5rem; font-weight: 700; margin-top: 5vh; margin-left: -5vw; margin-right: 0vw; text-align: center; padding: 1%; text-decoration: none; width: 100vw; } } /******************************** As-har's Part *****************************/ body { overflow-x: hidden; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; } /******************************** As-har's Part *****************************/ .pdf-card { color: #fff; text-decoration: none; transition: 1s; position: relative; } .by-school-button, .by-degree-button { color: white; background: #efa51c; padding: 1.5vh; border: none; margin: 1vh; box-shadow: 3px 5px 10px 3px rgba(128, 128, 128, 0.774); } .by-school-button:hover, .by-degree-button:hover { box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.836); transition: 350ms; } .by-school-button:focus, .by-degree-button:focus { box-shadow: -3px -5px 10px 0px rgba(128, 128, 128, 0.808); } .footer { background-image: url("../assets/footer-background.png"); background-repeat: no-repeat; background-size: cover; width: 100%; padding: 4vh; display: flex; flex-direction: row; justify-content: space-around; } .ifram-div { padding: 2% 0%; width: 60%; } .ifram-div .ifram { width: 100%; height: 96%; } .contact-div { width: 30%; } .footer-logo { width: 50%; } .contact-text { display: block; width: 14vw; margin-top: 5vh; line-height: 1vh; color: #e3b5d6; } .contact-info { padding: 0.5vw; line-height: 35px; display: block; font-size: 1em; width: 23vw; color: #e3b5d6; } .fa { color: #e3b5d6; font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 1.6em; padding: 0.5vw; } .complaints-section { width: 22vw; color: #e3b5d6; font-size: 1em; letter-spacing: 0.5px; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgb(243, 236, 241); } @media screen and (min-width: 1023px) { /* -------- Third section -------- */ .third-section { position: relative; height: 720px; } .part-one { padding: 7% 0%; width: 30%; } .part-one img { margin: 0% 15%; width: 75%; } .part-one p { font-family: Arial, Helvetica, sans-serif; line-height: 140%; margin: 2% 17%; padding: 1%; width: 80%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 5% 15% 0% 15%; width: 15vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; justify-content: space-around; left: 30%; padding: 5% 5% 0% 5%; position: absolute; top: 0%; width: 60%; } .pdf-card { background: #5b358d; display: table; box-shadow: 6px 6px 11px 1px grey; font-family: Arial, Helvetica, sans-serif; font-size: 1.1rem; height: 9vw; line-height: 150%; margin: 0% 0% 3% 0%; padding: 3%; position: relative; text-align: center; width: 25%; } .pdf-card:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } .pdf-card div { display: table-cell; vertical-align: middle; } .pdf-card hr { border-top: solid 0.15px; bottom: 16%; left: 25%; position: absolute; width: 50%; } /* ------------footer -------------- */ .footer { margin-top: 9vw; } } @media (max-width: 590px) { /* ------- Third Section ------ */ .pdf-card div { font-size: 1.04rem; letter-spacing: 1.5px; background: #5b358d; width: 39vw; height: 11vw; padding: 10vw; margin: 4vw auto 1vw auto; text-align: center; color: #fff; line-height: 150%; text-decoration: none; transition: 1s; position: relative; box-shadow: 6px 6px 11px 1px grey; } .pdf-card hr { /* border: 0; */ border-top: solid 0.15px; bottom: 26%; left: 25%; position: absolute; width: 50%; } .part-one button { display: block; padding: 2.7vw; margin: 5vw auto 6vw auto; width: 40vw; } .part-one img { margin: 0 auto 0 auto; width: 60vw; display: block; } .part-one p { margin: 0 auto 0 auto; width: 60vw; } .pdf-card hr { border-top: solid 0.15px; width: 50%; } .pdf-card div:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } /* ------ footer ------- */ .footer { background-image: url("../assets/footer-background.png"); background-size: cover; padding: 4vh; background-repeat: no-repeat; float: left; display: grid; margin-top: 5vw; grid-template-rows: 2fr; } .ifram-div { grid-row: 2; width: 100%; margin: 2vw 5vw 0 0; padding: 0; } .ifram-div .ifram { margin: 0 auto 0 auto; width: 85vw; height: 55vw; } .footer-logo { width: 40vw; height: 20vh; margin: 1vw auto 2vw auto; display: block; } .contact-text { margin: 0 auto 0 2vw; display: block; width: 40vw; margin-top: 5vh; line-height: 5vh; color: rgb(233, 214, 227); } .contact-info { margin: 0 auto 0 2vw; display: block; font-size: 1em; width: 52vw; color: rgb(233, 214, 227); } .fa { color: rgb(226, 205, 220); font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 2.2em; padding: 2.5vw; } .complaints-section { width: 52vw; margin: 0 auto 0 2vw; color: #e3b5d6; font-size: 1em; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgba(255, 255, 255, 0.938); } .social { width: 100vw; margin: 0 auto 0 auto; } } @media (min-width: 590px) and (max-width: 1023px) { /* ----- Third section ----- */ .third-section { margin: 4vw 0 3vw 0; display: grid; grid-template-columns: 35% 65%; line-height: 2vw; } .part-one { padding: 7% 0%; width: 100%; } .part-one img { margin: 0% 15%; width: 75%; } .part-one p { font-family: Arial, Helvetica, sans-serif; line-height: 140%; margin: 2% 15%; padding: 1%; width: 80%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 5% 15% 0% 15%; width: 17vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; width: 78vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; } .pdf-card div { font-size: 1.1rem; background: #5b358d; width: 21vw; height: 9vh; padding: 3.5vw; margin: 1vw; text-align: center; position: relative; line-height: 100%; box-shadow: 6px 6px 11px 1px grey; } .pdf-card div:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } .pdf-card hr { border-top: solid 0.15px; bottom: 18%; left: 25%; position: absolute; width: 50%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 5% 15% 0% 15%; width: 19.5vw; } } @media (max-width: 760px) and (min-width: 590px) { .pdf-card div { font-size: 1rem; width: 21vw; height: 10vh; padding: 4vw; } /* ------ footer ------- */ .footer { background-image: url("../assets/footer-background.png"); background-size: cover; width: 100%; padding: 4vh; background-repeat: no-repeat; float: left; display: grid; margin-top: 5vw; grid-template-rows: 2fr; } .ifram-div { grid-row: 2; width: 100%; margin: 2vw 5vw 0 0; padding: 0; } .ifram-div .ifram { margin: 0 auto 0 auto; width: 85vw; height: 55vw; } .footer-logo { width: 30vw; height: 20vh; margin: 1vw auto 2vw 2vw; display: block; } .contact-text { margin: 0 auto 0 2vw; display: block; width: 34vw; margin-top: 5vh; line-height: 5vh; color: rgb(233, 214, 227); } .contact-info { margin: 0 auto 0 2vw; display: block; font-size: 1em; width: 52vw; color: rgb(233, 214, 227); } .fa { color: rgb(226, 205, 220); font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 2.2em; padding: 2.5vw; } .complaints-section { width: 52vw; margin: 0 auto 0 2vw; color: #e3b5d6; font-size: 1em; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgba(255, 255, 255, 0.938); } .social { width: 100vw; margin: 0 auto 0 auto; } }
css/style.css
html { scroll-behavior: smooth; } body { overflow-x: hidden; } /********** Header Sectoin **********/ header { /* border: solid; */ height: 13vh; position: absolute; width: 100%; z-index: 1; } .logo { position: absolute; left: 2%; top: 2.1vmax; width: 25vw; } @media (max-width: 1000px) { .logo { width: 30vw; } } @media (max-width: 840px) { .logo { width: 35vw; } } @media (max-width: 740px) { .logo { width: 40vw; } } @media (max-width: 520px) { .logo { width: 55vw; } } .icon { display: none; } @media (max-width: 1190px) { header { background-color: #fda136; position: fixed; } .main_nav { display: none; } .menu_nav { display: none; bottom: 0%; height: 35px; position: absolute; width: 100%; } .menu_nav ul { background-color: #fff; /* border: solid; */ position: fixed; top: 13%; width: 100%; z-index: 3; } .menu_nav ul li { /* background-color: #fda136; */ /* border-bottom: solid #000; */ font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: bolder; margin: 1% 0%; padding: 3vh 0; } .menu_nav ul li a { /* border-right: solid; */ color: #fda136; padding: 0% 1%; text-decoration: none; } .icon { /* border: solid; */ /* background-color: #00000075; */ bottom: 15%; display: block; right: 2.5%; padding: 0.5em; position: absolute; z-index: 5; } .icon div { width: 4vw; height: 0.5vh; background-color: #fff; margin: 1.3vh 0; } } @media (min-width: 1190px) { .nav-scrolled { background-color: #fda136; height: 50px; position: fixed; transition: all 1s; box-shadow: 0 3px 20px rgba(rgb(20, 175, 0), 1); } .nav-scrolled .logo { width: 15vw; top: 1.5vh; } .nav-scrolled .main_nav { /* border: solid; */ display: block; bottom: 25%; height: 25px; right: 0%; position: absolute; width: 33%; } .menu_nav { display: none; opacity: 0; } .main_nav { /* border: solid; */ display: block; bottom: 0%; height: 35px; right: 0%; position: absolute; width: 33%; } .main_nav ul { /* border: solid; */ position: absolute; top: 20%; left: -2%; width: 100%; z-index: 3; } .main_nav div { background-color: #fda136; /* border: solid; */ height: 100%; opacity: 0.8; position: absolute; width: 100%; z-index: 1; } .main_nav ul li { display: inline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bolder; margin-left: 3%; } .main_nav ul li a { border-right: solid; color: #fff; padding: 0% 1%; text-decoration: none; } .main_nav ul li:last-child a { border: none; } } /********** FIRST SECTION **********/ @media (max-width: 1190px) { .hidden { display: block; height: 13vh; width: 100%; } } .first-section { /* border: solid; */ display: inline-block; position: relative; height: 100vh; width: 100vw; } .first-section .slide-container { /* border: solid; */ height: 100%; } .first-section .slide-container img { display: inline-block; height: 100vh; width: 100vw; } .first-section .button { background-color: #fda136; border: 0; display: inline-block; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 3vmax; font-weight: 750; height: 8vh; left: 40vw; line-height: 8vh; top: 37vmax; position: absolute; text-align: center; text-decoration: none; width: 20vw; } @media (max-width: 1190px) { .first-section .slide-container img { display: inline-block; height: auto; width: 100%; } .first-section { height: auto; } } @media (max-width: 590px) { .first-section .button { background-color: #fda136; border: 0; display: block; color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 3vmax; font-weight: 750; height: 8vh; line-height: 8vh; margin-top: -5vh; position: unset; text-align: center; text-decoration: none; width: 100%; } } /********** SECOND SECTION **********/ .second-section { /* border: solid; */ display: flex; flex-direction: row; width: 100%; } .second-section .about-pic { /* border: solid; */ height: 100vh; margin-top: -5vh; width: 50%; } .second-section div { /* border: solid; */ display: flex; flex-direction: column; padding: 10% 5% 0% 5%; width: 50%; } .second-section div img { /* border: solid; */ width: 65%; height: 80px; } .second-section div p { /* border: solid; */ font-family: "AlrightSans", sans-serif; font-size: 1rem; font-weight: 100; line-height: 140%; padding: 2%; width: 90%; } .second-section div a { background-color: #e80e4a; box-shadow: 3px 4px 16px -2px #555; color: #fff; font-family: "AlrightSans", sans-serif; font-size: 1.5rem; font-weight: 700; margin-left: 59%; margin-top: 2%; padding: 2%; text-decoration: none; width: fit-content; } @media (max-width: 1060px) { .second-section { /* border: solid; */ display: block; width: 100vw; margin-bottom: 5vh; width: 100vw; } .second-section .about-pic { /* border: solid; */ margin-top: 35vh; width: 100%; } .second-section div { /* border: solid; */ position: relative; display: block; width: 100%; } .second-section div img { /* border: solid; */ position: absolute; top: -120vh; left: 30vw; height: auto; width: 40vw; } .second-section div p { /* border: solid; */ font-family: "AlrightSans", sans-serif; font-size: 1em; font-weight: 100; line-height: 140%; margin-top: -5vh; padding: 0%; width: 80%; } .second-section div a { /* border: solid; */ background-color: #e80e4a; box-shadow: 3px 4px 16px 5px #555; color: #fff; display: block; font-family: "AlrightSans", sans-serif; font-size: 1.5rem; font-weight: 700; margin-top: 5vh; margin-left: -5vw; margin-right: 0vw; text-align: center; padding: 1%; text-decoration: none; width: 100vw; } } /******************************** As-har's Part *****************************/ body { overflow-x: hidden; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; } /******************************** As-har's Part *****************************/ .pdf-card { color: #fff; text-decoration: none; transition: 1s; position: relative; } .by-school-button, .by-degree-button { color: white; background: #efa51c; padding: 1.5vh; border: none; margin: 1vh; box-shadow: 3px 5px 10px 3px rgba(128, 128, 128, 0.774); } .by-school-button:hover, .by-degree-button:hover { box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.836); transition: 350ms; } .by-school-button:focus, .by-degree-button:focus { box-shadow: -3px -5px 10px 0px rgba(128, 128, 128, 0.808); } .footer { background-image: url("../assets/footer-background.png"); background-repeat: no-repeat; background-size: cover; width: 100%; padding: 4vh; display: flex; flex-direction: row; justify-content: space-around; } .ifram-div { padding: 2% 0%; width: 60%; } .ifram-div .ifram { width: 100%; height: 96%; } .contact-div { width: 30%; } .footer-logo { width: 50%; } .contact-text { display: block; width: 14vw; margin-top: 5vh; line-height: 1vh; color: #e3b5d6; } .contact-info { padding: 0.5vw; line-height: 35px; display: block; font-size: 1em; width: 23vw; color: #e3b5d6; } .fa { color: #e3b5d6; font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 1.6em; padding: 0.5vw; } .complaints-section { width: 22vw; color: #e3b5d6; font-size: 1em; letter-spacing: 0.5px; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgb(243, 236, 241); } @media screen and (min-width: 1023px) { /* -------- Third section -------- */ .third-section { position: relative; height: 720px; } .part-one { padding: 7% 0%; width: 30%; } .part-one img { margin: 0% 15%; width: 75%; } .part-one p { font-family: Arial, Helvetica, sans-serif; line-height: 140%; margin: 2% 17%; padding: 1%; width: 80%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 5% 15% 0% 15%; width: 15vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; justify-content: space-around; left: 30%; padding: 5% 5% 0% 5%; position: absolute; top: 0%; width: 60%; } .pdf-card { background: #5b358d; display: table; box-shadow: 6px 6px 11px 1px grey; font-family: Arial, Helvetica, sans-serif; font-size: 1.1rem; height: 9vw; line-height: 150%; margin: 0% 0% 3% 0%; padding: 3%; position: relative; text-align: center; width: 25%; } .pdf-card:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } .pdf-card div { display: table-cell; vertical-align: middle; } .pdf-card hr { border-top: solid 0.15px; bottom: 16%; left: 25%; position: absolute; width: 50%; } /* ------------footer -------------- */ .footer { margin-top: 9vw; } } @media (max-width: 590px) { /* ------- Third Section ------ */ .pdf-card div { font-size: 1.04rem; letter-spacing: 1.5px; background: #5b358d; width: 39vw; height: 11vw; padding: 10vw; margin: 4vw auto 1vw auto; text-align: center; color: #fff; line-height: 150%; text-decoration: none; transition: 1s; position: relative; box-shadow: 6px 6px 11px 1px grey; } .pdf-card hr { /* border: 0; */ border-top: solid 0.15px; bottom: 26%; left: 25%; position: absolute; width: 50%; } .part-one button { display: block; padding: 2.7vw; margin: 5vw auto 6vw auto; width: 40vw; } .part-one img { margin: 0 auto 0 auto; width: 60vw; display: block; } .part-one p { margin: 0 auto 0 auto; width: 60vw; } .pdf-card hr { border-top: solid 0.15px; width: 50%; } .pdf-card div:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } /* ------ footer ------- */ .footer { background-image: url("../assets/footer-background.png"); background-size: cover; padding: 4vh; background-repeat: no-repeat; float: left; display: grid; margin-top: 5vw; grid-template-rows: 2fr; } .ifram-div { grid-row: 2; width: 100%; margin: 2vw 5vw 0 0; padding: 0; } .ifram-div .ifram { margin: 0 auto 0 auto; width: 85vw; height: 55vw; } .footer-logo { width: 40vw; height: 20vh; margin: 1vw auto 2vw auto; display: block; } .contact-text { margin: 0 auto 0 2vw; display: block; width: 40vw; margin-top: 5vh; line-height: 5vh; color: rgb(233, 214, 227); } .contact-info { margin: 0 auto 0 2vw; display: block; font-size: 1em; width: 52vw; color: rgb(233, 214, 227); } .fa { color: rgb(226, 205, 220); font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 2.2em; padding: 2.5vw; } .complaints-section { width: 52vw; margin: 0 auto 0 2vw; color: #e3b5d6; font-size: 1em; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgba(255, 255, 255, 0.938); } .social { width: 100vw; margin: 0 auto 0 auto; } } @media (min-width: 590px) and (max-width: 1023px) { /* ----- Third section ----- */ .third-section { margin: 4vw 0 3vw 0; display: grid; grid-template-columns: 35% 65%; line-height: 2vw; } .part-one { padding: 7% 0%; width: 100%; } .part-one img { margin: 0% 15%; width: 75%; } .part-one p { font-family: Arial, Helvetica, sans-serif; line-height: 140%; margin: 2% 15%; padding: 1%; width: 80%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; margin: 5% 15% 0% 15%; width: 17vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; width: 78vw; } .right-part .by-school, .right-part .by-degree { display: flex; flex-wrap: wrap; } .pdf-card div { font-size: 1.1rem; background: #5b358d; width: 21vw; height: 9vh; padding: 3.5vw; margin: 1vw; text-align: center; position: relative; line-height: 100%; box-shadow: 6px 6px 11px 1px grey; } .pdf-card div:hover { background: #e80e4a; box-shadow: 1px 1px 6px 1px grey; cursor: pointer; transition: 1s; } .pdf-card hr { border-top: solid 0.15px; bottom: 18%; left: 25%; position: absolute; width: 50%; } .part-one button { font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 5% 15% 0% 15%; width: 19.5vw; } } @media (max-width: 760px) and (min-width: 590px) { .pdf-card div { font-size: 1rem; width: 21vw; height: 10vh; padding: 4vw; } /* ------ footer ------- */ .footer { background-image: url("../assets/footer-background.png"); background-size: cover; width: 100%; padding: 4vh; background-repeat: no-repeat; float: left; display: grid; margin-top: 5vw; grid-template-rows: 2fr; } .ifram-div { grid-row: 2; width: 100%; margin: 2vw 5vw 0 0; padding: 0; } .ifram-div .ifram { margin: 0 auto 0 auto; width: 85vw; height: 55vw; } .footer-logo { width: 30vw; height: 20vh; margin: 1vw auto 2vw 2vw; display: block; } .contact-text { margin: 0 auto 0 2vw; display: block; width: 34vw; margin-top: 5vh; line-height: 5vh; color: rgb(233, 214, 227); } .contact-info { margin: 0 auto 0 2vw; display: block; font-size: 1em; width: 52vw; color: rgb(233, 214, 227); } .fa { color: rgb(226, 205, 220); font-size: 1.1em; margin: 0.5vw; } .facebook, .instagram, .twitter { font-size: 2.2em; padding: 2.5vw; } .complaints-section { width: 52vw; margin: 0 auto 0 2vw; color: #e3b5d6; font-size: 1em; line-height: 4vh; } .complaints-section a { color: #e3b5d6; } .complaints-section a:hover, .fa:hover, .contact-info:hover { cursor: pointer; color: rgba(255, 255, 255, 0.938); } .social { width: 100vw; margin: 0 auto 0 auto; } }
0.538741
0.070752
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Regular.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Bold.woff") format("woff"); font-weight: bold; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Thin.woff") format("woff"); font-weight: 100; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Light.woff") format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } .container { width: 100%; position: relative; } .first-section__background { background: radial-gradient(#113155, #0d1016); padding: 65px 15px 18px; } .first-section-header__button { background: transparent; border: none; fill: #ffffff; width: 30px; height: 20px; cursor: pointer; transition: .2s linear; } .first-section-header__button.active { -webkit-transform: scale(1.1); transform: scale(1.1); } .first-section__header { width: 100%; display: flex; justify-content: space-between; margin-bottom: 25px; position: fixed; top: 0; left: 0; padding: 15px 20px; background: rgba(12, 21, 32, 0.9); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1995; } .first-section { font-size: 16px; align-items: center; width: 83.333%; margin: 0 auto; } .first-section__intro { font-size: 14px; letter-spacing: 0px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; text-align: center; text-transform: uppercase; margin: 0 auto; padding-bottom: 28px; } .first-section__title { font-size: 30px; line-height: 39px; width: 265px; color: #ffffff; font-family: "Acrom"; font-weight: bold; margin: 0 auto; text-align: center; margin-bottom: 45px; } .first-section__logo { font-size: 100px; color: rgba(14, 25, 39, 0.5); font-family: "Acrom"; font-weight: 800; text-align: center; padding-bottom: 45px; } .first-section__textbox { display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 40px; } .first-section__openit { font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; } .first-section__conditions { font-size: 14px; line-height: 20px; color: #afb0b3; font-family: "Acrom"; text-align: left; } .first-section__button { margin: 0 auto; width: 220px; height: 55px; background-color: #ff6b08; font-size: 12px; line-height: 18px; color: #ffffff; font-family: "Acrom"; font-weight: 800; display: block; border: none; letter-spacing: 1px; box-shadow: 0 0 3px 1px #ff6b08; } .first-section__button:hover { background-color: #16ebfe; } .first-section__intro::before { content: "\003C"; color: #16ebfe; padding-right: 5px; } .first-section__intro::after { content: "/\003E"; color: #16ebfe; padding-right: 5px; } .first-section-footer { display: none; } .first-section-footer__links { display: none; } .first-section-footer__span { display: none; } .first-section-footer_span-two { display: none; } .navigation { position: fixed; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 20px; visibility: hidden; opacity: 0; z-index: 111; background: rgba(12, 21, 32, 0.9); transition: .5s ease-in-out; max-width: 480px; } .navigation.active { height: calc(100vh - 57px); opacity: 1; top: 56px; visibility: visible; } .submenu { display: flex; flex-flow: column wrap; height: 400px; max-width: 200px; justify-content: space-around; list-style: none; width: 100%; } .submenu-item_link { text-decoration: none; color: white; font-family: "Acrom"; font-weight: bold; text-align: center; } .submenu__orange { color: #ff6b08; } .submenu__orange:hover { color: #16ebfe; } .submenu__orangered { color: #e62c2c; } .submenu__orangered:hover { color: #16ebfe; } .section-2 { display: flex; flex-flow: column wrap; justify-content: space-between; margin: 0 auto; padding: 30px 0; max-width: 714px; font-size: 16px; font-family: "Acrom", sans-serif; } .section-2-header__wrapper, .questions-wrapper { display: flex; flex-flow: row wrap; justify-content: space-between; } .section-2-second-question { font-size: 0.8438rem; font-weight: 900; text-transform: uppercase; line-height: 1.444; } .section-2-second-question, .section-2-questions { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0; } .section-2_p3 { display: flex; flex-flow: row wrap; max-width: 202px; color: #ff6b08; font-weight: 500; line-height: 1.444; } .section-2_p1 { font-size: 0.8438rem; line-height: 1.444; font-weight: 500; margin-bottom: 25px; } .section-2_img { display: block; margin: 0 auto 25px; max-width: 100%; height: auto; position: relative; } .section-2-img__wrapper { position: relative; margin-right: 70px; } .section-2-img__wrapper::after { content: "YOU"; position: absolute; font-size: 6.1037rem; font-weight: 900; -webkit-transform: rotate(90deg); transform: rotate(90deg); left: -72px; bottom: -163px; z-index: -1; opacity: 0.05; font-style: normal; } .section-2-tittle-wrapper { text-transform: uppercase; margin: 0 auto 48px; max-width: 300px; font-weight: 900; } .section-2__p2 { text-align: center; font-size: 0.9375rem; line-height: 1.096; position: relative; padding-left: 40px; } .section-2__p2::before { content: ""; display: block; width: 25px; height: 4px; background-color: #000; position: absolute; top: 6px; left: 0px; } .section-2-title { line-height: 1.252; font-size: 1.2813rem; } .section-2-title__span { background-color: #000; color: #fff; line-height: 1.252; font-size: 1.2813rem; } .section-2-questions { list-style: none; padding: 0 40px; line-height: 1.444; font-size: 0.8438rem; } .section-2-questions__item, .section-2_p3 { margin-top: 22px; } .section-2-questions__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: -16px; top: 8px; } .section-2-questions__item__text { font-size: 0.8438rem; } .section-2-questions__item__text span { font-weight: bold; font-size: 0.8438rem; } .section-3 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; max-width: 480px; width: 100%; padding: 30px 0; margin: 0 auto; } .section-3__article1, .section-3__article2 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; max-width: 310px; } .section-3__article2 { max-width: 410px; padding-left: 20px; } .article1_h2 { color: #000000; font-family: "Acrom"; font-size: 20px; line-height: 24px; font-weight: 800; margin-bottom: 35px; text-transform: uppercase; } .article1_p { color: #000000; font-family: "Acrom"; font-size: 14px; line-height: 20px; font-weight: 500; margin-bottom: 25px; position: relative; max-width: 270px; margin: 0 auto; } .article1_p::before { content: ""; width: 20px; height: 2px; background-color: #000000; position: absolute; left: -30px; top: 8px; } .article2_ul { list-style: none; max-width: 400px; margin: 0 auto; } .article2_li { margin-bottom: 25px; position: relative; max-width: 400px; margin: 0 auto; } .article2_li::before { content: ""; width: 9px; height: 10px; background-color: #ff6b08; position: absolute; left: -20px; top: 8px; } .article_li__h4 { font-size: 23px; line-height: 29px; color: #000000; font-family: "Acrom"; font-weight: 800; margin-bottom: 10px; } .article_li__phead, .article_li__ptext { font-size: 14px; line-height: 20px; font-family: "Acrom"; font-weight: 500; color: #000000; margin-bottom: 20px; display: inline-block; background-color: #16ebfe; } .article_li__ptext { color: #3f4144; margin-bottom: 25px; } .section-4 { max-width: 480px; display: flex; flex-direction: column; align-content: center; padding: 30px 0; margin: 0 auto; } .section-4__image, .section-4__subtitle { margin-bottom: 35px; } .section-4__subtitle { margin: 0 auto; font-family: "Acrom"; width: 256px; background-color: #000; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 24px; text-transform: uppercase; } .section-4__p { font-family: "Acrom"; font-size: 14px; font-weight: 700; margin-bottom: 15px; } .section-4__text { font-family: "Acrom"; font-size: 14px; font-weight: 400; line-height: 19.5px; margin-bottom: 52px; } .section-4__text-span { background-color: #16ebfe; } .section-4__title { text-align: center; margin: 0 auto; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 24px; text-transform: uppercase; width: 292px; margin-bottom: 23px; } .section-4__text-one { margin: 0 auto; padding-left: 30px; position: relative; width: 280px; font-family: "Acrom"; font-size: 14px; font-weight: 500; line-height: 19.5px; margin-bottom: 50px; } .section-4__text-one::before { content: ""; width: 14px; height: 4px; background-color: #000000; position: absolute; left: 0; top: 6px; } .section-4__item { padding-left: 50px; padding-right: 30px; list-style: none; margin-bottom: 30px; position: relative; } .section-4__item::before { content: ""; width: 6px; height: 6px; background-color: #000; position: absolute; left: 20px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 14px; font-weight: 700; line-height: 19.5px; text-transform: uppercase; margin-bottom: 25px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 14px; font-weight: 400; line-height: 19.5px; } .section-4__img { width: 100%; } .section-5 { padding: 30px 0px; margin: 0 auto; max-width: 714px; } .section-5--text { text-transform: uppercase; font-size: 18px; width: 200px; font-weight: 400; display: block; margin: 0px auto; padding-bottom: 42px; font-family: 'Acrom'; } .section-5--text::after { content: ' \005D'; } .section-5--text::before { content: '\005B '; } .section-5--items { font-size: 13px; width: 210px; margin: 0 auto; font-family: 'Acrom'; padding-bottom: 30px; } .streatch { content: ''; height: 1px; width: 20px; background-color: black; display: inline-block; position: absolute; top: 5px; } .section-5--items_your { background-color: black; color: white; padding-right: 50px; } .section-5-wrapper { width: 293px; height: 211px; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); display: block; margin: 0px auto; } .section-5-wrapper_about { font-size: 5.46px; padding-right: 17px; padding-left: 20px; font-family: 'Acrom'; letter-spacing: 0.07em; overflow-y: scroll; height: 180px; } ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-track { background: #E4E2E1; } ::-webkit-scrollbar-thumb { background: #191919; } .section-5-cart { display: flex; padding: 15px 13px 18px 18px; } .marks { display: flex; justify-content: space-between; } .marks-namber_active, .marks-namber_unactive { margin-right: 4px; } .marks-namber_active:last-child, .marks-namber_unactive:last-child { margin-right: 0px; } .marks-number { margin-right: 10px; } .marks-namber span { margin-right: 3px; } .marks-number span:last-child { margin-right: 0px; } .nav-buttons { display: flex; } .nav-button { width: 13px; height: 13px; background-color: black; color: white; margin-right: 1px; text-align: center; font-size: 8px; line-height: 12px; display: inline-block; } .nav-button:last-child { margin-right: 0px; } .marks-namber_unactive { font-size: 5px; } .marks-namber_active { text-decoration: line-through; font-size: 10px; } .section-paragraph { width: 300px; margin: 0 auto; position: relative; } .section-5-author { font-size: 5px; text-transform: uppercase; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-headerbox { max-width: 330px; padding-bottom: 32px; } .six-headerbox__header { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; padding-left: 131px; padding-bottom: 14.5px; } .six-headerbox__text { display: inline-block; width: 229px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 600; letter-spacing: -.3px; } .six-headerbox__wrapper { width: 266px; display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; margin-left: 94px; } .six-headerbox__line { margin-top: 12px; display: inline-block; height: 2px; width: 20px; background-color: #000000; } .six-listbox__list { max-width: 399px; padding-left: 87px; list-style-type: square; } .six-listbox__list__item { padding-left: 8px; } .six-listbox__list__sign { font-size: 13px; line-height: 21px; color: #000000; font-family: "Acrom"; font-weight: 900; text-transform: uppercase; } .six-listbox__list__text { font-size: 13px; line-height: 21px; color: #3f4144; font-family: "Acrom"; padding-bottom: 9px; } /*SECTION 7*/ .section7__point_one, .section7__point_two { display: flex; justify-content: center; flex-flow: column; margin: 0 auto; line-height: normal; } /*div*/ .section7__main_content { max-width: 366px; margin: 0 auto; } /*h3*/ .section7__section_title { display: block; width: 210px; font-family: 'Acrom ExtraBold'; font-size: 18px; text-transform: uppercase; position: relative; padding-left: 40px; margin-bottom: 22px; } /*p & psevdo*/ .section7__medium_font::before { content: ""; position: absolute; width: 20px; height: 3px; background-color: black; left: 0; top: 5px; } .section7__medium_font { display: flex; position: relative; font-family: 'Acrom Medium'; font-size: 13.5px; margin-bottom: 36px; padding-left: 40px; } /*picture*/ .section7__man_image { display: block; margin-bottom: 20px; margin: 0 auto; } .old { width: 100%; } .young { width: 100%; } /*h4*/ .section7__black_background { display: block; font-family: 'Acrom ExtraBold'; color: white; font-size: 0; margin: 18px 0; } .section7__main_content:first-of-type .section7__black_background { width: 140px; } .section7__main_content:last-of-type .section7__black_background { width: 160px; } .section7__black_background__item { font-size: 13.5px; white-space: nowrap; background-color: black; margin-bottom: 2px; display: inline-block; padding: 0 2px; } /*p*/ .section7__bold_font { font-family: 'Acrom Bold'; font-size: 13.5px; width: 358px; margin-bottom: 16px; } /*p*/ .section7__content { font-family: 'Acrom Regular'; font-size: 13.5px; color: #9e9ea0; width: 328px; margin: 0; margin-bottom: 27px; } /*TABLET*/ /*DESKTOP*/ .section8 { margin-top: 40px; margin-bottom: 60px; } .text_developer { margin-top: 25px; margin-bottom: 20px; font-size: 15px; line-height: 23px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-left: 80px; } .text_content { font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; color: #3f4144; padding-left: 40px; padding-right: 30px; } .headline8 { padding-bottom: 30px; margin-left: 70px; font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: bold; padding: 0; margin-bottom: 15px; width: 181px; } .content_right { padding-bottom: 25px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 500; color: black; margin-left: 65px; width: 280px; } .image_desctop { margin: 0 auto; display: block; } .image_man { margin: 0 auto; width: 100%; } .content_desctop__text { position: relative; } .content_dash { font-size: 22px; padding-right: 10px; } .text_content::before { content: ""; width: 5px; height: 5px; background-color: #000; display: inline-block; margin-right: 10px; margin-bottom: 3px; position: absolute; top: 9px; left: 53px; } .section9 { background-image: url(../images/background.png); background-position: 38px 34px; background-repeat: no-repeat; text-align: center; } .first-section9 { position: relative; max-width: 360px; margin: 0 auto; } .first-section9__howtostart { margin-top: 20px; font-size: 18px; margin-bottom: 25px; text-transform: uppercase; width: 265px; } .first-section9__howtostart__first { color: white; background-color: black; } .first-section9__howtostart__second { display: block; } .first-section9__whattodo { font-size: 14px; margin-bottom: 62px; font-weight: bold; height: 30px; padding: 0 40px; } .first-section9__whattodo::before { content: ''; height: 3px; width: 25px; display: block; background: black; position: absolute; top: 74%; left: 35px; } .second-section9 { position: relative; max-width: 360px; margin: 0 auto; } .second-section9__list { list-style-type: none; } .second-section9__mention { font-size: 14px; position: relative; color: black; } .second-section9__mention::before { content: "01."; font-family: 'Acrom'; color: black; position: absolute; height: 21px; width: 30px; top: -4%; left: -65px; font-size: 24px; } .second-section9__item { padding-left: 55px; } .second-section9__item:nth-of-type(2) .second-section9__mention::before { content: '02.'; } .second-section9__item:nth-of-type(3) .second-section9__mention::before { content: '03.'; } .second-section9__item:nth-of-type(4) .second-section9__mention::before { content: '04.'; } .second-section9__mention::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 30px; left: -36px; font-size: 24px; } .second-section9__article { font-size: 14px; color: #3f4144; margin-bottom: 35px; } .second-section9__mention3::before { content: "03."; color: black; position: absolute; height: 21px; width: 30px; top: 49%; left: 114px; font-weight: bold; font-size: 24px; } .second-section9__mention3::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 56%; left: 134px; font-size: 20px; } .second-section9__mention4::before { content: "04."; color: black; position: absolute; height: 21px; width: 30px; top: 70%; left: 115px; font-weight: bold; font-size: 24px; } .second-section9__mention4::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 77%; left: 135px; font-size: 20px; } .second-section9__bottom { font-size: 15px; color: #ff6b08; max-width: 330px; } .second-section9__mention { margin-bottom: 20px; font-size: 14px; } .second-section9__list { text-align: left; overflow: hidden; max-width: 280px; } .second-section9__bottom::before { content: ""; border: 1px solid; background-color: black; color: black; height: 1px; width: 30px; -webkit-transform: rotate(122deg); transform: rotate(122deg); position: absolute; top: 94%; left: -26px; } .first-section9__howtostart { font-family: "Acrom"; } .first-section9__whattodo { font-family: "Acrom"; font-weight: 500; } .second-section9__mention { font-family: "Acrom"; font-weight: 800; } .second-section9__article { font-family: "Acrom"; font-weight: normal; } .second-section9__bottom { font-family: "Acrom"; font-weight: 500; } .section10 { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; position: relative; } .section10__image-man { width: 100%; } .section10__texts { display: none; } .section10__titles { padding-top: 30px; padding-left: 15px; padding-right: 15px; padding-bottom: 25px; } .section10__listing-text { width: 280px; font-size: 11px; line-height: 17px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0 auto; margin-bottom: 35px; } .section10__list h4 { font-size: 13px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; margin: 0 auto; margin-bottom: 10px; } .section10__list { width: 250px; font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; margin: 0 auto; margin-bottom: 50px; } .section10__text-lower { font-size: 13px; line-height: 16px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; width: 310px; margin: 0 auto; margin-bottom: 40px; } .section10__button { display: block; width: 210px; height: 50px; background-color: #FF6B08; border: none; font-size: 11px; letter-spacing: 1px; line-height: 18px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; margin: 0 auto; margin-bottom: 60px; } .section10__list { position: relative; } .section10__item1::before { content: "[001]"; background-color: #FF6B08; color: #ffffff; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); position: absolute; width: 50px; height: 10px; text-align: center; } .section10__item2::before { content: "[002]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item3::before { content: "[003]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item4::before { content: "[004]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); top: 448px; width: 50px; height: 10px; text-align: center; } .section10__item5::before { content: "[005]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item6::before { content: "[006]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; line-height: 6px; text-align: center; } .section10__item { margin-bottom: 30px; position: relative; list-style: none; } .section10__item::before { line-height: 6px; left: -50px; top: 25px; } .section10__text-lower { position: relative; } .section10__slach { position: absolute; font-size: 25px; color: #000000; left: -20px; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .section11 { width: 714px; padding: 30px 0; margin: 0 auto; font-size: 16px; font-family: "Acrom", sans-serif; transition: padding 0.3s linear; } .section11 .section2-img__wrapper::after { display: none; } .section2_img, .third-wrapper_img { width: 100%; height: auto; display: block; } .section11-first-wrapper { margin-bottom: 34px; } .section11-h3 { font-size: 1.125rem; font-weight: 900; padding-left: 39px; margin-bottom: 18px; text-transform: uppercase; line-height: 1.333; transition: font-size 0.3s linear; } .online-universe { width: 290px; margin: 0 auto 18px; font-size: 0.8438rem; line-height: 1.444; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .online-univrese__p1 { text-transform: uppercase; font-weight: 900; margin-bottom: 8px; transition: font-size 0.3s linear, margin 0.3s linear; } .online-universe__p2 { transition: font-size 0.3s linear; } .section2-img__wrapper { display: block; margin-bottom: 59px; } .universe_with_tea { padding-left: 26px; font-size: 0.8438rem; line-height: 1.444; position: relative; width: 290px; margin: 0 auto; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .universe_with_tea:before { content: ""; height: 3px; width: 20px; background-color: #000; position: absolute; left: 0px; top: 9px; } .section11-second-wrapper { width: 300px; margin: 0 auto; margin-bottom: 42px; } .second-wrapper_span, .third-wrapper_span { background-color: #000; color: #fff; font-size: 0.7719rem; font-weight: 500; display: inline-block; margin-bottom: 33px; transition: font-size 0.3s linear; } .second-wrapper_h4 { font-size: 0.8438rem; line-height: 1.444; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; width: 200px; position: relative; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .second-wrapper_h4:after { content: ""; width: 80px; height: 68px; position: absolute; background-image: url(../images/section11-map.png); top: -46px; right: -98px; } .second-wrapper_p { font-size: 0.8438rem; line-height: 1.444; transition: font-size 0.3s linear; } .section11-third-wrapper { width: 293px; margin: 0 auto; } .third-wrapper_span { margin-bottom: 28px; } .third-wrapper_ul { list-style: none; line-height: 1.444; font-size: 0.8438rem; transition: font-size 0.3s linear; } .third-wrapper_li { display: flex; } .third-wrapper_li:nth-of-type(1) { margin-bottom: 22px; } .third-wrapper_li:nth-of-type(2) { margin-bottom: 39px; } .third-li_wrapper { width: 252px; } .third-wrapper_h4 { width: 170px; text-transform: uppercase; margin-bottom: 6px; position: relative; } .third-wrapper_h4::after { position: absolute; right: -52px; top: -4px; font-size: 2.4131rem; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0.05; font-weight: 900; transition: font-size 0.3s linear; } .third-h3_01::after { content: "01_"; } .third-h3_02::after { content: "02_"; } .third-h3_03::after { content: "03_"; } .third-wrapper_li-p { transition: font-size 0.3s linear; } .third-wrapper_li-span { transition: font-size 0.3s linear; } .third-wrapper_li-span { display: block; font-weight: 700; transition: font-size 0.3s linear; } .third-wrapper_img { display: block; -o-object-fit: cover; object-fit: cover; transition: scale .3s linear, -webkit-transform 0.3s linear; transition: transform 0.3s linear, scale .3s linear; transition: transform 0.3s linear, scale .3s linear, -webkit-transform 0.3s linear; } .third-wrapper_li:hover .third-wrapper_img { -webkit-transform: rotate(360deg) scale(1.4); transform: rotate(360deg) scale(1.4); } .section11_item1 { width: 45px; } .section11_item2 { width: 75px; height: 114px; } .section12 { display: block; margin: 0 auto; max-width: 293px; } .section1__article { position: relative; } .head__article { text-transform: uppercase; font-size: 18.74px; font-family: 'Acrom'; font-weight: bold; margin: 46px auto; margin-top: 60px; } .description__article { font-size: 13.5px; font-weight: bold; margin-bottom: 46px; font-family: 'Acrom'; font-weight: 500; margin-bottom: 47px; padding-left: 22px; } .description__article::before { content: ""; border: solid 1px; background-color: black; display: block; position: absolute; width: 10px; top: 75px; left: 0px; } .indicated__description { background-color: #16ebfe; } .image__article { margin-bottom: 37px; margin-bottom: 40px; } .list__item { text-transform: uppercase; font-size: 13.5px; margin-bottom: 31px; } .main__article { font-size: 13.5px; margin-bottom: 14px; position: relative; font-family: 'Acrom'; font-weight: 800; margin-left: 11px; } .decoration__article { position: relative; } .decoration__article::after { content: "+"; color: black; position: absolute; top: -10%; left: 7px; } .main__article::before { content: ""; border: 2px; background-color: black; width: 7px; height: 7px; position: absolute; top: 3px; left: -15px; } .list__article { list-style-type: none; padding-left: 15px; } .list__description { font-size: 13.5px; color: #3f4144; font-family: 'Acrom'; font-weight: normal; text-transform: none; } .decoration-text { text-transform: uppercase; } /*SECTION 13*/ .section13__point { display: flex; justify-content: center; flex-flow: column; margin: 0 auto; line-height: normal; padding-top: 60px; padding-bottom: 60px; } .mans { width: 100%; } /*div*/ .section13__main_content { max-width: 234px; margin: 0 auto; } /*h3*/ .section13__section_title { display: block; width: 216px; font-family: 'Acrom'; font-size: 18px; text-transform: uppercase; position: relative; margin-bottom: 24px; } /*p & psevdo*/ .section13__medium_font::before { content: ""; position: absolute; width: 16px; height: 3px; background-color: black; left: 0; top: 5px; } .section13__medium_font { display: flex; position: relative; font-family: 'Acrom'; font-size: 13.5px; margin-bottom: 28px; padding-left: 40px; } /*picture*/ .section13__mans_image { margin-bottom: 18px; margin: 0 auto; width: 100%; } /*p*/ .section13__bold_font { font-family: 'Acrom'; font-size: 13.5px; width: 198px; margin-top: 34px; margin-bottom: 18px; text-transform: uppercase; } /*p*/ .section13__content { font-family: 'Acrom'; font-size: 13.5px; color: #9e9ea0; width: 216px; margin: 0; } /*TABLET*/ /*DESKTOP*/ .just_only { font-family: 'Acrom'; max-width: 480px; margin: 0 auto; padding: 20px 0px; } .just_now { background-image: url(../images/it@2x-min.png); background-repeat: no-repeat; height: 250px; width: 250px; background-position: right; background-size: contain; margin: 0px auto; position: relative; } .just_now-shadov { width: 330px; position: absolute; top: 160px; left: -26px; } .just_now-man { top: 0px; position: absolute; height: 259px; } .just { font-family: 'Acrom-Regular'; font-weight: 400; } .just_text-contain { width: 292px; margin: 0 auto; position: relative; padding-top: 45px; } .just_text-item { font-size: 13.5px; color: #ff6b08; width: 264px; margin: 0 auto; } .just_text-mark { display: inline-block; position: absolute; } .just_text-main { font-size: 18px; text-transform: uppercase; width: 290px; color: white; background-color: black; margin: 0 auto; margin-top: 24px; padding-left: 5px; } .just_web { width: 292px; margin: 0px auto; position: relative; } .just_text-study { font-size: 13.5px; width: 205px; margin: 0px auto; margin-top: 25px; } .just_web-mark { width: 20px; height: 1px; background-color: black; display: inline-block; position: absolute; top: 8px; left: 1px; } .bay_product-text { margin-top: 55px; font-size: 13.5px; text-transform: uppercase; width: 293px; margin: 0 auto; padding-top: 36px; } .advantages { list-style: none; font-size: 13.5px; } .advantages_items { display: flex; width: 245px; margin: 0 auto; margin-top: 36px; } .advantages_item { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; background-color: #ff6b08; color: white; font-size: 13.5px; padding: 5px 0px; width: 10px; } .advantages_items-par { margin-left: 13px; margin-bottom: 15px; } .advantages_item-text { margin-left: 13px; } .just_text-first { visibility: hidden; width: 274px; background-color: black; color: white; display: block; margin-bottom: 2px; font-size: 27px; text-transform: uppercase; } .just_text-second { visibility: hidden; width: 137px; background-color: black; color: white; display: block; font-size: 27px; text-transform: uppercase; } .get_it { margin: 0 auto; max-width: 480px; width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; padding-top: 20px; padding-left: 15px; } .get_it__div1 { display: flex; max-width: 290px; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; } .get_it__div2 { display: none; } .get_it_h2 { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; margin-bottom: 35px; text-transform: uppercase; font-weight: 800; max-width: 234px; } .get_it_ul { list-style: none; padding-bottom: 30px; } .get_it_li_h3 { font-size: 13px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-bottom: 18px; text-transform: uppercase; position: relative; max-width: 232px; } .get_it_before1::before { position: absolute; content: '01.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_before2::before { position: absolute; content: '02.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_before3::before { position: absolute; content: '03.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_li_p { font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; padding-bottom: 13px; position: relative; max-width: 232px; } .get_it_li_p::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: -25px; top: 0; } .get_it_p { font-size: 13px; line-height: 19px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; padding-bottom: 38px; } .get_it_span { font-size: 30px; color: #000000; } .get_it_button { width: 218px; height: 42px; box-shadow: 0px 5px 6px rgba(196, 87, 15, 0.26); background-color: #ff6b08; font-size: 10px; letter-spacing: 1px; line-height: 15px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; text-transform: uppercase; border: none; } .get_it_button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .get_it_button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .sixteen-section { padding: 30px 0; margin: 0 auto; } .sixteen-header { margin-bottom: 30px; } .sixteen-headerbox__heading { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 900; text-transform: uppercase; text-align: center; padding-bottom: 14px; } .sixteen-headerbox__textbox { max-width: 252px; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-headerbox__textbox__line { width: 19px; height: 2.25px; background-color: #000000; } .sixteen-headerbox__textbox__text { max-width: 216px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 600; letter-spacing: -.14px; line-height: 1.4; } .sixteen-imagebox { margin: 0 auto; max-width: 445px; height: 165px; background: url(../images/header-picture-16.jpg), #161616; background-size: cover; background-position: 0 12%; background-repeat: no-repeat; } .sixteen-first-article { margin-bottom: 11px; } .sixteen-first-article__textbox { max-width: 291px; } .sixteen-first-article__wrapper { max-width: 237px; padding-bottom: 9px; font-size: 0; } .sixteen-first-article__heading { max-width: 240px; font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; text-transform: uppercase; background-color: #000000; margin-bottom: 3px; } .sixteen-first-article__heading__row { max-width: 240px; font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; text-transform: uppercase; background-color: #000000; margin-bottom: 3px; } .sixteen-first-article__text { max-width: 371px; font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; padding-bottom: 22px; letter-spacing: -.8px; } .sixteen-second-article__header { max-width: 371px; margin-bottom: 21px; font-size: 14px; text-transform: uppercase; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 800; letter-spacing: -0.3px; } .sixteen-second-article__list { list-style-type: none; } .sixteen-second-article__list__item { width: 346px; margin-left: 10px; margin-bottom: 22px; line-height: 18px; position: relative; } .sixteen-second-article__list__textbox { margin: 0 auto; width: 242px; } .sixteen-second-article__list__sign { padding-bottom: 8px; font-size: 13px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: bold; max-width: 356px; } .sixteen-second-article__list__text { width: 260px; font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; } .sixteen-second-article__list__numberbox { text-align: center; width: 50px; position: absolute; -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg); top: 23px; background-color: #ff6b08; } .sixteen-second-article__list__number { font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; } .sixteen-second-article__list__price { display: flex; flex-flow: row wrap; width: 304px; margin: 0 auto; justify-content: space-between; } .sixteen-second-article__list__price__wrapper { width: 141px; margin-left: 9px; margin-top: 41px; } .sixteen-second-article__list__price__span { font-size: 17px; line-height: 29px; color: #000000; font-family: "Acrom"; font-weight: 500; background-color: #16ebfe; } .sixteen-second-article__list__price__pricebox { margin-top: 20px; } .sixteen-second-article__list__price__costnone { display: block; font-size: 17px; line-height: 43px; color: #3c3b40; font-family: "Acrom"; font-weight: 800; text-decoration: line-through; } .sixteen-second-article__list__price__costnone__grn { text-transform: uppercase; } .sixteen-second-article__list__price__cost { display: block; font-size: 36px; line-height: 43px; color: #000000; font-family: "Acrom"; font-weight: 800; } .sixteen-second-article__list__price__cost__grn { font-size: 23px; line-height: 43px; color: #000000; font-family: "Acrom"; font-weight: 600; } .section17 { max-width: 480px; padding: 40px 55px; margin: 0 auto; display: flex; flex-direction: column; } .section17__title { margin: 0 auto; text-align: center; font-family: Acrom; font-weight: 700; font-size: 18px; line-height: 24px; text-transform: uppercase; background-color: #000; color: #fff; width: 275px; margin-bottom: 25px; } .section17__text { margin: 0 auto; display: flex; align-items: flex-end; width: 205px; padding-left: 40px; font-family: Acrom; font-size: 14px; font-weight: 500; line-height: 19.5px; position: relative; margin-bottom: 60px; } .section17__text::before { content: ''; display: block; width: 20px; height: 3px; background-color: #000; position: absolute; left: -10px; top: 8px; } .section17__item { list-style: none; margin-bottom: 40px; } .section17__span-text { background-color: #000; color: #fff; } .section17__item-name1, .section17__item-name2 { display: flex; align-items: flex-end; font-family: Acrom; padding-left: 90px; position: relative; color: #000; font-size: 13px; font-weight: 700; line-height: 21.85px; text-transform: uppercase; margin-bottom: 13px; } .section17__item-name1::before { position: absolute; content: '01.'; font-family: Acrom; font-size: 25px; font-weight: 700; line-height: 30.25px; text-transform: uppercase; left: 35px; top: 0; } .section17__item-name2 { position: relative; } .section17__item-name2::before { position: absolute; content: '02.'; font-family: Acrom; font-size: 25px; font-weight: 700; line-height: 30.25px; text-transform: uppercase; left: 30px; top: 0; } .section17__item-text1, .section17__item-text2 { width: 100%; padding-left: 90px; position: relative; font-family: Acrom; font-size: 12px; font-weight: 400; line-height: 17.65px; color: #3f4144; align-items: flex-end; } .section17__item-text1::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: 60px; top: 0; } .section17__item-text2 { position: relative; } .section17__item-text2::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: 60px; top: -20px; } .section17__span { padding: 0 0; background-color: #000; color: #fff; } .form__style { padding: 70px 55px; margin: 0 auto; height: 348px; box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15); background-color: #ffffff; } .form__item { list-style: none; } .form__style input:focus:valid { border-bottom: 2px solid green; } .form__style input:focus:invalid { border-bottom: 2px solid red; } .form__name, .form__phone, .form__email { width: 100%; height: 30px; padding-left: 20px; outline: 0; border-width: 0 0 2px; border-color: #bfbfbf; font-family: Acrom; color: #000; font-size: 9px; font-weight: 700; line-height: 0.9; padding: 0; } .form__email { margin-bottom: 20px; } .form__span { color: #bfbfbf; font-family: Acrom; font-size: 8px; font-weight: 700; line-height: 11.95px; padding-left: 2px; } .form__button { display: block; text-align: center; width: 174px; height: 34px; box-shadow: 0 5px 6px rgba(196, 87, 15, 0.26); border: none; background-color: #ff6b08; color: #fff; font-family: Acrom; font-size: 8px; font-weight: 700; line-height: 11.95px; text-transform: uppercase; } .form__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .form__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .courses-price { font-family: 'Acrom'; max-width: 480px; margin: 0px auto; padding: 30px 0px 30px; } .important-text { font-size: 18px; text-transform: uppercase; text-align: center; padding-bottom: 23px; } .price { height: 274px; width: 371px; background-color: #052139; margin: 0 auto; color: white; font-weight: 400; position: relative; } .price-video-cource { display: flex; justify-content: center; padding-top: 75px; } .price-name { width: 116px; font-size: 13px; } .price-uah { font-size: 14.5px; text-transform: uppercase; line-height: 40px; } .price-uah:before { content: ''; width: 35px; height: 1px; display: inline-block; background-color: white; margin-bottom: 3px; margin-right: 10px; } .price-actualy { display: flex; justify-content: center; padding-top: 42px; padding-left: 70px; flex-direction: column; } .price-today_hover { background-color: #16ebfe; width: 90px; font-size: 13px; } .price-today { font-size: 13px; } .price-actualy-today { position: absolute; top: 155px; left: 189px; font-size: 39px; font-weight: 400; } .price-actualy-today_uah { font-size: 13px; font-weight: 400; } .our-gift_first { font-size: 14.5px; font-weight: 400; width: 282px; padding-top: 45px; margin: 0 auto; } .our-gift_it { font-size: 12.5px; padding-top: 16px; width: 282px; margin: 0 auto; } .our-gift_copy { font-size: 14.5px; font-weight: 400; width: 300px; line-height: 25px; color: #ff6b08; margin: 0 auto; padding-top: 34px; } .our-gift_mark { font-size: 40px; position: absolute; top: 175px; } .our-gift { position: relative; width: 370px; margin: 0px auto; } .our-gift_btn { width: 295px; height: 40px; background-color: #ff6b08; color: white; text-transform: uppercase; text-align: center; margin: 0 auto; font-size: 10px; border-color: transparent; display: block; margin-top: 34px; margin-bottom: 34px; line-height: 40px; cursor: pointer; } .our-gift_btn:hover { box-shadow: 0px 4px 5px #ff6b0882; transition: 300ms ease; } .operate_pay { margin: 0 auto; max-width: 480px; width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; padding-top: 20px; } .operate_pay__div1 { display: flex; max-width: 310px; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; margin-bottom: 38px; position: relative; } .operate_pay__div2 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; max-width: 310px; padding-bottom: 40px; } .operate_div1_block { max-width: 219px; padding-left: 15px; } .operate_pay__div1::before { content: "GO"; position: absolute; font-size: 102px; line-height: 81px; color: #f7f7f7; font-family: "Acrom"; font-weight: 800; -webkit-transform: rotate(90deg); transform: rotate(90deg); left: -127px; bottom: 80px; } .operate_div1_h3 { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; margin-bottom: 12px; text-transform: uppercase; font-weight: 800; } .operate_div1_p { position: relative; max-width: 192px; font-size: 13px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 500; margin-bottom: 25px; padding-left: 12px; } .operate_div1_p::before { content: ""; width: 13px; height: 3px; background-color: #000000; position: absolute; left: -10px; top: 8px; } .operate_pay_button { width: 218px; height: 42px; box-shadow: 0px 5px 6px rgba(196, 87, 15, 0.26); background-color: #ff6b08; font-size: 10px; letter-spacing: 1px; line-height: 15px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; text-transform: uppercase; border: none; } .operate_pay_button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .operate_pay_button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .operate_div2_ul { list-style: none; padding-left: 25px; } .operate_div2_h3 { font-size: 20px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-bottom: 10px; } .operate_div2_li_p1 { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; padding-bottom: 30px; } .operate_div2_li_p2 { font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; padding-bottom: 23px; } .operate_div2_li_p3 { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; padding-bottom: 25px; } .video_span { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; } .operate_div2_p { font-size: 14px; line-height: 20px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; display: block; text-align: right; padding-right: 30px; } .footer { font-size: 16px; font-family: "Acrom", sans-serif; } .footer-wrapper_first { background-color: #181c27; padding: 30px 15px; display: flex; justify-content: space-between; align-items: center; transition: padding 0.3s linear; } .footer-ul-fist { list-style: none; display: flex; justify-content: space-between; width: 290px; align-items: center; } .footer-ul-first_li { max-width: 85px; display: flex; flex-direction: column; } .footer-ul-first_li span { color: #fff; font-weight: 900; font-size: 0.625rem; margin-bottom: 7px; } .footer-li_p, .footer-li_p a { display: flex; flex-direction: column; color: #a2a2a2; font-size: 0.5rem; line-height: 1.222; text-decoration: none; } .footer-logo { width: 41px; height: auto; transition: width 0.3s linear; } .footer_hidden { display: none; } .footer-wrapper_button { font-weight: 900; font-size: 0.5625rem; width: 121px; height: 20px; box-sizing: border-box; background-color: transparent; text-transform: uppercase; color: #fff; border: #1a3353 1px solid; transition: background-color 0.3s linear; } .footer-wrapper_button:hover, .footer-wrapper_button:focus { background-color: #16ebfe; cursor: pointer; border: none; } .footer-wrapper_second { background-color: #202020; padding: 0 15px; height: 23px; display: flex; justify-content: space-between; align-items: center; transition: padding 0.3s linear; } .footer-ul-second { list-style: none; display: flex; width: 300px; justify-content: space-between; } .footer_a { display: block; font-size: 0.375rem; color: #65666a; text-decoration: none; } .footer-second_ra { background-image: url(../images/footerRA.png); width: 14px; height: 8px; background-size: cover; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Regular.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Bold.woff") format("woff"); font-weight: bold; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Thin.woff") format("woff"); font-weight: 100; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Light.woff") format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } * { box-sizing: border-box; margin: 0; padding: 0; } .container { width: 100%; margin: 0 auto; } button:hover:not(.first-section-header__button) { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } button:focus:not(.first-section-header__button) { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } @media screen and (min-width: 768px) { .container { width: 100%; } .container { width: 100%; } .first-section__background { background: url(../images/section1background.png); background-size: cover; background-repeat: no-repeat; background-position: center; } .first-section__header { margin-bottom: 45px; width: 100%; } .first-section { width: 85.286%; height: 340px; } .first-section__logo { display: none; } .first-section__title { width: 325px; height: 165px; margin: 0; font-size: 45px; line-height: 56px; margin-right: 160px; } .first-section__intro { width: 230px; height: 75px; margin: 0; padding: 0; font-size: 8px; line-height: 13px; text-align: justify; } .first-section__openit { width: 160px; height: 50px; font-size: 11px; line-height: 17px; text-transform: uppercase; text-align: left; margin-bottom: 20px; margin-top: 15px; } .first-section__conditions { font-size: 10px; line-height: 13px; width: 160px; height: 90px; } .first-section__textbox { display: flex; flex-wrap: wrap; height: 260px; justify-content: flex-start; margin: 0; } .first-section__button { font-size: 7px; letter-spacing: 1px; line-height: 10px; width: 110px; height: 30px; margin: 0; } .first-section-footer__span { display: inline-block; color: #ffff; -webkit-transform: rotate(270deg); transform: rotate(270deg); font-size: 13px; letter-spacing: 1px; line-height: 10px; font-family: "Acrom"; font-weight: 500; } .first-section-footer__links { display: inline-block; position: relative; left: 90%; bottom: 200px; } .first-section-footer__links:hover { fill: #16ebfe; } .first-sectiion-footer__facebook { padding-right: 15px; } .navigation { max-width: 768px; } .section-2-header__wrapper { display: flex; flex-flow: column wrap; max-width: 550px; max-height: 260px; margin-bottom: 68px; } .section-2_p1 { max-width: 201px; font-size: 0.5625rem; } .section-2-header__wrapper .section2-img__wrapper { order: -1; margin-right: 72px; } .section-2-tittle-wrapper { margin: 0; max-width: 245px; } .section-2__p2 { max-width: 160px; font-size: 0.625rem; text-align: left; margin-bottom: 10px; line-height: 1.667; } .section-2__p2::before { content: ""; display: block; width: 28px; height: 3px; background-color: #000; position: absolute; top: 7px; left: 0px; } .section-2-title { line-height: 1.3; font-size: 1.6875rem; } .section-2-title span { font-size: 1.6875rem; line-height: 1.3; } .section-2_img { margin: 0; } .section-2-second-question { font-size: 1.0625rem; } .section-2-questions { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0; } .section-2-questions__item { max-width: 150px; } .section-2-questions__item::before { display: none; } .section-2-questions__item__text { font-size: 0.5625rem; } .section-2-questions__item__text span { font-size: 0.5rem; } .section-2_p3 { text-align: left; font-size: 0.625rem; } .p3-wrapper { display: flex; flex-flow: row wrap; } /*articles*/ .section7__point_one, .section7__point_two { display: flex; justify-content: space-between; flex-flow: row wrap; width: 644px; height: 236px; margin: 0 auto; } /*Article TWO*/ .section7__point_two { flex-flow: column wrap; height: 254px; } /*div*/ .section7__main_content { display: flex; justify-content: space-between; flex-flow: column wrap; width: 200px; padding-left: 50px; margin: 0; align-self: flex-start; } /*Article TWO div-important*/ .section7__point_two .section7__main_content { height: 108px; } /*Article One h3*/ .section7__section_title { font-size: 27px; width: 170px; padding-left: 0; margin-bottom: 36px; } /*p*/ .section7__medium_font { font-size: 8.97px; width: 178px; margin: 0; } /*picture young*/ .section7__man_image { margin: 0; } .young { display: flex; justify-content: space-between; flex-flow: row wrap; width: 272px; height: 170px; } /*Article TWO*/ /*picture old*/ .section7__man_image { margin: 0; } .old { display: flex; justify-content: space-between; flex-flow: row wrap; width: 100%; height: auto; } /*div*/ .section7__main_content--order_two, .section7__main_content--order_three { display: flex; justify-content: space-between; flex-flow: column wrap; width: 312px; padding: 0; } .section7__main_content--order_two { order: 2; } .section7__main_content--order_three { order: 3; } /*h4*/ .section7__black_background { font-size: 8.97px; display: flex; justify-content: space-between; flex-flow: row wrap; width: 112px; margin: 0; } .section7__main_content:first-of-type .section7__black_background { width: 86px; } .section7__main_content:last-of-type .section7__black_background { width: 100px; } /*span*/ .section7__black_background__item { font-size: 8.97px; } /*div*/ .section7_p { display: flex; justify-content: space-between; flex-flow: column wrap; width: 172px; } /*p*/ .section7__bold_font { font-size: 8.97px; display: flex; justify-content: space-between; flex-flow: column wrap; width: 170px; margin-bottom: 16px; } /*p*/ .section7__content { font-size: 7.85px; color: #9e9ea0; display: flex; justify-content: space-between; flex-flow: column wrap; width: 170px; margin: 0; margin-bottom: 39px; } .content_man { display: flex; justify-content: space-between; } .content_desctop { display: flex; flex-direction: row-reverse; justify-content: space-between; } .text_content { font-size: 8px; line-height: 12px; color: #3f4144; font-family: "Acrom"; } .section8 { max-width: 640px; margin: 0 auto; padding-top: 100px; } .text_developer { padding-left: 30px; } .text_content { padding: 0; max-width: 190px; } .image_man { width: 311px; height: 180px; padding: 0; margin: 0; -o-object-fit: cover; object-fit: cover; } .content_man__text { width: 311px; } .content_right { font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; margin: 0; max-width: 209px; } .headline8 { font-size: 24px; line-height: 34px; color: #000000; font-family: "Acrom"; font-weight: bold; margin: 0; padding-bottom: 20px; width: 290px; } .image_desctop { margin-left: 0; width: 250px; height: 200px; padding-bottom: 30px; } .content_desctop__text { padding-right: 40px; } .text_content { position: relative; } .text_content::before { position: absolute; margin: 0; top: -40px; left: 2px; width: 7px; height: 7px; } .text_developer { font-size: 9px; line-height: 15px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0; padding: 0; padding-bottom: 10px; } .section9 { display: flex; justify-content: space-between; flex-flow: row wrap; background-position: 225px 6px; max-width: 640px; margin: 0 auto; } .first-section9 { width: 197px; height: 153px; margin: 0; } .second-section9 { margin: 0; } .second-section9__articles { max-width: 300px; } .second-section9__list { display: flex; justify-content: space-between; flex-flow: column wrap; height: 157px; width: 305px; margin-bottom: 33px; } .second-section9__item { width: 145px; padding-left: 45px; margin-bottom: 10px; } .second-section9__mention { font-size: 9px; margin-bottom: 8px; } .second-section9__article { font-size: 7.8px; } .second-section9__article { margin: 0; } .second-section9__mention::before { content: "01."; position: absolute; top: -4%; left: -54px; } .first-section9__whattodo::before { content: ''; height: 3px; width: 25px; display: block; background: #000; position: absolute; top: 80%; left: 25px; } .second-section9__item { overflow: hidden; height: 50px; } .first-section9__howtostart { font-size: 27px; margin-top: 0; } .first-section9__whattodo { font-size: 8.97px; } .second-section9__bottom { font-size: 8.97px; } .second-section9__bottom::before { width: 20px; top: 92%; left: -7px; } .section11 { transition: padding 0.3s linear; display: flex; flex-flow: row wrap; } .section11-first-wrapper { display: flex; flex-flow: column wrap; align-content: space-between; height: 230px; width: 100%; margin-bottom: 60px; } .section11-h3 { width: 238px; padding-left: 0; font-size: 1.6875rem; margin: 0 0 23px; line-height: 1.26; order: 1; } .online-universe_wrapper { order: 3; width: 344px; } .online-universe { margin: 0; font-size: 0.5606rem; display: flex; justify-content: space-around; margin: 5px auto 26px; } .online-univrese__p1 { font-size: 0.5606rem; margin: 0; width: 93px; } .online-universe__p2 { font-size: 0.4906rem; width: 118px; } .section2-img__wrapper { margin: 0; } .universe_with_tea { font-size: 0.5606rem; margin: 0 0 0 46px; padding: 0; order: 2; width: 154px; } .universe_with_tea:before { width: 27px; left: -46px; top: 3px; } .section11-second-wrapper { margin: 0; width: 138px; margin-right: 25px; } .section11-third-wrapper { margin: 0; width: 475px; } .second-wrapper_span, .third-wrapper_span { font-size: 0.5606rem; margin-bottom: 23px; } .second-wrapper_h4, .third-wrapper_h4 { font-size: 0.5606rem; line-height: 1.5; margin-bottom: 6px; font-weight: 900; width: 136px; } .second-wrapper_h4:after { width: 58px; height: 50px; background-size: cover; top: -33px; right: 0px; } .third-wrapper_ul { display: flex; } .third-wrapper_li, .third-wrapper_li:nth-of-type(1), .third-wrapper_li:nth-of-type(2) { width: 138px; margin-bottom: 0; } .third-wrapper_li:not(:nth-last-of-type(1)) { margin-right: 26px; } .third-wrapper_h4 { width: 55px; } .third-wrapper_h4:after { right: -111px; top: -7px; } .second-wrapper_p, .third-wrapper_li-p { font-size: 0.4906rem; line-height: 1.5; } .section11_item1 { width: 30px; height: 96px; } .section11_item2 { width: 61px; height: 83px; -o-object-fit: contain; object-fit: contain; } .section12 { max-width: 620px; height: 436px; display: flex; justify-content: space-between; flex-flow: column wrap; margin: 0 auto; margin-bottom: 55px; padding-top: 60px; padding-bottom: 60px; } .section1__article { order: 2; width: 240px; height: 130px; } .section2__article { order: 1; width: 330px; height: 310px; margin: 0; } .image__article { width: 311px; height: 310px; margin: 0; } .section3__article { order: 3; width: 240px; height: 170px; } .list__item { margin: 0; } .main__article { margin: 0; margin-bottom: 10px; } .list__description { margin-bottom: 24px; } .head__article { font-size: 27px; width: 204px; height: 60px; margin: 0; margin-bottom: 22px; } .description__article { font-size: 9px; width: 240px; height: 50px; } .main__article { font-size: 8.97px; } .list__description { font-size: 7.85px; } .description__article::before { top: 85px; } .decoration__article::after { left: 5px; } /*article*/ .section13__point { display: flex; justify-content: space-between; flex-flow: row wrap; width: 630px; height: inherit; margin: 0 auto; } /*div*/ .section13__main_content { margin: 0; } /*h3*/ .section13__section_title { width: 240px; font-size: 27px; } /*p & psevdo*/ .section13__medium_font::before { width: 28px; } .section13__medium_font { font-size: 8.97px; width: 175px; margin: 0; } /*picture*/ .section13__mans_image { width: auto; margin: 0; } .mans { display: flex; justify-content: space-between; flex-flow: row wrap; width: 180px; height: 160px; } /*div*/ .section13_p { width: 139px; } /*p*/ .section13__bold_font { font-size: 8.97px; width: 102px; padding-bottom: 16px; margin: 0; } /*p*/ .section13__content { font-size: 7.85px; width: 128px; } .footer-wrapper_first { padding: 30px 65px; transition: padding 0.3s linear; } .footer-logo { width: 57px; } .footer_hidden { display: flex; } .footer-ul-fist { width: 400px; } .footer-li_p { font-size: 0.5rem; font-weight: 900; } .footer-social { font-size: 0.5rem; line-height: 1.222; display: block; text-decoration: none; margin-bottom: 5px; color: #fff; font-weight: 900; } .footer-ul-first_li span { font-size: 0.5rem; } .footer-wrapper_button { font-size: 0.4375rem; } .footer-wrapper_second { padding: 0 65px; transition: padding 0.3s linear; } .footer_a { font-size: 0.4188rem; } } @media (min-width: 768px) { .section-3 { background-repeat: no-repeat; background-position: right; background-position-y: bottom; background-image: url(../images/section_3_img_1.png); max-width: 714px; flex-direction: row; } .section-3__article1 { max-width: 189px; } .section-3__article2 { min-width: 430px; } .article1_h2 { font-size: 27px; line-height: 34px; } .article1_p { font-size: 9px; line-height: 13px; max-width: 127px; } .article2_ul { max-width: 320px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; z-index: 6; } .article2_ul { justify-content: space-between; } .article2_li { max-width: 125px; margin: 0; } .article2_li-1 { order: 1; } .article2_li-2 { order: 3; } .article2_li-3 { order: 2; } .article2_li-4 { order: 1; } .article2_li::before { display: none; } .article_li__h4 { font-size: 17px; line-height: 20px; } .article_li__phead { font-size: 8px; line-height: 13px; display: inline; } .article_li__ptext { font-size: 9px; line-height: 13px; margin-bottom: 15px; } .section-4 { max-width: 768px; display: flex; flex-direction: row; } .section-4__subtitle { font-family: "Acrom"; font-weight: 700; width: 75px; height: 40px; margin: 0 auto; background-color: #000; color: #ffffff; font-size: 9px; line-height: 14.58px; text-transform: uppercase; margin-right: 30px; } .section-4__p { font-family: "Acrom"; font-weight: 700; font-size: 9px; line-height: 13.46px; margin-bottom: 10px; width: 160px; } .section-4__text { font-family: "Acrom"; font-size: 8px; font-weight: 400; line-height: 11.78px; width: 165px; } .section-4__article-two { display: flex; flex-direction: column; max-width: 274px; } .section-4__article-two-titles, .section-4__article-two-description { display: flex; } .section-4__title { text-align: left; font-family: "Acrom"; color: #ffffff; font-size: 27px; font-weight: 700; line-height: 33.65px; text-transform: uppercase; margin-bottom: 23px; margin-right: 20px; } .section-4__text-one { width: 160px; position: relative; font-family: "Acrom"; font-size: 8px; font-weight: 500; line-height: 13.46px; margin-bottom: 45px; } .section-4__text-one::before { content: ""; width: 29px; height: 4px; background-color: #000000; position: absolute; left: -20px; top: 6px; } .section-4__item { padding-left: 100px; list-style: none; margin-bottom: 10px; position: relative; } .section-4__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: 70px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 9px; font-weight: 700; line-height: 13.46px; text-transform: uppercase; margin-bottom: 10px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 9px; font-weight: 400; line-height: 13.46px; } .section-5 { display: flex; justify-content: space-between; } .section-5-author { font-size: 9px; } .section-5--text { font-size: 37px; padding-bottom: 22px; } .section-5-photo-img { width: 75px; height: 75px; } .section-5--items { font-size: 9px; width: 103px; } .test { width: 190px; } .section-5-wrapper { margin: 0px; } .section-5--items_your { padding-right: 30px; } .section-5-wrapper { width: 422px; height: 305px; } .section-5-wrapper_about { height: 276px; font-size: 8px; } .section-paragraph { width: 200px; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-mainbox { max-width: 679px; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; } .six-imagebox { width: 250px; height: 480px; margin-left: 15px; background: url(../images/six-man.png); background-repeat: no-repeat; background-position: 1px -51px; position: relative; } .six-imagebox::after { content: 'hard'; font-size: 140px; line-height: 112px; text-transform: uppercase; color: #000000; font-family: "Acrom"; font-weight: 800; opacity: .1; position: absolute; top: 145px; left: -8px; z-index: -1; -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); } .six-textbox { max-width: 344px; } .six-headerbox { max-width: 429px; padding-bottom: 34px; } .six-headerbox__header { font-size: 27px; line-height: 34px; padding-left: 0px; padding-bottom: 11px; letter-spacing: -.1px; } .six-headerbox__line { width: 28px; height: 3px; margin-top: 5px; } .six-headerbox__text { font-size: 9px; line-height: 13px; letter-spacing: -.05px; width: 165px; } .six-headerbox__wrapper { width: 211px; margin-left: 0px; } .six-listbox__list { max-width: 399px; padding-left: 16px; } .six-listbox__list__item { padding-left: 10px; } .six-listbox__list__sign { font-size: 9px; line-height: 17px; padding-bottom: 3px; } .six-listbox__list__text { font-size: 8px; line-height: 13px; width: 205px; padding-bottom: 10px; } .container { width: 100%; } .section10 { max-width: initial; } .section10__texts { display: block; font-size: 20px; line-height: 34px; color: #000000; font-family: "Acrom"; font-weight: bold; width: 270px; height: 95px; } .section10__titles { display: flex; } .section10__image-man { padding-left: 30px; padding-top: 50px; padding-right: 50px; } .section10__haphen { font-size: 80px; color: black; position: absolute; top: -2px; left: -34px; } .section10__main-title { padding-top: 50px; padding-bottom: 30px; font-size: 29px; } .section10__text { font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; width: 130px; position: relative; margin: 0 auto; } .section10__listing-text { width: 194px; font-size: 13px; line-height: 17px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0; padding-left: 40px; } .section10__list { display: inline-flex; flex-flow: row wrap; list-style-type: none; justify-content: space-between; max-width: 490px; width: 100%; } .section10__item { max-width: 220px; } .section__list h4 { font-size: 9px; line-height: 12px; color: #000000; font-family: "Acrom"; font-weight: bold; } .section__list p { font-size: 8px; line-height: 12px; color: #3f4144; font-family: "Acrom"; max-width: 120px; } .section10__item-text { max-width: 110px; font-size: 8px; } .section10__item-name { max-width: 110px; font-size: 9px; } .section10__item h4 { font-size: 9px; } .section10__item-name h4 { font-size: 9px; margin: 0; } .section10__item-text5 { max-width: 161px; font-size: 8px; } .section10__item1::before { line-height: 6px; left: -37px; top: 20px; width: 33px; } .section10__item2::before { line-height: 6px; left: -47px; top: 20px; width: 33px; } .section10__item3::before { line-height: 6px; left: -46px; top: 20px; width: 33px; } .section10__item4::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__item5::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__item6::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__button { margin: 0; position: absolute; top: 653px; left: 33px; width: 170px; height: 35px; } .section10__text-lower { position: absolute; top: 658px; left: 277px; max-width: 180px; font-size: 9px; } .section10__slach { font-size: 38px; color: #000; left: -33px; top: 6px; } .section10__listing { display: flex; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .just_only { max-width: 768px; } .just_only-content { display: flex; padding-top: 60px; } .bay_product { display: flex; justify-content: space-around; } .advantages { display: flex; flex-wrap: wrap; justify-content: space-around; } .advantages_items { width: 136px; margin: 0px; margin-right: 50px; margin-top: 44px; } .bay_product-text { padding-left: 30px; font-size: 13.5px; line-height: 25px; } .just_text-item { font-size: 9px; width: 113px; } .just_text-mark { left: 80px; } .just_text-main { visibility: hidden; } .just_text-first { visibility: visible; } .just_text-second { visibility: visible; } .just_web-mark { width: 28px; height: 3px; } .just_text-study { font-size: 9px; width: 137px; margin: 25px auto 0; } .advantages_item { font-size: 5.5px; padding: 3px 0; width: 4px; } .advantages_items-par { margin-left: 9px; margin-bottom: 9px; width: 135px; } .advantages_item-text { margin-left: 8px; width: 150px; } .just_now-man { height: 212px; } .just_now { height: 200px; } .just_text-contain { padding-top: 0px; } .just_now-shadov { left: -40px; top: 120px; } .advantages_item-text { font-size: 8px; } .get_it { max-width: 768px; flex-direction: row; margin: 0 auto; padding-top: 63px; padding-bottom: 44px; } .get_it__div1 { max-width: 328px; padding-top: 30px; } .get_it__div2 { display: block; padding-right: 60px; } .get_it_h2 { min-width: 320px; padding-left: 10px; margin-bottom: 45px; font-size: 27px; line-height: 34px; } .get_it_ul { padding: 0; display: flex; flex-wrap: wrap; max-width: 327px; justify-content: space-between; padding-left: 50px; } .get_it_li { width: 110px; } .get_it_li_h3 { font-size: 9px; line-height: 15px; max-width: 105px; padding-bottom: 10px; } .get_it_before1 { font-size: 9px; line-height: 15px; max-width: 70px; } .get_it_before1::before { font-size: 17px; line-height: 20px; } .get_it_before2::before { font-size: 17px; line-height: 20px; } .get_it_before3::before { font-size: 17px; line-height: 20px; } .get_it_li_p { font-size: 8px; line-height: 10px; max-width: 117px; padding-bottom: 30px; } .get_it_p { font-size: 9px; line-height: 13px; max-width: 85px; position: relative; padding: 0; padding-bottom: 18px; } .get_it_span { position: absolute; left: -27px; top: 7px; font-weight: 800; } .get_it_button { width: 132px; height: 28px; font-size: 7px; line-height: 10px; } .sixteen-section { padding-top: 60px; padding-bottom: 60px; } .sixteen-header { display: flex; flex-flow: row-reverse wrap; max-width: 637px; margin-bottom: 43px; } .sixteen-headerbox { margin-top: 20px; } .sixteen-headerbox__heading { font-size: 27px; line-height: 34px; text-align: left; max-width: 215px; } .sixteen-headerbox__textbox { margin: 0; width: 191px; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-headerbox__textbox__line { width: 28px; height: 3px; margin-top: 6px; } .sixteen-headerbox__textbox__text { font-size: 10px; line-height: 13px; font-weight: 800; max-width: 147px; } .sixteen-imagebox { margin-left: 95px; width: 275px; height: 168px; background-position: 50% 31%; background-repeat: no-repeat; } .sixteen-first-article { margin: 0 auto; margin-bottom: 53px; display: flex; flex-flow: row wrap; max-width: 613px; justify-content: space-between; } .sixteen-first-article__textbox { max-width: 334px; height: 135px; display: flex; flex-flow: row wrap; margin-top: 44px; } .sixteen-first-article__wrapper { max-width: 112px; padding-bottom: 0; } .sixteen-first-article__heading { display: inline-block; padding-left: 2px; padding-right: 2px; max-width: 240px; font-size: 9px; line-height: 14px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__heading__row { display: inline-block; padding-left: 0; padding-right: 2px; font-size: 9px; line-height: 14px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__text { max-width: 180px; font-size: 8px; line-height: 12px; letter-spacing: 0px; padding-bottom: 0; } .sixteen-first-article__imagebox { width: 224px; height: 201px; background: url(../images/first-article-picture-16.jpg), #141414; background-size: 327px 245px; background-position: 100%; background-repeat: no-repeat; } .sixteen-second-article { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 750px; } .sixteen-second-article__header { margin: 0; margin-left: 94px; font-size: 11px; line-height: 15px; max-width: 118px; font-weight: 900; } .sixteen-second-article__list { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 476px; } .sixteen-second-article__list__item { margin-bottom: 18px; margin-left: 0; max-width: 152px; } .sixteen-second-article__list__numberbox { display: inline-grid; width: 22px; top: 9px; left: -19px; } .sixteen-second-article__list__number { font-size: 6px; line-height: 9px; } .sixteen-second-article__list__textbox { max-width: 134px; margin: 0; } .sixteen-second-article__list__sign { font-size: 9px; line-height: 12px; max-width: 104px; } .sixteen-second-article__list__text { max-width: 127px; font-size: 8px; line-height: 12px; } .sixteen-second-article__list__price { width: 167px; margin: 0; } .sixteen-second-article__list__price__wrapper { width: 76px; margin-top: 26px; margin-left: 0; } .sixteen-second-article__list__price__pricebox { max-width: 78px; margin-top: 15px; } .sixteen-second-article__list__price__span { font-size: 9px; font-weight: 800; max-width: 76px; margin-bottom: 4px; line-height: 12px; display: block; } .sixteen-second-article__list__price__costnone { display: inline; font-size: 10px; line-height: 10px; } .sixteen-second-article__list__price__costnone__grn { font-size: 10px; display: inline; text-transform: lowercase; color: #3c3b40; font-family: "Acrom"; } .sixteen-second-article__list__price__cost { display: inline; font-size: 17px; line-height: 20px; } .sixteen-second-article__list__price__cost__grn { display: inline; font-size: 15px; line-height: 43px; color: #000; font-family: "Acrom"; font-weight: 900; } .sixteen-second-article__list__item:nth-of-type(5) { width: 140px; } .section17 { padding: 60px 30px; min-width: 768px; display: flex; flex-direction: row; } .section17__title { margin: 0 auto; margin-left: 40px; text-align: left; font-size: 27px; line-height: 33.65px; width: 270px; margin-bottom: 25px; } .section17__text { margin: 0 auto; width: 205px; padding-left: 40px; font-size: 9px; font-weight: 500; line-height: 13.46px; margin-bottom: 30px; } .section17__listing { margin-right: 70px; } .section17__item { margin-bottom: 20px; } .section17__item-name1, .section17__item-name2 { padding-left: 0; margin: 0 auto; font-size: 9px; width: 150px; font-weight: 700; line-height: 14.58px; margin-bottom: 10px; } .section17__item-name1::before { padding-left: 0; font-size: 17px; top: -7px; left: -40px; } .section17__item-name2::before { padding-left: 0; font-size: 17px; top: -7px; left: -40px; } .section17__item-text1, .section17__item-text2 { padding-left: 0; width: 150px; margin: 0 auto; font-size: 8px; font-weight: 400; line-height: 11.78px; } .section17__item-text1::before { width: 7px; height: 7px; left: -20px; top: -5px; } .section17__item-text2::before { width: 7px; height: 7px; left: -20px; top: -20px; } .form__style { padding: 50px 55px; margin: 0 auto; width: 313px; height: 293px; } .form__name, .form__phone, .form__email { width: 203px; height: 30px; padding-left: 20px; padding: 0; } .form__button { width: 147px; } .ourses-price { margin: 0px auto; } .test { display: flex; } .price { position: absolute; width: 257px; height: 190px; top: 50px; margin-left: 70px; } .courses-price { position: relative; } .courses-price { max-width: 768px; } .our-gift { margin: 0px; margin-left: auto; } .important-text { font-size: 27px; text-align: right; padding-right: 108px; } .price-name { font-size: 9px; width: 55px; } .price-uah:before { width: 25px; } .price-uah { font-size: 10px; } .price-today { font-size: 9px; width: 30px; background-color: #16ebfe; margin-bottom: 2px; } .price-today_hover { font-size: 9px; width: 45px; } .price-actualy-today { font-size: 27px; top: 114px; left: 123px; } .price-actualy-today_uah { font-size: 9px; } .price-video-cource { padding-top: 57px; } .price-actualy { padding-top: 22px; padding-left: 59px; } .our-gift_first { font-size: 9px; width: 144px; padding-top: 0px; } .our-gift_it { font-size: 8px; width: 144px; padding-top: 12px; } .our-gift_copy { font-size: 9px; width: 144px; line-height: 10px; padding-top: 12px; } .our-gift_btn { margin: 21px auto; width: 200px; height: 27px; font-size: 7px; line-height: 2px; } .our-gift_mark { font-size: 20px; top: 80px; left: 90px; } .operate_pay { max-width: 768px; flex-direction: row; margin: 0 auto; padding-bottom: 113px; padding-top: 60px; } .operate_pay__div1 { max-width: 320px; margin: 0; margin-left: 60px; } .operate_pay__div2 { min-width: 340px; margin: 0; padding: 0; padding-left: 17px; } .operate_div1_block { min-width: 300px; margin: 0; padding: 0; position: relative; z-index: 2; } .operate_pay__div1::before { display: none; } .operate_pay__div1::after { content: "GO"; position: absolute; font-size: 146px; line-height: 117px; color: #f7f7f7; font-family: "Acrom"; font-weight: 800; -webkit-transform: rotate(90deg); transform: rotate(90deg); z-index: 1; right: -70px; bottom: 48px; } .operate_div1_h3 { max-width: 283px; font-size: 27px; line-height: 34px; } .operate_div1_p { max-width: 238px; font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; padding-left: 40px; } .operate_div1_p::before { width: 28px; height: 3px; left: -1px; } .operate_pay_button { width: 146px; height: 28px; font-size: 7px; letter-spacing: 1px; line-height: 10px; margin-left: 40px; } .operate_pay__wrapper { display: flex; } .operate_div2_h3 { font-size: 17px; line-height: 20px; width: 56px; } .operate_div2_li_p1 { font-size: 9px; line-height: 13px; max-width: 240px; padding-bottom: 10px; } .operate_div2_li_p2 { font-size: 8px; line-height: 12px; max-width: 227px; padding-bottom: 27px; } .operate_div2_li_p3 { font-size: 9px; line-height: 12px; max-width: 227px; } .video_span { font-size: 9px; line-height: 12px; } .operate_div2_p { font-size: 9px; line-height: 12px; padding: 0; } .container { width: 100%; } } @media screen and (min-width: 1200px) { .container { width: 100%; } .first-section__background { padding: 65px 20px 35px; } .first-section__header { width: 100%; } .first-section { height: 530px; } .first-section-footer__links { bottom: 0; } .first-section-footer_span-two { display: inline-block; font-size: 9px; letter-spacing: 0px; line-height: 11px; color: #ffffff; font-family: "Futura"; font-weight: 500; vertical-align: bottom; } .navigation { max-width: 1200px; } .section2-img__wrapper::after { font-size: 9.75rem; left: -113px; bottom: -245px; } .questions-wrapper { display: flex; flex-flow: column wrap; position: relative; max-width: 690px; } .section2-questions { flex-flow: column wrap; width: 550px; max-height: 245px; align-content: space-between; } .section2-second-question { min-width: 140px; margin: 0; } .section2-questions__item:nth-of-type(3n) { margin-bottom: 0; } .p3-wrapper { max-width: 200px; } /*articles-------------------------------------------*/ .section7__point_one, .section7__point_two { display: flex; justify-content: flex-end; flex-flow: row wrap; width: 714px; height: 250px; margin: 0 auto; } /*Article TWO-----------------------------------------------*/ .section7__point_two { flex-flow: column wrap; height: 290px; } /*div-------------------------------------------*/ .section7__main_content { width: 348px; padding: 0; } /*Article TWO div-important----------------------------*/ .section7__point_two .section7__main_content { height: 118px; } /*Article One h3----------------------------------------*/ .section7__section_title { font-size: 30px; width: 187px; } /*picture young-----------------------------*/ .young { width: 306px; height: 190px; } /*Article TWO*/ /*picture old---------------------------*/ .old { width: 306px; height: 250px; } /*div------------------------------*/ .section7__main_content--order_two, .section7__main_content--order_three { width: 348px; padding-left: 36px; } .section7__main_content--order_three { margin-top: 46px; } /*h4---------------------------------------------*/ .section7__black_background { font-size: 10px; } .section7__main_content:first-of-type .section7__black_background { width: 104px; } .section7__main_content:last-of-type .section7__black_background { width: 110px; } /*span-----------------------*/ .section7__black_background__item { font-size: 10px; } /*div--------------------------------*/ .section7_p { width: 226px; padding-left: 32px; } /*p--------------------------------------------*/ .section7__bold_font { font-size: 10px; width: 186px; height: 56px; margin-bottom: 18px; } /*p------------------------------*/ .section7__content { font-size: 8.75px; width: 186px; height: 48px; margin: 0; } .section9 { max-width: 714px; margin: 0 auto; } .first-section9__howtostart { font-size: 30px; width: 293px; margin-bottom: 31px; } .first-section9__whattodo { font-size: 10px; } .first-section9__whattodo::before { top: 89%; left: 12px; width: 33px; } .second-section9__list { font-size: 10px; } .second-section9__article { font-size: 8,75px; } .second-section9__bottom { font-size: 10px; } .second-section9__bottom::before { top: 91%; left: -19px; } .section11-first-wrapper { height: 261px; } .section11-h3 { font-size: 1.875rem; line-height: 1.25; margin: 0 0 26px; } .universe_with_tea { font-size: 0.625rem; line-height: 1.5; width: 175px; margin: 0 0 0 51px; } .universe_with_tea::before { left: -52px; top: 6px; width: 32px; } .online-universe_wrapper { width: 380px; } .online-univrese__p1 { font-size: 0.625rem; line-height: 1.625; width: 103px; } .online-universe__p2 { font-size: 0.5469rem; line-height: 1.5; width: 131px; } .section11-second-wrapper { margin: 0 44px 0 0; } .second-wrapper_span, .third-wrapper_span { font-size: 0.625rem; line-height: 1.313; margin-bottom: 28px; } .second-wrapper_h4, .third-wrapper_h4 { font-size: 0.625rem; line-height: 1.5; } .third-wrapper_h4 { width: 61px; } .third-wrapper_li:not(:nth-last-of-type(1)) { margin-right: 44px; } .section12 { max-width: 714px; height: 488px; display: flex; justify-content: space-between; flex-flow: column wrap; margin: 0 auto; padding-top: 60px; padding-bottom: 60px; } .section1__article { order: 2; width: 264px; height: 140px; } .section2__article { order: 1; width: 348px; height: 368px; margin: 0; } .image__article { width: 348px; height: 368px; margin: 0; } .section3__article { order: 3; width: 235px; height: 187px; } .list__item { margin: 0; } .main__article { margin: 0; margin-bottom: 10px; } .list__description { margin-bottom: 24px; } .head__article { font-size: 30px; width: 227px; height: 70px; margin: 0; margin-bottom: 22px; } .description__article { font-size: 10px; width: 252px; height: 52px; } .main__article { font-size: 10px; } .list__description { font-size: 8.75px; } .description__article::before { top: 95px; } /*article*/ .section13__point { width: 714px; margin: 0 auto; } /*div*/ .section13__main_content { margin: 0; } /*h3*/ .section13__section_title { width: 268px; font-size: 30px; } /*p & psevdo*/ .section13__medium_font::before { width: 34px; } .section13__medium_font { font-size: 10px; width: 190px; margin: 0; } /*picture*/ .section13__mans_image { width: auto; margin: 0; } .mans { display: flex; justify-content: space-between; flex-flow: row wrap; width: 202px; height: 176px; } /*div*/ .section13_p { width: 165px; } /*p*/ .section13__bold_font { font-size: 10px; width: 116px; padding-bottom: 20px; margin: 0; } /*p*/ .section13__content { font-size: 8.75px; width: 140px; } .footer-wrapper_first { padding: 30px 245px; } .footer-wrapper_second { padding: 0 245px; } .footer-ul-second { width: 350px; } } @media (min-width: 1200px) { .section-3__article1 { max-width: 210px; } .article1_h2 { font-size: 30px; line-height: 38px; } .article1_p { font-size: 10px; line-height: 15px; max-width: 127px; } .section-4 { margin: 0 auto; padding: 60px 0; max-width: 720px; display: flex; flex-direction: row; } .section-4__subtitle { width: 120px; height: 50px; margin: 0 auto; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 8px; font-weight: 700; line-height: 16.25px; text-transform: uppercase; margin-right: 25px; } .section-4__p { font-family: "Acrom"; font-size: 10px; font-weight: 700; line-height: 15px; margin-bottom: 10px; width: 180px; } .section-4__text { font-family: "Acrom"; font-size: 10px; line-height: 13.13px; width: 177px; } .section-4__title { display: inline-block; text-align: left; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 27px; font-weight: 700; line-height: 33.65px; text-transform: uppercase; margin-bottom: 23px; margin-left: 60px; } .section-4__text-one { width: 177px; position: relative; width: 177px; color: #000000; font-family: "Acrom"; font-size: 10px; font-weight: 500; line-height: 15px; } .section-4__text-one::before { content: ""; width: 35px; height: 4px; background-color: #000000; position: absolute; left: -20px; top: 6px; } .section-4__item { padding-left: 100px; list-style: none; margin-bottom: 15px; position: relative; } .section-4__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: 70px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 10px; font-weight: 700; line-height: 13.46px; text-transform: uppercase; margin-bottom: 15px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 10px; font-weight: 400; line-height: 13.46px; } .section-5--text { font-size: 30px; padding-bottom: 44px; } .section-5-wrapper { width: 468px; height: 338px; } .section-5 { justify-content: center; } .section-5--items { font-size: 10px; width: 105px; } .section-5-photo-img { width: 85px; height: 85px; } .section-5-wrapper_about { height: 307px; font-size: 9px; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-mainbox { max-width: 679px; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; } .six-imagebox { width: 288px; height: 527px; background: url(../images/six-man.png); background-repeat: no-repeat; background-position: -33px -54px; position: relative; background-size: contain; } .six-imagebox::after { font-size: 156px; line-height: 125px; top: 160px; left: -45px; } .six-textbox { max-width: 344px; } .six-headerbox { max-width: 429px; padding-bottom: 39px; } .six-headerbox__header { font-size: 30px; line-height: 38px; padding-left: 0px; padding-bottom: 11px; letter-spacing: -.1px; } .six-headerbox__line { width: 31px; height: 4px; margin-top: 5px; } .six-headerbox__text { font-size: 10px; line-height: 15px; letter-spacing: -.05px; width: 207px; padding-left: 14px; } .six-headerbox__wrapper { width: 244px; margin-left: 1px; } .six-listbox__list { max-width: 399px; padding-left: 16px; } .six-listbox__list__item { padding-left: 14px; } .six-listbox__list__sign { font-size: 10px; line-height: 16px; padding-bottom: 3px; letter-spacing: 0.1px; } .six-listbox__list__text { font-size: 9px; line-height: 15px; width: 231px; padding-bottom: 13px; } .section8 { max-width: 714px; } .image_desctop { width: 320px; height: 240px; } .text_developer { font-size: 10px; line-height: 16px; color: #000000; font-family: "Acrom"; font-weight: 800; } .text_content { font-size: 9px; line-height: 13px; color: #3f4144; font-family: "Acrom"; } .headline8 { font-size: 30px; line-height: 38px; color: #000000; font-family: "Acrom"; font-weight: bold; width: 300px; } .content_right { font-size: 10px; line-height: 15px; color: #000000; font-family: "Acrom"; font-weight: 500; } .image_man { width: 350px; height: 200px; position: relative; top: -45px; } .container { width: 100%; } .section10__item { max-width: 130px; } .section10__item h4 { margin: 0; max-width: inherit; } .section10__image-man { width: 300px; height: 190px; padding-left: 0px; } .section10 { width: 714px; flex-flow: row wrap; } .section10__item h4 { font-size: 10px; line-height: 13px; margin: 0; padding-bottom: 5px; } .section10__item-text { font-size: 8px; line-height: 13px; max-width: 155px; } .section10__listing-text { font-size: 10px; line-height: 19px; padding-left: 14px; max-width: 155px; } .section10__main-title { font-size: 28px; line-height: 38px; padding-bottom: 20px; } .section10__list { margin: 0; } .section10__item1::before { line-height: 6px; left: -27px; top: 14px; width: 23px; font-size: 7px; } .section10__item2::before, .section10__item3::before { line-height: 6px; left: -27px; top: 14px; width: 23px; font-size: 7px; } .section10__item4::before, .section10__item5::before, .section10__item6::before { line-height: 6px; left: -27px; top: 9px; width: 23px; font-size: 7px; } .section10__button { margin: 0; position: absolute; bottom: 10px; top: inherit; left: 15px; width: 170px; height: 35px; width: 130px; height: 30px; font-size: 7px; letter-spacing: 1px; box-shadow: 2px 13px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(255, 107, 10, 0.16); } .section10__text-lower { top: inherit; bottom: -33px; left: 232px; font-size: 10px; line-height: 15px; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .section10__listing { width: 100%; justify-content: space-between; } .just_now-man { height: 242px; } .just_now { height: 240px; } .just_now-shadov { left: -40px; top: 148px; } .just_text-item { font-size: 10px; width: 113px; } .just_text-first { font-size: 30px; width: 300px; } .just_text-second { font-size: 30px; width: 160px; } .just_text-mark { font-size: 30px; left: 70px; top: -5px; } .just_web-mark { width: 32px; height: 3px; } .just_text-study { font-size: 10px; } .bay_product-text { font-size: 15px; } .advantages_items-par { margin-left: 10px; } .advantages_item-text { font-size: 9px; } .advantages_item { font-size: 6.2px; } .real-facts__article1 { max-width: 210px; margin: 0; } .get_it__div2 { padding-right: 40px; } .get_it_h2 { font-size: 30px; line-height: 38px; min-width: 337px; padding: 0; } .sixteen-section { padding-top: 60px; padding-bottom: 60px; } .sixteen-header { max-width: 722px; margin: 0 auto; margin-bottom: 50px; } .sixteen-headerbox { margin-top: 20px; margin-right: 119px; display: inline-block; } .sixteen-headerbox__heading { font-size: 30px; line-height: 38px; max-width: 240px; } .sixteen-headerbox__textbox { width: 210px; padding-top: 3px; } .sixteen-headerbox__textbox__line { width: 31px; height: 4px; margin-top: 6px; } .sixteen-headerbox__textbox__text { font-size: 10px; line-height: 15px; max-width: 156px; } .sixteen-imagebox { display: inline-block; margin-left: 0; width: 304px; height: 184px; background-position: 0 -13px; } .sixteen-first-article { margin: 0 auto; margin-bottom: 60px; display: flex; flex-flow: row wrap; max-width: 722px; justify-content: space-between; } .sixteen-first-article__textbox { max-width: 318px; height: 135px; margin-top: 50px; margin-left: 0; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-first-article__wrapper { max-width: 112px; padding-bottom: 25px; } .sixteen-first-article__heading { display: inline-block; padding-left: 2px; padding-right: 2px; max-width: 240px; font-size: 10px; line-height: 16px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__heading__row { display: inline-block; padding-left: 0; padding-right: 2px; font-size: 10px; line-height: 16px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__text { max-width: 184px; font-size: 9px; line-height: 13px; letter-spacing: 0; padding-bottom: 0; } .sixteen-first-article__imagebox { width: 250px; height: 224px; margin-right: 69px; background: url(../images/first-article-picture-16.jpg), #141414; background-size: 375px 258px; background-position: 98% 71%; background-repeat: no-repeat; } .sixteen-second-article { margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 722px; } .sixteen-second-article__header { margin: 0; font-size: 10px; line-height: 16px; max-width: 116px; font-weight: 900; } .sixteen-second-article__list { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 518px; } .sixteen-second-article__list__item { margin-bottom: 24px; margin-left: 0; max-width: 152px; } .sixteen-second-article__list__numberbox { display: inline-grid; width: 22px; top: 9px; left: -31px; } .sixteen-second-article__list__number { font-size: 6px; line-height: 10px; } .sixteen-second-article__list__textbox { max-width: 134px; margin: 0; } .sixteen-second-article__list__sign { font-size: 10px; line-height: 13px; max-width: 131px; } .sixteen-second-article__list__text { max-width: 155px; font-size: 9px; line-height: 13px; } .sixteen-second-article__list__price { width: 167px; margin: 0; } .sixteen-second-article__list__price__wrapper { width: 76px; margin-top: 26px; margin-left: 0; } .sixteen-second-article__list__price__pricebox { max-width: 78px; margin-top: 15px; line-height: 0.8; } .sixteen-second-article__list__price__span { font-size: 9px; line-height: 15px; font-weight: 800; max-width: 76px; margin-bottom: 4px; display: block; } .sixteen-second-article__list__price__costnone { display: inline; font-size: 10px; line-height: 10px; } .sixteen-second-article__list__price__costnone__grn { font-size: 10px; display: inline; text-transform: lowercase; color: #3c3b40; font-family: "Acrom"; } .sixteen-second-article__list__price__cost { display: inline; font-size: 19px; line-height: 20px; } .sixteen-second-article__list__price__cost__grn { display: inline; font-size: 12px; line-height: 43px; color: #000; font-family: "Acrom"; font-weight: 900; } .sixteen-second-article__list__item:nth-of-type(5) { width: 137px; } .section4 { margin: 0 auto; padding: 60px 0; max-width: 720px; display: flex; flex-direction: row; } .section4__title { margin: 0 auto; margin-left: 40px; text-align: left; font-size: 30px; line-height: 37.5px; width: 270px; margin-bottom: 25px; } .section4__text { margin: 0 auto; width: 152px; padding-left: 40px; font-size: 10px; font-weight: 500; line-height: 15px; margin-bottom: 40px; } .section17__item { margin-bottom: 25px; } .section17__item-name1, .section17__item-name2 { padding-left: 8px; margin: 0 auto; font-size: 10px; width: 167px; font-weight: 700; line-height: 16.25px; margin-bottom: 10px; } .section17__item-name1::before { padding-left: 0; font-size: 19px; top: -6px; left: -30px; } .section17__item-name2::before { padding-left: 0; font-size: 19px; top: -6px; left: -30px; } .section17__item-text1, .section17__item-text2 { padding-left: 12px; width: 177px; margin: 0 auto; font-size: 9px; font-weight: 400; line-height: 11.78px; } .section17__item-text1::before { width: 7px; height: 7px; left: -5px; top: -10px; } .section17__item-text2::before { width: 7px; height: 7px; left: -5px; top: -10px; } .form__style { padding: 60px 60px; margin: 0 auto; width: 348px; height: 327px; } .form__name, .form__phone, .form__email { width: 226px; height: 30px; padding-left: 20px; padding: 0; } .form__button { width: 163px; } .price-name { font-size: 10px; width: 60px; } .price-uah:before { width: 28px; } .price-uah { font-size: 11.2px; } .price-today { font-size: 10px; width: 33px; } .price-today_hover { font-size: 10px; width: 51px; } .price-actualy-today { font-size: 30px; top: 105px; left: 122px; } .price-actualy-today_uah { font-size: 10px; } .price-actualy { padding-top: 17px; padding-left: 53px; } .important-text { font-size: 30px; } .our-gift_first { font-size: 10px; width: 155px; } .gift_it { font-size: 9px; width: 155px; } .our-gift_copy { font-size: 10px; width: 155px; } .our-gift_btn { margin: 21px auto; width: 225px; height: 31px; font-size: 7.5px; line-height: 2px; } .price-video-cource { padding-top: 50px; } .our-gift_mark { top: 85px; } .operate_div1_block { min-width: 340px; } .operate_div1_h3 { max-width: 315px; font-size: 30px; line-height: 38px; } .container { width: 100%; } }
build/css/styles.css
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Regular.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Bold.woff") format("woff"); font-weight: bold; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Thin.woff") format("woff"); font-weight: 100; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Light.woff") format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } .container { width: 100%; position: relative; } .first-section__background { background: radial-gradient(#113155, #0d1016); padding: 65px 15px 18px; } .first-section-header__button { background: transparent; border: none; fill: #ffffff; width: 30px; height: 20px; cursor: pointer; transition: .2s linear; } .first-section-header__button.active { -webkit-transform: scale(1.1); transform: scale(1.1); } .first-section__header { width: 100%; display: flex; justify-content: space-between; margin-bottom: 25px; position: fixed; top: 0; left: 0; padding: 15px 20px; background: rgba(12, 21, 32, 0.9); left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 1995; } .first-section { font-size: 16px; align-items: center; width: 83.333%; margin: 0 auto; } .first-section__intro { font-size: 14px; letter-spacing: 0px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; text-align: center; text-transform: uppercase; margin: 0 auto; padding-bottom: 28px; } .first-section__title { font-size: 30px; line-height: 39px; width: 265px; color: #ffffff; font-family: "Acrom"; font-weight: bold; margin: 0 auto; text-align: center; margin-bottom: 45px; } .first-section__logo { font-size: 100px; color: rgba(14, 25, 39, 0.5); font-family: "Acrom"; font-weight: 800; text-align: center; padding-bottom: 45px; } .first-section__textbox { display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 40px; } .first-section__openit { font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; } .first-section__conditions { font-size: 14px; line-height: 20px; color: #afb0b3; font-family: "Acrom"; text-align: left; } .first-section__button { margin: 0 auto; width: 220px; height: 55px; background-color: #ff6b08; font-size: 12px; line-height: 18px; color: #ffffff; font-family: "Acrom"; font-weight: 800; display: block; border: none; letter-spacing: 1px; box-shadow: 0 0 3px 1px #ff6b08; } .first-section__button:hover { background-color: #16ebfe; } .first-section__intro::before { content: "\003C"; color: #16ebfe; padding-right: 5px; } .first-section__intro::after { content: "/\003E"; color: #16ebfe; padding-right: 5px; } .first-section-footer { display: none; } .first-section-footer__links { display: none; } .first-section-footer__span { display: none; } .first-section-footer_span-two { display: none; } .navigation { position: fixed; display: flex; align-items: center; justify-content: center; width: 100vw; height: 100vh; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 20px; visibility: hidden; opacity: 0; z-index: 111; background: rgba(12, 21, 32, 0.9); transition: .5s ease-in-out; max-width: 480px; } .navigation.active { height: calc(100vh - 57px); opacity: 1; top: 56px; visibility: visible; } .submenu { display: flex; flex-flow: column wrap; height: 400px; max-width: 200px; justify-content: space-around; list-style: none; width: 100%; } .submenu-item_link { text-decoration: none; color: white; font-family: "Acrom"; font-weight: bold; text-align: center; } .submenu__orange { color: #ff6b08; } .submenu__orange:hover { color: #16ebfe; } .submenu__orangered { color: #e62c2c; } .submenu__orangered:hover { color: #16ebfe; } .section-2 { display: flex; flex-flow: column wrap; justify-content: space-between; margin: 0 auto; padding: 30px 0; max-width: 714px; font-size: 16px; font-family: "Acrom", sans-serif; } .section-2-header__wrapper, .questions-wrapper { display: flex; flex-flow: row wrap; justify-content: space-between; } .section-2-second-question { font-size: 0.8438rem; font-weight: 900; text-transform: uppercase; line-height: 1.444; } .section-2-second-question, .section-2-questions { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0; } .section-2_p3 { display: flex; flex-flow: row wrap; max-width: 202px; color: #ff6b08; font-weight: 500; line-height: 1.444; } .section-2_p1 { font-size: 0.8438rem; line-height: 1.444; font-weight: 500; margin-bottom: 25px; } .section-2_img { display: block; margin: 0 auto 25px; max-width: 100%; height: auto; position: relative; } .section-2-img__wrapper { position: relative; margin-right: 70px; } .section-2-img__wrapper::after { content: "YOU"; position: absolute; font-size: 6.1037rem; font-weight: 900; -webkit-transform: rotate(90deg); transform: rotate(90deg); left: -72px; bottom: -163px; z-index: -1; opacity: 0.05; font-style: normal; } .section-2-tittle-wrapper { text-transform: uppercase; margin: 0 auto 48px; max-width: 300px; font-weight: 900; } .section-2__p2 { text-align: center; font-size: 0.9375rem; line-height: 1.096; position: relative; padding-left: 40px; } .section-2__p2::before { content: ""; display: block; width: 25px; height: 4px; background-color: #000; position: absolute; top: 6px; left: 0px; } .section-2-title { line-height: 1.252; font-size: 1.2813rem; } .section-2-title__span { background-color: #000; color: #fff; line-height: 1.252; font-size: 1.2813rem; } .section-2-questions { list-style: none; padding: 0 40px; line-height: 1.444; font-size: 0.8438rem; } .section-2-questions__item, .section-2_p3 { margin-top: 22px; } .section-2-questions__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: -16px; top: 8px; } .section-2-questions__item__text { font-size: 0.8438rem; } .section-2-questions__item__text span { font-weight: bold; font-size: 0.8438rem; } .section-3 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; max-width: 480px; width: 100%; padding: 30px 0; margin: 0 auto; } .section-3__article1, .section-3__article2 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; max-width: 310px; } .section-3__article2 { max-width: 410px; padding-left: 20px; } .article1_h2 { color: #000000; font-family: "Acrom"; font-size: 20px; line-height: 24px; font-weight: 800; margin-bottom: 35px; text-transform: uppercase; } .article1_p { color: #000000; font-family: "Acrom"; font-size: 14px; line-height: 20px; font-weight: 500; margin-bottom: 25px; position: relative; max-width: 270px; margin: 0 auto; } .article1_p::before { content: ""; width: 20px; height: 2px; background-color: #000000; position: absolute; left: -30px; top: 8px; } .article2_ul { list-style: none; max-width: 400px; margin: 0 auto; } .article2_li { margin-bottom: 25px; position: relative; max-width: 400px; margin: 0 auto; } .article2_li::before { content: ""; width: 9px; height: 10px; background-color: #ff6b08; position: absolute; left: -20px; top: 8px; } .article_li__h4 { font-size: 23px; line-height: 29px; color: #000000; font-family: "Acrom"; font-weight: 800; margin-bottom: 10px; } .article_li__phead, .article_li__ptext { font-size: 14px; line-height: 20px; font-family: "Acrom"; font-weight: 500; color: #000000; margin-bottom: 20px; display: inline-block; background-color: #16ebfe; } .article_li__ptext { color: #3f4144; margin-bottom: 25px; } .section-4 { max-width: 480px; display: flex; flex-direction: column; align-content: center; padding: 30px 0; margin: 0 auto; } .section-4__image, .section-4__subtitle { margin-bottom: 35px; } .section-4__subtitle { margin: 0 auto; font-family: "Acrom"; width: 256px; background-color: #000; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 24px; text-transform: uppercase; } .section-4__p { font-family: "Acrom"; font-size: 14px; font-weight: 700; margin-bottom: 15px; } .section-4__text { font-family: "Acrom"; font-size: 14px; font-weight: 400; line-height: 19.5px; margin-bottom: 52px; } .section-4__text-span { background-color: #16ebfe; } .section-4__title { text-align: center; margin: 0 auto; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 24px; text-transform: uppercase; width: 292px; margin-bottom: 23px; } .section-4__text-one { margin: 0 auto; padding-left: 30px; position: relative; width: 280px; font-family: "Acrom"; font-size: 14px; font-weight: 500; line-height: 19.5px; margin-bottom: 50px; } .section-4__text-one::before { content: ""; width: 14px; height: 4px; background-color: #000000; position: absolute; left: 0; top: 6px; } .section-4__item { padding-left: 50px; padding-right: 30px; list-style: none; margin-bottom: 30px; position: relative; } .section-4__item::before { content: ""; width: 6px; height: 6px; background-color: #000; position: absolute; left: 20px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 14px; font-weight: 700; line-height: 19.5px; text-transform: uppercase; margin-bottom: 25px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 14px; font-weight: 400; line-height: 19.5px; } .section-4__img { width: 100%; } .section-5 { padding: 30px 0px; margin: 0 auto; max-width: 714px; } .section-5--text { text-transform: uppercase; font-size: 18px; width: 200px; font-weight: 400; display: block; margin: 0px auto; padding-bottom: 42px; font-family: 'Acrom'; } .section-5--text::after { content: ' \005D'; } .section-5--text::before { content: '\005B '; } .section-5--items { font-size: 13px; width: 210px; margin: 0 auto; font-family: 'Acrom'; padding-bottom: 30px; } .streatch { content: ''; height: 1px; width: 20px; background-color: black; display: inline-block; position: absolute; top: 5px; } .section-5--items_your { background-color: black; color: white; padding-right: 50px; } .section-5-wrapper { width: 293px; height: 211px; background-color: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); display: block; margin: 0px auto; } .section-5-wrapper_about { font-size: 5.46px; padding-right: 17px; padding-left: 20px; font-family: 'Acrom'; letter-spacing: 0.07em; overflow-y: scroll; height: 180px; } ::-webkit-scrollbar { width: 2px; } ::-webkit-scrollbar-track { background: #E4E2E1; } ::-webkit-scrollbar-thumb { background: #191919; } .section-5-cart { display: flex; padding: 15px 13px 18px 18px; } .marks { display: flex; justify-content: space-between; } .marks-namber_active, .marks-namber_unactive { margin-right: 4px; } .marks-namber_active:last-child, .marks-namber_unactive:last-child { margin-right: 0px; } .marks-number { margin-right: 10px; } .marks-namber span { margin-right: 3px; } .marks-number span:last-child { margin-right: 0px; } .nav-buttons { display: flex; } .nav-button { width: 13px; height: 13px; background-color: black; color: white; margin-right: 1px; text-align: center; font-size: 8px; line-height: 12px; display: inline-block; } .nav-button:last-child { margin-right: 0px; } .marks-namber_unactive { font-size: 5px; } .marks-namber_active { text-decoration: line-through; font-size: 10px; } .section-paragraph { width: 300px; margin: 0 auto; position: relative; } .section-5-author { font-size: 5px; text-transform: uppercase; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-headerbox { max-width: 330px; padding-bottom: 32px; } .six-headerbox__header { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; padding-left: 131px; padding-bottom: 14.5px; } .six-headerbox__text { display: inline-block; width: 229px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 600; letter-spacing: -.3px; } .six-headerbox__wrapper { width: 266px; display: flex; justify-content: space-between; flex-direction: row; flex-wrap: wrap; margin-left: 94px; } .six-headerbox__line { margin-top: 12px; display: inline-block; height: 2px; width: 20px; background-color: #000000; } .six-listbox__list { max-width: 399px; padding-left: 87px; list-style-type: square; } .six-listbox__list__item { padding-left: 8px; } .six-listbox__list__sign { font-size: 13px; line-height: 21px; color: #000000; font-family: "Acrom"; font-weight: 900; text-transform: uppercase; } .six-listbox__list__text { font-size: 13px; line-height: 21px; color: #3f4144; font-family: "Acrom"; padding-bottom: 9px; } /*SECTION 7*/ .section7__point_one, .section7__point_two { display: flex; justify-content: center; flex-flow: column; margin: 0 auto; line-height: normal; } /*div*/ .section7__main_content { max-width: 366px; margin: 0 auto; } /*h3*/ .section7__section_title { display: block; width: 210px; font-family: 'Acrom ExtraBold'; font-size: 18px; text-transform: uppercase; position: relative; padding-left: 40px; margin-bottom: 22px; } /*p & psevdo*/ .section7__medium_font::before { content: ""; position: absolute; width: 20px; height: 3px; background-color: black; left: 0; top: 5px; } .section7__medium_font { display: flex; position: relative; font-family: 'Acrom Medium'; font-size: 13.5px; margin-bottom: 36px; padding-left: 40px; } /*picture*/ .section7__man_image { display: block; margin-bottom: 20px; margin: 0 auto; } .old { width: 100%; } .young { width: 100%; } /*h4*/ .section7__black_background { display: block; font-family: 'Acrom ExtraBold'; color: white; font-size: 0; margin: 18px 0; } .section7__main_content:first-of-type .section7__black_background { width: 140px; } .section7__main_content:last-of-type .section7__black_background { width: 160px; } .section7__black_background__item { font-size: 13.5px; white-space: nowrap; background-color: black; margin-bottom: 2px; display: inline-block; padding: 0 2px; } /*p*/ .section7__bold_font { font-family: 'Acrom Bold'; font-size: 13.5px; width: 358px; margin-bottom: 16px; } /*p*/ .section7__content { font-family: 'Acrom Regular'; font-size: 13.5px; color: #9e9ea0; width: 328px; margin: 0; margin-bottom: 27px; } /*TABLET*/ /*DESKTOP*/ .section8 { margin-top: 40px; margin-bottom: 60px; } .text_developer { margin-top: 25px; margin-bottom: 20px; font-size: 15px; line-height: 23px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-left: 80px; } .text_content { font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; color: #3f4144; padding-left: 40px; padding-right: 30px; } .headline8 { padding-bottom: 30px; margin-left: 70px; font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: bold; padding: 0; margin-bottom: 15px; width: 181px; } .content_right { padding-bottom: 25px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 500; color: black; margin-left: 65px; width: 280px; } .image_desctop { margin: 0 auto; display: block; } .image_man { margin: 0 auto; width: 100%; } .content_desctop__text { position: relative; } .content_dash { font-size: 22px; padding-right: 10px; } .text_content::before { content: ""; width: 5px; height: 5px; background-color: #000; display: inline-block; margin-right: 10px; margin-bottom: 3px; position: absolute; top: 9px; left: 53px; } .section9 { background-image: url(../images/background.png); background-position: 38px 34px; background-repeat: no-repeat; text-align: center; } .first-section9 { position: relative; max-width: 360px; margin: 0 auto; } .first-section9__howtostart { margin-top: 20px; font-size: 18px; margin-bottom: 25px; text-transform: uppercase; width: 265px; } .first-section9__howtostart__first { color: white; background-color: black; } .first-section9__howtostart__second { display: block; } .first-section9__whattodo { font-size: 14px; margin-bottom: 62px; font-weight: bold; height: 30px; padding: 0 40px; } .first-section9__whattodo::before { content: ''; height: 3px; width: 25px; display: block; background: black; position: absolute; top: 74%; left: 35px; } .second-section9 { position: relative; max-width: 360px; margin: 0 auto; } .second-section9__list { list-style-type: none; } .second-section9__mention { font-size: 14px; position: relative; color: black; } .second-section9__mention::before { content: "01."; font-family: 'Acrom'; color: black; position: absolute; height: 21px; width: 30px; top: -4%; left: -65px; font-size: 24px; } .second-section9__item { padding-left: 55px; } .second-section9__item:nth-of-type(2) .second-section9__mention::before { content: '02.'; } .second-section9__item:nth-of-type(3) .second-section9__mention::before { content: '03.'; } .second-section9__item:nth-of-type(4) .second-section9__mention::before { content: '04.'; } .second-section9__mention::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 30px; left: -36px; font-size: 24px; } .second-section9__article { font-size: 14px; color: #3f4144; margin-bottom: 35px; } .second-section9__mention3::before { content: "03."; color: black; position: absolute; height: 21px; width: 30px; top: 49%; left: 114px; font-weight: bold; font-size: 24px; } .second-section9__mention3::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 56%; left: 134px; font-size: 20px; } .second-section9__mention4::before { content: "04."; color: black; position: absolute; height: 21px; width: 30px; top: 70%; left: 115px; font-weight: bold; font-size: 24px; } .second-section9__mention4::after { content: ""; height: 10px; width: 10px; background-color: #16ebfe; position: absolute; border: 1px; top: 77%; left: 135px; font-size: 20px; } .second-section9__bottom { font-size: 15px; color: #ff6b08; max-width: 330px; } .second-section9__mention { margin-bottom: 20px; font-size: 14px; } .second-section9__list { text-align: left; overflow: hidden; max-width: 280px; } .second-section9__bottom::before { content: ""; border: 1px solid; background-color: black; color: black; height: 1px; width: 30px; -webkit-transform: rotate(122deg); transform: rotate(122deg); position: absolute; top: 94%; left: -26px; } .first-section9__howtostart { font-family: "Acrom"; } .first-section9__whattodo { font-family: "Acrom"; font-weight: 500; } .second-section9__mention { font-family: "Acrom"; font-weight: 800; } .second-section9__article { font-family: "Acrom"; font-weight: normal; } .second-section9__bottom { font-family: "Acrom"; font-weight: 500; } .section10 { max-width: 480px; margin: 0 auto; display: flex; flex-direction: column; position: relative; } .section10__image-man { width: 100%; } .section10__texts { display: none; } .section10__titles { padding-top: 30px; padding-left: 15px; padding-right: 15px; padding-bottom: 25px; } .section10__listing-text { width: 280px; font-size: 11px; line-height: 17px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0 auto; margin-bottom: 35px; } .section10__list h4 { font-size: 13px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; margin: 0 auto; margin-bottom: 10px; } .section10__list { width: 250px; font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; margin: 0 auto; margin-bottom: 50px; } .section10__text-lower { font-size: 13px; line-height: 16px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; width: 310px; margin: 0 auto; margin-bottom: 40px; } .section10__button { display: block; width: 210px; height: 50px; background-color: #FF6B08; border: none; font-size: 11px; letter-spacing: 1px; line-height: 18px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; margin: 0 auto; margin-bottom: 60px; } .section10__list { position: relative; } .section10__item1::before { content: "[001]"; background-color: #FF6B08; color: #ffffff; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); position: absolute; width: 50px; height: 10px; text-align: center; } .section10__item2::before { content: "[002]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item3::before { content: "[003]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item4::before { content: "[004]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); top: 448px; width: 50px; height: 10px; text-align: center; } .section10__item5::before { content: "[005]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; text-align: center; } .section10__item6::before { content: "[006]"; background-color: #FF6B08; color: #ffffff; position: absolute; font-size: 13px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: bold; -webkit-transform: rotate(270deg); transform: rotate(270deg); width: 50px; height: 10px; line-height: 6px; text-align: center; } .section10__item { margin-bottom: 30px; position: relative; list-style: none; } .section10__item::before { line-height: 6px; left: -50px; top: 25px; } .section10__text-lower { position: relative; } .section10__slach { position: absolute; font-size: 25px; color: #000000; left: -20px; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .section11 { width: 714px; padding: 30px 0; margin: 0 auto; font-size: 16px; font-family: "Acrom", sans-serif; transition: padding 0.3s linear; } .section11 .section2-img__wrapper::after { display: none; } .section2_img, .third-wrapper_img { width: 100%; height: auto; display: block; } .section11-first-wrapper { margin-bottom: 34px; } .section11-h3 { font-size: 1.125rem; font-weight: 900; padding-left: 39px; margin-bottom: 18px; text-transform: uppercase; line-height: 1.333; transition: font-size 0.3s linear; } .online-universe { width: 290px; margin: 0 auto 18px; font-size: 0.8438rem; line-height: 1.444; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .online-univrese__p1 { text-transform: uppercase; font-weight: 900; margin-bottom: 8px; transition: font-size 0.3s linear, margin 0.3s linear; } .online-universe__p2 { transition: font-size 0.3s linear; } .section2-img__wrapper { display: block; margin-bottom: 59px; } .universe_with_tea { padding-left: 26px; font-size: 0.8438rem; line-height: 1.444; position: relative; width: 290px; margin: 0 auto; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .universe_with_tea:before { content: ""; height: 3px; width: 20px; background-color: #000; position: absolute; left: 0px; top: 9px; } .section11-second-wrapper { width: 300px; margin: 0 auto; margin-bottom: 42px; } .second-wrapper_span, .third-wrapper_span { background-color: #000; color: #fff; font-size: 0.7719rem; font-weight: 500; display: inline-block; margin-bottom: 33px; transition: font-size 0.3s linear; } .second-wrapper_h4 { font-size: 0.8438rem; line-height: 1.444; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; width: 200px; position: relative; transition: font-size 0.3s linear, margin 0.3s linear, width 0.3s linear; } .second-wrapper_h4:after { content: ""; width: 80px; height: 68px; position: absolute; background-image: url(../images/section11-map.png); top: -46px; right: -98px; } .second-wrapper_p { font-size: 0.8438rem; line-height: 1.444; transition: font-size 0.3s linear; } .section11-third-wrapper { width: 293px; margin: 0 auto; } .third-wrapper_span { margin-bottom: 28px; } .third-wrapper_ul { list-style: none; line-height: 1.444; font-size: 0.8438rem; transition: font-size 0.3s linear; } .third-wrapper_li { display: flex; } .third-wrapper_li:nth-of-type(1) { margin-bottom: 22px; } .third-wrapper_li:nth-of-type(2) { margin-bottom: 39px; } .third-li_wrapper { width: 252px; } .third-wrapper_h4 { width: 170px; text-transform: uppercase; margin-bottom: 6px; position: relative; } .third-wrapper_h4::after { position: absolute; right: -52px; top: -4px; font-size: 2.4131rem; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0.05; font-weight: 900; transition: font-size 0.3s linear; } .third-h3_01::after { content: "01_"; } .third-h3_02::after { content: "02_"; } .third-h3_03::after { content: "03_"; } .third-wrapper_li-p { transition: font-size 0.3s linear; } .third-wrapper_li-span { transition: font-size 0.3s linear; } .third-wrapper_li-span { display: block; font-weight: 700; transition: font-size 0.3s linear; } .third-wrapper_img { display: block; -o-object-fit: cover; object-fit: cover; transition: scale .3s linear, -webkit-transform 0.3s linear; transition: transform 0.3s linear, scale .3s linear; transition: transform 0.3s linear, scale .3s linear, -webkit-transform 0.3s linear; } .third-wrapper_li:hover .third-wrapper_img { -webkit-transform: rotate(360deg) scale(1.4); transform: rotate(360deg) scale(1.4); } .section11_item1 { width: 45px; } .section11_item2 { width: 75px; height: 114px; } .section12 { display: block; margin: 0 auto; max-width: 293px; } .section1__article { position: relative; } .head__article { text-transform: uppercase; font-size: 18.74px; font-family: 'Acrom'; font-weight: bold; margin: 46px auto; margin-top: 60px; } .description__article { font-size: 13.5px; font-weight: bold; margin-bottom: 46px; font-family: 'Acrom'; font-weight: 500; margin-bottom: 47px; padding-left: 22px; } .description__article::before { content: ""; border: solid 1px; background-color: black; display: block; position: absolute; width: 10px; top: 75px; left: 0px; } .indicated__description { background-color: #16ebfe; } .image__article { margin-bottom: 37px; margin-bottom: 40px; } .list__item { text-transform: uppercase; font-size: 13.5px; margin-bottom: 31px; } .main__article { font-size: 13.5px; margin-bottom: 14px; position: relative; font-family: 'Acrom'; font-weight: 800; margin-left: 11px; } .decoration__article { position: relative; } .decoration__article::after { content: "+"; color: black; position: absolute; top: -10%; left: 7px; } .main__article::before { content: ""; border: 2px; background-color: black; width: 7px; height: 7px; position: absolute; top: 3px; left: -15px; } .list__article { list-style-type: none; padding-left: 15px; } .list__description { font-size: 13.5px; color: #3f4144; font-family: 'Acrom'; font-weight: normal; text-transform: none; } .decoration-text { text-transform: uppercase; } /*SECTION 13*/ .section13__point { display: flex; justify-content: center; flex-flow: column; margin: 0 auto; line-height: normal; padding-top: 60px; padding-bottom: 60px; } .mans { width: 100%; } /*div*/ .section13__main_content { max-width: 234px; margin: 0 auto; } /*h3*/ .section13__section_title { display: block; width: 216px; font-family: 'Acrom'; font-size: 18px; text-transform: uppercase; position: relative; margin-bottom: 24px; } /*p & psevdo*/ .section13__medium_font::before { content: ""; position: absolute; width: 16px; height: 3px; background-color: black; left: 0; top: 5px; } .section13__medium_font { display: flex; position: relative; font-family: 'Acrom'; font-size: 13.5px; margin-bottom: 28px; padding-left: 40px; } /*picture*/ .section13__mans_image { margin-bottom: 18px; margin: 0 auto; width: 100%; } /*p*/ .section13__bold_font { font-family: 'Acrom'; font-size: 13.5px; width: 198px; margin-top: 34px; margin-bottom: 18px; text-transform: uppercase; } /*p*/ .section13__content { font-family: 'Acrom'; font-size: 13.5px; color: #9e9ea0; width: 216px; margin: 0; } /*TABLET*/ /*DESKTOP*/ .just_only { font-family: 'Acrom'; max-width: 480px; margin: 0 auto; padding: 20px 0px; } .just_now { background-image: url(../images/it@2x-min.png); background-repeat: no-repeat; height: 250px; width: 250px; background-position: right; background-size: contain; margin: 0px auto; position: relative; } .just_now-shadov { width: 330px; position: absolute; top: 160px; left: -26px; } .just_now-man { top: 0px; position: absolute; height: 259px; } .just { font-family: 'Acrom-Regular'; font-weight: 400; } .just_text-contain { width: 292px; margin: 0 auto; position: relative; padding-top: 45px; } .just_text-item { font-size: 13.5px; color: #ff6b08; width: 264px; margin: 0 auto; } .just_text-mark { display: inline-block; position: absolute; } .just_text-main { font-size: 18px; text-transform: uppercase; width: 290px; color: white; background-color: black; margin: 0 auto; margin-top: 24px; padding-left: 5px; } .just_web { width: 292px; margin: 0px auto; position: relative; } .just_text-study { font-size: 13.5px; width: 205px; margin: 0px auto; margin-top: 25px; } .just_web-mark { width: 20px; height: 1px; background-color: black; display: inline-block; position: absolute; top: 8px; left: 1px; } .bay_product-text { margin-top: 55px; font-size: 13.5px; text-transform: uppercase; width: 293px; margin: 0 auto; padding-top: 36px; } .advantages { list-style: none; font-size: 13.5px; } .advantages_items { display: flex; width: 245px; margin: 0 auto; margin-top: 36px; } .advantages_item { -webkit-writing-mode: tb-rl; -ms-writing-mode: tb-rl; writing-mode: tb-rl; background-color: #ff6b08; color: white; font-size: 13.5px; padding: 5px 0px; width: 10px; } .advantages_items-par { margin-left: 13px; margin-bottom: 15px; } .advantages_item-text { margin-left: 13px; } .just_text-first { visibility: hidden; width: 274px; background-color: black; color: white; display: block; margin-bottom: 2px; font-size: 27px; text-transform: uppercase; } .just_text-second { visibility: hidden; width: 137px; background-color: black; color: white; display: block; font-size: 27px; text-transform: uppercase; } .get_it { margin: 0 auto; max-width: 480px; width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; padding-top: 20px; padding-left: 15px; } .get_it__div1 { display: flex; max-width: 290px; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; } .get_it__div2 { display: none; } .get_it_h2 { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; margin-bottom: 35px; text-transform: uppercase; font-weight: 800; max-width: 234px; } .get_it_ul { list-style: none; padding-bottom: 30px; } .get_it_li_h3 { font-size: 13px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-bottom: 18px; text-transform: uppercase; position: relative; max-width: 232px; } .get_it_before1::before { position: absolute; content: '01.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_before2::before { position: absolute; content: '02.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_before3::before { position: absolute; content: '03.'; font-size: 16px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: 800; text-transform: uppercase; left: -39px; top: 0; } .get_it_li_p { font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; padding-bottom: 13px; position: relative; max-width: 232px; } .get_it_li_p::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: -25px; top: 0; } .get_it_p { font-size: 13px; line-height: 19px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; padding-bottom: 38px; } .get_it_span { font-size: 30px; color: #000000; } .get_it_button { width: 218px; height: 42px; box-shadow: 0px 5px 6px rgba(196, 87, 15, 0.26); background-color: #ff6b08; font-size: 10px; letter-spacing: 1px; line-height: 15px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; text-transform: uppercase; border: none; } .get_it_button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .get_it_button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .sixteen-section { padding: 30px 0; margin: 0 auto; } .sixteen-header { margin-bottom: 30px; } .sixteen-headerbox__heading { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 900; text-transform: uppercase; text-align: center; padding-bottom: 14px; } .sixteen-headerbox__textbox { max-width: 252px; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-headerbox__textbox__line { width: 19px; height: 2.25px; background-color: #000000; } .sixteen-headerbox__textbox__text { max-width: 216px; font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 600; letter-spacing: -.14px; line-height: 1.4; } .sixteen-imagebox { margin: 0 auto; max-width: 445px; height: 165px; background: url(../images/header-picture-16.jpg), #161616; background-size: cover; background-position: 0 12%; background-repeat: no-repeat; } .sixteen-first-article { margin-bottom: 11px; } .sixteen-first-article__textbox { max-width: 291px; } .sixteen-first-article__wrapper { max-width: 237px; padding-bottom: 9px; font-size: 0; } .sixteen-first-article__heading { max-width: 240px; font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; text-transform: uppercase; background-color: #000000; margin-bottom: 3px; } .sixteen-first-article__heading__row { max-width: 240px; font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; text-transform: uppercase; background-color: #000000; margin-bottom: 3px; } .sixteen-first-article__text { max-width: 371px; font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; padding-bottom: 22px; letter-spacing: -.8px; } .sixteen-second-article__header { max-width: 371px; margin-bottom: 21px; font-size: 14px; text-transform: uppercase; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 800; letter-spacing: -0.3px; } .sixteen-second-article__list { list-style-type: none; } .sixteen-second-article__list__item { width: 346px; margin-left: 10px; margin-bottom: 22px; line-height: 18px; position: relative; } .sixteen-second-article__list__textbox { margin: 0 auto; width: 242px; } .sixteen-second-article__list__sign { padding-bottom: 8px; font-size: 13px; line-height: 19px; color: #000000; font-family: "Acrom"; font-weight: bold; max-width: 356px; } .sixteen-second-article__list__text { width: 260px; font-size: 13px; line-height: 19px; color: #3f4144; font-family: "Acrom"; } .sixteen-second-article__list__numberbox { text-align: center; width: 50px; position: absolute; -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg); top: 23px; background-color: #ff6b08; } .sixteen-second-article__list__number { font-size: 14px; line-height: 20px; color: #ffffff; font-family: "Acrom"; font-weight: 500; } .sixteen-second-article__list__price { display: flex; flex-flow: row wrap; width: 304px; margin: 0 auto; justify-content: space-between; } .sixteen-second-article__list__price__wrapper { width: 141px; margin-left: 9px; margin-top: 41px; } .sixteen-second-article__list__price__span { font-size: 17px; line-height: 29px; color: #000000; font-family: "Acrom"; font-weight: 500; background-color: #16ebfe; } .sixteen-second-article__list__price__pricebox { margin-top: 20px; } .sixteen-second-article__list__price__costnone { display: block; font-size: 17px; line-height: 43px; color: #3c3b40; font-family: "Acrom"; font-weight: 800; text-decoration: line-through; } .sixteen-second-article__list__price__costnone__grn { text-transform: uppercase; } .sixteen-second-article__list__price__cost { display: block; font-size: 36px; line-height: 43px; color: #000000; font-family: "Acrom"; font-weight: 800; } .sixteen-second-article__list__price__cost__grn { font-size: 23px; line-height: 43px; color: #000000; font-family: "Acrom"; font-weight: 600; } .section17 { max-width: 480px; padding: 40px 55px; margin: 0 auto; display: flex; flex-direction: column; } .section17__title { margin: 0 auto; text-align: center; font-family: Acrom; font-weight: 700; font-size: 18px; line-height: 24px; text-transform: uppercase; background-color: #000; color: #fff; width: 275px; margin-bottom: 25px; } .section17__text { margin: 0 auto; display: flex; align-items: flex-end; width: 205px; padding-left: 40px; font-family: Acrom; font-size: 14px; font-weight: 500; line-height: 19.5px; position: relative; margin-bottom: 60px; } .section17__text::before { content: ''; display: block; width: 20px; height: 3px; background-color: #000; position: absolute; left: -10px; top: 8px; } .section17__item { list-style: none; margin-bottom: 40px; } .section17__span-text { background-color: #000; color: #fff; } .section17__item-name1, .section17__item-name2 { display: flex; align-items: flex-end; font-family: Acrom; padding-left: 90px; position: relative; color: #000; font-size: 13px; font-weight: 700; line-height: 21.85px; text-transform: uppercase; margin-bottom: 13px; } .section17__item-name1::before { position: absolute; content: '01.'; font-family: Acrom; font-size: 25px; font-weight: 700; line-height: 30.25px; text-transform: uppercase; left: 35px; top: 0; } .section17__item-name2 { position: relative; } .section17__item-name2::before { position: absolute; content: '02.'; font-family: Acrom; font-size: 25px; font-weight: 700; line-height: 30.25px; text-transform: uppercase; left: 30px; top: 0; } .section17__item-text1, .section17__item-text2 { width: 100%; padding-left: 90px; position: relative; font-family: Acrom; font-size: 12px; font-weight: 400; line-height: 17.65px; color: #3f4144; align-items: flex-end; } .section17__item-text1::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: 60px; top: 0; } .section17__item-text2 { position: relative; } .section17__item-text2::before { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; background-color: #16ebfe; left: 60px; top: -20px; } .section17__span { padding: 0 0; background-color: #000; color: #fff; } .form__style { padding: 70px 55px; margin: 0 auto; height: 348px; box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15); background-color: #ffffff; } .form__item { list-style: none; } .form__style input:focus:valid { border-bottom: 2px solid green; } .form__style input:focus:invalid { border-bottom: 2px solid red; } .form__name, .form__phone, .form__email { width: 100%; height: 30px; padding-left: 20px; outline: 0; border-width: 0 0 2px; border-color: #bfbfbf; font-family: Acrom; color: #000; font-size: 9px; font-weight: 700; line-height: 0.9; padding: 0; } .form__email { margin-bottom: 20px; } .form__span { color: #bfbfbf; font-family: Acrom; font-size: 8px; font-weight: 700; line-height: 11.95px; padding-left: 2px; } .form__button { display: block; text-align: center; width: 174px; height: 34px; box-shadow: 0 5px 6px rgba(196, 87, 15, 0.26); border: none; background-color: #ff6b08; color: #fff; font-family: Acrom; font-size: 8px; font-weight: 700; line-height: 11.95px; text-transform: uppercase; } .form__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .form__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .courses-price { font-family: 'Acrom'; max-width: 480px; margin: 0px auto; padding: 30px 0px 30px; } .important-text { font-size: 18px; text-transform: uppercase; text-align: center; padding-bottom: 23px; } .price { height: 274px; width: 371px; background-color: #052139; margin: 0 auto; color: white; font-weight: 400; position: relative; } .price-video-cource { display: flex; justify-content: center; padding-top: 75px; } .price-name { width: 116px; font-size: 13px; } .price-uah { font-size: 14.5px; text-transform: uppercase; line-height: 40px; } .price-uah:before { content: ''; width: 35px; height: 1px; display: inline-block; background-color: white; margin-bottom: 3px; margin-right: 10px; } .price-actualy { display: flex; justify-content: center; padding-top: 42px; padding-left: 70px; flex-direction: column; } .price-today_hover { background-color: #16ebfe; width: 90px; font-size: 13px; } .price-today { font-size: 13px; } .price-actualy-today { position: absolute; top: 155px; left: 189px; font-size: 39px; font-weight: 400; } .price-actualy-today_uah { font-size: 13px; font-weight: 400; } .our-gift_first { font-size: 14.5px; font-weight: 400; width: 282px; padding-top: 45px; margin: 0 auto; } .our-gift_it { font-size: 12.5px; padding-top: 16px; width: 282px; margin: 0 auto; } .our-gift_copy { font-size: 14.5px; font-weight: 400; width: 300px; line-height: 25px; color: #ff6b08; margin: 0 auto; padding-top: 34px; } .our-gift_mark { font-size: 40px; position: absolute; top: 175px; } .our-gift { position: relative; width: 370px; margin: 0px auto; } .our-gift_btn { width: 295px; height: 40px; background-color: #ff6b08; color: white; text-transform: uppercase; text-align: center; margin: 0 auto; font-size: 10px; border-color: transparent; display: block; margin-top: 34px; margin-bottom: 34px; line-height: 40px; cursor: pointer; } .our-gift_btn:hover { box-shadow: 0px 4px 5px #ff6b0882; transition: 300ms ease; } .operate_pay { margin: 0 auto; max-width: 480px; width: 100%; display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; padding-top: 20px; } .operate_pay__div1 { display: flex; max-width: 310px; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; margin-bottom: 38px; position: relative; } .operate_pay__div2 { display: flex; flex-direction: column; flex-wrap: wrap; align-content: center; margin: 0 auto; max-width: 310px; padding-bottom: 40px; } .operate_div1_block { max-width: 219px; padding-left: 15px; } .operate_pay__div1::before { content: "GO"; position: absolute; font-size: 102px; line-height: 81px; color: #f7f7f7; font-family: "Acrom"; font-weight: 800; -webkit-transform: rotate(90deg); transform: rotate(90deg); left: -127px; bottom: 80px; } .operate_div1_h3 { font-size: 18px; line-height: 24px; color: #000000; font-family: "Acrom"; margin-bottom: 12px; text-transform: uppercase; font-weight: 800; } .operate_div1_p { position: relative; max-width: 192px; font-size: 13px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: 500; margin-bottom: 25px; padding-left: 12px; } .operate_div1_p::before { content: ""; width: 13px; height: 3px; background-color: #000000; position: absolute; left: -10px; top: 8px; } .operate_pay_button { width: 218px; height: 42px; box-shadow: 0px 5px 6px rgba(196, 87, 15, 0.26); background-color: #ff6b08; font-size: 10px; letter-spacing: 1px; line-height: 15px; color: #ffffff; font-family: "Acrom"; font-weight: 800; text-align: center; text-transform: uppercase; border: none; } .operate_pay_button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .operate_pay_button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .operate_div2_ul { list-style: none; padding-left: 25px; } .operate_div2_h3 { font-size: 20px; line-height: 24px; color: #000000; font-family: "Acrom"; font-weight: 800; padding-bottom: 10px; } .operate_div2_li_p1 { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; padding-bottom: 30px; } .operate_div2_li_p2 { font-size: 14px; line-height: 20px; color: #3f4144; font-family: "Acrom"; padding-bottom: 23px; } .operate_div2_li_p3 { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; padding-bottom: 25px; } .video_span { font-size: 14px; line-height: 20px; color: #000000; font-family: "Acrom"; font-weight: bold; } .operate_div2_p { font-size: 14px; line-height: 20px; color: #ff6b08; font-family: "Acrom"; font-weight: 500; display: block; text-align: right; padding-right: 30px; } .footer { font-size: 16px; font-family: "Acrom", sans-serif; } .footer-wrapper_first { background-color: #181c27; padding: 30px 15px; display: flex; justify-content: space-between; align-items: center; transition: padding 0.3s linear; } .footer-ul-fist { list-style: none; display: flex; justify-content: space-between; width: 290px; align-items: center; } .footer-ul-first_li { max-width: 85px; display: flex; flex-direction: column; } .footer-ul-first_li span { color: #fff; font-weight: 900; font-size: 0.625rem; margin-bottom: 7px; } .footer-li_p, .footer-li_p a { display: flex; flex-direction: column; color: #a2a2a2; font-size: 0.5rem; line-height: 1.222; text-decoration: none; } .footer-logo { width: 41px; height: auto; transition: width 0.3s linear; } .footer_hidden { display: none; } .footer-wrapper_button { font-weight: 900; font-size: 0.5625rem; width: 121px; height: 20px; box-sizing: border-box; background-color: transparent; text-transform: uppercase; color: #fff; border: #1a3353 1px solid; transition: background-color 0.3s linear; } .footer-wrapper_button:hover, .footer-wrapper_button:focus { background-color: #16ebfe; cursor: pointer; border: none; } .footer-wrapper_second { background-color: #202020; padding: 0 15px; height: 23px; display: flex; justify-content: space-between; align-items: center; transition: padding 0.3s linear; } .footer-ul-second { list-style: none; display: flex; width: 300px; justify-content: space-between; } .footer_a { display: block; font-size: 0.375rem; color: #65666a; text-decoration: none; } .footer-second_ra { background-image: url(../images/footerRA.png); width: 14px; height: 8px; background-size: cover; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Regular.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Bold.woff") format("woff"); font-weight: bold; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Thin.woff") format("woff"); font-weight: 100; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Light.woff") format("woff"); font-weight: 300; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; } @font-face { font-family: "Acrom"; src: url("../fonts/Acrom-Medium.woff") format("woff"); font-weight: 500; font-style: normal; } * { box-sizing: border-box; margin: 0; padding: 0; } .container { width: 100%; margin: 0 auto; } button:hover:not(.first-section-header__button) { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } button:focus:not(.first-section-header__button) { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } @media screen and (min-width: 768px) { .container { width: 100%; } .container { width: 100%; } .first-section__background { background: url(../images/section1background.png); background-size: cover; background-repeat: no-repeat; background-position: center; } .first-section__header { margin-bottom: 45px; width: 100%; } .first-section { width: 85.286%; height: 340px; } .first-section__logo { display: none; } .first-section__title { width: 325px; height: 165px; margin: 0; font-size: 45px; line-height: 56px; margin-right: 160px; } .first-section__intro { width: 230px; height: 75px; margin: 0; padding: 0; font-size: 8px; line-height: 13px; text-align: justify; } .first-section__openit { width: 160px; height: 50px; font-size: 11px; line-height: 17px; text-transform: uppercase; text-align: left; margin-bottom: 20px; margin-top: 15px; } .first-section__conditions { font-size: 10px; line-height: 13px; width: 160px; height: 90px; } .first-section__textbox { display: flex; flex-wrap: wrap; height: 260px; justify-content: flex-start; margin: 0; } .first-section__button { font-size: 7px; letter-spacing: 1px; line-height: 10px; width: 110px; height: 30px; margin: 0; } .first-section-footer__span { display: inline-block; color: #ffff; -webkit-transform: rotate(270deg); transform: rotate(270deg); font-size: 13px; letter-spacing: 1px; line-height: 10px; font-family: "Acrom"; font-weight: 500; } .first-section-footer__links { display: inline-block; position: relative; left: 90%; bottom: 200px; } .first-section-footer__links:hover { fill: #16ebfe; } .first-sectiion-footer__facebook { padding-right: 15px; } .navigation { max-width: 768px; } .section-2-header__wrapper { display: flex; flex-flow: column wrap; max-width: 550px; max-height: 260px; margin-bottom: 68px; } .section-2_p1 { max-width: 201px; font-size: 0.5625rem; } .section-2-header__wrapper .section2-img__wrapper { order: -1; margin-right: 72px; } .section-2-tittle-wrapper { margin: 0; max-width: 245px; } .section-2__p2 { max-width: 160px; font-size: 0.625rem; text-align: left; margin-bottom: 10px; line-height: 1.667; } .section-2__p2::before { content: ""; display: block; width: 28px; height: 3px; background-color: #000; position: absolute; top: 7px; left: 0px; } .section-2-title { line-height: 1.3; font-size: 1.6875rem; } .section-2-title span { font-size: 1.6875rem; line-height: 1.3; } .section-2_img { margin: 0; } .section-2-second-question { font-size: 1.0625rem; } .section-2-questions { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0; } .section-2-questions__item { max-width: 150px; } .section-2-questions__item::before { display: none; } .section-2-questions__item__text { font-size: 0.5625rem; } .section-2-questions__item__text span { font-size: 0.5rem; } .section-2_p3 { text-align: left; font-size: 0.625rem; } .p3-wrapper { display: flex; flex-flow: row wrap; } /*articles*/ .section7__point_one, .section7__point_two { display: flex; justify-content: space-between; flex-flow: row wrap; width: 644px; height: 236px; margin: 0 auto; } /*Article TWO*/ .section7__point_two { flex-flow: column wrap; height: 254px; } /*div*/ .section7__main_content { display: flex; justify-content: space-between; flex-flow: column wrap; width: 200px; padding-left: 50px; margin: 0; align-self: flex-start; } /*Article TWO div-important*/ .section7__point_two .section7__main_content { height: 108px; } /*Article One h3*/ .section7__section_title { font-size: 27px; width: 170px; padding-left: 0; margin-bottom: 36px; } /*p*/ .section7__medium_font { font-size: 8.97px; width: 178px; margin: 0; } /*picture young*/ .section7__man_image { margin: 0; } .young { display: flex; justify-content: space-between; flex-flow: row wrap; width: 272px; height: 170px; } /*Article TWO*/ /*picture old*/ .section7__man_image { margin: 0; } .old { display: flex; justify-content: space-between; flex-flow: row wrap; width: 100%; height: auto; } /*div*/ .section7__main_content--order_two, .section7__main_content--order_three { display: flex; justify-content: space-between; flex-flow: column wrap; width: 312px; padding: 0; } .section7__main_content--order_two { order: 2; } .section7__main_content--order_three { order: 3; } /*h4*/ .section7__black_background { font-size: 8.97px; display: flex; justify-content: space-between; flex-flow: row wrap; width: 112px; margin: 0; } .section7__main_content:first-of-type .section7__black_background { width: 86px; } .section7__main_content:last-of-type .section7__black_background { width: 100px; } /*span*/ .section7__black_background__item { font-size: 8.97px; } /*div*/ .section7_p { display: flex; justify-content: space-between; flex-flow: column wrap; width: 172px; } /*p*/ .section7__bold_font { font-size: 8.97px; display: flex; justify-content: space-between; flex-flow: column wrap; width: 170px; margin-bottom: 16px; } /*p*/ .section7__content { font-size: 7.85px; color: #9e9ea0; display: flex; justify-content: space-between; flex-flow: column wrap; width: 170px; margin: 0; margin-bottom: 39px; } .content_man { display: flex; justify-content: space-between; } .content_desctop { display: flex; flex-direction: row-reverse; justify-content: space-between; } .text_content { font-size: 8px; line-height: 12px; color: #3f4144; font-family: "Acrom"; } .section8 { max-width: 640px; margin: 0 auto; padding-top: 100px; } .text_developer { padding-left: 30px; } .text_content { padding: 0; max-width: 190px; } .image_man { width: 311px; height: 180px; padding: 0; margin: 0; -o-object-fit: cover; object-fit: cover; } .content_man__text { width: 311px; } .content_right { font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; margin: 0; max-width: 209px; } .headline8 { font-size: 24px; line-height: 34px; color: #000000; font-family: "Acrom"; font-weight: bold; margin: 0; padding-bottom: 20px; width: 290px; } .image_desctop { margin-left: 0; width: 250px; height: 200px; padding-bottom: 30px; } .content_desctop__text { padding-right: 40px; } .text_content { position: relative; } .text_content::before { position: absolute; margin: 0; top: -40px; left: 2px; width: 7px; height: 7px; } .text_developer { font-size: 9px; line-height: 15px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0; padding: 0; padding-bottom: 10px; } .section9 { display: flex; justify-content: space-between; flex-flow: row wrap; background-position: 225px 6px; max-width: 640px; margin: 0 auto; } .first-section9 { width: 197px; height: 153px; margin: 0; } .second-section9 { margin: 0; } .second-section9__articles { max-width: 300px; } .second-section9__list { display: flex; justify-content: space-between; flex-flow: column wrap; height: 157px; width: 305px; margin-bottom: 33px; } .second-section9__item { width: 145px; padding-left: 45px; margin-bottom: 10px; } .second-section9__mention { font-size: 9px; margin-bottom: 8px; } .second-section9__article { font-size: 7.8px; } .second-section9__article { margin: 0; } .second-section9__mention::before { content: "01."; position: absolute; top: -4%; left: -54px; } .first-section9__whattodo::before { content: ''; height: 3px; width: 25px; display: block; background: #000; position: absolute; top: 80%; left: 25px; } .second-section9__item { overflow: hidden; height: 50px; } .first-section9__howtostart { font-size: 27px; margin-top: 0; } .first-section9__whattodo { font-size: 8.97px; } .second-section9__bottom { font-size: 8.97px; } .second-section9__bottom::before { width: 20px; top: 92%; left: -7px; } .section11 { transition: padding 0.3s linear; display: flex; flex-flow: row wrap; } .section11-first-wrapper { display: flex; flex-flow: column wrap; align-content: space-between; height: 230px; width: 100%; margin-bottom: 60px; } .section11-h3 { width: 238px; padding-left: 0; font-size: 1.6875rem; margin: 0 0 23px; line-height: 1.26; order: 1; } .online-universe_wrapper { order: 3; width: 344px; } .online-universe { margin: 0; font-size: 0.5606rem; display: flex; justify-content: space-around; margin: 5px auto 26px; } .online-univrese__p1 { font-size: 0.5606rem; margin: 0; width: 93px; } .online-universe__p2 { font-size: 0.4906rem; width: 118px; } .section2-img__wrapper { margin: 0; } .universe_with_tea { font-size: 0.5606rem; margin: 0 0 0 46px; padding: 0; order: 2; width: 154px; } .universe_with_tea:before { width: 27px; left: -46px; top: 3px; } .section11-second-wrapper { margin: 0; width: 138px; margin-right: 25px; } .section11-third-wrapper { margin: 0; width: 475px; } .second-wrapper_span, .third-wrapper_span { font-size: 0.5606rem; margin-bottom: 23px; } .second-wrapper_h4, .third-wrapper_h4 { font-size: 0.5606rem; line-height: 1.5; margin-bottom: 6px; font-weight: 900; width: 136px; } .second-wrapper_h4:after { width: 58px; height: 50px; background-size: cover; top: -33px; right: 0px; } .third-wrapper_ul { display: flex; } .third-wrapper_li, .third-wrapper_li:nth-of-type(1), .third-wrapper_li:nth-of-type(2) { width: 138px; margin-bottom: 0; } .third-wrapper_li:not(:nth-last-of-type(1)) { margin-right: 26px; } .third-wrapper_h4 { width: 55px; } .third-wrapper_h4:after { right: -111px; top: -7px; } .second-wrapper_p, .third-wrapper_li-p { font-size: 0.4906rem; line-height: 1.5; } .section11_item1 { width: 30px; height: 96px; } .section11_item2 { width: 61px; height: 83px; -o-object-fit: contain; object-fit: contain; } .section12 { max-width: 620px; height: 436px; display: flex; justify-content: space-between; flex-flow: column wrap; margin: 0 auto; margin-bottom: 55px; padding-top: 60px; padding-bottom: 60px; } .section1__article { order: 2; width: 240px; height: 130px; } .section2__article { order: 1; width: 330px; height: 310px; margin: 0; } .image__article { width: 311px; height: 310px; margin: 0; } .section3__article { order: 3; width: 240px; height: 170px; } .list__item { margin: 0; } .main__article { margin: 0; margin-bottom: 10px; } .list__description { margin-bottom: 24px; } .head__article { font-size: 27px; width: 204px; height: 60px; margin: 0; margin-bottom: 22px; } .description__article { font-size: 9px; width: 240px; height: 50px; } .main__article { font-size: 8.97px; } .list__description { font-size: 7.85px; } .description__article::before { top: 85px; } .decoration__article::after { left: 5px; } /*article*/ .section13__point { display: flex; justify-content: space-between; flex-flow: row wrap; width: 630px; height: inherit; margin: 0 auto; } /*div*/ .section13__main_content { margin: 0; } /*h3*/ .section13__section_title { width: 240px; font-size: 27px; } /*p & psevdo*/ .section13__medium_font::before { width: 28px; } .section13__medium_font { font-size: 8.97px; width: 175px; margin: 0; } /*picture*/ .section13__mans_image { width: auto; margin: 0; } .mans { display: flex; justify-content: space-between; flex-flow: row wrap; width: 180px; height: 160px; } /*div*/ .section13_p { width: 139px; } /*p*/ .section13__bold_font { font-size: 8.97px; width: 102px; padding-bottom: 16px; margin: 0; } /*p*/ .section13__content { font-size: 7.85px; width: 128px; } .footer-wrapper_first { padding: 30px 65px; transition: padding 0.3s linear; } .footer-logo { width: 57px; } .footer_hidden { display: flex; } .footer-ul-fist { width: 400px; } .footer-li_p { font-size: 0.5rem; font-weight: 900; } .footer-social { font-size: 0.5rem; line-height: 1.222; display: block; text-decoration: none; margin-bottom: 5px; color: #fff; font-weight: 900; } .footer-ul-first_li span { font-size: 0.5rem; } .footer-wrapper_button { font-size: 0.4375rem; } .footer-wrapper_second { padding: 0 65px; transition: padding 0.3s linear; } .footer_a { font-size: 0.4188rem; } } @media (min-width: 768px) { .section-3 { background-repeat: no-repeat; background-position: right; background-position-y: bottom; background-image: url(../images/section_3_img_1.png); max-width: 714px; flex-direction: row; } .section-3__article1 { max-width: 189px; } .section-3__article2 { min-width: 430px; } .article1_h2 { font-size: 27px; line-height: 34px; } .article1_p { font-size: 9px; line-height: 13px; max-width: 127px; } .article2_ul { max-width: 320px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; z-index: 6; } .article2_ul { justify-content: space-between; } .article2_li { max-width: 125px; margin: 0; } .article2_li-1 { order: 1; } .article2_li-2 { order: 3; } .article2_li-3 { order: 2; } .article2_li-4 { order: 1; } .article2_li::before { display: none; } .article_li__h4 { font-size: 17px; line-height: 20px; } .article_li__phead { font-size: 8px; line-height: 13px; display: inline; } .article_li__ptext { font-size: 9px; line-height: 13px; margin-bottom: 15px; } .section-4 { max-width: 768px; display: flex; flex-direction: row; } .section-4__subtitle { font-family: "Acrom"; font-weight: 700; width: 75px; height: 40px; margin: 0 auto; background-color: #000; color: #ffffff; font-size: 9px; line-height: 14.58px; text-transform: uppercase; margin-right: 30px; } .section-4__p { font-family: "Acrom"; font-weight: 700; font-size: 9px; line-height: 13.46px; margin-bottom: 10px; width: 160px; } .section-4__text { font-family: "Acrom"; font-size: 8px; font-weight: 400; line-height: 11.78px; width: 165px; } .section-4__article-two { display: flex; flex-direction: column; max-width: 274px; } .section-4__article-two-titles, .section-4__article-two-description { display: flex; } .section-4__title { text-align: left; font-family: "Acrom"; color: #ffffff; font-size: 27px; font-weight: 700; line-height: 33.65px; text-transform: uppercase; margin-bottom: 23px; margin-right: 20px; } .section-4__text-one { width: 160px; position: relative; font-family: "Acrom"; font-size: 8px; font-weight: 500; line-height: 13.46px; margin-bottom: 45px; } .section-4__text-one::before { content: ""; width: 29px; height: 4px; background-color: #000000; position: absolute; left: -20px; top: 6px; } .section-4__item { padding-left: 100px; list-style: none; margin-bottom: 10px; position: relative; } .section-4__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: 70px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 9px; font-weight: 700; line-height: 13.46px; text-transform: uppercase; margin-bottom: 10px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 9px; font-weight: 400; line-height: 13.46px; } .section-5 { display: flex; justify-content: space-between; } .section-5-author { font-size: 9px; } .section-5--text { font-size: 37px; padding-bottom: 22px; } .section-5-photo-img { width: 75px; height: 75px; } .section-5--items { font-size: 9px; width: 103px; } .test { width: 190px; } .section-5-wrapper { margin: 0px; } .section-5--items_your { padding-right: 30px; } .section-5-wrapper { width: 422px; height: 305px; } .section-5-wrapper_about { height: 276px; font-size: 8px; } .section-paragraph { width: 200px; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-mainbox { max-width: 679px; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; } .six-imagebox { width: 250px; height: 480px; margin-left: 15px; background: url(../images/six-man.png); background-repeat: no-repeat; background-position: 1px -51px; position: relative; } .six-imagebox::after { content: 'hard'; font-size: 140px; line-height: 112px; text-transform: uppercase; color: #000000; font-family: "Acrom"; font-weight: 800; opacity: .1; position: absolute; top: 145px; left: -8px; z-index: -1; -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); } .six-textbox { max-width: 344px; } .six-headerbox { max-width: 429px; padding-bottom: 34px; } .six-headerbox__header { font-size: 27px; line-height: 34px; padding-left: 0px; padding-bottom: 11px; letter-spacing: -.1px; } .six-headerbox__line { width: 28px; height: 3px; margin-top: 5px; } .six-headerbox__text { font-size: 9px; line-height: 13px; letter-spacing: -.05px; width: 165px; } .six-headerbox__wrapper { width: 211px; margin-left: 0px; } .six-listbox__list { max-width: 399px; padding-left: 16px; } .six-listbox__list__item { padding-left: 10px; } .six-listbox__list__sign { font-size: 9px; line-height: 17px; padding-bottom: 3px; } .six-listbox__list__text { font-size: 8px; line-height: 13px; width: 205px; padding-bottom: 10px; } .container { width: 100%; } .section10 { max-width: initial; } .section10__texts { display: block; font-size: 20px; line-height: 34px; color: #000000; font-family: "Acrom"; font-weight: bold; width: 270px; height: 95px; } .section10__titles { display: flex; } .section10__image-man { padding-left: 30px; padding-top: 50px; padding-right: 50px; } .section10__haphen { font-size: 80px; color: black; position: absolute; top: -2px; left: -34px; } .section10__main-title { padding-top: 50px; padding-bottom: 30px; font-size: 29px; } .section10__text { font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; width: 130px; position: relative; margin: 0 auto; } .section10__listing-text { width: 194px; font-size: 13px; line-height: 17px; color: #000000; font-family: "Acrom"; font-weight: 800; margin: 0; padding-left: 40px; } .section10__list { display: inline-flex; flex-flow: row wrap; list-style-type: none; justify-content: space-between; max-width: 490px; width: 100%; } .section10__item { max-width: 220px; } .section__list h4 { font-size: 9px; line-height: 12px; color: #000000; font-family: "Acrom"; font-weight: bold; } .section__list p { font-size: 8px; line-height: 12px; color: #3f4144; font-family: "Acrom"; max-width: 120px; } .section10__item-text { max-width: 110px; font-size: 8px; } .section10__item-name { max-width: 110px; font-size: 9px; } .section10__item h4 { font-size: 9px; } .section10__item-name h4 { font-size: 9px; margin: 0; } .section10__item-text5 { max-width: 161px; font-size: 8px; } .section10__item1::before { line-height: 6px; left: -37px; top: 20px; width: 33px; } .section10__item2::before { line-height: 6px; left: -47px; top: 20px; width: 33px; } .section10__item3::before { line-height: 6px; left: -46px; top: 20px; width: 33px; } .section10__item4::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__item5::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__item6::before { line-height: 6px; left: -38px; top: 15px; width: 33px; } .section10__button { margin: 0; position: absolute; top: 653px; left: 33px; width: 170px; height: 35px; } .section10__text-lower { position: absolute; top: 658px; left: 277px; max-width: 180px; font-size: 9px; } .section10__slach { font-size: 38px; color: #000; left: -33px; top: 6px; } .section10__listing { display: flex; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .just_only { max-width: 768px; } .just_only-content { display: flex; padding-top: 60px; } .bay_product { display: flex; justify-content: space-around; } .advantages { display: flex; flex-wrap: wrap; justify-content: space-around; } .advantages_items { width: 136px; margin: 0px; margin-right: 50px; margin-top: 44px; } .bay_product-text { padding-left: 30px; font-size: 13.5px; line-height: 25px; } .just_text-item { font-size: 9px; width: 113px; } .just_text-mark { left: 80px; } .just_text-main { visibility: hidden; } .just_text-first { visibility: visible; } .just_text-second { visibility: visible; } .just_web-mark { width: 28px; height: 3px; } .just_text-study { font-size: 9px; width: 137px; margin: 25px auto 0; } .advantages_item { font-size: 5.5px; padding: 3px 0; width: 4px; } .advantages_items-par { margin-left: 9px; margin-bottom: 9px; width: 135px; } .advantages_item-text { margin-left: 8px; width: 150px; } .just_now-man { height: 212px; } .just_now { height: 200px; } .just_text-contain { padding-top: 0px; } .just_now-shadov { left: -40px; top: 120px; } .advantages_item-text { font-size: 8px; } .get_it { max-width: 768px; flex-direction: row; margin: 0 auto; padding-top: 63px; padding-bottom: 44px; } .get_it__div1 { max-width: 328px; padding-top: 30px; } .get_it__div2 { display: block; padding-right: 60px; } .get_it_h2 { min-width: 320px; padding-left: 10px; margin-bottom: 45px; font-size: 27px; line-height: 34px; } .get_it_ul { padding: 0; display: flex; flex-wrap: wrap; max-width: 327px; justify-content: space-between; padding-left: 50px; } .get_it_li { width: 110px; } .get_it_li_h3 { font-size: 9px; line-height: 15px; max-width: 105px; padding-bottom: 10px; } .get_it_before1 { font-size: 9px; line-height: 15px; max-width: 70px; } .get_it_before1::before { font-size: 17px; line-height: 20px; } .get_it_before2::before { font-size: 17px; line-height: 20px; } .get_it_before3::before { font-size: 17px; line-height: 20px; } .get_it_li_p { font-size: 8px; line-height: 10px; max-width: 117px; padding-bottom: 30px; } .get_it_p { font-size: 9px; line-height: 13px; max-width: 85px; position: relative; padding: 0; padding-bottom: 18px; } .get_it_span { position: absolute; left: -27px; top: 7px; font-weight: 800; } .get_it_button { width: 132px; height: 28px; font-size: 7px; line-height: 10px; } .sixteen-section { padding-top: 60px; padding-bottom: 60px; } .sixteen-header { display: flex; flex-flow: row-reverse wrap; max-width: 637px; margin-bottom: 43px; } .sixteen-headerbox { margin-top: 20px; } .sixteen-headerbox__heading { font-size: 27px; line-height: 34px; text-align: left; max-width: 215px; } .sixteen-headerbox__textbox { margin: 0; width: 191px; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-headerbox__textbox__line { width: 28px; height: 3px; margin-top: 6px; } .sixteen-headerbox__textbox__text { font-size: 10px; line-height: 13px; font-weight: 800; max-width: 147px; } .sixteen-imagebox { margin-left: 95px; width: 275px; height: 168px; background-position: 50% 31%; background-repeat: no-repeat; } .sixteen-first-article { margin: 0 auto; margin-bottom: 53px; display: flex; flex-flow: row wrap; max-width: 613px; justify-content: space-between; } .sixteen-first-article__textbox { max-width: 334px; height: 135px; display: flex; flex-flow: row wrap; margin-top: 44px; } .sixteen-first-article__wrapper { max-width: 112px; padding-bottom: 0; } .sixteen-first-article__heading { display: inline-block; padding-left: 2px; padding-right: 2px; max-width: 240px; font-size: 9px; line-height: 14px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__heading__row { display: inline-block; padding-left: 0; padding-right: 2px; font-size: 9px; line-height: 14px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__text { max-width: 180px; font-size: 8px; line-height: 12px; letter-spacing: 0px; padding-bottom: 0; } .sixteen-first-article__imagebox { width: 224px; height: 201px; background: url(../images/first-article-picture-16.jpg), #141414; background-size: 327px 245px; background-position: 100%; background-repeat: no-repeat; } .sixteen-second-article { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 750px; } .sixteen-second-article__header { margin: 0; margin-left: 94px; font-size: 11px; line-height: 15px; max-width: 118px; font-weight: 900; } .sixteen-second-article__list { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 476px; } .sixteen-second-article__list__item { margin-bottom: 18px; margin-left: 0; max-width: 152px; } .sixteen-second-article__list__numberbox { display: inline-grid; width: 22px; top: 9px; left: -19px; } .sixteen-second-article__list__number { font-size: 6px; line-height: 9px; } .sixteen-second-article__list__textbox { max-width: 134px; margin: 0; } .sixteen-second-article__list__sign { font-size: 9px; line-height: 12px; max-width: 104px; } .sixteen-second-article__list__text { max-width: 127px; font-size: 8px; line-height: 12px; } .sixteen-second-article__list__price { width: 167px; margin: 0; } .sixteen-second-article__list__price__wrapper { width: 76px; margin-top: 26px; margin-left: 0; } .sixteen-second-article__list__price__pricebox { max-width: 78px; margin-top: 15px; } .sixteen-second-article__list__price__span { font-size: 9px; font-weight: 800; max-width: 76px; margin-bottom: 4px; line-height: 12px; display: block; } .sixteen-second-article__list__price__costnone { display: inline; font-size: 10px; line-height: 10px; } .sixteen-second-article__list__price__costnone__grn { font-size: 10px; display: inline; text-transform: lowercase; color: #3c3b40; font-family: "Acrom"; } .sixteen-second-article__list__price__cost { display: inline; font-size: 17px; line-height: 20px; } .sixteen-second-article__list__price__cost__grn { display: inline; font-size: 15px; line-height: 43px; color: #000; font-family: "Acrom"; font-weight: 900; } .sixteen-second-article__list__item:nth-of-type(5) { width: 140px; } .section17 { padding: 60px 30px; min-width: 768px; display: flex; flex-direction: row; } .section17__title { margin: 0 auto; margin-left: 40px; text-align: left; font-size: 27px; line-height: 33.65px; width: 270px; margin-bottom: 25px; } .section17__text { margin: 0 auto; width: 205px; padding-left: 40px; font-size: 9px; font-weight: 500; line-height: 13.46px; margin-bottom: 30px; } .section17__listing { margin-right: 70px; } .section17__item { margin-bottom: 20px; } .section17__item-name1, .section17__item-name2 { padding-left: 0; margin: 0 auto; font-size: 9px; width: 150px; font-weight: 700; line-height: 14.58px; margin-bottom: 10px; } .section17__item-name1::before { padding-left: 0; font-size: 17px; top: -7px; left: -40px; } .section17__item-name2::before { padding-left: 0; font-size: 17px; top: -7px; left: -40px; } .section17__item-text1, .section17__item-text2 { padding-left: 0; width: 150px; margin: 0 auto; font-size: 8px; font-weight: 400; line-height: 11.78px; } .section17__item-text1::before { width: 7px; height: 7px; left: -20px; top: -5px; } .section17__item-text2::before { width: 7px; height: 7px; left: -20px; top: -20px; } .form__style { padding: 50px 55px; margin: 0 auto; width: 313px; height: 293px; } .form__name, .form__phone, .form__email { width: 203px; height: 30px; padding-left: 20px; padding: 0; } .form__button { width: 147px; } .ourses-price { margin: 0px auto; } .test { display: flex; } .price { position: absolute; width: 257px; height: 190px; top: 50px; margin-left: 70px; } .courses-price { position: relative; } .courses-price { max-width: 768px; } .our-gift { margin: 0px; margin-left: auto; } .important-text { font-size: 27px; text-align: right; padding-right: 108px; } .price-name { font-size: 9px; width: 55px; } .price-uah:before { width: 25px; } .price-uah { font-size: 10px; } .price-today { font-size: 9px; width: 30px; background-color: #16ebfe; margin-bottom: 2px; } .price-today_hover { font-size: 9px; width: 45px; } .price-actualy-today { font-size: 27px; top: 114px; left: 123px; } .price-actualy-today_uah { font-size: 9px; } .price-video-cource { padding-top: 57px; } .price-actualy { padding-top: 22px; padding-left: 59px; } .our-gift_first { font-size: 9px; width: 144px; padding-top: 0px; } .our-gift_it { font-size: 8px; width: 144px; padding-top: 12px; } .our-gift_copy { font-size: 9px; width: 144px; line-height: 10px; padding-top: 12px; } .our-gift_btn { margin: 21px auto; width: 200px; height: 27px; font-size: 7px; line-height: 2px; } .our-gift_mark { font-size: 20px; top: 80px; left: 90px; } .operate_pay { max-width: 768px; flex-direction: row; margin: 0 auto; padding-bottom: 113px; padding-top: 60px; } .operate_pay__div1 { max-width: 320px; margin: 0; margin-left: 60px; } .operate_pay__div2 { min-width: 340px; margin: 0; padding: 0; padding-left: 17px; } .operate_div1_block { min-width: 300px; margin: 0; padding: 0; position: relative; z-index: 2; } .operate_pay__div1::before { display: none; } .operate_pay__div1::after { content: "GO"; position: absolute; font-size: 146px; line-height: 117px; color: #f7f7f7; font-family: "Acrom"; font-weight: 800; -webkit-transform: rotate(90deg); transform: rotate(90deg); z-index: 1; right: -70px; bottom: 48px; } .operate_div1_h3 { max-width: 283px; font-size: 27px; line-height: 34px; } .operate_div1_p { max-width: 238px; font-size: 9px; line-height: 13px; color: #000000; font-family: "Acrom"; font-weight: 500; padding-left: 40px; } .operate_div1_p::before { width: 28px; height: 3px; left: -1px; } .operate_pay_button { width: 146px; height: 28px; font-size: 7px; letter-spacing: 1px; line-height: 10px; margin-left: 40px; } .operate_pay__wrapper { display: flex; } .operate_div2_h3 { font-size: 17px; line-height: 20px; width: 56px; } .operate_div2_li_p1 { font-size: 9px; line-height: 13px; max-width: 240px; padding-bottom: 10px; } .operate_div2_li_p2 { font-size: 8px; line-height: 12px; max-width: 227px; padding-bottom: 27px; } .operate_div2_li_p3 { font-size: 9px; line-height: 12px; max-width: 227px; } .video_span { font-size: 9px; line-height: 12px; } .operate_div2_p { font-size: 9px; line-height: 12px; padding: 0; } .container { width: 100%; } } @media screen and (min-width: 1200px) { .container { width: 100%; } .first-section__background { padding: 65px 20px 35px; } .first-section__header { width: 100%; } .first-section { height: 530px; } .first-section-footer__links { bottom: 0; } .first-section-footer_span-two { display: inline-block; font-size: 9px; letter-spacing: 0px; line-height: 11px; color: #ffffff; font-family: "Futura"; font-weight: 500; vertical-align: bottom; } .navigation { max-width: 1200px; } .section2-img__wrapper::after { font-size: 9.75rem; left: -113px; bottom: -245px; } .questions-wrapper { display: flex; flex-flow: column wrap; position: relative; max-width: 690px; } .section2-questions { flex-flow: column wrap; width: 550px; max-height: 245px; align-content: space-between; } .section2-second-question { min-width: 140px; margin: 0; } .section2-questions__item:nth-of-type(3n) { margin-bottom: 0; } .p3-wrapper { max-width: 200px; } /*articles-------------------------------------------*/ .section7__point_one, .section7__point_two { display: flex; justify-content: flex-end; flex-flow: row wrap; width: 714px; height: 250px; margin: 0 auto; } /*Article TWO-----------------------------------------------*/ .section7__point_two { flex-flow: column wrap; height: 290px; } /*div-------------------------------------------*/ .section7__main_content { width: 348px; padding: 0; } /*Article TWO div-important----------------------------*/ .section7__point_two .section7__main_content { height: 118px; } /*Article One h3----------------------------------------*/ .section7__section_title { font-size: 30px; width: 187px; } /*picture young-----------------------------*/ .young { width: 306px; height: 190px; } /*Article TWO*/ /*picture old---------------------------*/ .old { width: 306px; height: 250px; } /*div------------------------------*/ .section7__main_content--order_two, .section7__main_content--order_three { width: 348px; padding-left: 36px; } .section7__main_content--order_three { margin-top: 46px; } /*h4---------------------------------------------*/ .section7__black_background { font-size: 10px; } .section7__main_content:first-of-type .section7__black_background { width: 104px; } .section7__main_content:last-of-type .section7__black_background { width: 110px; } /*span-----------------------*/ .section7__black_background__item { font-size: 10px; } /*div--------------------------------*/ .section7_p { width: 226px; padding-left: 32px; } /*p--------------------------------------------*/ .section7__bold_font { font-size: 10px; width: 186px; height: 56px; margin-bottom: 18px; } /*p------------------------------*/ .section7__content { font-size: 8.75px; width: 186px; height: 48px; margin: 0; } .section9 { max-width: 714px; margin: 0 auto; } .first-section9__howtostart { font-size: 30px; width: 293px; margin-bottom: 31px; } .first-section9__whattodo { font-size: 10px; } .first-section9__whattodo::before { top: 89%; left: 12px; width: 33px; } .second-section9__list { font-size: 10px; } .second-section9__article { font-size: 8,75px; } .second-section9__bottom { font-size: 10px; } .second-section9__bottom::before { top: 91%; left: -19px; } .section11-first-wrapper { height: 261px; } .section11-h3 { font-size: 1.875rem; line-height: 1.25; margin: 0 0 26px; } .universe_with_tea { font-size: 0.625rem; line-height: 1.5; width: 175px; margin: 0 0 0 51px; } .universe_with_tea::before { left: -52px; top: 6px; width: 32px; } .online-universe_wrapper { width: 380px; } .online-univrese__p1 { font-size: 0.625rem; line-height: 1.625; width: 103px; } .online-universe__p2 { font-size: 0.5469rem; line-height: 1.5; width: 131px; } .section11-second-wrapper { margin: 0 44px 0 0; } .second-wrapper_span, .third-wrapper_span { font-size: 0.625rem; line-height: 1.313; margin-bottom: 28px; } .second-wrapper_h4, .third-wrapper_h4 { font-size: 0.625rem; line-height: 1.5; } .third-wrapper_h4 { width: 61px; } .third-wrapper_li:not(:nth-last-of-type(1)) { margin-right: 44px; } .section12 { max-width: 714px; height: 488px; display: flex; justify-content: space-between; flex-flow: column wrap; margin: 0 auto; padding-top: 60px; padding-bottom: 60px; } .section1__article { order: 2; width: 264px; height: 140px; } .section2__article { order: 1; width: 348px; height: 368px; margin: 0; } .image__article { width: 348px; height: 368px; margin: 0; } .section3__article { order: 3; width: 235px; height: 187px; } .list__item { margin: 0; } .main__article { margin: 0; margin-bottom: 10px; } .list__description { margin-bottom: 24px; } .head__article { font-size: 30px; width: 227px; height: 70px; margin: 0; margin-bottom: 22px; } .description__article { font-size: 10px; width: 252px; height: 52px; } .main__article { font-size: 10px; } .list__description { font-size: 8.75px; } .description__article::before { top: 95px; } /*article*/ .section13__point { width: 714px; margin: 0 auto; } /*div*/ .section13__main_content { margin: 0; } /*h3*/ .section13__section_title { width: 268px; font-size: 30px; } /*p & psevdo*/ .section13__medium_font::before { width: 34px; } .section13__medium_font { font-size: 10px; width: 190px; margin: 0; } /*picture*/ .section13__mans_image { width: auto; margin: 0; } .mans { display: flex; justify-content: space-between; flex-flow: row wrap; width: 202px; height: 176px; } /*div*/ .section13_p { width: 165px; } /*p*/ .section13__bold_font { font-size: 10px; width: 116px; padding-bottom: 20px; margin: 0; } /*p*/ .section13__content { font-size: 8.75px; width: 140px; } .footer-wrapper_first { padding: 30px 245px; } .footer-wrapper_second { padding: 0 245px; } .footer-ul-second { width: 350px; } } @media (min-width: 1200px) { .section-3__article1 { max-width: 210px; } .article1_h2 { font-size: 30px; line-height: 38px; } .article1_p { font-size: 10px; line-height: 15px; max-width: 127px; } .section-4 { margin: 0 auto; padding: 60px 0; max-width: 720px; display: flex; flex-direction: row; } .section-4__subtitle { width: 120px; height: 50px; margin: 0 auto; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 8px; font-weight: 700; line-height: 16.25px; text-transform: uppercase; margin-right: 25px; } .section-4__p { font-family: "Acrom"; font-size: 10px; font-weight: 700; line-height: 15px; margin-bottom: 10px; width: 180px; } .section-4__text { font-family: "Acrom"; font-size: 10px; line-height: 13.13px; width: 177px; } .section-4__title { display: inline-block; text-align: left; font-family: "Acrom"; background-color: #000; color: #ffffff; font-size: 27px; font-weight: 700; line-height: 33.65px; text-transform: uppercase; margin-bottom: 23px; margin-left: 60px; } .section-4__text-one { width: 177px; position: relative; width: 177px; color: #000000; font-family: "Acrom"; font-size: 10px; font-weight: 500; line-height: 15px; } .section-4__text-one::before { content: ""; width: 35px; height: 4px; background-color: #000000; position: absolute; left: -20px; top: 6px; } .section-4__item { padding-left: 100px; list-style: none; margin-bottom: 15px; position: relative; } .section-4__item::before { content: ""; width: 8px; height: 8px; background-color: #000; position: absolute; left: 70px; top: 6px; } .section-4__item-title { font-family: "Acrom"; font-size: 10px; font-weight: 700; line-height: 13.46px; text-transform: uppercase; margin-bottom: 15px; } .section-4__item-text { color: #3f4144; font-family: "Acrom"; font-size: 10px; font-weight: 400; line-height: 13.46px; } .section-5--text { font-size: 30px; padding-bottom: 44px; } .section-5-wrapper { width: 468px; height: 338px; } .section-5 { justify-content: center; } .section-5--items { font-size: 10px; width: 105px; } .section-5-photo-img { width: 85px; height: 85px; } .section-5-wrapper_about { height: 307px; font-size: 9px; } .six-section { padding-top: 60px; padding-bottom: 60px; } .six-mainbox { max-width: 679px; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; } .six-imagebox { width: 288px; height: 527px; background: url(../images/six-man.png); background-repeat: no-repeat; background-position: -33px -54px; position: relative; background-size: contain; } .six-imagebox::after { font-size: 156px; line-height: 125px; top: 160px; left: -45px; } .six-textbox { max-width: 344px; } .six-headerbox { max-width: 429px; padding-bottom: 39px; } .six-headerbox__header { font-size: 30px; line-height: 38px; padding-left: 0px; padding-bottom: 11px; letter-spacing: -.1px; } .six-headerbox__line { width: 31px; height: 4px; margin-top: 5px; } .six-headerbox__text { font-size: 10px; line-height: 15px; letter-spacing: -.05px; width: 207px; padding-left: 14px; } .six-headerbox__wrapper { width: 244px; margin-left: 1px; } .six-listbox__list { max-width: 399px; padding-left: 16px; } .six-listbox__list__item { padding-left: 14px; } .six-listbox__list__sign { font-size: 10px; line-height: 16px; padding-bottom: 3px; letter-spacing: 0.1px; } .six-listbox__list__text { font-size: 9px; line-height: 15px; width: 231px; padding-bottom: 13px; } .section8 { max-width: 714px; } .image_desctop { width: 320px; height: 240px; } .text_developer { font-size: 10px; line-height: 16px; color: #000000; font-family: "Acrom"; font-weight: 800; } .text_content { font-size: 9px; line-height: 13px; color: #3f4144; font-family: "Acrom"; } .headline8 { font-size: 30px; line-height: 38px; color: #000000; font-family: "Acrom"; font-weight: bold; width: 300px; } .content_right { font-size: 10px; line-height: 15px; color: #000000; font-family: "Acrom"; font-weight: 500; } .image_man { width: 350px; height: 200px; position: relative; top: -45px; } .container { width: 100%; } .section10__item { max-width: 130px; } .section10__item h4 { margin: 0; max-width: inherit; } .section10__image-man { width: 300px; height: 190px; padding-left: 0px; } .section10 { width: 714px; flex-flow: row wrap; } .section10__item h4 { font-size: 10px; line-height: 13px; margin: 0; padding-bottom: 5px; } .section10__item-text { font-size: 8px; line-height: 13px; max-width: 155px; } .section10__listing-text { font-size: 10px; line-height: 19px; padding-left: 14px; max-width: 155px; } .section10__main-title { font-size: 28px; line-height: 38px; padding-bottom: 20px; } .section10__list { margin: 0; } .section10__item1::before { line-height: 6px; left: -27px; top: 14px; width: 23px; font-size: 7px; } .section10__item2::before, .section10__item3::before { line-height: 6px; left: -27px; top: 14px; width: 23px; font-size: 7px; } .section10__item4::before, .section10__item5::before, .section10__item6::before { line-height: 6px; left: -27px; top: 9px; width: 23px; font-size: 7px; } .section10__button { margin: 0; position: absolute; bottom: 10px; top: inherit; left: 15px; width: 170px; height: 35px; width: 130px; height: 30px; font-size: 7px; letter-spacing: 1px; box-shadow: 2px 13px 38px rgba(0, 0, 0, 0.15), 0 15px 12px rgba(255, 107, 10, 0.16); } .section10__text-lower { top: inherit; bottom: -33px; left: 232px; font-size: 10px; line-height: 15px; } .section10__button:hover { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #17ecff; } .section10__button:focus { box-shadow: 0px 5px 6px rgba(23, 236, 255, 0.26); background-color: #06a4b2; } .section10__listing { width: 100%; justify-content: space-between; } .just_now-man { height: 242px; } .just_now { height: 240px; } .just_now-shadov { left: -40px; top: 148px; } .just_text-item { font-size: 10px; width: 113px; } .just_text-first { font-size: 30px; width: 300px; } .just_text-second { font-size: 30px; width: 160px; } .just_text-mark { font-size: 30px; left: 70px; top: -5px; } .just_web-mark { width: 32px; height: 3px; } .just_text-study { font-size: 10px; } .bay_product-text { font-size: 15px; } .advantages_items-par { margin-left: 10px; } .advantages_item-text { font-size: 9px; } .advantages_item { font-size: 6.2px; } .real-facts__article1 { max-width: 210px; margin: 0; } .get_it__div2 { padding-right: 40px; } .get_it_h2 { font-size: 30px; line-height: 38px; min-width: 337px; padding: 0; } .sixteen-section { padding-top: 60px; padding-bottom: 60px; } .sixteen-header { max-width: 722px; margin: 0 auto; margin-bottom: 50px; } .sixteen-headerbox { margin-top: 20px; margin-right: 119px; display: inline-block; } .sixteen-headerbox__heading { font-size: 30px; line-height: 38px; max-width: 240px; } .sixteen-headerbox__textbox { width: 210px; padding-top: 3px; } .sixteen-headerbox__textbox__line { width: 31px; height: 4px; margin-top: 6px; } .sixteen-headerbox__textbox__text { font-size: 10px; line-height: 15px; max-width: 156px; } .sixteen-imagebox { display: inline-block; margin-left: 0; width: 304px; height: 184px; background-position: 0 -13px; } .sixteen-first-article { margin: 0 auto; margin-bottom: 60px; display: flex; flex-flow: row wrap; max-width: 722px; justify-content: space-between; } .sixteen-first-article__textbox { max-width: 318px; height: 135px; margin-top: 50px; margin-left: 0; display: flex; flex-flow: row wrap; justify-content: space-between; } .sixteen-first-article__wrapper { max-width: 112px; padding-bottom: 25px; } .sixteen-first-article__heading { display: inline-block; padding-left: 2px; padding-right: 2px; max-width: 240px; font-size: 10px; line-height: 16px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__heading__row { display: inline-block; padding-left: 0; padding-right: 2px; font-size: 10px; line-height: 16px; font-weight: 800; margin-bottom: 1px; } .sixteen-first-article__text { max-width: 184px; font-size: 9px; line-height: 13px; letter-spacing: 0; padding-bottom: 0; } .sixteen-first-article__imagebox { width: 250px; height: 224px; margin-right: 69px; background: url(../images/first-article-picture-16.jpg), #141414; background-size: 375px 258px; background-position: 98% 71%; background-repeat: no-repeat; } .sixteen-second-article { margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 722px; } .sixteen-second-article__header { margin: 0; font-size: 10px; line-height: 16px; max-width: 116px; font-weight: 900; } .sixteen-second-article__list { display: flex; flex-flow: row wrap; justify-content: space-between; max-width: 518px; } .sixteen-second-article__list__item { margin-bottom: 24px; margin-left: 0; max-width: 152px; } .sixteen-second-article__list__numberbox { display: inline-grid; width: 22px; top: 9px; left: -31px; } .sixteen-second-article__list__number { font-size: 6px; line-height: 10px; } .sixteen-second-article__list__textbox { max-width: 134px; margin: 0; } .sixteen-second-article__list__sign { font-size: 10px; line-height: 13px; max-width: 131px; } .sixteen-second-article__list__text { max-width: 155px; font-size: 9px; line-height: 13px; } .sixteen-second-article__list__price { width: 167px; margin: 0; } .sixteen-second-article__list__price__wrapper { width: 76px; margin-top: 26px; margin-left: 0; } .sixteen-second-article__list__price__pricebox { max-width: 78px; margin-top: 15px; line-height: 0.8; } .sixteen-second-article__list__price__span { font-size: 9px; line-height: 15px; font-weight: 800; max-width: 76px; margin-bottom: 4px; display: block; } .sixteen-second-article__list__price__costnone { display: inline; font-size: 10px; line-height: 10px; } .sixteen-second-article__list__price__costnone__grn { font-size: 10px; display: inline; text-transform: lowercase; color: #3c3b40; font-family: "Acrom"; } .sixteen-second-article__list__price__cost { display: inline; font-size: 19px; line-height: 20px; } .sixteen-second-article__list__price__cost__grn { display: inline; font-size: 12px; line-height: 43px; color: #000; font-family: "Acrom"; font-weight: 900; } .sixteen-second-article__list__item:nth-of-type(5) { width: 137px; } .section4 { margin: 0 auto; padding: 60px 0; max-width: 720px; display: flex; flex-direction: row; } .section4__title { margin: 0 auto; margin-left: 40px; text-align: left; font-size: 30px; line-height: 37.5px; width: 270px; margin-bottom: 25px; } .section4__text { margin: 0 auto; width: 152px; padding-left: 40px; font-size: 10px; font-weight: 500; line-height: 15px; margin-bottom: 40px; } .section17__item { margin-bottom: 25px; } .section17__item-name1, .section17__item-name2 { padding-left: 8px; margin: 0 auto; font-size: 10px; width: 167px; font-weight: 700; line-height: 16.25px; margin-bottom: 10px; } .section17__item-name1::before { padding-left: 0; font-size: 19px; top: -6px; left: -30px; } .section17__item-name2::before { padding-left: 0; font-size: 19px; top: -6px; left: -30px; } .section17__item-text1, .section17__item-text2 { padding-left: 12px; width: 177px; margin: 0 auto; font-size: 9px; font-weight: 400; line-height: 11.78px; } .section17__item-text1::before { width: 7px; height: 7px; left: -5px; top: -10px; } .section17__item-text2::before { width: 7px; height: 7px; left: -5px; top: -10px; } .form__style { padding: 60px 60px; margin: 0 auto; width: 348px; height: 327px; } .form__name, .form__phone, .form__email { width: 226px; height: 30px; padding-left: 20px; padding: 0; } .form__button { width: 163px; } .price-name { font-size: 10px; width: 60px; } .price-uah:before { width: 28px; } .price-uah { font-size: 11.2px; } .price-today { font-size: 10px; width: 33px; } .price-today_hover { font-size: 10px; width: 51px; } .price-actualy-today { font-size: 30px; top: 105px; left: 122px; } .price-actualy-today_uah { font-size: 10px; } .price-actualy { padding-top: 17px; padding-left: 53px; } .important-text { font-size: 30px; } .our-gift_first { font-size: 10px; width: 155px; } .gift_it { font-size: 9px; width: 155px; } .our-gift_copy { font-size: 10px; width: 155px; } .our-gift_btn { margin: 21px auto; width: 225px; height: 31px; font-size: 7.5px; line-height: 2px; } .price-video-cource { padding-top: 50px; } .our-gift_mark { top: 85px; } .operate_div1_block { min-width: 340px; } .operate_div1_h3 { max-width: 315px; font-size: 30px; line-height: 38px; } .container { width: 100%; } }
0.670393
0.10725
:root{ /* COLORS */ --green-color: #0f9d58; --yellow-color: #f4b400; --red-color: #bd3e3a; --blue-color: #326fab; --orange-color: #ca7400; --purple-color: #776bb5; --dark-color: #1a1a1a; --white-color: #f8f8f8; --midle-color: #3a5561; /* FONT-SIZE */ --min-size: 11px; --small-size: 12px; --default-size: 15px; --medium-size: 18px; --big-size: 22px; --title-size: 25px; /* FONTS */ --text-regular-font: 'Oxygen Light', sans-serif; --text-bold-font: 'Oxygen', sans-serif; --text-title-font: 'Montserrat Bold', sans-serif; } /* FONTES */ @font-face{ src: url('../../assets/media/fonts/oxygen/Oxygen-Regular.woff'); font-family: 'Oxygen'; } @font-face{ src: url('../../assets/media/fonts/oxygen/Oxygen-Light.woff'); font-family: 'Oxygen Light'; } @font-face{ src: url('../../assets/media/fonts/montserrat/Montserrat-Bold.woff'); font-family: 'Montserrat Bold'; } /* Reset do browser */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: var(--text-regular-font); } html{ font-size: var(--default-size); } h1, h2, h3, h4, h5, h6{ color: #3a5561; font-family: var(--text-title-font); font-size: var(--title-size); } blockquote{ font-size: 1.25rem; color: #3a5561; border-left: solid 0.75vh #3a5561; background-color: rgba(58, 85, 97, 0.1); padding: 0.5%; } strong{ font-family: 'Montserrat'; font-weight: bolder; } a{ color: var(--blue-color); text-decoration: none; font-size: var(--default-size); } a:hover{ border-bottom: dashed 0.1vw var(--blue-color); font-family: var(--text-bold-font); } /* Define o plano de fundo da página */ body{ margin-top: 0; background-color: #f8f9fb; color: #111; overflow-x: hidden; } /* Configurações Genéricas */ .destaque-01{ color: #0f9d58; } .destaque-02{ color: #f4b400; } destaque-03{ color: #3a5561; } ul li.lista-permitido, ul li.lista-proibido, ul li.lista-atencao{ list-style-type: none; margin-left: 2.5%; font-size: 1em; padding: 0.25%; } ul li.lista-permitido:hover{ background: rgba(15,157,88, 0.5); } ul li.lista-proibido:hover{ background: rgba(242,79,73, 0.5); } ul li.lista-atencao:hover{ background: rgba(244,180,0, 0.5); } ul li.lista-permitido::before, ul li.lista-proibido::before, ul li.lista-atencao::before{ font-size: 1.25em; display: inline-block; width: 2vw; height: 2vw; padding: 0.1%; margin-right: 0.5%; border-radius: 100% 100%; text-align: center; color: #f8f9fb; } ul li.lista-permitido::before{ content: '✔'; background-color: #0f9d58; } ul li.lista-proibido::before{ content: '✘'; background-color: #f24f49; } ul li.lista-atencao::before{ content: '\fe15'; background-color: #f4b400; font-size: 1.15em; }
source/src/style/style.css
:root{ /* COLORS */ --green-color: #0f9d58; --yellow-color: #f4b400; --red-color: #bd3e3a; --blue-color: #326fab; --orange-color: #ca7400; --purple-color: #776bb5; --dark-color: #1a1a1a; --white-color: #f8f8f8; --midle-color: #3a5561; /* FONT-SIZE */ --min-size: 11px; --small-size: 12px; --default-size: 15px; --medium-size: 18px; --big-size: 22px; --title-size: 25px; /* FONTS */ --text-regular-font: 'Oxygen Light', sans-serif; --text-bold-font: 'Oxygen', sans-serif; --text-title-font: 'Montserrat Bold', sans-serif; } /* FONTES */ @font-face{ src: url('../../assets/media/fonts/oxygen/Oxygen-Regular.woff'); font-family: 'Oxygen'; } @font-face{ src: url('../../assets/media/fonts/oxygen/Oxygen-Light.woff'); font-family: 'Oxygen Light'; } @font-face{ src: url('../../assets/media/fonts/montserrat/Montserrat-Bold.woff'); font-family: 'Montserrat Bold'; } /* Reset do browser */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; font-family: var(--text-regular-font); } html{ font-size: var(--default-size); } h1, h2, h3, h4, h5, h6{ color: #3a5561; font-family: var(--text-title-font); font-size: var(--title-size); } blockquote{ font-size: 1.25rem; color: #3a5561; border-left: solid 0.75vh #3a5561; background-color: rgba(58, 85, 97, 0.1); padding: 0.5%; } strong{ font-family: 'Montserrat'; font-weight: bolder; } a{ color: var(--blue-color); text-decoration: none; font-size: var(--default-size); } a:hover{ border-bottom: dashed 0.1vw var(--blue-color); font-family: var(--text-bold-font); } /* Define o plano de fundo da página */ body{ margin-top: 0; background-color: #f8f9fb; color: #111; overflow-x: hidden; } /* Configurações Genéricas */ .destaque-01{ color: #0f9d58; } .destaque-02{ color: #f4b400; } destaque-03{ color: #3a5561; } ul li.lista-permitido, ul li.lista-proibido, ul li.lista-atencao{ list-style-type: none; margin-left: 2.5%; font-size: 1em; padding: 0.25%; } ul li.lista-permitido:hover{ background: rgba(15,157,88, 0.5); } ul li.lista-proibido:hover{ background: rgba(242,79,73, 0.5); } ul li.lista-atencao:hover{ background: rgba(244,180,0, 0.5); } ul li.lista-permitido::before, ul li.lista-proibido::before, ul li.lista-atencao::before{ font-size: 1.25em; display: inline-block; width: 2vw; height: 2vw; padding: 0.1%; margin-right: 0.5%; border-radius: 100% 100%; text-align: center; color: #f8f9fb; } ul li.lista-permitido::before{ content: '✔'; background-color: #0f9d58; } ul li.lista-proibido::before{ content: '✘'; background-color: #f24f49; } ul li.lista-atencao::before{ content: '\fe15'; background-color: #f4b400; font-size: 1.15em; }
0.374448
0.073065
.pilihanDaf{ margin: 10px 0px 0px 85px; background-color: rgb(93, 45, 133); border-top-right-radius: 5px; border-top-left-radius: 5px; font-size: 15px; color: rgb(199, 193, 193); height: 30px; } .daftar{ color:rgb(199, 193, 193); } .daftar:hover{ color:white; } .nav-linkk{ padding: 0px; line-height: 1; display: block; margin-top: 10px; color: rgb(199, 193, 193); } html,body{ margin: 0; } .nav-item{ font-size: 13px; margin: 0; padding: 0 5px; } .nav-linkk:hover{ color:white; text-decoration: none; } .kym { color: white; margin-top: 5px; } .nav{ overflow: hidden; } .container{ background-color: rgb(37, 30, 80); margin: auto; margin-bottom: 0px; border-top-right-radius: 10px; border-top-left-radius: 10px; padding: 0px; } .forma{ border-radius: 0px; margin: 20px 0px 0px 0px; } .search{ margin-bottom: 0px; margin-top: 15px; align-items: flex-end; } .searchForm{ height: 23px; width: 300px; } .navbarUtama{ margin-top: 15px; } .navbarPutih{ margin: 10px; margin-top: 0px; background-color: rgb(202, 196, 196); height: 35px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .nav-linkkk{ font-size: 16px; padding: 0px; line-height: 1; margin: 3px; margin-top: 10px; display: block; color: rgb(44, 36, 36); font-weight: bold; } .nav-linkkk:hover{ text-decoration: none; } .barisGambar{ margin: 5px 10px 5px 10px; padding: 0px; background: white; } .also{ background-color: white; padding: 0px; padding-bottom: 5px; border-bottom: 5px solid rgb(212, 190, 190); } .nav-linkAlso{ color:rgb(150, 150, 150); } .nav-linkAlso:hover{ color:rgb(150, 150, 150); } .kontenABOUT{ background-color: white; margin-top: 25px; border-top: 1px solid rgb(214, 214, 223); border-radius: 0px; padding-top: 10px; } .judulChat{ background-color: white; margin-top: 25px; border-radius: 0px; border-top: 1px solid rgb(214, 214, 223); } .judulKontenChat{ border-bottom: 1px solid rgb(214, 214, 223); padding-top: 10px; } .someRules{ padding-top: 10px; border-bottom: 1px solid rgb(214, 214, 223); } p { font-size: 14px; } .IRC{ padding: 10px; background-color: rgb(212, 206, 206); border-radius: 0px; border: 1px solid rgb(145, 136, 136); } .buttonIRC{ border-radius: 5px; background-color: rgb(128, 13, 13); border: 0px; color: white; font-weight: bold; padding: 5px; text-align: center; } .judulCredits{ background-color: white; margin-top: 25px; border-radius: 0px; border-top: 1px solid rgb(214, 214, 223); padding-top: 10px; } .footer{ background-color: rgba(214, 197, 197, 0.705); font-weight: normal; } .judulMenu{ border-right: 1px solid rgb(214, 214, 223); font-size: 12px; } .kontenMenu{ font-size: 12px; font-weight: normal; }
application/views/assets/style.css
.pilihanDaf{ margin: 10px 0px 0px 85px; background-color: rgb(93, 45, 133); border-top-right-radius: 5px; border-top-left-radius: 5px; font-size: 15px; color: rgb(199, 193, 193); height: 30px; } .daftar{ color:rgb(199, 193, 193); } .daftar:hover{ color:white; } .nav-linkk{ padding: 0px; line-height: 1; display: block; margin-top: 10px; color: rgb(199, 193, 193); } html,body{ margin: 0; } .nav-item{ font-size: 13px; margin: 0; padding: 0 5px; } .nav-linkk:hover{ color:white; text-decoration: none; } .kym { color: white; margin-top: 5px; } .nav{ overflow: hidden; } .container{ background-color: rgb(37, 30, 80); margin: auto; margin-bottom: 0px; border-top-right-radius: 10px; border-top-left-radius: 10px; padding: 0px; } .forma{ border-radius: 0px; margin: 20px 0px 0px 0px; } .search{ margin-bottom: 0px; margin-top: 15px; align-items: flex-end; } .searchForm{ height: 23px; width: 300px; } .navbarUtama{ margin-top: 15px; } .navbarPutih{ margin: 10px; margin-top: 0px; background-color: rgb(202, 196, 196); height: 35px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0px; border-top-left-radius: 0px; } .nav-linkkk{ font-size: 16px; padding: 0px; line-height: 1; margin: 3px; margin-top: 10px; display: block; color: rgb(44, 36, 36); font-weight: bold; } .nav-linkkk:hover{ text-decoration: none; } .barisGambar{ margin: 5px 10px 5px 10px; padding: 0px; background: white; } .also{ background-color: white; padding: 0px; padding-bottom: 5px; border-bottom: 5px solid rgb(212, 190, 190); } .nav-linkAlso{ color:rgb(150, 150, 150); } .nav-linkAlso:hover{ color:rgb(150, 150, 150); } .kontenABOUT{ background-color: white; margin-top: 25px; border-top: 1px solid rgb(214, 214, 223); border-radius: 0px; padding-top: 10px; } .judulChat{ background-color: white; margin-top: 25px; border-radius: 0px; border-top: 1px solid rgb(214, 214, 223); } .judulKontenChat{ border-bottom: 1px solid rgb(214, 214, 223); padding-top: 10px; } .someRules{ padding-top: 10px; border-bottom: 1px solid rgb(214, 214, 223); } p { font-size: 14px; } .IRC{ padding: 10px; background-color: rgb(212, 206, 206); border-radius: 0px; border: 1px solid rgb(145, 136, 136); } .buttonIRC{ border-radius: 5px; background-color: rgb(128, 13, 13); border: 0px; color: white; font-weight: bold; padding: 5px; text-align: center; } .judulCredits{ background-color: white; margin-top: 25px; border-radius: 0px; border-top: 1px solid rgb(214, 214, 223); padding-top: 10px; } .footer{ background-color: rgba(214, 197, 197, 0.705); font-weight: normal; } .judulMenu{ border-right: 1px solid rgb(214, 214, 223); font-size: 12px; } .kontenMenu{ font-size: 12px; font-weight: normal; }
0.506103
0.114963
:root { --vermelho:#E50914; --preta:#141414; } * { margin: 0; padding: 0; box-sizing: border-box; } /* elementos base */ body { background: var(--preta); font-family:'Arial', Times, serif; color: white } header .container{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; } header .logo { margin-left: 5px; color: var(--vermelho); font-family: 'Arial Black'; font-size: 40px; } header nav a{ text-decoration: none; color: #AAA; margin-right: 10px; } header nav a:hover { color: #fff; } /* filme principal */ .filme-principal { font-size: 16px; background-image: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.50)100%),url('img/raya-fundo.jpg'); height: 700px; background-size: cover; display: flex; /* direção padrão rown*/ flex-direction: column; justify-content: center; align-items: flex-start; } .filme-principal .descricao { margin-bottom: 40px; margin-top: 10px; } .filme-principal .titulo { margin-top: 15%; font-size: 40px; font-family: 'Trebuchet MS', Arial, sans-serif; } .botao { background-color: rgba(0,0,0,.50); border: none; color: white; padding: 15px 30px; margin-right: 15px; font-size: 12px; cursor: pointer; transition: .3s ease-out; } .botao:hover { background-color: white; color: black; } .botao i{ margin-right: 8px; } .container { margin-left: 30px; } .filme-principal .container { width: 70%; } .box-filme { height: 100%; width: 100%; display: block; } .carrosel-filmes { margin-top: 5px; } footer .text-reset { text-decoration: none; } .produto-cor:hover { color: gray; } .teste{ background-color: black; color: white; } .footer1 { background-color: #141414; color: white; } /*footer { color: white; display: flex; flex-direction: column; align-items: center; justify-items: center; border: none; } footer .mapa-footer { display: flex; flex-direction: column; align-items: flex-start; margin-left: 15%; margin-top: 10px; } footer .redes-sociais { display: flex; flex-direction: column; align-items: flex-start; margin-left: 15%; margin-top: 10px; } footer .mapa-footer a { color: black; margin: 10px; cursor: pointer; text-decoration: none; } footer .redes-sociais a { color: black; margin: 10px; cursor: pointer; text-decoration: none; } footer .mapa-footer a:last-child { color: #E50914; } footer .mapa-footer p { margin-top: 25px; } footer .teste1 { border: 1px solid white; width: 100%; color: black; text-align: center; margin-top: 10px; background-color: white; display: flex; flex-direction: row; } footer .teste2 { border: 1px solid black; border-radius: 0px 0px 40px 40px; width: 100%; margin-top: 0px; color: black; text-align: center; background-color: rgb(108, 108, 112); }*/
style/main.css
:root { --vermelho:#E50914; --preta:#141414; } * { margin: 0; padding: 0; box-sizing: border-box; } /* elementos base */ body { background: var(--preta); font-family:'Arial', Times, serif; color: white } header .container{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; } header .logo { margin-left: 5px; color: var(--vermelho); font-family: 'Arial Black'; font-size: 40px; } header nav a{ text-decoration: none; color: #AAA; margin-right: 10px; } header nav a:hover { color: #fff; } /* filme principal */ .filme-principal { font-size: 16px; background-image: linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.50)100%),url('img/raya-fundo.jpg'); height: 700px; background-size: cover; display: flex; /* direção padrão rown*/ flex-direction: column; justify-content: center; align-items: flex-start; } .filme-principal .descricao { margin-bottom: 40px; margin-top: 10px; } .filme-principal .titulo { margin-top: 15%; font-size: 40px; font-family: 'Trebuchet MS', Arial, sans-serif; } .botao { background-color: rgba(0,0,0,.50); border: none; color: white; padding: 15px 30px; margin-right: 15px; font-size: 12px; cursor: pointer; transition: .3s ease-out; } .botao:hover { background-color: white; color: black; } .botao i{ margin-right: 8px; } .container { margin-left: 30px; } .filme-principal .container { width: 70%; } .box-filme { height: 100%; width: 100%; display: block; } .carrosel-filmes { margin-top: 5px; } footer .text-reset { text-decoration: none; } .produto-cor:hover { color: gray; } .teste{ background-color: black; color: white; } .footer1 { background-color: #141414; color: white; } /*footer { color: white; display: flex; flex-direction: column; align-items: center; justify-items: center; border: none; } footer .mapa-footer { display: flex; flex-direction: column; align-items: flex-start; margin-left: 15%; margin-top: 10px; } footer .redes-sociais { display: flex; flex-direction: column; align-items: flex-start; margin-left: 15%; margin-top: 10px; } footer .mapa-footer a { color: black; margin: 10px; cursor: pointer; text-decoration: none; } footer .redes-sociais a { color: black; margin: 10px; cursor: pointer; text-decoration: none; } footer .mapa-footer a:last-child { color: #E50914; } footer .mapa-footer p { margin-top: 25px; } footer .teste1 { border: 1px solid white; width: 100%; color: black; text-align: center; margin-top: 10px; background-color: white; display: flex; flex-direction: row; } footer .teste2 { border: 1px solid black; border-radius: 0px 0px 40px 40px; width: 100%; margin-top: 0px; color: black; text-align: center; background-color: rgb(108, 108, 112); }*/
0.378
0.155142
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;500&display=swap'); :root { --logo: url("assets/logo-truncated-dark-bg.svg"); --bg-pattern: url("assets/bgs/pattern.png"); --bg-buildings: url("assets/bgs/buildings.jpg"); --white: #eef9fe; --black: #1d2021; --red: #cc241d; --grey1: #dddddd; --grey2: #eeeeee; --wave-top: url("assets/waves/red-top.svg"); --wave-bottom: url("assets/waves/red-bottom.svg"); --light: 300; --medium: 500; } html, body { padding: 0; margin: 0; height: 100%; justify-content: space-between; } body { display: flex; flex-direction: column; justify-content: space-between; background-color: var(--white); background-image: var(--bg-pattern); background-attachment: fixed; color: var(--black); font-family: "Barlow", sans-serif; font-size: 16pt; font-weight: var(--light); line-height: 1.4em; } div { display: flex; } p { margin: 0.5em; } div.header { background-image: var(--wave-top), var(--bg-buildings); background-size: auto, 100%; background-position-x: left, center; background-position-y: bottom, top; background-repeat: repeat-x, no-repeat; justify-content: center; background-attachment: scroll, fixed; padding: 50px 50px 60px 50px; } div.header div.header_container { max-width: 1000px; flex-wrap: wrap; width: 100%; justify-content: space-between; } div.header div.header_container div.logo { align-items: center; margin-bottom: 10px; } div.header div.header_container div.logo img.logo { height: 50px; content: var(--logo); } div.header div.header_container div.logo a:hover img { content: url("assets/logo-truncated-dark-bg-rainbow.svg"); } div.header div.header_container div.navigation { margin-bottom: 10px; justify-content: space-evenly; align-items: center; flex-wrap: wrap; } div.header div.header_container div.navigation a { color: var(--white); font-family: "Barlow", sans-serif; font-size: 1.1em; font-weight: var(--medium); margin: 5px 15px; outline-offset: 5px; padding: 10px 0 5px 0; text-decoration: none; border-bottom: 5px solid transparent; } div.header div.header_container div.navigation a::after { content: ''; display: block; width: 0; margin: 3px auto -6px auto; height: 3px; background: var(--red); transition: width .1s; } div.header div.header_container div.navigation a:hover::after { width: 100%; } .wrapped { justify-content: center !important; } div.wrapper { flex-direction: column; /* Display in rows */ justify-content: center; align-items: center; flex-grow: 1; background-image: var(--wave-bottom), var(--wave-top); background-repeat: repeat-x, repeat-x; background-position-x: left, left; background-position-y: top, bottom; padding: calc(5em + 10px) 50px 5em 50px; flex: 1 0 auto; } div.wrapper * { max-width: 1000px; } div.wrapper div.intro, div.wrapper div.index_who { display: block; } div.wrapper div.intro figure, div.wrapper div.index_who figure { float: right; min-width: 150px; width: 35%; margin: 0 0 1em 1em; } div.wrapper div.platform div.rows { max-width: 275px; } div.wrapper div.platform div.rows figure img { width: 100%; height: 100%; object-fit: contain; } div.wrapper div.platform div.rows p { text-align: center; } div.wrapper div.index_who figure { float: left; margin: 0 1em 0 0; } div.wrapper div.platform figure a:hover { border-bottom-width: 0; } div.index_who p:last-of-type { margin-bottom: 0; } div.jobs figure { max-width: 300px; } div.jobs iframe { margin: 2em 0 0 0; height: 1175px; width: 100%; border: none; } @media screen and (max-width: 800px) { div.jobs iframe { height: 1250px; } } @media screen and (max-width: 650px) { div.jobs iframe { height: 1300px; } } @media screen and (max-width: 500px) { div.jobs iframe { height: 1450px; } } @media screen and (max-width: 450px) { div.jobs iframe { height: 1500px; } } div.jobs figure img { width: 100%; height: 100%; object-fit: contain; } div.contact iframe { margin: 2em 0 0 0; height: 825px; width: 100%; border: none; } @media screen and (max-width: 800px) { div.contact iframe { height: 850px; } } @media screen and (max-width: 650px) { div.contact iframe { height: 900px; } } @media screen and (max-width: 500px) { div.contact iframe { height: 925px; } } @media screen and (max-width: 450px) { div.contact iframe { height: 1000px; } } div.contact div.links { flex-wrap: wrap; justify-content: center; } div.contact div.links div.icon { display: flex; justify-content: center; align-items: center; background-color: var(--grey1); border-bottom: none; border-radius: 20px; margin: 1em; } div.contact div.links div.icon a { display: flex; justify-content: center; align-items: center; border-bottom: none; border-radius: 20px; padding: 1em; color: var(--black); } figcaption { font-size: 0.5em; text-align: center; } div.wrapper div.intro img, div.wrapper div.index_who img { width: 100%; height: 100%; object-fit: contain; margin: unset; } div.intro p:first-of-type, div.index_who p:first-of-type { margin-top: 0; } div.red { background-color: var(--red); color: var(--white); padding: calc(3em + 10px) 50px 3em 50px; } div.black { background-color: var(--black); color: var(--white); } div.rows { flex-direction: column; } div.mugshot, div.clients, div.partners { width: 100%; justify-content: space-around; } div.partners div { align-items: center; } div.partners div.columns { margin: 1em 0; max-width: 800px; width: 100%; } a.button { flex-shrink: 0; } div.red div.clients div.rows div.columns a.client:hover { background-color: var(--white); } @media screen and (max-width: 600px) { div.partners div.columns { flex-wrap: wrap; justify-content: center; text-align: center; } } div.wrapper div.mugshot { flex-wrap: wrap; } div.wrapper div.mugshot div.rows { width: 275px; align-items: center; } div.wrapper div.mugshot div.rows p.medium { white-space: nowrap; } div.wrapper div.mugshot div.rows a { display: flex; justify-content: center; } div.wrapper div.mugshot div.rows a img.profile { border-color: var(--black); background-color: var(--black); } div.red div.mugshot div.rows a img.profile { border-color: var(--white); background-color: var(--white); } div.wrapper div.about div.columns { margin: 1em 0; } div.wrapper div.about div.columns div.rows { min-width: 250px; } div.wrapper div.mugshot img.profile { background-color: var(--white); border: 10px solid var(--white); max-width: 200px; border-radius: 50%; margin: 2em 0 0 0; } div.wrapper div.about img.profile { margin: 0.5em 0 0 0; } div.wrapper div.mugshot p.name { font-size: 1.5em; margin-bottom: 0; } div.wrapper div.mugshot div.rows a { font-weight: var(--light); } a.white p { color: var(--white); } div.wrapper div.mugshot div.rows a.link { font-size: 1em; display: flex; border: none; justify-self: left; width: 100%; } div.wrapper div.about div.columns div.rows { justify-items: center; } div.wrapper div.about div.columns div.rows a.link { margin: 0.25em 0.5em; } div.red > * a { color: var(--black) !important; } div.red > * a:hover { border-bottom-color: var(--black) !important; } div.wrapper div.mugshot div.rows a.link:hover p { color: var(--black); } div.wrapper div.mugshot div.rows a.link img { align-self: center; width: 35px; } div.wrapper div.mugshot div.rows a.link:hover img.email { content: url("assets/email-black.svg") } div.wrapper div.mugshot div.rows a.link:hover img.github { content: url("assets/github-black.svg") } div.wrapper div.mugshot div.rows a.link:hover img.linkedin { content: url("assets/linkedin-black.png") } div.clients div.rows, div.clients a { margin: 1em; } div.clients div.rows p.medium { text-align: center; margin-top: 0; margin-bottom: 10px; font-size: 1.1em; } div.clients div.rows div.columns, div.infra, div.protocols { justify-content: center; align-items: center; flex-wrap: wrap; } div.platform { flex-wrap: wrap; justify-content: center; } div.platform div.rows { margin: 0 1em; align-items: center; } div.infra { max-width: 700px; } div.protocols { max-width: 600px; } div.partners { justify-content: center; align-items: center; flex-wrap: wrap; } div.clients div.rows div.columns a, div.wrapper div.partners a.button, div.wrapper div.clients a { display: inline-block; background-color: var(--grey1); border-radius: 10px; padding: 20px; width: 100px; height: 50px; margin: 10px; border: unset; text-align: center; } div.wrapper div.partners a.button { width: 7em; height: 2em; } div.clients div.rows div.columns a:hover, div.wrapper div.partners a.button:hover, div.wrapper div.infra a:hover, div.wrapper div.protocols a:hover, div.contact div.links div.icon a:hover { background-color: var(--grey2); } div.clients img, div.partners img { width: 100%; height: 100%; object-fit: contain; } div.buildings { background-image: var(--wave-bottom), var(--wave-top), url("assets/components.jpg");; background-repeat: repeat-x, repeat-x, no-repeat; background-position-x: left, left, center; background-position-y: top, bottom, center; background-attachment: scroll, scroll, fixed; } div.wrapper a { color: var(--red); font-weight: var(--medium); text-decoration: none; } div.wrapper a:hover { text-decoration: none; border-bottom: 2px solid var(--red); } div.wrapper a.brandon:hover, div.wrapper a.daniel:hover, div.wrapper a.david:hover { border: 0; } div.wrapper a.brandon:hover img { content: url("assets/brandon_hyper.png"); } div.wrapper a.daniel:hover img { content: url("assets/daniel_hyper.png"); } div.wrapper a.david:hover img { content: url("assets/david_hyper.png"); } div.wrapper a.bubble-black, div.wrapper a.bubble-white, div.wrapper a.bubble-red { color: var(--white); border: 10px solid var(--red); background-color: var(--red); margin-top: 3em; border-radius: 10px; padding: 0 0.25em; text-align: center; } div.wrapper a.bubble-red { color: var(--red); border: 10px solid var(--white); background-color: var(--white); } div.wrapper a.bubble-black:hover { border-color: var(--black); background-color: var(--black); } div.wrapper a.bubble-white:hover { color: var(--red); border-color: var(--white); background-color: var(--white); } div.wrapper a.bubble-red:hover { color: var(--white); border-color: var(--black); background-color: var(--black); } div.wrapper img.carlton { width: 25%; max-width: 250px; } h2, h3 { margin: 1em 0 0 0; line-height: 1.2em; text-align: center; } div h2:first-of-type { margin: 0 0 1.5em 0; } h2.no_margin { margin: 0 !important; } div.footer { color: var(--white); justify-content: center; align-items: center; background-image: var(--wave-bottom), var(--bg-buildings); background-size: auto, 100%; background-position-y: top, bottom; background-repeat: repeat-x, no-repeat; background-attachment: scroll, fixed; } div.footer a { margin: 80px 30px 40px 30px; color: var(--white); text-align: center; font-family: "Barlow", sans-serif; font-size: 20px; font-weight: var(--medium); text-decoration: none; white-space: nowrap; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; } div.footer a:hover { color: var(--red); } div.footer a.logo:hover { color: var(--white); } div.footer a img { height: 5vw; max-height: 50px; margin-bottom: 5px; } div.footer a.email img { content: url("assets/email.svg"); } div.footer a.email:hover img { content: url("assets/email-red.svg"); } div.footer a.discord img { content: url("assets/discord.svg"); } div.footer a.discord:hover img { content: url("assets/discord-red.svg"); } div.footer a.logo img { content: url("assets/logo-white.svg"); height: 10vw; max-height: 100px; } div.footer a.logo:hover img { content: url("assets/logo-rainbow.svg"); } div.footer a.github img { content: url("assets/github.svg"); } div.footer a.github:hover img { content: url("assets/github-red.svg"); } div.footer a.twitter img { content: url("assets/twitter.svg"); } div.footer a.twitter:hover img { content: url("assets/twitter-red.svg"); } .medium { font-weight: var(--medium); } .centered { text-align: center; } @media screen and (max-width: 1000px) { div.footer a { font-size: 2vw; margin: 80px 2% 40px 2%; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;500&display=swap'); :root { --logo: url("assets/logo-truncated-dark-bg.svg"); --bg-pattern: url("assets/bgs/pattern.png"); --bg-buildings: url("assets/bgs/buildings.jpg"); --white: #eef9fe; --black: #1d2021; --red: #cc241d; --grey1: #dddddd; --grey2: #eeeeee; --wave-top: url("assets/waves/red-top.svg"); --wave-bottom: url("assets/waves/red-bottom.svg"); --light: 300; --medium: 500; } html, body { padding: 0; margin: 0; height: 100%; justify-content: space-between; } body { display: flex; flex-direction: column; justify-content: space-between; background-color: var(--white); background-image: var(--bg-pattern); background-attachment: fixed; color: var(--black); font-family: "Barlow", sans-serif; font-size: 16pt; font-weight: var(--light); line-height: 1.4em; } div { display: flex; } p { margin: 0.5em; } div.header { background-image: var(--wave-top), var(--bg-buildings); background-size: auto, 100%; background-position-x: left, center; background-position-y: bottom, top; background-repeat: repeat-x, no-repeat; justify-content: center; background-attachment: scroll, fixed; padding: 50px 50px 60px 50px; } div.header div.header_container { max-width: 1000px; flex-wrap: wrap; width: 100%; justify-content: space-between; } div.header div.header_container div.logo { align-items: center; margin-bottom: 10px; } div.header div.header_container div.logo img.logo { height: 50px; content: var(--logo); } div.header div.header_container div.logo a:hover img { content: url("assets/logo-truncated-dark-bg-rainbow.svg"); } div.header div.header_container div.navigation { margin-bottom: 10px; justify-content: space-evenly; align-items: center; flex-wrap: wrap; } div.header div.header_container div.navigation a { color: var(--white); font-family: "Barlow", sans-serif; font-size: 1.1em; font-weight: var(--medium); margin: 5px 15px; outline-offset: 5px; padding: 10px 0 5px 0; text-decoration: none; border-bottom: 5px solid transparent; } div.header div.header_container div.navigation a::after { content: ''; display: block; width: 0; margin: 3px auto -6px auto; height: 3px; background: var(--red); transition: width .1s; } div.header div.header_container div.navigation a:hover::after { width: 100%; } .wrapped { justify-content: center !important; } div.wrapper { flex-direction: column; /* Display in rows */ justify-content: center; align-items: center; flex-grow: 1; background-image: var(--wave-bottom), var(--wave-top); background-repeat: repeat-x, repeat-x; background-position-x: left, left; background-position-y: top, bottom; padding: calc(5em + 10px) 50px 5em 50px; flex: 1 0 auto; } div.wrapper * { max-width: 1000px; } div.wrapper div.intro, div.wrapper div.index_who { display: block; } div.wrapper div.intro figure, div.wrapper div.index_who figure { float: right; min-width: 150px; width: 35%; margin: 0 0 1em 1em; } div.wrapper div.platform div.rows { max-width: 275px; } div.wrapper div.platform div.rows figure img { width: 100%; height: 100%; object-fit: contain; } div.wrapper div.platform div.rows p { text-align: center; } div.wrapper div.index_who figure { float: left; margin: 0 1em 0 0; } div.wrapper div.platform figure a:hover { border-bottom-width: 0; } div.index_who p:last-of-type { margin-bottom: 0; } div.jobs figure { max-width: 300px; } div.jobs iframe { margin: 2em 0 0 0; height: 1175px; width: 100%; border: none; } @media screen and (max-width: 800px) { div.jobs iframe { height: 1250px; } } @media screen and (max-width: 650px) { div.jobs iframe { height: 1300px; } } @media screen and (max-width: 500px) { div.jobs iframe { height: 1450px; } } @media screen and (max-width: 450px) { div.jobs iframe { height: 1500px; } } div.jobs figure img { width: 100%; height: 100%; object-fit: contain; } div.contact iframe { margin: 2em 0 0 0; height: 825px; width: 100%; border: none; } @media screen and (max-width: 800px) { div.contact iframe { height: 850px; } } @media screen and (max-width: 650px) { div.contact iframe { height: 900px; } } @media screen and (max-width: 500px) { div.contact iframe { height: 925px; } } @media screen and (max-width: 450px) { div.contact iframe { height: 1000px; } } div.contact div.links { flex-wrap: wrap; justify-content: center; } div.contact div.links div.icon { display: flex; justify-content: center; align-items: center; background-color: var(--grey1); border-bottom: none; border-radius: 20px; margin: 1em; } div.contact div.links div.icon a { display: flex; justify-content: center; align-items: center; border-bottom: none; border-radius: 20px; padding: 1em; color: var(--black); } figcaption { font-size: 0.5em; text-align: center; } div.wrapper div.intro img, div.wrapper div.index_who img { width: 100%; height: 100%; object-fit: contain; margin: unset; } div.intro p:first-of-type, div.index_who p:first-of-type { margin-top: 0; } div.red { background-color: var(--red); color: var(--white); padding: calc(3em + 10px) 50px 3em 50px; } div.black { background-color: var(--black); color: var(--white); } div.rows { flex-direction: column; } div.mugshot, div.clients, div.partners { width: 100%; justify-content: space-around; } div.partners div { align-items: center; } div.partners div.columns { margin: 1em 0; max-width: 800px; width: 100%; } a.button { flex-shrink: 0; } div.red div.clients div.rows div.columns a.client:hover { background-color: var(--white); } @media screen and (max-width: 600px) { div.partners div.columns { flex-wrap: wrap; justify-content: center; text-align: center; } } div.wrapper div.mugshot { flex-wrap: wrap; } div.wrapper div.mugshot div.rows { width: 275px; align-items: center; } div.wrapper div.mugshot div.rows p.medium { white-space: nowrap; } div.wrapper div.mugshot div.rows a { display: flex; justify-content: center; } div.wrapper div.mugshot div.rows a img.profile { border-color: var(--black); background-color: var(--black); } div.red div.mugshot div.rows a img.profile { border-color: var(--white); background-color: var(--white); } div.wrapper div.about div.columns { margin: 1em 0; } div.wrapper div.about div.columns div.rows { min-width: 250px; } div.wrapper div.mugshot img.profile { background-color: var(--white); border: 10px solid var(--white); max-width: 200px; border-radius: 50%; margin: 2em 0 0 0; } div.wrapper div.about img.profile { margin: 0.5em 0 0 0; } div.wrapper div.mugshot p.name { font-size: 1.5em; margin-bottom: 0; } div.wrapper div.mugshot div.rows a { font-weight: var(--light); } a.white p { color: var(--white); } div.wrapper div.mugshot div.rows a.link { font-size: 1em; display: flex; border: none; justify-self: left; width: 100%; } div.wrapper div.about div.columns div.rows { justify-items: center; } div.wrapper div.about div.columns div.rows a.link { margin: 0.25em 0.5em; } div.red > * a { color: var(--black) !important; } div.red > * a:hover { border-bottom-color: var(--black) !important; } div.wrapper div.mugshot div.rows a.link:hover p { color: var(--black); } div.wrapper div.mugshot div.rows a.link img { align-self: center; width: 35px; } div.wrapper div.mugshot div.rows a.link:hover img.email { content: url("assets/email-black.svg") } div.wrapper div.mugshot div.rows a.link:hover img.github { content: url("assets/github-black.svg") } div.wrapper div.mugshot div.rows a.link:hover img.linkedin { content: url("assets/linkedin-black.png") } div.clients div.rows, div.clients a { margin: 1em; } div.clients div.rows p.medium { text-align: center; margin-top: 0; margin-bottom: 10px; font-size: 1.1em; } div.clients div.rows div.columns, div.infra, div.protocols { justify-content: center; align-items: center; flex-wrap: wrap; } div.platform { flex-wrap: wrap; justify-content: center; } div.platform div.rows { margin: 0 1em; align-items: center; } div.infra { max-width: 700px; } div.protocols { max-width: 600px; } div.partners { justify-content: center; align-items: center; flex-wrap: wrap; } div.clients div.rows div.columns a, div.wrapper div.partners a.button, div.wrapper div.clients a { display: inline-block; background-color: var(--grey1); border-radius: 10px; padding: 20px; width: 100px; height: 50px; margin: 10px; border: unset; text-align: center; } div.wrapper div.partners a.button { width: 7em; height: 2em; } div.clients div.rows div.columns a:hover, div.wrapper div.partners a.button:hover, div.wrapper div.infra a:hover, div.wrapper div.protocols a:hover, div.contact div.links div.icon a:hover { background-color: var(--grey2); } div.clients img, div.partners img { width: 100%; height: 100%; object-fit: contain; } div.buildings { background-image: var(--wave-bottom), var(--wave-top), url("assets/components.jpg");; background-repeat: repeat-x, repeat-x, no-repeat; background-position-x: left, left, center; background-position-y: top, bottom, center; background-attachment: scroll, scroll, fixed; } div.wrapper a { color: var(--red); font-weight: var(--medium); text-decoration: none; } div.wrapper a:hover { text-decoration: none; border-bottom: 2px solid var(--red); } div.wrapper a.brandon:hover, div.wrapper a.daniel:hover, div.wrapper a.david:hover { border: 0; } div.wrapper a.brandon:hover img { content: url("assets/brandon_hyper.png"); } div.wrapper a.daniel:hover img { content: url("assets/daniel_hyper.png"); } div.wrapper a.david:hover img { content: url("assets/david_hyper.png"); } div.wrapper a.bubble-black, div.wrapper a.bubble-white, div.wrapper a.bubble-red { color: var(--white); border: 10px solid var(--red); background-color: var(--red); margin-top: 3em; border-radius: 10px; padding: 0 0.25em; text-align: center; } div.wrapper a.bubble-red { color: var(--red); border: 10px solid var(--white); background-color: var(--white); } div.wrapper a.bubble-black:hover { border-color: var(--black); background-color: var(--black); } div.wrapper a.bubble-white:hover { color: var(--red); border-color: var(--white); background-color: var(--white); } div.wrapper a.bubble-red:hover { color: var(--white); border-color: var(--black); background-color: var(--black); } div.wrapper img.carlton { width: 25%; max-width: 250px; } h2, h3 { margin: 1em 0 0 0; line-height: 1.2em; text-align: center; } div h2:first-of-type { margin: 0 0 1.5em 0; } h2.no_margin { margin: 0 !important; } div.footer { color: var(--white); justify-content: center; align-items: center; background-image: var(--wave-bottom), var(--bg-buildings); background-size: auto, 100%; background-position-y: top, bottom; background-repeat: repeat-x, no-repeat; background-attachment: scroll, fixed; } div.footer a { margin: 80px 30px 40px 30px; color: var(--white); text-align: center; font-family: "Barlow", sans-serif; font-size: 20px; font-weight: var(--medium); text-decoration: none; white-space: nowrap; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; } div.footer a:hover { color: var(--red); } div.footer a.logo:hover { color: var(--white); } div.footer a img { height: 5vw; max-height: 50px; margin-bottom: 5px; } div.footer a.email img { content: url("assets/email.svg"); } div.footer a.email:hover img { content: url("assets/email-red.svg"); } div.footer a.discord img { content: url("assets/discord.svg"); } div.footer a.discord:hover img { content: url("assets/discord-red.svg"); } div.footer a.logo img { content: url("assets/logo-white.svg"); height: 10vw; max-height: 100px; } div.footer a.logo:hover img { content: url("assets/logo-rainbow.svg"); } div.footer a.github img { content: url("assets/github.svg"); } div.footer a.github:hover img { content: url("assets/github-red.svg"); } div.footer a.twitter img { content: url("assets/twitter.svg"); } div.footer a.twitter:hover img { content: url("assets/twitter-red.svg"); } .medium { font-weight: var(--medium); } .centered { text-align: center; } @media screen and (max-width: 1000px) { div.footer a { font-size: 2vw; margin: 80px 2% 40px 2%; } }
0.294722
0.097648
.Nav{ z-index: 20; position: fixed; top: 0; width: 100%; background-color: white; height: 130px; } .row{ /*border: 2px solid black;*/ margin-top: 35px; } .col{ /*border:2px solid red; */ display:inline-block; margin: auto; } /*div for kurakoo logo*/ .col1{ float: left; margin-left: 50px; } /*div for profile pic & sign in button*/ .col4{ float:right; width: 400px; } /*for logo of kurakoo*/ .logo_kurakoo{ width: 210px; margin-left: 80px; } /*profile image on right side of navbar */ .profile_img{ position: absolute; width:60px; border-radius: 50%; border: 2px solid black; } /*div containing profile image*/ .profile_div{ float: left; margin-left: 30px; } /*div containing sign in btn */ .btn_div{ margin-top: 8px; } /*btn SIGN IN*/ .sign_in_btn{ background-color:white; border: 2px solid black; font-size: 15px; width: 100px; height: 40px; } /*hover effect for sign in btn */ .sign_in_btn:hover { border: 2px solid black; background-color: #FF8C00; transition: 0.2s ease-in-out; } /*for mobile view*/ @media (max-width: 1100px){ /*for kurakoo logo */ .logo_kurakoo{ width: 130px; margin-left: 20px; } /*div containing kurakoo logo*/ .col1{ float: left; margin-left: 5px; margin-top: 20px; } /* div containing searchbar*/ .col2{ display: none; } /*circular profile image on the right hand side */ .profile_img{ position: absolute; width:40px; border-radius: 50%; border: 2px solid black; } /*sign in btn */ .sign_in_btn{ font-size: 10px; width: 60px; height: 30px; margin-left: 55px; } /*column containing profile image and sign in btn */ .col4{ float:right; margin-top: 15px; width: 210px; } }
client/src/Component/navbar/NavBar.css
.Nav{ z-index: 20; position: fixed; top: 0; width: 100%; background-color: white; height: 130px; } .row{ /*border: 2px solid black;*/ margin-top: 35px; } .col{ /*border:2px solid red; */ display:inline-block; margin: auto; } /*div for kurakoo logo*/ .col1{ float: left; margin-left: 50px; } /*div for profile pic & sign in button*/ .col4{ float:right; width: 400px; } /*for logo of kurakoo*/ .logo_kurakoo{ width: 210px; margin-left: 80px; } /*profile image on right side of navbar */ .profile_img{ position: absolute; width:60px; border-radius: 50%; border: 2px solid black; } /*div containing profile image*/ .profile_div{ float: left; margin-left: 30px; } /*div containing sign in btn */ .btn_div{ margin-top: 8px; } /*btn SIGN IN*/ .sign_in_btn{ background-color:white; border: 2px solid black; font-size: 15px; width: 100px; height: 40px; } /*hover effect for sign in btn */ .sign_in_btn:hover { border: 2px solid black; background-color: #FF8C00; transition: 0.2s ease-in-out; } /*for mobile view*/ @media (max-width: 1100px){ /*for kurakoo logo */ .logo_kurakoo{ width: 130px; margin-left: 20px; } /*div containing kurakoo logo*/ .col1{ float: left; margin-left: 5px; margin-top: 20px; } /* div containing searchbar*/ .col2{ display: none; } /*circular profile image on the right hand side */ .profile_img{ position: absolute; width:40px; border-radius: 50%; border: 2px solid black; } /*sign in btn */ .sign_in_btn{ font-size: 10px; width: 60px; height: 30px; margin-left: 55px; } /*column containing profile image and sign in btn */ .col4{ float:right; margin-top: 15px; width: 210px; } }
0.322739
0.080321
body { margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif; background: url('img/background.png'); } .btn{ border-radius: 100%; font-size: 20px; text-decoration: none; width: 100px !important; height: 100px !important; background-color: #ec4c4c; display: inline-block; padding: 10px; margin: 10px; color: #8585ce; text-align: center; position: relative; } .btn:hover{ background-color: #8585ce; color: #ec4c4c; } .btn span{ position: absolute; top: 45px; bottom: 0; left: 0; right: 0; } .wrapper{ width: 992px; margin: 0 auto; } /*Header*/ #header{ background-color: white; height: 75px; } .logo { background: url('img/logo.png'); width: 190px; height: 75px; background-size: cover; display: inline-block; position: relative; } .logo a{ position: absolute; right: 0; left: 0; bottom: 0; top: 0; } #navigation{ float: right; height: 75px; } #navigation ul{ padding-left: 0; } #navigation ul li { display: inline-block; padding-left: 10px; padding-top: 5px; } #navigation ul li a{ text-decoration: none; color: #9c9da6; /*#8585ce*/ font-weight: bold; font-size: 25px; } /*Content*/ .content{ padding: 10px; border-top: 3px solid rgba(60,60,63,0.07); } #activity-btn{ color: #ec4c4c; box-shadow: 10px 10px 15px #F4C2C2; border-radius: 100%; font-size: 50px; text-decoration: none; /*padding: 50px 50px 50px 50px;*/ width: 200px !important; height: 200px !important; background-color: #ec4c4c; display: block; text-align: center; margin: 0 auto; position: relative; } #activity-btn a{ color: #8585ce; text-decoration: none; margin-top: 35px; display: block; position: absolute; right: 0; left: 0; bottom: 0; top: 0; } #activity-btn:hover{ box-shadow: 10px 10px 15px white; } #activity-btn:hover a{ color: white; } #activity-btn span{ margin-top: 25px; display: block; } #changable-area{ max-height: 300px; width: 500px; margin: 0 auto; display: block; height: 150px; padding: 20px; background: #ec4c4c; color: white; }
src/index.css
body { margin: 0 auto; padding: 0; font-family: 'Roboto', sans-serif; background: url('img/background.png'); } .btn{ border-radius: 100%; font-size: 20px; text-decoration: none; width: 100px !important; height: 100px !important; background-color: #ec4c4c; display: inline-block; padding: 10px; margin: 10px; color: #8585ce; text-align: center; position: relative; } .btn:hover{ background-color: #8585ce; color: #ec4c4c; } .btn span{ position: absolute; top: 45px; bottom: 0; left: 0; right: 0; } .wrapper{ width: 992px; margin: 0 auto; } /*Header*/ #header{ background-color: white; height: 75px; } .logo { background: url('img/logo.png'); width: 190px; height: 75px; background-size: cover; display: inline-block; position: relative; } .logo a{ position: absolute; right: 0; left: 0; bottom: 0; top: 0; } #navigation{ float: right; height: 75px; } #navigation ul{ padding-left: 0; } #navigation ul li { display: inline-block; padding-left: 10px; padding-top: 5px; } #navigation ul li a{ text-decoration: none; color: #9c9da6; /*#8585ce*/ font-weight: bold; font-size: 25px; } /*Content*/ .content{ padding: 10px; border-top: 3px solid rgba(60,60,63,0.07); } #activity-btn{ color: #ec4c4c; box-shadow: 10px 10px 15px #F4C2C2; border-radius: 100%; font-size: 50px; text-decoration: none; /*padding: 50px 50px 50px 50px;*/ width: 200px !important; height: 200px !important; background-color: #ec4c4c; display: block; text-align: center; margin: 0 auto; position: relative; } #activity-btn a{ color: #8585ce; text-decoration: none; margin-top: 35px; display: block; position: absolute; right: 0; left: 0; bottom: 0; top: 0; } #activity-btn:hover{ box-shadow: 10px 10px 15px white; } #activity-btn:hover a{ color: white; } #activity-btn span{ margin-top: 25px; display: block; } #changable-area{ max-height: 300px; width: 500px; margin: 0 auto; display: block; height: 150px; padding: 20px; background: #ec4c4c; color: white; }
0.297878
0.062217
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext); /* MIT LICENSE Copyright [2016] [<NAME> and <NAME>] This document is a customized stylesheet for the International House webpage. */ /* ========================================================================== Global ========================================================================== */ .small-text{ font-size: 0.7em; color: white; } .cover { margin-left: auto; margin-right: auto; } .cover-outer { padding-top: 50px; padding-bottom: 100px; padding-left: 0; padding-right: 0; background: #4b92db; } .cover-title { font-family: "Open Sans", sans-serif; font-size: 28px; color: #ffffff; margin-top: 0px; margin-bottom: 40px; } .ihouse-gradient { width: 100%; padding-left: 0; padding-right: 0; min-height: 100px; background: #4b92db; /* For browsers that do not support gradients */ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b92db+0,f2efea+43,f2efea+43,f2efea+85&1+0,0.5+26 */ background: -moz-linear-gradient(top, rgba(75,146,219,1) 0%, rgba(176,202,228,0.5) 26%, rgba(242,239,234,0.5) 43%, rgba(242,239,234,0.5) 85%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(75,146,219,1) 0%,rgba(176,202,228,0.5) 26%,rgba(242,239,234,0.5) 43%,rgba(242,239,234,0.5) 85%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(75,146,219,1) 0%,rgba(176,202,228,0.5) 26%,rgba(242,239,234,0.5) 43%,rgba(242,239,234,0.5) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b92db', endColorstr='#80f2efea',GradientType=0 ); /* IE6-9 */ } .banner { background: #4b92db; color: #f8f7ed; padding: 10% 0px; } .banner-box{ width: 100%; } .banner-img { height: 250px; display: block; margin: 0px auto; } .banner-subtitle div{ color: #f8f7ed; font-size: 1em; } .banner-subtitle a{ /*color: #f36e21; <-- The official RIT orange */ color: #DFDECB; } /* ========================================================================== Hero --- IMPORTANT: HERO IS BEING REMOVED FROM FUNCTIONALITY! ========================================================================== */ .hero { background: url('../img/cover_label_HQ.png') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 620px; height: auto; width: 100%; } .hero-overlay { color:#212121; } /* ========================================================================== Cover ========================================================================== */ .cover { height: auto; width: auto; padding: 10px 0px 50px 0px; background-color: #4b92db; } .color-caption { color: #ffffff; } .cover-icon { color: #ffffff; height: 48px; width: 48px; padding: 0; border-radius: 50%; border: 1px solid #ffffff; } .cover-icon i { margin-top: 4px; text-shadow: 0 0 5px rgba(0,0,0,0.5); font-size: 36px; } .cover-icon i:hover, .cover-icon:hover { color: #c7c3db; text-shadow: none; border-color: #c7c3db; } .cover-img { padding-top: 350px; margin-bottom: 25px; } @media (max-width: 1550px) { } @media (max-width: 1200px) { } @media (max-width: 850px) { .banner{ padding: 12% 0px 7% 0px; } .banner-img { height: 100px; display: block; margin: 0px auto; } } @media (max-width: 692px) { .banner{ padding: 100px 0px 7% 0px; } .cover-outer { padding-top: 50px; padding-bottom: 100px; padding-left: 0; padding-right: 0; background: #4b92db; } } @media (max-width: 600px) { .hero { background: url('../img/cover_small_HQ.png') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 420px; height: auto; width: 100%; } .cover-space, .cover-icon { display: none; } .cover { height: auto; width: auto; padding: 10px 0px; background-color: #4b92db; } .cover-img { padding-top: 50px; } } @media (max-width: 422px) { .logo-text { margin-top: -47px; } } @media (max-width: 387px) { } @media (max-width: 352px) { } @media (max-width: 302px){ }
css/home.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext); /* MIT LICENSE Copyright [2016] [<NAME> and <NAME>] This document is a customized stylesheet for the International House webpage. */ /* ========================================================================== Global ========================================================================== */ .small-text{ font-size: 0.7em; color: white; } .cover { margin-left: auto; margin-right: auto; } .cover-outer { padding-top: 50px; padding-bottom: 100px; padding-left: 0; padding-right: 0; background: #4b92db; } .cover-title { font-family: "Open Sans", sans-serif; font-size: 28px; color: #ffffff; margin-top: 0px; margin-bottom: 40px; } .ihouse-gradient { width: 100%; padding-left: 0; padding-right: 0; min-height: 100px; background: #4b92db; /* For browsers that do not support gradients */ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b92db+0,f2efea+43,f2efea+43,f2efea+85&1+0,0.5+26 */ background: -moz-linear-gradient(top, rgba(75,146,219,1) 0%, rgba(176,202,228,0.5) 26%, rgba(242,239,234,0.5) 43%, rgba(242,239,234,0.5) 85%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(75,146,219,1) 0%,rgba(176,202,228,0.5) 26%,rgba(242,239,234,0.5) 43%,rgba(242,239,234,0.5) 85%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(75,146,219,1) 0%,rgba(176,202,228,0.5) 26%,rgba(242,239,234,0.5) 43%,rgba(242,239,234,0.5) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b92db', endColorstr='#80f2efea',GradientType=0 ); /* IE6-9 */ } .banner { background: #4b92db; color: #f8f7ed; padding: 10% 0px; } .banner-box{ width: 100%; } .banner-img { height: 250px; display: block; margin: 0px auto; } .banner-subtitle div{ color: #f8f7ed; font-size: 1em; } .banner-subtitle a{ /*color: #f36e21; <-- The official RIT orange */ color: #DFDECB; } /* ========================================================================== Hero --- IMPORTANT: HERO IS BEING REMOVED FROM FUNCTIONALITY! ========================================================================== */ .hero { background: url('../img/cover_label_HQ.png') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 620px; height: auto; width: 100%; } .hero-overlay { color:#212121; } /* ========================================================================== Cover ========================================================================== */ .cover { height: auto; width: auto; padding: 10px 0px 50px 0px; background-color: #4b92db; } .color-caption { color: #ffffff; } .cover-icon { color: #ffffff; height: 48px; width: 48px; padding: 0; border-radius: 50%; border: 1px solid #ffffff; } .cover-icon i { margin-top: 4px; text-shadow: 0 0 5px rgba(0,0,0,0.5); font-size: 36px; } .cover-icon i:hover, .cover-icon:hover { color: #c7c3db; text-shadow: none; border-color: #c7c3db; } .cover-img { padding-top: 350px; margin-bottom: 25px; } @media (max-width: 1550px) { } @media (max-width: 1200px) { } @media (max-width: 850px) { .banner{ padding: 12% 0px 7% 0px; } .banner-img { height: 100px; display: block; margin: 0px auto; } } @media (max-width: 692px) { .banner{ padding: 100px 0px 7% 0px; } .cover-outer { padding-top: 50px; padding-bottom: 100px; padding-left: 0; padding-right: 0; background: #4b92db; } } @media (max-width: 600px) { .hero { background: url('../img/cover_small_HQ.png') no-repeat center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; min-height: 420px; height: auto; width: 100%; } .cover-space, .cover-icon { display: none; } .cover { height: auto; width: auto; padding: 10px 0px; background-color: #4b92db; } .cover-img { padding-top: 50px; } } @media (max-width: 422px) { .logo-text { margin-top: -47px; } } @media (max-width: 387px) { } @media (max-width: 352px) { } @media (max-width: 302px){ }
0.363986
0.10711
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); body{ font-family: "Work Sans",sans-serif; font-size: 16px; line-height: 22px; color: #666; transition: all .3s; } a{color: #666; font-weight: 500} a:hover{color: #a50102; text-decoration: none;} .text-success{color: #29be41} .text-danger{color: #c62423;} button:focus{outline:none;} /*button*/ .btn{padding:15px 21px; font-size: 20px;} .btn.btn-default:focus{ outline:none; border: none;} .gradient-button { border:0; background-size: 200% auto; background-image: linear-gradient(to right, #a50102 0%, #ea4d4e 51%, #a50102 100%); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .gradient-button:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); background-position: right center; } .bg-gradient-primary { background-color: #4e73df; background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); background-size: cover; } .bg-gradient-secondary { background-color: #858796; background-image: linear-gradient(180deg, #858796 10%, #60616f 100%); background-size: cover; } .bg-gradient-success { background-color: #1cc88a; background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%); background-size: cover; } .bg-gradient-info { background-color: #36b9cc; background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%); background-size: cover; } .bg-gradient-warning { background-color: #f6c23e; background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%); background-size: cover; } .bg-gradient-danger { background-color: #e74a3b; background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%); background-size: cover; } .bg-gradient-light { background-color: #f8f9fc; background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%); background-size: cover; } .bg-gradient-dark { background-color: #5a5c69; background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%); background-size: cover; } .outermenu{ } .navmenu{ list-style: none; text-align: center; margin:0; padding:0; display: none; } .navmenu li{ margin:.2em; list-style: none; text-align: center; display: inline-block; } .navmenu li a{ padding: 1em; border: .1em solid #888; border-radius: 1em; display: inline-block; } /*title*/ .page-title{padding: 60px 0} .page-title h3{font-size: 30px;line-height: 38px;font-weight: 600;} .section-title{font-size: 25px; font-weight: 600; } .text-shadow{text-shadow: 1px 1px 1px #a50102} .form-builder{ padding: 2em 1em; } /*background-images*/ .bgimage{ min-height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: right center; } .reg_bgimg{background-image: url('../images/bg-img.jpg');} .circle_bgimg{background-image: url('../images/circle.png');background-position: right bottom} .lightcircle_bgimg{background-image: url('../images/lightcircle.png');background-position: center right} /*registration form*/ .registration_form{ max-width: 600px; margin: 0 auto; } .registration_form .form-group .form-control{ border: 0; padding: 0px 25px; margin-bottom: 30px; -webkit-box-shadow: 0 0 15px 0 #888; -moz-box-shadow: 0 0 15px 0 #888; box-shadow: 0 0 15px 0 #888; } /*featured_box*/ .featured_box { -webkit-box-shadow: 0 0 12px 0 #888; -moz-box-shadow: 0 0 12px 0 #888; box-shadow: 0 0 12px 0 #888; max-width: 540px; margin: 50px auto; /*overflow: hidden;*/ border-radius: 30px; position: relative; background-color: #fff; } .featured_content{padding: 0 10px} .date_time{padding: 5px 0; border:1px dashed; border-width: 1px 0} .time_box{padding: 30px 50px} .featured_bottom{padding: 36px 10px 40px 10px} .failed_box .featured_content{border-color: #c62423} /*question page*/ .featured_box .section-title{border-radius: 10px} .featured_box.que_box{border-radius: 0; box-shadow: none; background-color: transparent;overflow: visible;} .featured_box .section-title .dropleft.show .dropdown-toggle::before{content: "x"; border:none; color: #fff } .featured_box .section-title .dropdown-toggle{ position: absolute; top: 15px; right: -10px; background: transparent; box-shadow: none; border: 0; color: #fff; } .featured_box .section-title .dropdown-menu{padding: 0 20px} .featured_box .section-title .dropdown-menu .dropdown-item{ background: transparent; color: #000; font-size: 18px; padding: 5px 15px; border-bottom: 1px solid #ddd; border-radius: 0; transition: all .3s; } .question h5{color: #a50102 ; font-weight: 600;font-size: 22px;margin-bottom: 40px} .selector {position: relative;} .selector input[type=checkbox], .selector input[type=radio]{visibility: hidden; position:absolute;} .selector label { display: block; position: relative; margin-bottom: 20px; padding: 15px 30px; border-radius: 10px; color: #a50102; background-color: #ffffff; box-shadow: 0 0 20px rgba(0, 0, 0, .2); font-weight: 500; font-size: 20px; text-transform: capitalize; cursor: pointer; user-select: none; transition: background-color .2s, box-shadow .2s; } .selector label:hover, input:focus + label { box-shadow: 0 0 20px rgba(0, 0, 0, .6); } .selector input[type=radio]:checked + label,.selector input[type=checkbox]:checked + label { background-color: #a80506; color: #fff; } .selector input[type=radio]:checked + label::before, .selector input[type=checbox]:checked + label { background-color: #fff; } .vh-90{ height: 90vh!important; } .vh-80{ height: 80vh!important; } .vh-70{ height: 70vh!important; } .vh-60{ height: 60vh!important; } .vh-50{ height: 50vh!important; } .vh-40{ height: 40vh!important; } .vh-30{ height: 30vh!important; } .vh-20{ height: 20vh!important; } .vh-10{ height: 10vh!important; } .rounded-pill{ -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06); -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06); box-shadow: 0 0 12px 0 rgba(32,46,60,.06); } .dropdown-close{display: none;} .global_footer { width: 100%; background: #d31112; text-align: center; } .global_footer ul li { list-style: none; display: inline-block; margin-left: 20px; margin-bottom: 15px; margin-top: 14px; } .global_footer ul li a:active{ color: #fff; } .global_footer ul li a { color: #fff; text-decoration: none; text-align: center; } .legal-page-content{ color:#000; } @media only screen and (max-height: 500px) { .page-title { padding: 5vh 0 5vh 0; } .section-title { font-size: 25px; line-height: 32px; margin-bottom: 5vh; font-weight: 600; } } @media only screen and (max-width: 1024px) { .featured_box .section-title .dropdown-toggle{ right: .1em; } .featured_box{ margin:15px 0; } #dropdownMenu{ left: 0; width: 80%; position: fixed; top: 0; height: 100vh; background-image: url(../images/circle.png); background-position: right bottom; background-size: cover; background-repeat: no-repeat; } .dropdown-close{ display: block; position: absolute; left: 100%; top: .40em; z-index: 999; font-size: 2.7em; background: #fff; padding: .1em; color: #c02819 !important; border: 2px solid #be2617; /* border-left: none; */ border-radius: 5px; } } /*Increase default badge text size*/ a.badge{ font-size: 100% !important; } /*Badge styles ends*/ @media only screen and (max-width: 500px) { .mobile-radio-bg-highlight{ background-color: rgba(255, 20, 20, 0.55); } } @media screen and (max-width: 767px) { .page-title { padding: 5px 0; } }
assets/default/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); body{ font-family: "Work Sans",sans-serif; font-size: 16px; line-height: 22px; color: #666; transition: all .3s; } a{color: #666; font-weight: 500} a:hover{color: #a50102; text-decoration: none;} .text-success{color: #29be41} .text-danger{color: #c62423;} button:focus{outline:none;} /*button*/ .btn{padding:15px 21px; font-size: 20px;} .btn.btn-default:focus{ outline:none; border: none;} .gradient-button { border:0; background-size: 200% auto; background-image: linear-gradient(to right, #a50102 0%, #ea4d4e 51%, #a50102 100%); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .gradient-button:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); background-position: right center; } .bg-gradient-primary { background-color: #4e73df; background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); background-size: cover; } .bg-gradient-secondary { background-color: #858796; background-image: linear-gradient(180deg, #858796 10%, #60616f 100%); background-size: cover; } .bg-gradient-success { background-color: #1cc88a; background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%); background-size: cover; } .bg-gradient-info { background-color: #36b9cc; background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%); background-size: cover; } .bg-gradient-warning { background-color: #f6c23e; background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%); background-size: cover; } .bg-gradient-danger { background-color: #e74a3b; background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%); background-size: cover; } .bg-gradient-light { background-color: #f8f9fc; background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%); background-size: cover; } .bg-gradient-dark { background-color: #5a5c69; background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%); background-size: cover; } .outermenu{ } .navmenu{ list-style: none; text-align: center; margin:0; padding:0; display: none; } .navmenu li{ margin:.2em; list-style: none; text-align: center; display: inline-block; } .navmenu li a{ padding: 1em; border: .1em solid #888; border-radius: 1em; display: inline-block; } /*title*/ .page-title{padding: 60px 0} .page-title h3{font-size: 30px;line-height: 38px;font-weight: 600;} .section-title{font-size: 25px; font-weight: 600; } .text-shadow{text-shadow: 1px 1px 1px #a50102} .form-builder{ padding: 2em 1em; } /*background-images*/ .bgimage{ min-height: 100vh; background-size: cover; background-repeat: no-repeat; background-position: right center; } .reg_bgimg{background-image: url('../images/bg-img.jpg');} .circle_bgimg{background-image: url('../images/circle.png');background-position: right bottom} .lightcircle_bgimg{background-image: url('../images/lightcircle.png');background-position: center right} /*registration form*/ .registration_form{ max-width: 600px; margin: 0 auto; } .registration_form .form-group .form-control{ border: 0; padding: 0px 25px; margin-bottom: 30px; -webkit-box-shadow: 0 0 15px 0 #888; -moz-box-shadow: 0 0 15px 0 #888; box-shadow: 0 0 15px 0 #888; } /*featured_box*/ .featured_box { -webkit-box-shadow: 0 0 12px 0 #888; -moz-box-shadow: 0 0 12px 0 #888; box-shadow: 0 0 12px 0 #888; max-width: 540px; margin: 50px auto; /*overflow: hidden;*/ border-radius: 30px; position: relative; background-color: #fff; } .featured_content{padding: 0 10px} .date_time{padding: 5px 0; border:1px dashed; border-width: 1px 0} .time_box{padding: 30px 50px} .featured_bottom{padding: 36px 10px 40px 10px} .failed_box .featured_content{border-color: #c62423} /*question page*/ .featured_box .section-title{border-radius: 10px} .featured_box.que_box{border-radius: 0; box-shadow: none; background-color: transparent;overflow: visible;} .featured_box .section-title .dropleft.show .dropdown-toggle::before{content: "x"; border:none; color: #fff } .featured_box .section-title .dropdown-toggle{ position: absolute; top: 15px; right: -10px; background: transparent; box-shadow: none; border: 0; color: #fff; } .featured_box .section-title .dropdown-menu{padding: 0 20px} .featured_box .section-title .dropdown-menu .dropdown-item{ background: transparent; color: #000; font-size: 18px; padding: 5px 15px; border-bottom: 1px solid #ddd; border-radius: 0; transition: all .3s; } .question h5{color: #a50102 ; font-weight: 600;font-size: 22px;margin-bottom: 40px} .selector {position: relative;} .selector input[type=checkbox], .selector input[type=radio]{visibility: hidden; position:absolute;} .selector label { display: block; position: relative; margin-bottom: 20px; padding: 15px 30px; border-radius: 10px; color: #a50102; background-color: #ffffff; box-shadow: 0 0 20px rgba(0, 0, 0, .2); font-weight: 500; font-size: 20px; text-transform: capitalize; cursor: pointer; user-select: none; transition: background-color .2s, box-shadow .2s; } .selector label:hover, input:focus + label { box-shadow: 0 0 20px rgba(0, 0, 0, .6); } .selector input[type=radio]:checked + label,.selector input[type=checkbox]:checked + label { background-color: #a80506; color: #fff; } .selector input[type=radio]:checked + label::before, .selector input[type=checbox]:checked + label { background-color: #fff; } .vh-90{ height: 90vh!important; } .vh-80{ height: 80vh!important; } .vh-70{ height: 70vh!important; } .vh-60{ height: 60vh!important; } .vh-50{ height: 50vh!important; } .vh-40{ height: 40vh!important; } .vh-30{ height: 30vh!important; } .vh-20{ height: 20vh!important; } .vh-10{ height: 10vh!important; } .rounded-pill{ -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.06); -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06); box-shadow: 0 0 12px 0 rgba(32,46,60,.06); } .dropdown-close{display: none;} .global_footer { width: 100%; background: #d31112; text-align: center; } .global_footer ul li { list-style: none; display: inline-block; margin-left: 20px; margin-bottom: 15px; margin-top: 14px; } .global_footer ul li a:active{ color: #fff; } .global_footer ul li a { color: #fff; text-decoration: none; text-align: center; } .legal-page-content{ color:#000; } @media only screen and (max-height: 500px) { .page-title { padding: 5vh 0 5vh 0; } .section-title { font-size: 25px; line-height: 32px; margin-bottom: 5vh; font-weight: 600; } } @media only screen and (max-width: 1024px) { .featured_box .section-title .dropdown-toggle{ right: .1em; } .featured_box{ margin:15px 0; } #dropdownMenu{ left: 0; width: 80%; position: fixed; top: 0; height: 100vh; background-image: url(../images/circle.png); background-position: right bottom; background-size: cover; background-repeat: no-repeat; } .dropdown-close{ display: block; position: absolute; left: 100%; top: .40em; z-index: 999; font-size: 2.7em; background: #fff; padding: .1em; color: #c02819 !important; border: 2px solid #be2617; /* border-left: none; */ border-radius: 5px; } } /*Increase default badge text size*/ a.badge{ font-size: 100% !important; } /*Badge styles ends*/ @media only screen and (max-width: 500px) { .mobile-radio-bg-highlight{ background-color: rgba(255, 20, 20, 0.55); } } @media screen and (max-width: 767px) { .page-title { padding: 5px 0; } }
0.339828
0.063773
.ang-gui-nav-normal { width: 100%; z-index: 2; background-color: #022347 !important; max-height: 75px; position: relative; top: 0; left: 0; transition: 0.25s; font-size: 14px; line-height: 14px; font-weight: 300; font-family: 'Roboto', sans-serif; } .menu-icon{ padding: 12px 8px; } .ang-gui-nav-wrapper { width: 100%; height: 50px; display: flex; align-items: center; } .ang-gui-nav-container { width: 100%; height: 50px; display: flex; align-items: center; } .ang-gui-nav-logo-container { height: 50px; width: 120px; } .ang-gui-nav-desktop-menu-container { height: 50px; flex-basis: 1; flex-grow: 1; } .ang-gui-nav-search-bar-container { height: 50px; width: 50px; } .ang-gui-nav-user-profile-menu-container, .ang-gui-nav-mobile-menu-container { height: 50px; width: 50px; } .ang-gui-nav-search-bar-container ang-gui-icon, .ang-gui-nav-user-profile-menu-container ang-gui-icon { display: block; } .ang-gui-nav-menu { color: rgba(255, 255, 255, 0.5); display: inline-flex; position: relative; padding: 5px 10px; } .nav-link::after { display: inline-flex; margin-left: 0.255em; vertical-align: 0.255em; content: ''; align-self: center; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .navbar-nav .dropdown-menu { position: static; float: none; } .ang-gui-nav-menu:hover .dropdown-menu { display: flex; flex-direction: column; min-width: -webkit-fill-available; margin: 0px 9px; } .ang-gui-nav-menu:hover .dropdown-menu .dropdown-item:hover { display: flex; background-color: #022347; color: white; padding: 8px 10px; margin: 0px; } .nav-link { text-decoration: none; text-align: inherit; white-space: nowrap; background-color: transparent; padding: 10px; border: 0; color: white; } .nav-link-container { display: flex; } .ang-gui-nav-menu:hover .nav-link-container { background-color: white; } .ang-gui-nav-menu:hover .nav-link-text { color: #212529 !important; } .ang-gui-nav-menu:hover .nav-link { color: #797c80; } .dropdown-menu { text-decoration: none; position: absolute; top: 44px; left: 0; z-index: 1000; display: none; float: left; padding: 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(19, 18, 18, 0.15); /* border-radius: 0.25rem; */ } .dropdown-item { text-decoration: none; display: block; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; display: flex; padding: 8px 10px; margin: 0px; font-size: 14px; line-height: 14px; font-weight: 300; font-family: 'Roboto', sans-serif; }
ecommercedemo/src/AngGui/nav-bar/ang-gui-nav-bar.css
.ang-gui-nav-normal { width: 100%; z-index: 2; background-color: #022347 !important; max-height: 75px; position: relative; top: 0; left: 0; transition: 0.25s; font-size: 14px; line-height: 14px; font-weight: 300; font-family: 'Roboto', sans-serif; } .menu-icon{ padding: 12px 8px; } .ang-gui-nav-wrapper { width: 100%; height: 50px; display: flex; align-items: center; } .ang-gui-nav-container { width: 100%; height: 50px; display: flex; align-items: center; } .ang-gui-nav-logo-container { height: 50px; width: 120px; } .ang-gui-nav-desktop-menu-container { height: 50px; flex-basis: 1; flex-grow: 1; } .ang-gui-nav-search-bar-container { height: 50px; width: 50px; } .ang-gui-nav-user-profile-menu-container, .ang-gui-nav-mobile-menu-container { height: 50px; width: 50px; } .ang-gui-nav-search-bar-container ang-gui-icon, .ang-gui-nav-user-profile-menu-container ang-gui-icon { display: block; } .ang-gui-nav-menu { color: rgba(255, 255, 255, 0.5); display: inline-flex; position: relative; padding: 5px 10px; } .nav-link::after { display: inline-flex; margin-left: 0.255em; vertical-align: 0.255em; content: ''; align-self: center; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .navbar-nav .dropdown-menu { position: static; float: none; } .ang-gui-nav-menu:hover .dropdown-menu { display: flex; flex-direction: column; min-width: -webkit-fill-available; margin: 0px 9px; } .ang-gui-nav-menu:hover .dropdown-menu .dropdown-item:hover { display: flex; background-color: #022347; color: white; padding: 8px 10px; margin: 0px; } .nav-link { text-decoration: none; text-align: inherit; white-space: nowrap; background-color: transparent; padding: 10px; border: 0; color: white; } .nav-link-container { display: flex; } .ang-gui-nav-menu:hover .nav-link-container { background-color: white; } .ang-gui-nav-menu:hover .nav-link-text { color: #212529 !important; } .ang-gui-nav-menu:hover .nav-link { color: #797c80; } .dropdown-menu { text-decoration: none; position: absolute; top: 44px; left: 0; z-index: 1000; display: none; float: left; padding: 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(19, 18, 18, 0.15); /* border-radius: 0.25rem; */ } .dropdown-item { text-decoration: none; display: block; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; display: flex; padding: 8px 10px; margin: 0px; font-size: 14px; line-height: 14px; font-weight: 300; font-family: 'Roboto', sans-serif; }
0.386185
0.061283
* Buttons * ---------------------------------------------------- */ .cms .ss-ui-button { margin-top: 0px; font-weight: normal; text-decoration: none; line-height: 16px; color: #525252; border: none; border-bottom: none; cursor: pointer; background-color: #f2f2f2; background: #f2f2f2; white-space: nowrap; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; box-shadow: none; -moz-box-shadow-inset: none; -webkit-box-shadow-inset: none; -khtml-box-shadow-inset: none; /* constructive */ /* destructive */ } .cms .ss-ui-button.ui-state-hover, .cms .ss-ui-button:hover { text-decoration: none; background: #d9d9d9; background-color: #d9d9d9; box-shadow: none; } .cms .ss-ui-button:active, .cms .ss-ui-button:focus, .cms .ss-ui-button.ui-state-active, .cms .ss-ui-button.ui-state-focus { border: none; background: white; background-color: white; box-shadow: none !important; } .cms .ss-ui-button.ss-ui-action-minor span { padding-left: 0; padding-right: 0; } .cms .ss-ui-button.ss-ui-action-constructive { text-shadow: none; font-weight: normal; color: white; border-color: #016b52; border-bottom-color: #016b52; background-color: #48AB42; background: #48AB42; } .cms .ss-ui-button.ss-ui-action-constructive.ui-state-hover, .cms .ss-ui-button.ss-ui-action-constructive:hover { border-color: #016b52; background-color: #4fb949; background: #4fb949; } .cms .ss-ui-button.ss-ui-action-constructive:active, .cms .ss-ui-button.ss-ui-action-constructive:focus, .cms .ss-ui-button.ss-ui-action-constructive.ui-state-active, .cms .ss-ui-button.ss-ui-action-constructive.ui-state-focus { background-color: #4fb949; background: #4fb949; } .cms .ss-ui-button.ss-ui-action-destructive { color: #f00; background-color: #f2f2f2; } .cms .ss-ui-button.ss-ui-button-small .ui-button-text { font-size: 10px; } .cms .ss-ui-button.ui-state-highlight { background-color: #e6e6e6; border: 1px solid #708284; } .cms .ss-ui-button.ss-ui-action-minor { background: none; border: 0; color: #393939; text-decoration: underline; } .cms .ss-ui-button.ss-ui-action-minor:hover { text-decoration: none; color: #1f1f1f; } .cms .ss-ui-button.ss-ui-action-minor:focus, .cms .ss-ui-button.ss-ui-action-minor:active { text-decoration: none; color: #525252; } .cms .field input.text, .cms .field textarea, .cms .field .TreeDropdownField { background: #FAFAFA; border: 1px solid #adadae; } .cms .field label.left { color: #555; } .cms-menu .cms-panel-toggle.south { border-top: 1px solid #183044; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .cms-menu .cms-panel-toggle a span { color: white; } .cms-content-header { background-color: #fff; } .cms-content-tools { background: #fff; } .cms .cms-content-fields { background-color: #F1F1F1; } .cms .cms-content-actions { background: #fff; } .cms-content-batchactions .view-mode-batchactions-wrapper { border: 1px solid #aaa; background-color: #D9D9D9; background: #D9D9D9; border-radius: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .cms-content-batchactions.inactive .view-mode-batchactions-wrapper { border: 1px solid #aaa; background-color: #D9D9D9; background: #D9D9D9; border-radius: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel { background-color: #FFF; } .ui-tabs-nav .ui-tabs-anchor { border: none !important; } .ui-tabs.cms-tabset-primary .ui-tabs-nav, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary, .ui-tabs .cms-content-header-tabs .ui-tabs-nav { border-left: none; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-default, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-default, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-default { background-color: #FFF; background: #FFF; outline: none !important; border: none !important; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-default a, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-default a, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-default a { color: #000; text-shadow: none; font-weight: normal; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-active, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-active, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-active { background: #FFF; border: none; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-active a, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-active a, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-active a { color: #1f1f1f; text-shadow: none; font-weight: normal; color: #0c8db9; outline: none; border-bottom: 1px solid #0c8db9 !important; } .ui-tabs .ui-tabs-nav .ui-state-default a { font-weight: normal; outline: none !important; } .ui-tabs .ui-tabs-nav .ui-state-default { background-color: #fff; border-radius: 0px !important; border-color: #fff !important; } .ui-tabs .ui-tabs-nav .ui-state-active { background-color: #F1F1F1 !important; border-left: 1px solid #ccc !important; border-right: 1px solid #ccc !important; border-top: 1px solid #ccc !important; border-bottom: none; } .icon-16.icon-assetadmin { background: url("../images/picture.png"); } .icon-16.icon-cmsmain { background: url("../images/pencil.png"); } .icon-16.icon-cmspagescontroller { background: url("../images/network.png"); } .icon-16.icon-cmssettingscontroller { background: url("../images/gears.png"); } .icon-16.icon-securityadmin { background: url("../images/community.png"); } .icon-16.icon-reportadmin { background: url("../images/pie-chart.png"); } .icon-16.icon-commentadmin { background: url("../images/blog.png"); } .icon-16.icon-help { background: url("../images/information.png"); } .ui-icon.btn-icon-add { background: url("../images/add.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-accept { background: url("../images/accept.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-pencil { background: url("../images/edit.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-cross-circle { background: url("../images/cross.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; margin-top: -6px; } .col-buttons .action.action-detail.edit-link { width: 16px; height: 16px; background: url("../images/edit.png") no-repeat top center; background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ss-ui-action-constructive .ui-icon.btn-icon-accept { background: url("../images/accept-light.png"); } .cms-content-header .cms-content-header-info a.cms-panel-link { color: #444; text-decoration: underline; } .cms-content-header .cms-content-header-info .section-icon { display: none; } .cms table.ss-gridfield-table tr.title th { background: #ddd; background-color: #ddd; border: 1px solid #ccc; border-bottom: none; text-shadow: none; } .cms table.ss-gridfield-table tr.title th h2 { color: #666; } .cms table.ss-gridfield-table tr th.main { border-top: 1px solid #ccc; border-left: 1px solid #ccc; color: #666; background: #eee; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .cms table.ss-gridfield-table tr th.main button span { color: #666; text-shadow: none; } .cms table.ss-gridfield-table tr th.extra { background: #eee; color: #666; border-right: 1px solid #ccc; border-left: 1px solid #ccc; } .cms table.ss-gridfield-table tr td.bottom-all { background: #ddd; background-color: #ddd; } .cms table.ss-gridfield-table tr.even { background: #f1f1f1; } .cms .ss-gridfield .right .pagination-records-number, .cms table.ss-gridfield-table tr td.bottom-all .pagination-records-number { color: #666; text-shadow: none; } .cms table.ss-gridfield-table tr th button.ss-ui-button.ss-gridfield-button-filter.trigger { background: url(../../framework/images/icons/filter-icons.png) no-repeat -17px -38px; } .ui-dialog { background: #f1f1f1 !important; } iframe body.SecurityAdmin { background-color: #F1F1F1 !important; } .devbuild-trigger.loading { color: #f9bf3b; } .devbuild-trigger.loading .icon { color: #f9bf3b; } .devbuild-trigger.error { color: #ef4836; } .devbuild-trigger.error .icon { color: #ef4836; } .devbuild-trigger.success { color: #3EBAE0; } .devbuild-trigger.success .icon { color: #3EBAE0; } /** Styles for the left hand side menu and header for the admin panels. Take into consideration CSS selector performance. @package framework @subpackage admin */ .cms-logo-header { background: #1b354c; border-bottom: 1px solid #183044; } .cms-logo-header span { color: white; } .cms-logo-header span a { color: #3EBAE0; } .cms-logo { border-bottom: 1px solid #1a2a45; } .cms-logo a { background: url("../../framework/admin/images/logo_small.png") no-repeat left center; } .cms-logo span { font-weight: bold; font-size: 12px; } .cms-menu { background: #1b354c; } .cms-menu-list li a { text-shadow: none; color: white; padding: 11px 5px 11px 8px; background: #1b354c; border-top: 1px solid #1c3850; border-bottom: 1px solid #183044; } .cms-menu-list li a:hover { text-decoration: none; background: #1b354c; border-bottom: 1px solid #183044; color: #42c6f3; } .cms-menu-list li a:focus, .cms-menu-list li a:active { border-top: 1px solid #1c3850; text-decoration: none; background: #1b354c; color: #42c6f3; } .cms-menu-list li ul li a { border-top: 1px solid #1e3a54; } .cms-menu-list li.current a { color: white; text-shadow: none; border-top: 1px solid #1c3850; border-bottom: 1px solid #183044; background: #0c8db9; } .cms-menu-list li.current ul { border-top: none; display: block; } .cms-menu-list li.current li { background-color: #12b8f0; } .cms-menu-list li.current li a { color: white; background: none; border-top: 1px solid #2fc0f2; border-bottom: 1px solid #0c94c3; } .cms-menu-list li.current li a.current, .cms-menu-list li.current li a:hover { background: #2abff1; border-top: 1px solid #2abff1; color: white; } .cms-menu-list li.current li a:focus { background: #0ea7db; border-top: 1px solid #0c94c3; color: white; } .cms-menu-list li.current li.current { background: #2abff1; border-top: 1px solid #2abff1; border-top: none; } .cms-menu-list li.current li.current a { color: white; }
css/flat.css
* Buttons * ---------------------------------------------------- */ .cms .ss-ui-button { margin-top: 0px; font-weight: normal; text-decoration: none; line-height: 16px; color: #525252; border: none; border-bottom: none; cursor: pointer; background-color: #f2f2f2; background: #f2f2f2; white-space: nowrap; -moz-border-radius: 0px; -webkit-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; box-shadow: none; -moz-box-shadow-inset: none; -webkit-box-shadow-inset: none; -khtml-box-shadow-inset: none; /* constructive */ /* destructive */ } .cms .ss-ui-button.ui-state-hover, .cms .ss-ui-button:hover { text-decoration: none; background: #d9d9d9; background-color: #d9d9d9; box-shadow: none; } .cms .ss-ui-button:active, .cms .ss-ui-button:focus, .cms .ss-ui-button.ui-state-active, .cms .ss-ui-button.ui-state-focus { border: none; background: white; background-color: white; box-shadow: none !important; } .cms .ss-ui-button.ss-ui-action-minor span { padding-left: 0; padding-right: 0; } .cms .ss-ui-button.ss-ui-action-constructive { text-shadow: none; font-weight: normal; color: white; border-color: #016b52; border-bottom-color: #016b52; background-color: #48AB42; background: #48AB42; } .cms .ss-ui-button.ss-ui-action-constructive.ui-state-hover, .cms .ss-ui-button.ss-ui-action-constructive:hover { border-color: #016b52; background-color: #4fb949; background: #4fb949; } .cms .ss-ui-button.ss-ui-action-constructive:active, .cms .ss-ui-button.ss-ui-action-constructive:focus, .cms .ss-ui-button.ss-ui-action-constructive.ui-state-active, .cms .ss-ui-button.ss-ui-action-constructive.ui-state-focus { background-color: #4fb949; background: #4fb949; } .cms .ss-ui-button.ss-ui-action-destructive { color: #f00; background-color: #f2f2f2; } .cms .ss-ui-button.ss-ui-button-small .ui-button-text { font-size: 10px; } .cms .ss-ui-button.ui-state-highlight { background-color: #e6e6e6; border: 1px solid #708284; } .cms .ss-ui-button.ss-ui-action-minor { background: none; border: 0; color: #393939; text-decoration: underline; } .cms .ss-ui-button.ss-ui-action-minor:hover { text-decoration: none; color: #1f1f1f; } .cms .ss-ui-button.ss-ui-action-minor:focus, .cms .ss-ui-button.ss-ui-action-minor:active { text-decoration: none; color: #525252; } .cms .field input.text, .cms .field textarea, .cms .field .TreeDropdownField { background: #FAFAFA; border: 1px solid #adadae; } .cms .field label.left { color: #555; } .cms-menu .cms-panel-toggle.south { border-top: 1px solid #183044; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .cms-menu .cms-panel-toggle a span { color: white; } .cms-content-header { background-color: #fff; } .cms-content-tools { background: #fff; } .cms .cms-content-fields { background-color: #F1F1F1; } .cms .cms-content-actions { background: #fff; } .cms-content-batchactions .view-mode-batchactions-wrapper { border: 1px solid #aaa; background-color: #D9D9D9; background: #D9D9D9; border-radius: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .cms-content-batchactions.inactive .view-mode-batchactions-wrapper { border: 1px solid #aaa; background-color: #D9D9D9; background: #D9D9D9; border-radius: 0; border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .cms .ss-ui-action-tabset.action-menus.ss-tabset .ui-tabs-panel { background-color: #FFF; } .ui-tabs-nav .ui-tabs-anchor { border: none !important; } .ui-tabs.cms-tabset-primary .ui-tabs-nav, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary, .ui-tabs .cms-content-header-tabs .ui-tabs-nav { border-left: none; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-default, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-default, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-default { background-color: #FFF; background: #FFF; outline: none !important; border: none !important; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-default a, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-default a, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-default a { color: #000; text-shadow: none; font-weight: normal; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-active, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-active, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-active { background: #FFF; border: none; } .ui-tabs.cms-tabset-primary .ui-tabs-nav .ui-state-active a, .ui-tabs .ui-tabs-nav.cms-tabset-nav-primary .ui-state-active a, .ui-tabs .cms-content-header-tabs .ui-tabs-nav .ui-state-active a { color: #1f1f1f; text-shadow: none; font-weight: normal; color: #0c8db9; outline: none; border-bottom: 1px solid #0c8db9 !important; } .ui-tabs .ui-tabs-nav .ui-state-default a { font-weight: normal; outline: none !important; } .ui-tabs .ui-tabs-nav .ui-state-default { background-color: #fff; border-radius: 0px !important; border-color: #fff !important; } .ui-tabs .ui-tabs-nav .ui-state-active { background-color: #F1F1F1 !important; border-left: 1px solid #ccc !important; border-right: 1px solid #ccc !important; border-top: 1px solid #ccc !important; border-bottom: none; } .icon-16.icon-assetadmin { background: url("../images/picture.png"); } .icon-16.icon-cmsmain { background: url("../images/pencil.png"); } .icon-16.icon-cmspagescontroller { background: url("../images/network.png"); } .icon-16.icon-cmssettingscontroller { background: url("../images/gears.png"); } .icon-16.icon-securityadmin { background: url("../images/community.png"); } .icon-16.icon-reportadmin { background: url("../images/pie-chart.png"); } .icon-16.icon-commentadmin { background: url("../images/blog.png"); } .icon-16.icon-help { background: url("../images/information.png"); } .ui-icon.btn-icon-add { background: url("../images/add.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-accept { background: url("../images/accept.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-pencil { background: url("../images/edit.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ui-icon.btn-icon-cross-circle { background: url("../images/cross.png"); background-size: 13px 13px; background-repeat: no-repeat; background-position: center; margin-top: -6px; } .col-buttons .action.action-detail.edit-link { width: 16px; height: 16px; background: url("../images/edit.png") no-repeat top center; background-size: 13px 13px; background-repeat: no-repeat; background-position: center; } .ss-ui-action-constructive .ui-icon.btn-icon-accept { background: url("../images/accept-light.png"); } .cms-content-header .cms-content-header-info a.cms-panel-link { color: #444; text-decoration: underline; } .cms-content-header .cms-content-header-info .section-icon { display: none; } .cms table.ss-gridfield-table tr.title th { background: #ddd; background-color: #ddd; border: 1px solid #ccc; border-bottom: none; text-shadow: none; } .cms table.ss-gridfield-table tr.title th h2 { color: #666; } .cms table.ss-gridfield-table tr th.main { border-top: 1px solid #ccc; border-left: 1px solid #ccc; color: #666; background: #eee; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .cms table.ss-gridfield-table tr th.main button span { color: #666; text-shadow: none; } .cms table.ss-gridfield-table tr th.extra { background: #eee; color: #666; border-right: 1px solid #ccc; border-left: 1px solid #ccc; } .cms table.ss-gridfield-table tr td.bottom-all { background: #ddd; background-color: #ddd; } .cms table.ss-gridfield-table tr.even { background: #f1f1f1; } .cms .ss-gridfield .right .pagination-records-number, .cms table.ss-gridfield-table tr td.bottom-all .pagination-records-number { color: #666; text-shadow: none; } .cms table.ss-gridfield-table tr th button.ss-ui-button.ss-gridfield-button-filter.trigger { background: url(../../framework/images/icons/filter-icons.png) no-repeat -17px -38px; } .ui-dialog { background: #f1f1f1 !important; } iframe body.SecurityAdmin { background-color: #F1F1F1 !important; } .devbuild-trigger.loading { color: #f9bf3b; } .devbuild-trigger.loading .icon { color: #f9bf3b; } .devbuild-trigger.error { color: #ef4836; } .devbuild-trigger.error .icon { color: #ef4836; } .devbuild-trigger.success { color: #3EBAE0; } .devbuild-trigger.success .icon { color: #3EBAE0; } /** Styles for the left hand side menu and header for the admin panels. Take into consideration CSS selector performance. @package framework @subpackage admin */ .cms-logo-header { background: #1b354c; border-bottom: 1px solid #183044; } .cms-logo-header span { color: white; } .cms-logo-header span a { color: #3EBAE0; } .cms-logo { border-bottom: 1px solid #1a2a45; } .cms-logo a { background: url("../../framework/admin/images/logo_small.png") no-repeat left center; } .cms-logo span { font-weight: bold; font-size: 12px; } .cms-menu { background: #1b354c; } .cms-menu-list li a { text-shadow: none; color: white; padding: 11px 5px 11px 8px; background: #1b354c; border-top: 1px solid #1c3850; border-bottom: 1px solid #183044; } .cms-menu-list li a:hover { text-decoration: none; background: #1b354c; border-bottom: 1px solid #183044; color: #42c6f3; } .cms-menu-list li a:focus, .cms-menu-list li a:active { border-top: 1px solid #1c3850; text-decoration: none; background: #1b354c; color: #42c6f3; } .cms-menu-list li ul li a { border-top: 1px solid #1e3a54; } .cms-menu-list li.current a { color: white; text-shadow: none; border-top: 1px solid #1c3850; border-bottom: 1px solid #183044; background: #0c8db9; } .cms-menu-list li.current ul { border-top: none; display: block; } .cms-menu-list li.current li { background-color: #12b8f0; } .cms-menu-list li.current li a { color: white; background: none; border-top: 1px solid #2fc0f2; border-bottom: 1px solid #0c94c3; } .cms-menu-list li.current li a.current, .cms-menu-list li.current li a:hover { background: #2abff1; border-top: 1px solid #2abff1; color: white; } .cms-menu-list li.current li a:focus { background: #0ea7db; border-top: 1px solid #0c94c3; color: white; } .cms-menu-list li.current li.current { background: #2abff1; border-top: 1px solid #2abff1; border-top: none; } .cms-menu-list li.current li.current a { color: white; }
0.337531
0.042682
body{ background-color: #eeeeee; } .header { width: 100%; height: 80px; background: #4B0082; } .header-icon { float: right; margin-right: 10px; margin-top: 46px; } .header-content { position: relative; margin-left: 193px; width: 980px; height: 80px; } .mylogo { float: left; font-size: 40px; font-weight: bold; margin-top: 20px; margin-left: 10px; } .list { position: absolute; width: auto; bottom: 5px; margin-left: 700px; } .list-context a, .list-context a:visited { color: #FFFFFF; font-size: 14px; font-family: "Microsoft YaHei"; } .list-context ul { position: absolute; bottom: 0; right: 0; } .list-context li, .footer li { float: left; margin-left: 28px; list-style: none; } .list-context li a:hover{ font-weight: bold; } .footer { padding-top: 10px; background: #000000; height: 394px; color: #FFFFFF; position: relative; clear: both; } .footer a { color: #FFFFFF; text-decoration: none; margin-right: 25px; } .footer a:hover{ text-decoration: underline; } .footer-header { margin: 0 auto; width: 100%; border-bottom: 1px solid #333333; height: 30px; line-height: 30px; text-align: center; } .footer-content { display: table; } .linker { display: table-cell; } .linker h3 { color: #FFFFFF; margin-top: 40px; margin-bottom: 30px; margin-left: 120px; } .linker ul { width: 100px; text-align: center; height: 100px; margin-left: 120px; } .footer-content h3 { height: 36px; line-height: 36px; text-align: center; } .banner { position: relative; width: 100%; height: 525px; } .banner .my-img { width: 100%; height: 525px; } .copyright { width: 100%; text-align: center; position: absolute; bottom: 0; } @media only screen and (max-width: 980px) { .header { width: 980px; } .header-icon { display: none; } .header-content { width: 980px; margin: 0 auto; } .footer { width: 980px; margin: 0 auto; overflow: hidden; } .banner { width: 980px; } }
ife-exercise/task0001/work/css/common.css
body{ background-color: #eeeeee; } .header { width: 100%; height: 80px; background: #4B0082; } .header-icon { float: right; margin-right: 10px; margin-top: 46px; } .header-content { position: relative; margin-left: 193px; width: 980px; height: 80px; } .mylogo { float: left; font-size: 40px; font-weight: bold; margin-top: 20px; margin-left: 10px; } .list { position: absolute; width: auto; bottom: 5px; margin-left: 700px; } .list-context a, .list-context a:visited { color: #FFFFFF; font-size: 14px; font-family: "Microsoft YaHei"; } .list-context ul { position: absolute; bottom: 0; right: 0; } .list-context li, .footer li { float: left; margin-left: 28px; list-style: none; } .list-context li a:hover{ font-weight: bold; } .footer { padding-top: 10px; background: #000000; height: 394px; color: #FFFFFF; position: relative; clear: both; } .footer a { color: #FFFFFF; text-decoration: none; margin-right: 25px; } .footer a:hover{ text-decoration: underline; } .footer-header { margin: 0 auto; width: 100%; border-bottom: 1px solid #333333; height: 30px; line-height: 30px; text-align: center; } .footer-content { display: table; } .linker { display: table-cell; } .linker h3 { color: #FFFFFF; margin-top: 40px; margin-bottom: 30px; margin-left: 120px; } .linker ul { width: 100px; text-align: center; height: 100px; margin-left: 120px; } .footer-content h3 { height: 36px; line-height: 36px; text-align: center; } .banner { position: relative; width: 100%; height: 525px; } .banner .my-img { width: 100%; height: 525px; } .copyright { width: 100%; text-align: center; position: absolute; bottom: 0; } @media only screen and (max-width: 980px) { .header { width: 980px; } .header-icon { display: none; } .header-content { width: 980px; margin: 0 auto; } .footer { width: 980px; margin: 0 auto; overflow: hidden; } .banner { width: 980px; } }
0.437824
0.067148
body, html{ height: 100%; font-family: Sans-serif; background: black; } body{ overflow-x: hidden; } .ofk{ position: absolute; right: 18px; width: 2rem ; height: 2rem ; transform: translateY(-50%); top: 50% ; text-indent: -30000px; border: 8px solid black; background-color: transparent ; display: none; } .botao-s{ position: absolute; right: 18px; width: 2rem ; height: 2rem ; transform: translateY(-50%); top: 50% ; text-indent: -30000px; border: 8px solid black; background-color: transparent ; } .botao-s:focus{ position: absolute; border: 0; outline: 0; } header{ min-height: 100%; background: url('imagens/imagem-netflix.jpg') no-repeat center; background-size: cover; border-bottom: 8px solid #222; padding: 12px; } header::before{ content: ' '; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.4); background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8))); background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); padding: inherit; border-bottom: 8px solid #222; } .icon-svg{ height: 0.75em; width: 0.35em; } header img{ width: 8.375rem; height: 2.25rem; margin-left:20px; } .btn{ background-color: #e50914; line-height: normal; padding: 7px 17px; font-weight: 400; font-size: 1rem; color: #fff; } .btn:hover{ color: white; transition: all 0.3s; } .fa-globe::before { position: absolute; left: 24px; top: 19.3px; color: #fff; } select{ appearance: none; background: rgba(0,0,0,.4); border: 1px solid #aaa; color: #fff; font-size: .875rem; line-height: 1.3em; white-space: nowrap; margin-right: 24px; cursor: pointer; padding: 0.4rem 1.7rem; border-radius: 2px; } .svg-icon{ width: 2rem ; height: 2rem ; position: absolute; right: 40px; top: 50%; transform: rotate(45deg ) translateY(-50%) ; } #main { position: relative; border: 0; z-index: 10; } /* Tipografia */ .h1, h1{ font-size: 3.125rem; padding: 0; max-width: 640px; margin: 0 auto; font-weight: 400; } #main h2{ font-size: 1.625rem; max-width: 640px; margin: 10px auto; } #semi-conteudo .h2, h2 { color: white; font-size: 3.125rem ; max-width: 640px; margin: 0 0 0.4em; line-height: 1.1; margin-bottom: 0.5rem; } #main .h3,h3{ margin-top: 20px; font-size:1.2rem; } /* Fim tipografia */ section{ margin-top: 60px; border-bottom: 8px solid #333; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { max-width: 450px; height: 60px; font-size: 16px; border: 1px solid #8c8c8c; border-radius: 2px; display: block; } .input-group >.input-group-append >.btn{ text-align: center; font-size: 1.625rem; display: inline-block; vertical-align: top; text-align: left; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .input-group{ padding-top: 0.85rem; max-width: 950px; margin: 0 auto; } #conteudo{ position: relative; z-index: 1; padding: 45px 45px; margin-top: 0; border-bottom: 8px solid #333; } #conteudo-dois { position: relative; z-index: 1; padding: 70px 20px; margin-top: 0; border-bottom: 8px solid #333; } #conteudo-dois .img-content img{ margin-right: 25px; } #conteudo-dois .img-content { padding-right: 60px; } #conteudo h2{ font-size: 3.125rem; color: white; margin: 7px 0; ; } #conteudo-dois h2{ font-size: 3.125rem; color: white; margin:0; } #conteudo p{ line-height: 1.4em; font-size: 1.625rem; color: white; } #semi-conteudo .p , p{ line-height: 1.4em; font-size: 1.625rem; color: white; } /*Quarta secao */ section#quarta-secao { padding: 45px; margin-top: 30px; } #quarta-secao h2{ font-weight: bold; font-size: 3.125rem text-align: left; } /*Fim-Quarta-secao */ /*perguntas frequentes */ #perguntas .h2, h2{ min-width: 100%; } .item-flex{ width: 100%; } .list-group{ max-width: 815px; margin: auto ; } .list-group-item { cursor: pointer; background-color: #303030; padding: 0.9em 1.2em 0.9em 1.2em; margin-bottom: 0.7rem; width: 100%; } .list-group-item .btn-block { background-color: #303030; color : white; font-weight: 400; font-size: 26px; line-height: 26px; margin-bottom: 0; border: 0; text-align: left; cursor: pointer; } #botao:focus{ border: 0; outline: 0; } #botao { border: 0; } .svg-icon { position: absolute; top: 50%; } .svg-icon-dois { position: absolute; top: 50%; } .conteudo{ border-top: 1px solid black; } .list-boss { position : relative; } .customize { display: none; } /*Fim perguntas-frequentes */ /*Footer */ footer { padding: 70px 40px; } footer h6{ color: #757575; text-align: left; text-indent: 4.3%; margin: 0 0 20px; font-size: 1em; } footer .list-group-item { cursor: pointer; background-color: black; padding: 4px 0; margin: 0; width: 100% } footer .list-group-flush{ max-width: 100%; columns: 4 ; } footer a{ color: #757575; font-size: 13px; text-align: left; } footer select{ appearance: none; background-color: rgba(0,0,0,.4); border: 1px solid #333; color: #999; font-size: 1em ; line-height: 1.7rem; white-space: nowrap; margin: 0; cursor: pointer; padding: 12px 26px 12px 50px; } footer .fa-globe:before{ position: absolute; left: 24px; top: 15px; color: #999; } /* Fim footer */ #conteudo-dois p { line-height: 1.4em; font-size: 1.625rem; color: white; } .img-content{ Position: relative; } .img-content .img-conteudo{ position: relative; z-index: 1; min-width: 100%; } #conteudo .video{ position: absolute; top: 76px; left: 85px; } #conteudo .video video{ width: 78%; } .conteudo-central .abobora::after{ content: ' ' ; display: block; ; background: url('imagens/o-bb.gif') no-repeat center center ; position: relative; z-index: 5000000000; height: 3em; width: 3em; background-size: cover; } .conteudo-central .abobora{ position: relative; z-index: 50000; } .conteudo-central { width: 60%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 9px 0; left: 44%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central h4{ Color: white; font-size: 1em; margin-bottom: 0; } .conteudo-central .img-pequena-central { padding: 4px 7px; } .conteudo-central { padding-left: 0; } .conteudo-central .conteudo-pequeno-central span{ color: #0071eb; font-size: 0.9em; white-space: nowrap; } .conteudo-central .conteudo-pequeno-central h4 { line-height: 0.8em; margin: 0; } #conteudo-tres .img-content { position: relative; } .img-content .video{ width: 100%; position: absolute; top: 38px ; left: 103px; } .img-content .video > video { width: 60%; } /* Responsividade */ @media (max-width: 575.8px ) { /*perguntas frequentes */ #perguntas .h2, h2{ min-width: 100%; margin-bottom: 1em; } .item-flex{ width: 100%; } .list-group{ max-width: 815px; margin: auto ; } .list-group-item { cursor: pointer; background-color: #303030; padding: 0.9em 2.2em 0.9em 1.2em; margin-bottom: 0.7rem; width: 100%; } .list-group-item .btn-block { background-color: #303030; color : white; font-weight: 400; font-size: 18px; line-height: 18px; margin-bottom: 0; border: 0; text-align: left; cursor: pointer; } /*Fim perguntas-frequentes */ header img{ max-width: 110px; min-height: 80px; } .navbar{ flex-wrap: nowrap; } .navbar-nav{ flex-direction: row; } .form-inline{ flex-flow: row nowrap; } section{ margin-top: 90px; } .h1, h1{ font-size: 1.75rem; max-width: 640px; margin: 0 auto; white-space: wrap; padding: 0px; } .px-3 { padding-right: 0!important; padding-left: 0!important; } #main h2{ font-size: 1.125rem; margin: 1rem auto; max-width: 640px; } #semi-conteudo .img-content { position: relative ; } #semi-conteudo .img-content img{ position :absolute; bottom: 0; } #semi-conteudo .atualize .h2, h2{ font-size: 1.625rem; color: white; text-align: center; } #semi-conteudo .atualize .p, p { font-size: 1.125rem; text-align: center; margin-bottom: 2em; } .h3, h3{ font-size: 18px; padding: 0 9%; max-width: 450px; white-space: wrap; text-align: center; margin: 0 auto; } select{ background: rgba(0,0,0,.4); border: 1px solid #aaa; color: #fff; font-size: .875rem; line-height: 1.3em; white-space: nowrap; margin-right: 13px; cursor: pointer; line-height: 1.3em; border-radius: 2px; padding: 0.3rem 0.4rem; } .btn{ background-color: #e50914; line-height: normal; padding: 5px 12px; font-weight: 400; font-size: 0.8rem; color: #fff; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { min-width: 450px; height: 45px; font-size: 16px; border: 1px solid #8c8c8c; border-radius: 2px; display: block; margin-bottom: 6px; } .input-group >.input-group-append{ text-align: center; margin: auto; } .input-group >.input-group-append >.btn{ font-size: 1rem; display: inline-block; vertical-align: top; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 12px 14px; border-radius: 2px; } header{ background: url('imagens/img-media.jpg') no-repeat center center; background-size: cover; padding: 0 2%; } #conteudo .video{ position: absolute; top: 31px; left: 58px; } #conteudo .video video{ width: 71%; } #conteudo h2 { font-size: 1.625rem; text-align: center; } #conteudo-dois h2{ font-size: 1.625rem; text-align: center; } #conteudo p{ position: relative; font-size: 1.125rem; text-align: center; z-index: 10000; } #conteudo-dois p{ position: relative; font-size: 1.125rem; text-align: center; z-index: 10000; } #conteudo-dois .img-content{ width: 100%; bottom: 50px; position: relative; } #conteudo { padding: 0 12px; border-bottom: 8px solid #333; } #conteudo-dois { padding: 0 9px; border-bottom: 8px solid #333; margin-top: 80px; } #conteudo-dois .img-content{ padding-right: 0; } #conteudo-dois .img-content img{ margin-right: 19px; } .conteudo-central { width: 63%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 4px 12px ; left: 50%; bottom: 15%; transform: translateX(-52%); background-color: #000; } .conteudo-central .img-pequena-central img{ height: 3em; } .conteudo-central .row { display: flex; flex-direction: row; flex-wrap: nowrap; } .conteudo-central .col-md-8,.col-md-3{ padding: 0; } .img-content .conteudo-pequeno-central h4{ padding-left: 12px; font-size: 0.9em; line-height: .9em; } .img-content .conteudo-pequeno-central span{ display: inline-block ; padding-left: 12px; font-size: .75em; } .pt-5{ padding-top: 12px!important ; } .conteudinho .order-1{ order: 1; } .img-content .order-2{ order: 2; } #conteudo-dois .col-lg-6{ padding-right: 0; padding-left: 0 ; } .img-content .img-conteudo{ position: relative; z-index: 1; min-width: 100%; bottom: 12%; } .img-content .video{ width: 100%; position: absolute; top: 38px ; left: 101px; } } /*Fim Media1 */ @media (min-width: 576px) and (max-width: 768px) { header{ padding: 3% 0; min-height: 100% ; } .navbar { height: 45px; margin: 0 45px; } #main .h1, h1{ font-size: 3.125rem; max-width: 640px; margin: 0 auto; padding: 0; } #main h2{ font-size: 1.625rem; margin: 1rem auto; max-width: 640px; } .img-content .video{ width: 98%; } .h3, h3{ font-size: 18px; padding: 0 10%; max-width: 470px; white-space: wrap; margin: 0 auto; font-weight: 400; } select { margin-right: 20px; border-radius: 3px; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { height: 47px; padding: 10px 10px ; line-height: 48px; border-radius: 3px; width: 100%; } .input-group >.input-group-append{ margin: auto; } .input-group >.input-group-append >.btn{ font-size: 1rem; display: inline-block; vertical-align: middle; text-align: center; min-height: 40px; margin: 6px 0; flex: 1 0 auto; padding: 0 16px; border-radius: 2px; } .input-group >.input-group-append >.btn:hover{ background-color: #e50914; color: white; cursor: pointer; border-color: 0; } section{ margin-top: 40px; padding: 22px 0; } .col-sm-10{ padding-right: 0; padding-left: 0; width: 100%; } #conteudo { padding: 0 45px; } #conteudo-dois{ padding: 0 45px; } #conteudo h2{ font-size: 2.5rem; text-align: center; } #conteudo-dois h2{ font-size: 2.5rem; text-align: center; } #conteudo p{ font-size: 1.25rem; text-align: center; margin-top: 8px; padding: 0 12px ; z-index: 1000; position: relative; } #conteudo-dois p { font-size: 1.25rem; text-align: center; margin-top: 8px; padding: 0; z-index: 1000; position: relative; } #conteudo-dois .conteudo-central{ padding: 0 ; } #conteudo-dois .conteudo-central .row{ flex-wrap: nowrap; } #conteudo-dois .img-content{ padding-right: 0 ; } #conteudo-dois .img-pequena-central img { height: 4em; width: auto ; } .img-content{ width: 100%; bottom: 50px; position: relative; } #conteudo .col-md-6{ padding-right: 0; padding-left: 0; } .conteudo-central .col-md-3{ padding-right: 0; } .conteudo-central .col-md-8 { padding-right: 0; padding-left: 0; } .conteudo-central{ width: 60%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 9px 0; left: 50%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central { margin-left: -50px; } .conteudo-central .conteudo-pequeno-central span { color: #0071eb; font-size: 0.9em; white-space: normal; } #semi-conteudo .atualize .h2, h2 { font-size: 2.5rem ; text-align: center; } .terceira-secao .img-content { position: relative; bottom: 0; } #semi-conteudo .atualize .p, p { font-size: 1.25rem; text-align: center; } } @media (min-width: 769px ) and (max-width: 992px) { section { margin-top : 70px; } .h1, h1{ font-size: 3.125rem; max-width: 640px; white-space: wrap; line-height: 1.1; } h2{ font-size: 1.625rem; margin: 0.8rem auto; max-width: 640px; font-weight: 400; } .h3, h3{ font-size: 23px; max-width: 450px; white-space: wrap; text-align: center; margin: 0 auto; } .input-group{ flex-direction: column; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control{ height: 60px; width: 100%; min-width: 500px; margin: 0 auto ; } .input-group >.input-group-append >.btn { font-size: 1rem; display: inline-block; vertical-align: middle; text-align: center; min-height: 40px; margin: 6px auto; flex: 1 0 auto; padding: 0 16px; border-radius: 2px; max-width: 115px; } #conteudo h2{ font-size: 2.5rem; text-align: center; } #conteudo-dois h2{ font-size: 2.5rem; text-align: center; } #conteudo p{ text-align: center; font-size: 1.25rem; position: relative; z-index: 1000; } #conteudo-dois p { text-align: center; font-size: 1.25rem; position: relative; z-index: 1000; } .img-content{ position: relative; bottom: 60px; } #conteudo-dois .img-content{ bottom: 0; } #conteudo-dois .conteudinho{ order: -1; } .conteudao { display: flex; justify-content: center; } .Conteudao .img-content{ order: 2; } #conteudo-dois .img-content img{ margin-right: 0 ; } .conteudo-central { width: 58%; min-width: 15em; height: 5em ; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 0.35em 0.25em; left: 47%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central { padding-left: 7px; } .conteudo-central .img-pequena-central img{ height: 4em; } .conteudo-central .abobora::after{ content: ' ' ; display: block; ; background: url('imagens/o-bb.gif') no-repeat center center ; position: relative; left: 30%; padding: 20px; z-index: 5000000000; background-size: cover; } #conteudo-dois .col-md-3{ padding-right: 0; padding-left: 0; } #conteudo-dois .row { margin-right: 0; margin-left: 0; } .conteudo-central .col-md-8{ padding-left: 0; padding-right: 0; } #semi-conteudo .h2, h2 { font-size: 3.5rem; text-align : center; } #semi-conteudo .p, p{ font-size: 1.25rem; text-align: center; } .terceira-secao .img-content{ position: relative; bottom: 0; } .img-content .video { width: 100%; position: absolute; top: 38px; left: 136px; } section#quarta-secao{ padding: 0; } #quarta-secao p{ max-width: 100%; text-align: center; } #quarta-secao .container{ max-width: 809px; } #quarta-secao h2{ font-size: 2.5rem; } } /* Fim Responsividade */
estilo.css
body, html{ height: 100%; font-family: Sans-serif; background: black; } body{ overflow-x: hidden; } .ofk{ position: absolute; right: 18px; width: 2rem ; height: 2rem ; transform: translateY(-50%); top: 50% ; text-indent: -30000px; border: 8px solid black; background-color: transparent ; display: none; } .botao-s{ position: absolute; right: 18px; width: 2rem ; height: 2rem ; transform: translateY(-50%); top: 50% ; text-indent: -30000px; border: 8px solid black; background-color: transparent ; } .botao-s:focus{ position: absolute; border: 0; outline: 0; } header{ min-height: 100%; background: url('imagens/imagem-netflix.jpg') no-repeat center; background-size: cover; border-bottom: 8px solid #222; padding: 12px; } header::before{ content: ' '; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.4); background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8))); background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%); padding: inherit; border-bottom: 8px solid #222; } .icon-svg{ height: 0.75em; width: 0.35em; } header img{ width: 8.375rem; height: 2.25rem; margin-left:20px; } .btn{ background-color: #e50914; line-height: normal; padding: 7px 17px; font-weight: 400; font-size: 1rem; color: #fff; } .btn:hover{ color: white; transition: all 0.3s; } .fa-globe::before { position: absolute; left: 24px; top: 19.3px; color: #fff; } select{ appearance: none; background: rgba(0,0,0,.4); border: 1px solid #aaa; color: #fff; font-size: .875rem; line-height: 1.3em; white-space: nowrap; margin-right: 24px; cursor: pointer; padding: 0.4rem 1.7rem; border-radius: 2px; } .svg-icon{ width: 2rem ; height: 2rem ; position: absolute; right: 40px; top: 50%; transform: rotate(45deg ) translateY(-50%) ; } #main { position: relative; border: 0; z-index: 10; } /* Tipografia */ .h1, h1{ font-size: 3.125rem; padding: 0; max-width: 640px; margin: 0 auto; font-weight: 400; } #main h2{ font-size: 1.625rem; max-width: 640px; margin: 10px auto; } #semi-conteudo .h2, h2 { color: white; font-size: 3.125rem ; max-width: 640px; margin: 0 0 0.4em; line-height: 1.1; margin-bottom: 0.5rem; } #main .h3,h3{ margin-top: 20px; font-size:1.2rem; } /* Fim tipografia */ section{ margin-top: 60px; border-bottom: 8px solid #333; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { max-width: 450px; height: 60px; font-size: 16px; border: 1px solid #8c8c8c; border-radius: 2px; display: block; } .input-group >.input-group-append >.btn{ text-align: center; font-size: 1.625rem; display: inline-block; vertical-align: top; text-align: left; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } .input-group{ padding-top: 0.85rem; max-width: 950px; margin: 0 auto; } #conteudo{ position: relative; z-index: 1; padding: 45px 45px; margin-top: 0; border-bottom: 8px solid #333; } #conteudo-dois { position: relative; z-index: 1; padding: 70px 20px; margin-top: 0; border-bottom: 8px solid #333; } #conteudo-dois .img-content img{ margin-right: 25px; } #conteudo-dois .img-content { padding-right: 60px; } #conteudo h2{ font-size: 3.125rem; color: white; margin: 7px 0; ; } #conteudo-dois h2{ font-size: 3.125rem; color: white; margin:0; } #conteudo p{ line-height: 1.4em; font-size: 1.625rem; color: white; } #semi-conteudo .p , p{ line-height: 1.4em; font-size: 1.625rem; color: white; } /*Quarta secao */ section#quarta-secao { padding: 45px; margin-top: 30px; } #quarta-secao h2{ font-weight: bold; font-size: 3.125rem text-align: left; } /*Fim-Quarta-secao */ /*perguntas frequentes */ #perguntas .h2, h2{ min-width: 100%; } .item-flex{ width: 100%; } .list-group{ max-width: 815px; margin: auto ; } .list-group-item { cursor: pointer; background-color: #303030; padding: 0.9em 1.2em 0.9em 1.2em; margin-bottom: 0.7rem; width: 100%; } .list-group-item .btn-block { background-color: #303030; color : white; font-weight: 400; font-size: 26px; line-height: 26px; margin-bottom: 0; border: 0; text-align: left; cursor: pointer; } #botao:focus{ border: 0; outline: 0; } #botao { border: 0; } .svg-icon { position: absolute; top: 50%; } .svg-icon-dois { position: absolute; top: 50%; } .conteudo{ border-top: 1px solid black; } .list-boss { position : relative; } .customize { display: none; } /*Fim perguntas-frequentes */ /*Footer */ footer { padding: 70px 40px; } footer h6{ color: #757575; text-align: left; text-indent: 4.3%; margin: 0 0 20px; font-size: 1em; } footer .list-group-item { cursor: pointer; background-color: black; padding: 4px 0; margin: 0; width: 100% } footer .list-group-flush{ max-width: 100%; columns: 4 ; } footer a{ color: #757575; font-size: 13px; text-align: left; } footer select{ appearance: none; background-color: rgba(0,0,0,.4); border: 1px solid #333; color: #999; font-size: 1em ; line-height: 1.7rem; white-space: nowrap; margin: 0; cursor: pointer; padding: 12px 26px 12px 50px; } footer .fa-globe:before{ position: absolute; left: 24px; top: 15px; color: #999; } /* Fim footer */ #conteudo-dois p { line-height: 1.4em; font-size: 1.625rem; color: white; } .img-content{ Position: relative; } .img-content .img-conteudo{ position: relative; z-index: 1; min-width: 100%; } #conteudo .video{ position: absolute; top: 76px; left: 85px; } #conteudo .video video{ width: 78%; } .conteudo-central .abobora::after{ content: ' ' ; display: block; ; background: url('imagens/o-bb.gif') no-repeat center center ; position: relative; z-index: 5000000000; height: 3em; width: 3em; background-size: cover; } .conteudo-central .abobora{ position: relative; z-index: 50000; } .conteudo-central { width: 60%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 9px 0; left: 44%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central h4{ Color: white; font-size: 1em; margin-bottom: 0; } .conteudo-central .img-pequena-central { padding: 4px 7px; } .conteudo-central { padding-left: 0; } .conteudo-central .conteudo-pequeno-central span{ color: #0071eb; font-size: 0.9em; white-space: nowrap; } .conteudo-central .conteudo-pequeno-central h4 { line-height: 0.8em; margin: 0; } #conteudo-tres .img-content { position: relative; } .img-content .video{ width: 100%; position: absolute; top: 38px ; left: 103px; } .img-content .video > video { width: 60%; } /* Responsividade */ @media (max-width: 575.8px ) { /*perguntas frequentes */ #perguntas .h2, h2{ min-width: 100%; margin-bottom: 1em; } .item-flex{ width: 100%; } .list-group{ max-width: 815px; margin: auto ; } .list-group-item { cursor: pointer; background-color: #303030; padding: 0.9em 2.2em 0.9em 1.2em; margin-bottom: 0.7rem; width: 100%; } .list-group-item .btn-block { background-color: #303030; color : white; font-weight: 400; font-size: 18px; line-height: 18px; margin-bottom: 0; border: 0; text-align: left; cursor: pointer; } /*Fim perguntas-frequentes */ header img{ max-width: 110px; min-height: 80px; } .navbar{ flex-wrap: nowrap; } .navbar-nav{ flex-direction: row; } .form-inline{ flex-flow: row nowrap; } section{ margin-top: 90px; } .h1, h1{ font-size: 1.75rem; max-width: 640px; margin: 0 auto; white-space: wrap; padding: 0px; } .px-3 { padding-right: 0!important; padding-left: 0!important; } #main h2{ font-size: 1.125rem; margin: 1rem auto; max-width: 640px; } #semi-conteudo .img-content { position: relative ; } #semi-conteudo .img-content img{ position :absolute; bottom: 0; } #semi-conteudo .atualize .h2, h2{ font-size: 1.625rem; color: white; text-align: center; } #semi-conteudo .atualize .p, p { font-size: 1.125rem; text-align: center; margin-bottom: 2em; } .h3, h3{ font-size: 18px; padding: 0 9%; max-width: 450px; white-space: wrap; text-align: center; margin: 0 auto; } select{ background: rgba(0,0,0,.4); border: 1px solid #aaa; color: #fff; font-size: .875rem; line-height: 1.3em; white-space: nowrap; margin-right: 13px; cursor: pointer; line-height: 1.3em; border-radius: 2px; padding: 0.3rem 0.4rem; } .btn{ background-color: #e50914; line-height: normal; padding: 5px 12px; font-weight: 400; font-size: 0.8rem; color: #fff; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { min-width: 450px; height: 45px; font-size: 16px; border: 1px solid #8c8c8c; border-radius: 2px; display: block; margin-bottom: 6px; } .input-group >.input-group-append{ text-align: center; margin: auto; } .input-group >.input-group-append >.btn{ font-size: 1rem; display: inline-block; vertical-align: top; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -moz-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 12px 14px; border-radius: 2px; } header{ background: url('imagens/img-media.jpg') no-repeat center center; background-size: cover; padding: 0 2%; } #conteudo .video{ position: absolute; top: 31px; left: 58px; } #conteudo .video video{ width: 71%; } #conteudo h2 { font-size: 1.625rem; text-align: center; } #conteudo-dois h2{ font-size: 1.625rem; text-align: center; } #conteudo p{ position: relative; font-size: 1.125rem; text-align: center; z-index: 10000; } #conteudo-dois p{ position: relative; font-size: 1.125rem; text-align: center; z-index: 10000; } #conteudo-dois .img-content{ width: 100%; bottom: 50px; position: relative; } #conteudo { padding: 0 12px; border-bottom: 8px solid #333; } #conteudo-dois { padding: 0 9px; border-bottom: 8px solid #333; margin-top: 80px; } #conteudo-dois .img-content{ padding-right: 0; } #conteudo-dois .img-content img{ margin-right: 19px; } .conteudo-central { width: 63%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 4px 12px ; left: 50%; bottom: 15%; transform: translateX(-52%); background-color: #000; } .conteudo-central .img-pequena-central img{ height: 3em; } .conteudo-central .row { display: flex; flex-direction: row; flex-wrap: nowrap; } .conteudo-central .col-md-8,.col-md-3{ padding: 0; } .img-content .conteudo-pequeno-central h4{ padding-left: 12px; font-size: 0.9em; line-height: .9em; } .img-content .conteudo-pequeno-central span{ display: inline-block ; padding-left: 12px; font-size: .75em; } .pt-5{ padding-top: 12px!important ; } .conteudinho .order-1{ order: 1; } .img-content .order-2{ order: 2; } #conteudo-dois .col-lg-6{ padding-right: 0; padding-left: 0 ; } .img-content .img-conteudo{ position: relative; z-index: 1; min-width: 100%; bottom: 12%; } .img-content .video{ width: 100%; position: absolute; top: 38px ; left: 101px; } } /*Fim Media1 */ @media (min-width: 576px) and (max-width: 768px) { header{ padding: 3% 0; min-height: 100% ; } .navbar { height: 45px; margin: 0 45px; } #main .h1, h1{ font-size: 3.125rem; max-width: 640px; margin: 0 auto; padding: 0; } #main h2{ font-size: 1.625rem; margin: 1rem auto; max-width: 640px; } .img-content .video{ width: 98%; } .h3, h3{ font-size: 18px; padding: 0 10%; max-width: 470px; white-space: wrap; margin: 0 auto; font-weight: 400; } select { margin-right: 20px; border-radius: 3px; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control { height: 47px; padding: 10px 10px ; line-height: 48px; border-radius: 3px; width: 100%; } .input-group >.input-group-append{ margin: auto; } .input-group >.input-group-append >.btn{ font-size: 1rem; display: inline-block; vertical-align: middle; text-align: center; min-height: 40px; margin: 6px 0; flex: 1 0 auto; padding: 0 16px; border-radius: 2px; } .input-group >.input-group-append >.btn:hover{ background-color: #e50914; color: white; cursor: pointer; border-color: 0; } section{ margin-top: 40px; padding: 22px 0; } .col-sm-10{ padding-right: 0; padding-left: 0; width: 100%; } #conteudo { padding: 0 45px; } #conteudo-dois{ padding: 0 45px; } #conteudo h2{ font-size: 2.5rem; text-align: center; } #conteudo-dois h2{ font-size: 2.5rem; text-align: center; } #conteudo p{ font-size: 1.25rem; text-align: center; margin-top: 8px; padding: 0 12px ; z-index: 1000; position: relative; } #conteudo-dois p { font-size: 1.25rem; text-align: center; margin-top: 8px; padding: 0; z-index: 1000; position: relative; } #conteudo-dois .conteudo-central{ padding: 0 ; } #conteudo-dois .conteudo-central .row{ flex-wrap: nowrap; } #conteudo-dois .img-content{ padding-right: 0 ; } #conteudo-dois .img-pequena-central img { height: 4em; width: auto ; } .img-content{ width: 100%; bottom: 50px; position: relative; } #conteudo .col-md-6{ padding-right: 0; padding-left: 0; } .conteudo-central .col-md-3{ padding-right: 0; } .conteudo-central .col-md-8 { padding-right: 0; padding-left: 0; } .conteudo-central{ width: 60%; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 9px 0; left: 50%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central { margin-left: -50px; } .conteudo-central .conteudo-pequeno-central span { color: #0071eb; font-size: 0.9em; white-space: normal; } #semi-conteudo .atualize .h2, h2 { font-size: 2.5rem ; text-align: center; } .terceira-secao .img-content { position: relative; bottom: 0; } #semi-conteudo .atualize .p, p { font-size: 1.25rem; text-align: center; } } @media (min-width: 769px ) and (max-width: 992px) { section { margin-top : 70px; } .h1, h1{ font-size: 3.125rem; max-width: 640px; white-space: wrap; line-height: 1.1; } h2{ font-size: 1.625rem; margin: 0.8rem auto; max-width: 640px; font-weight: 400; } .h3, h3{ font-size: 23px; max-width: 450px; white-space: wrap; text-align: center; margin: 0 auto; } .input-group{ flex-direction: column; } .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control{ height: 60px; width: 100%; min-width: 500px; margin: 0 auto ; } .input-group >.input-group-append >.btn { font-size: 1rem; display: inline-block; vertical-align: middle; text-align: center; min-height: 40px; margin: 6px auto; flex: 1 0 auto; padding: 0 16px; border-radius: 2px; max-width: 115px; } #conteudo h2{ font-size: 2.5rem; text-align: center; } #conteudo-dois h2{ font-size: 2.5rem; text-align: center; } #conteudo p{ text-align: center; font-size: 1.25rem; position: relative; z-index: 1000; } #conteudo-dois p { text-align: center; font-size: 1.25rem; position: relative; z-index: 1000; } .img-content{ position: relative; bottom: 60px; } #conteudo-dois .img-content{ bottom: 0; } #conteudo-dois .conteudinho{ order: -1; } .conteudao { display: flex; justify-content: center; } .Conteudao .img-content{ order: 2; } #conteudo-dois .img-content img{ margin-right: 0 ; } .conteudo-central { width: 58%; min-width: 15em; height: 5em ; border: 1px solid rgba(255, 255, 255, 25); border-radius: 12px; box-shadow: 0 0 2em black; position: absolute; padding: 0.35em 0.25em; left: 47%; bottom: 13%; transform: translateX(-50%); background-color: #000; } .conteudo-central .conteudo-pequeno-central { padding-left: 7px; } .conteudo-central .img-pequena-central img{ height: 4em; } .conteudo-central .abobora::after{ content: ' ' ; display: block; ; background: url('imagens/o-bb.gif') no-repeat center center ; position: relative; left: 30%; padding: 20px; z-index: 5000000000; background-size: cover; } #conteudo-dois .col-md-3{ padding-right: 0; padding-left: 0; } #conteudo-dois .row { margin-right: 0; margin-left: 0; } .conteudo-central .col-md-8{ padding-left: 0; padding-right: 0; } #semi-conteudo .h2, h2 { font-size: 3.5rem; text-align : center; } #semi-conteudo .p, p{ font-size: 1.25rem; text-align: center; } .terceira-secao .img-content{ position: relative; bottom: 0; } .img-content .video { width: 100%; position: absolute; top: 38px; left: 136px; } section#quarta-secao{ padding: 0; } #quarta-secao p{ max-width: 100%; text-align: center; } #quarta-secao .container{ max-width: 809px; } #quarta-secao h2{ font-size: 2.5rem; } } /* Fim Responsividade */
0.239438
0.092319
@import url('https://fonts.googleapis.com/css?family=open+sans:400,700'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); *{ margin:0; padding:0; box-sizing:border-box; } .inline{ text-align: center; display: inline-block; } .add{ display: inline-block; padding-right: 5px; padding-bottom: 10px; } .todo{ display: inline-block; padding-left: 5px; padding-bottom: 10px; } body{ min-height:100vh; display:grid; place-content:center; font-family:sans-serif; color:#6b6b6b; } form{ width:30vw; max-width:768px; border:1px solid #ddd; padding:3vw; display:flex; flex-direction:column; border-radius:5px; } label{ margin-bottom:15px; position:relative; border-bottom:1px solid #ddd; } input{ width:100%; padding:10px 0px; margin-top:20px; border:none; outline:none; } select{ width:100%; padding:10px 0px; margin-top:20px; border:none; outline:none; } textarea{ width:100%; height: 80px; padding:10px 0px; margin-top:20px; border:none; outline:none; } input::placeholder, textarea::placeholder, select::placeholder{ opacity:0; } span{ position:absolute; top:0; left:0; transform:translateY(30px); font-size:0.825em; transition-duration:300ms; } .btn__task{ text-align: center; display: inline-block; } .cancel__btn{ opacity: 20%; display: inline-block; padding:15px 0px; margin-left:10px; margin-right:10px; margin-top:20px; background:rgba(128, 0, 128, 0.60); color:#fff; border:1px solid rgba(128, 0, 128, 0.60); cursor:pointer; border-radius:3px; width: 10vw; } .add__btn{ width: 10vw; display: inline-block; padding:15px 0px; margin-left:10px; margin-right:10px; margin-top:20px; background:rgba(128, 0, 128, 0.80); color:#fff; border:1px solid rgba(128, 0, 128, 0.80);; cursor:pointer; border-radius:3px; opacity: 80%; } .cancel__btn:hover{ background-color: rgba(128, 0, 128, 0.80); } .add__btn:hover{ background:rgba(128, 0, 128, 1); } label:focus-within > span, input:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); } label:focus-within > span, textarea:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); } label:focus-within > span, select:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); }
public/stylesheets/form.css
@import url('https://fonts.googleapis.com/css?family=open+sans:400,700'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); *{ margin:0; padding:0; box-sizing:border-box; } .inline{ text-align: center; display: inline-block; } .add{ display: inline-block; padding-right: 5px; padding-bottom: 10px; } .todo{ display: inline-block; padding-left: 5px; padding-bottom: 10px; } body{ min-height:100vh; display:grid; place-content:center; font-family:sans-serif; color:#6b6b6b; } form{ width:30vw; max-width:768px; border:1px solid #ddd; padding:3vw; display:flex; flex-direction:column; border-radius:5px; } label{ margin-bottom:15px; position:relative; border-bottom:1px solid #ddd; } input{ width:100%; padding:10px 0px; margin-top:20px; border:none; outline:none; } select{ width:100%; padding:10px 0px; margin-top:20px; border:none; outline:none; } textarea{ width:100%; height: 80px; padding:10px 0px; margin-top:20px; border:none; outline:none; } input::placeholder, textarea::placeholder, select::placeholder{ opacity:0; } span{ position:absolute; top:0; left:0; transform:translateY(30px); font-size:0.825em; transition-duration:300ms; } .btn__task{ text-align: center; display: inline-block; } .cancel__btn{ opacity: 20%; display: inline-block; padding:15px 0px; margin-left:10px; margin-right:10px; margin-top:20px; background:rgba(128, 0, 128, 0.60); color:#fff; border:1px solid rgba(128, 0, 128, 0.60); cursor:pointer; border-radius:3px; width: 10vw; } .add__btn{ width: 10vw; display: inline-block; padding:15px 0px; margin-left:10px; margin-right:10px; margin-top:20px; background:rgba(128, 0, 128, 0.80); color:#fff; border:1px solid rgba(128, 0, 128, 0.80);; cursor:pointer; border-radius:3px; opacity: 80%; } .cancel__btn:hover{ background-color: rgba(128, 0, 128, 0.80); } .add__btn:hover{ background:rgba(128, 0, 128, 1); } label:focus-within > span, input:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); } label:focus-within > span, textarea:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); } label:focus-within > span, select:not(:placeholder-shown) + span{ color:purple; transform: translateY(0px); }
0.443359
0.10226
<style> body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} .bg-img { background-image: url("../img/cover.png"); height:170px; /* Center and scale the image nicely */ background-repeat: no-repeat; background-size: auto; position: relative; } .navbar { overflow: hidden; background-color: #333; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .navbar-right { float: right; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background-color: green; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .form { background-color: #F0F8FF; color: white; padding: 16px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; opacity: 0.9; } .form:hover { opacity: 1; } input[type=text], input[type=Email], input[type=tel], input[type=datetime-local], input[type=password], select, textarea { width: 27%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; resize: vertical; align-content: middle; text-align: middle; } input[type=submit], input[type=reset] { background-color: #4CAF50; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover, input[type=reset]:hover { background-color: #45a049; } input[type=text]:focus, input[type=password]:focus, input[type=email]:focus { background-color: #ddd; outline: none; } .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .submit { background-color: #4CAF50; color: white; padding: 16px 20px; margin: 8px 0; border: none; cursor: pointer; opacity: 0.9; } .submit:hover { opacity: 1; } /* Add a blue text color to links */ a { color: dodgerblue; } /* Set a grey background color and center the text of the "sign in" section */ .signin { background-color: #f1f1f1; text-align: center; } hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } #table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: separate; width: 100%; } #table td, #table th { border: 1px solid #ddd; padding: 8px; } #table tr:nth-child(even){background-color: #f2f2f2;} #table tr:hover {background-color: lightblue;} #table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #4CAF50; color: white; } .koly{ margin-top: 5px; margin-bottom: 5px; margin-right: 5px; margin-left: 5px; color: green; } label{ text-align: left; } .al{ text-align: left; } a.lightbox img { height: 100px; border: 3px solid white; box-shadow: 8px 8px 28px (.5,.5,.5,.7); margin: 0px 0px 0px 0px; } /* Styles the lightbox, removes it from sight and adds the fade-in transition */ .lightbox-target { position: fixed; top: -100%; width: 99%; left:0%; background: rgba(0,0,0,.7); width: 100%; opacity: 5; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; overflow: hidden; } /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */ .lightbox-target img { margin: auto; position: absolute; top: 0; left:0; right:0; bottom: 0; max-height: 0%; max-width: 0%; border: 3px solid white; box-shadow: 8px 8px 28px rgba(.5,.5,.5,.7); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Styles the close link, adds the slide down transition */ a.lightbox-close { display: block; width:50px; height:50px; box-sizing: border-box; background: white; color: black; text-decoration: none; position: absolute; top: -80px; right: 0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:before { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:after { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); } /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */ .lightbox-target:target { opacity: 1; top: 0; bottom: 0; } .lightbox-target:target img { max-height: 100%; max-width: 100%; } .lightbox-target:target a.lightbox-close { top: 0px; } </style>
Child Adoption Portal/user/css/new.css
<style> body {font-family: Arial, Helvetica, sans-serif;} * {box-sizing: border-box;} .bg-img { background-image: url("../img/cover.png"); height:170px; /* Center and scale the image nicely */ background-repeat: no-repeat; background-size: auto; position: relative; } .navbar { overflow: hidden; background-color: #333; } .navbar a { float: left; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .navbar-right { float: right; } .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .navbar a:hover, .dropdown:hover .dropbtn { background-color: green; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } .form { background-color: #F0F8FF; color: white; padding: 16px 20px; margin: 8px 0; border: none; cursor: pointer; width: 100%; opacity: 0.9; } .form:hover { opacity: 1; } input[type=text], input[type=Email], input[type=tel], input[type=datetime-local], input[type=password], select, textarea { width: 27%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; margin-top: 6px; margin-bottom: 16px; resize: vertical; align-content: middle; text-align: middle; } input[type=submit], input[type=reset] { background-color: #4CAF50; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover, input[type=reset]:hover { background-color: #45a049; } input[type=text]:focus, input[type=password]:focus, input[type=email]:focus { background-color: #ddd; outline: none; } .container { border-radius: 5px; background-color: #f2f2f2; padding: 20px; } .submit { background-color: #4CAF50; color: white; padding: 16px 20px; margin: 8px 0; border: none; cursor: pointer; opacity: 0.9; } .submit:hover { opacity: 1; } /* Add a blue text color to links */ a { color: dodgerblue; } /* Set a grey background color and center the text of the "sign in" section */ .signin { background-color: #f1f1f1; text-align: center; } hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } #table { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: separate; width: 100%; } #table td, #table th { border: 1px solid #ddd; padding: 8px; } #table tr:nth-child(even){background-color: #f2f2f2;} #table tr:hover {background-color: lightblue;} #table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #4CAF50; color: white; } .koly{ margin-top: 5px; margin-bottom: 5px; margin-right: 5px; margin-left: 5px; color: green; } label{ text-align: left; } .al{ text-align: left; } a.lightbox img { height: 100px; border: 3px solid white; box-shadow: 8px 8px 28px (.5,.5,.5,.7); margin: 0px 0px 0px 0px; } /* Styles the lightbox, removes it from sight and adds the fade-in transition */ .lightbox-target { position: fixed; top: -100%; width: 99%; left:0%; background: rgba(0,0,0,.7); width: 100%; opacity: 5; -webkit-transition: opacity .5s ease-in-out; -moz-transition: opacity .5s ease-in-out; -o-transition: opacity .5s ease-in-out; transition: opacity .5s ease-in-out; overflow: hidden; } /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */ .lightbox-target img { margin: auto; position: absolute; top: 0; left:0; right:0; bottom: 0; max-height: 0%; max-width: 0%; border: 3px solid white; box-shadow: 8px 8px 28px rgba(.5,.5,.5,.7); box-sizing: border-box; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Styles the close link, adds the slide down transition */ a.lightbox-close { display: block; width:50px; height:50px; box-sizing: border-box; background: white; color: black; text-decoration: none; position: absolute; top: -80px; right: 0; -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:before { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); } /* Provides part of the "X" to eliminate an image from the close link */ a.lightbox-close:after { content: ""; display: block; height: 30px; width: 1px; background: black; position: absolute; left: 26px; top:10px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); } /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */ .lightbox-target:target { opacity: 1; top: 0; bottom: 0; } .lightbox-target:target img { max-height: 100%; max-width: 100%; } .lightbox-target:target a.lightbox-close { top: 0px; } </style>
0.388618
0.099952
tr[icon]>td:first-child::before, div.lm_tab::before, details>summary::after, .lm_controls .lm_close::before, .lm_controls .lm_maximise::before, .lm_maximised .lm_controls .lm_maximise::before { width: 16px; height: 16px; content: ""; background: var(--color-text); display: inline-block; margin-right: 5px; vertical-align: inherit; } details>summary::after { margin-right: 0px; margin-left: 5px; /* default icon for scripts */ mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); vertical-align: bottom; } .lm_controls .lm_close::before { mask: url(../Html/Icon/Close.svg); -webkit-mask: url(../Html/Icon/Close.svg); margin-left: 5px; } .lm_controls .lm_maximise::before { mask: url(../Html/Icon/Maximize.svg); -webkit-mask: url(../Html/Icon/Maximize.svg); } .lm_maximised .lm_controls .lm_maximise::before { mask: url(../Html/Icon/Minimize.svg); -webkit-mask: url(../Html/Icon/Minimize.svg); } /* Resources in ViewInternal */ tr[icon]>td:first-child>input { width: calc(100% - 21px); } tr[icon^=Mesh]>td:first-child::before { mask: url(../Html/Icon/Mesh.svg); -webkit-mask: url(../Html/Icon/Mesh.svg); } tr[icon^=Material]>td:first-child::before { mask: url(../Html/Icon/Material.svg); -webkit-mask: url(../Html/Icon/Material.svg); } tr[icon^=Graph]>td:first-child::before { mask: url(../Html/Icon/Graph.svg); -webkit-mask: url(../Html/Icon/Graph.svg); } tr[icon^=Audio]>td:first-child::before { mask: url(../Html/Icon/Audio.svg); -webkit-mask: url(../Html/Icon/Audio.svg); } tr[icon^=Texture]>td:first-child::before { mask: url(../Html/Icon/Texture.svg); -webkit-mask: url(../Html/Icon/Texture.svg); } /* Panel titles */ div.lm_tab[title^="Graph"]::before { mask: url(../Html/Icon/Graph.svg); -webkit-mask: url(../Html/Icon/Graph.svg); } div.lm_tab[title^="Project"]::before { mask: url(../Html/Icon/Project.svg); -webkit-mask: url(../Html/Icon/Project.svg); } div.lm_tab[title^="Help"]::before { mask: url(../Html/Icon/Help.svg); -webkit-mask: url(../Html/Icon/Help.svg); } /* View titles */ div.lm_tab[title^="Internal"]::before { mask: url(../Html/Icon/Internal.svg); -webkit-mask: url(../Html/Icon/Internal.svg); } div.lm_tab[title^="External"]::before { mask: url(../Html/Icon/External.svg); -webkit-mask: url(../Html/Icon/External.svg); } div.lm_tab[title^="Preview"]::before, div.lm_tab[title^="Render"]::before { mask: url(../Html/Icon/Camera.svg); -webkit-mask: url(../Html/Icon/Camera.svg); } div.lm_tab[title^="Properties"]::before { mask: url(../Html/Icon/Document.svg); -webkit-mask: url(../Html/Icon/Document.svg); } div.lm_tab[title^="Script"]::before { mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); } div.lm_tab[title^="Hierarchy"]::before { mask: url(../Html/Icon/Hierarchy.svg); -webkit-mask: url(../Html/Icon/Hierarchy.svg); } div.lm_tab[title^="Components"]::before { mask: url(../Html/Icon/Components.svg); -webkit-mask: url(../Html/Icon/Components.svg); } /* Properties */ details[key^=coat]>summary::after { /* show no icon for coat */ width: 0px; margin: 0px; } details[key^=texture]>summary::after, details[key^=Texture]>summary::after { mask: url(../Html/Icon/Texture.svg); -webkit-mask: url(../Html/Icon/Texture.svg); } details[key^=material]>summary::after, details[key^=Material]>summary::after, details[key^=ComponentMaterial]>summary::after { mask: url(../Html/Icon/Material.svg); -webkit-mask: url(../Html/Icon/Material.svg); } details[key^=mesh]>summary::after, details[key^=Mesh]>summary::after, details[key^=ComponentMesh]>summary::after { mask: url(../Html/Icon/Mesh.svg); -webkit-mask: url(../Html/Icon/Mesh.svg); } details[key^=light]>summary::after, details[key^=ComponentLight]>summary::after { mask: url(../Html/Icon/Light.svg); -webkit-mask: url(../Html/Icon/Light.svg); } details[key^=script]>summary::after, details[key^=ComponentScript]>summary::after { mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); } details[key^=audio]>summary::after, details[key^=Audio]>summary::after, details[key^=ComponentAudio]>summary::after { mask: url(../Html/Icon/Audio.svg); -webkit-mask: url(../Html/Icon/Audio.svg); } details[key^=ComponentAudioListener]>summary::after { mask: url(../Html/Icon/Listener.svg); -webkit-mask: url(../Html/Icon/Listener.svg); } details[key^=ComponentTransform]>summary::after { mask: url(../Html/Icon/Transform.svg); -webkit-mask: url(../Html/Icon/Transform.svg); } details[key^=ComponentRigidbody]>summary::after { mask: url(../Html/Icon/Rigidbody.svg); -webkit-mask: url(../Html/Icon/Rigidbody.svg); } details[key^=Joint]>summary::after { mask: url(../Html/Icon/Joint.svg); -webkit-mask: url(../Html/Icon/Joint.svg); } details[key^=ComponentCamera]>summary::after { mask: url(../Html/Icon/Camera.svg); -webkit-mask: url(../Html/Icon/Camera.svg); }
Editor/Html/Icons.css
tr[icon]>td:first-child::before, div.lm_tab::before, details>summary::after, .lm_controls .lm_close::before, .lm_controls .lm_maximise::before, .lm_maximised .lm_controls .lm_maximise::before { width: 16px; height: 16px; content: ""; background: var(--color-text); display: inline-block; margin-right: 5px; vertical-align: inherit; } details>summary::after { margin-right: 0px; margin-left: 5px; /* default icon for scripts */ mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); vertical-align: bottom; } .lm_controls .lm_close::before { mask: url(../Html/Icon/Close.svg); -webkit-mask: url(../Html/Icon/Close.svg); margin-left: 5px; } .lm_controls .lm_maximise::before { mask: url(../Html/Icon/Maximize.svg); -webkit-mask: url(../Html/Icon/Maximize.svg); } .lm_maximised .lm_controls .lm_maximise::before { mask: url(../Html/Icon/Minimize.svg); -webkit-mask: url(../Html/Icon/Minimize.svg); } /* Resources in ViewInternal */ tr[icon]>td:first-child>input { width: calc(100% - 21px); } tr[icon^=Mesh]>td:first-child::before { mask: url(../Html/Icon/Mesh.svg); -webkit-mask: url(../Html/Icon/Mesh.svg); } tr[icon^=Material]>td:first-child::before { mask: url(../Html/Icon/Material.svg); -webkit-mask: url(../Html/Icon/Material.svg); } tr[icon^=Graph]>td:first-child::before { mask: url(../Html/Icon/Graph.svg); -webkit-mask: url(../Html/Icon/Graph.svg); } tr[icon^=Audio]>td:first-child::before { mask: url(../Html/Icon/Audio.svg); -webkit-mask: url(../Html/Icon/Audio.svg); } tr[icon^=Texture]>td:first-child::before { mask: url(../Html/Icon/Texture.svg); -webkit-mask: url(../Html/Icon/Texture.svg); } /* Panel titles */ div.lm_tab[title^="Graph"]::before { mask: url(../Html/Icon/Graph.svg); -webkit-mask: url(../Html/Icon/Graph.svg); } div.lm_tab[title^="Project"]::before { mask: url(../Html/Icon/Project.svg); -webkit-mask: url(../Html/Icon/Project.svg); } div.lm_tab[title^="Help"]::before { mask: url(../Html/Icon/Help.svg); -webkit-mask: url(../Html/Icon/Help.svg); } /* View titles */ div.lm_tab[title^="Internal"]::before { mask: url(../Html/Icon/Internal.svg); -webkit-mask: url(../Html/Icon/Internal.svg); } div.lm_tab[title^="External"]::before { mask: url(../Html/Icon/External.svg); -webkit-mask: url(../Html/Icon/External.svg); } div.lm_tab[title^="Preview"]::before, div.lm_tab[title^="Render"]::before { mask: url(../Html/Icon/Camera.svg); -webkit-mask: url(../Html/Icon/Camera.svg); } div.lm_tab[title^="Properties"]::before { mask: url(../Html/Icon/Document.svg); -webkit-mask: url(../Html/Icon/Document.svg); } div.lm_tab[title^="Script"]::before { mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); } div.lm_tab[title^="Hierarchy"]::before { mask: url(../Html/Icon/Hierarchy.svg); -webkit-mask: url(../Html/Icon/Hierarchy.svg); } div.lm_tab[title^="Components"]::before { mask: url(../Html/Icon/Components.svg); -webkit-mask: url(../Html/Icon/Components.svg); } /* Properties */ details[key^=coat]>summary::after { /* show no icon for coat */ width: 0px; margin: 0px; } details[key^=texture]>summary::after, details[key^=Texture]>summary::after { mask: url(../Html/Icon/Texture.svg); -webkit-mask: url(../Html/Icon/Texture.svg); } details[key^=material]>summary::after, details[key^=Material]>summary::after, details[key^=ComponentMaterial]>summary::after { mask: url(../Html/Icon/Material.svg); -webkit-mask: url(../Html/Icon/Material.svg); } details[key^=mesh]>summary::after, details[key^=Mesh]>summary::after, details[key^=ComponentMesh]>summary::after { mask: url(../Html/Icon/Mesh.svg); -webkit-mask: url(../Html/Icon/Mesh.svg); } details[key^=light]>summary::after, details[key^=ComponentLight]>summary::after { mask: url(../Html/Icon/Light.svg); -webkit-mask: url(../Html/Icon/Light.svg); } details[key^=script]>summary::after, details[key^=ComponentScript]>summary::after { mask: url(../Html/Icon/Script.svg); -webkit-mask: url(../Html/Icon/Script.svg); } details[key^=audio]>summary::after, details[key^=Audio]>summary::after, details[key^=ComponentAudio]>summary::after { mask: url(../Html/Icon/Audio.svg); -webkit-mask: url(../Html/Icon/Audio.svg); } details[key^=ComponentAudioListener]>summary::after { mask: url(../Html/Icon/Listener.svg); -webkit-mask: url(../Html/Icon/Listener.svg); } details[key^=ComponentTransform]>summary::after { mask: url(../Html/Icon/Transform.svg); -webkit-mask: url(../Html/Icon/Transform.svg); } details[key^=ComponentRigidbody]>summary::after { mask: url(../Html/Icon/Rigidbody.svg); -webkit-mask: url(../Html/Icon/Rigidbody.svg); } details[key^=Joint]>summary::after { mask: url(../Html/Icon/Joint.svg); -webkit-mask: url(../Html/Icon/Joint.svg); } details[key^=ComponentCamera]>summary::after { mask: url(../Html/Icon/Camera.svg); -webkit-mask: url(../Html/Icon/Camera.svg); }
0.31384
0.050941
* { border: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: inherit; font: inherit; line-height: 140%; margin: 0; outline: none; padding: 0; } body { background: hsl(210, 0%, 10%); font: normal 8pt/1.6 "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; } a { color: #5072bf; cursor: pointer; outline: none; text-decoration: underline; } a.active { font-weight: bold; } a:hover { color: #000; } a:active, a:focus { color: #d42; } /*--------------------------------------------------------------------------------- Header ---------------------------------------------------------------------------------*/ #sidebar { background: #ffffff; -moz-box-shadow: 0 0 40px hsla(0, 0%, 0%, 0.3); -webkit-box-shadow: 0 0 40px hsla(0, 0%, 0%, 0.3); bottom: 0; color: #444444; padding: 0; position: fixed; right: 0; top: 0; width: 220px; } #sidebar h1 { font-size: 11pt; margin: 15px 20px 0 20px; } #sidebar h3 { font-weight: bold; margin: 10px 0; } #sidebar ul { list-style: none; margin: 10px 0; } #sidebar ul ul { margin: 0 0 0 10px; } #sidebar ul ul li:before { content: '· '; } #sidebar .menu { border-bottom: 1px dotted hsla(0, 0%, 0%, 0.2); display: block; margin: 0 20px; padding: 0 0 6px 0; overflow: hidden; } #sidebar .menu li { line-height: 15pt; float: left; } #sidebar .menu li:after { content: '·'; margin: 0 1ex; } #sidebar .menu li:last-child:after { content: ''; margin: 0; } #sidebar fieldset { margin: 20px; } #sidebar fieldset > :first-child { margin-top: 0; } #sidebar fieldset > :last-child { margin-bottom: 0; } /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------------*/ #content { background: hsl(210, 0%, 10%); height: 100%; margin: 0 220px 0 0; min-height: 100%; padding: 20px; position: relative; } #content iframe { background: #ffffff; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /*-------------------------------------------------------------------------------*/
symphony/assets/css/devkit.css
* { border: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: inherit; font: inherit; line-height: 140%; margin: 0; outline: none; padding: 0; } body { background: hsl(210, 0%, 10%); font: normal 8pt/1.6 "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif; } a { color: #5072bf; cursor: pointer; outline: none; text-decoration: underline; } a.active { font-weight: bold; } a:hover { color: #000; } a:active, a:focus { color: #d42; } /*--------------------------------------------------------------------------------- Header ---------------------------------------------------------------------------------*/ #sidebar { background: #ffffff; -moz-box-shadow: 0 0 40px hsla(0, 0%, 0%, 0.3); -webkit-box-shadow: 0 0 40px hsla(0, 0%, 0%, 0.3); bottom: 0; color: #444444; padding: 0; position: fixed; right: 0; top: 0; width: 220px; } #sidebar h1 { font-size: 11pt; margin: 15px 20px 0 20px; } #sidebar h3 { font-weight: bold; margin: 10px 0; } #sidebar ul { list-style: none; margin: 10px 0; } #sidebar ul ul { margin: 0 0 0 10px; } #sidebar ul ul li:before { content: '· '; } #sidebar .menu { border-bottom: 1px dotted hsla(0, 0%, 0%, 0.2); display: block; margin: 0 20px; padding: 0 0 6px 0; overflow: hidden; } #sidebar .menu li { line-height: 15pt; float: left; } #sidebar .menu li:after { content: '·'; margin: 0 1ex; } #sidebar .menu li:last-child:after { content: ''; margin: 0; } #sidebar fieldset { margin: 20px; } #sidebar fieldset > :first-child { margin-top: 0; } #sidebar fieldset > :last-child { margin-bottom: 0; } /*--------------------------------------------------------------------------------- Content ---------------------------------------------------------------------------------*/ #content { background: hsl(210, 0%, 10%); height: 100%; margin: 0 220px 0 0; min-height: 100%; padding: 20px; position: relative; } #content iframe { background: #ffffff; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /*-------------------------------------------------------------------------------*/
0.150778
0.115886
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family:oswald, helvetica, arial, sans-serif; background: #FFFFFF; background-size:cover; background-attachment: fixed; background-position:0 0px; } .contenedor { width: 90%; max-width:1000px; margin:auto; } /*#particles-js { width: 100%; height:100%; position: fixed; background:rgba(0,0,0,.8); }*/ /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: #000000; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; } /* Cursor */ .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } /* If fade out option is set */ .typed-fade-out { } header { position: relative; height: auto; } header .menu { background:rgba(255,255,255,.7); overflow: hidden; } header .logo { color:rgba(0,0,0,.8); float: left; font-size:30px; line-height:80px; } header nav { float: right; } header nav ul { list-style: none; } header nav ul li { float: left; } header nav ul li a { color:rgba(0,0,0,.8); text-decoration: none; display: block; font-size:18px; padding:0 20px; line-height:80px; } header nav ul li:hover { background:rgba(0,0,0,.8); border-bottom: inset 5px solid #fff; } header nav ul li a:hover { color:#fff; } /* Texto Inicial */ .texto { padding:100px 0; text-align: center; color:#00ff25; font-family: Lucida Console; position: relative; font-weight: 300; } .texto h2, .texto p { background: rgba(0,0,0,.8); display:inline-block; padding:10px 20px; } .texto h2 { font-size:40px; letter-spacing: 2.5px; font-weight: normal; } .texto p { font-size:20px; letter-spacing: 2.5px; }
public/css/about.css
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-family:oswald, helvetica, arial, sans-serif; background: #FFFFFF; background-size:cover; background-attachment: fixed; background-position:0 0px; } .contenedor { width: 90%; max-width:1000px; margin:auto; } /*#particles-js { width: 100%; height:100%; position: fixed; background:rgba(0,0,0,.8); }*/ /* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%; background-color: #000000; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; } /* Cursor */ .typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } /* If fade out option is set */ .typed-fade-out { } header { position: relative; height: auto; } header .menu { background:rgba(255,255,255,.7); overflow: hidden; } header .logo { color:rgba(0,0,0,.8); float: left; font-size:30px; line-height:80px; } header nav { float: right; } header nav ul { list-style: none; } header nav ul li { float: left; } header nav ul li a { color:rgba(0,0,0,.8); text-decoration: none; display: block; font-size:18px; padding:0 20px; line-height:80px; } header nav ul li:hover { background:rgba(0,0,0,.8); border-bottom: inset 5px solid #fff; } header nav ul li a:hover { color:#fff; } /* Texto Inicial */ .texto { padding:100px 0; text-align: center; color:#00ff25; font-family: Lucida Console; position: relative; font-weight: 300; } .texto h2, .texto p { background: rgba(0,0,0,.8); display:inline-block; padding:10px 20px; } .texto h2 { font-size:40px; letter-spacing: 2.5px; font-weight: normal; } .texto p { font-size:20px; letter-spacing: 2.5px; }
0.253861
0.072243
* { box-sizing: border-box; } body { font-family: helvetica, arial, sans-serif; font-size: 125%; line-height: 125%; } #container { max-width: 800px; margin: 1em auto; } header { display: block; } input, select { line-height: 125%; font-size: 115%; } button { background-color: #def; border: 1px solid #666; border-radius: 5px; padding: 7px 14px; cursor: pointer; font-size: 100%; line-height: 115%; } #site-title { display: inline-block; } #glitch-trello-logo { width: 77px; height: auto; display: inline-block; vertical-align: middle; } #alert-container { width: 100%; text-align: center; position: fixed; top: 0; margin: 1em auto; display: none; } #alert { border: 2px solid black; background-color: #f6f6f6; border-radius: 10px; padding: 0 1em; min-width: 250px; max-width: 600px; position: absolute; right: 0; left: 0; margin: auto; text-align: center; } form > input, form > button, form > select { display: block; margin: .5em 0 1em; } form > label { display: block; margin: .5em 0 .15em; } ul#glitch-projects { list-style-type: none; padding: 0; float: left; width: 100%; } ul#glitch-projects > li { float: left; display: block; background-color: #e5e5e5; margin: 0 10px 10px 0; font-size: .9rem; border-bottom-color: #e5e5e5; border-radius: 5px; padding: 12px; padding-bottom: 1.5rem; height: 250px; cursor: pointer; overflow: visible; max-width: calc(33% - 30px); width: 100%; } ul#glitch-projects > li > h5 { margin: .25em 0; } ul#glitch-projects > li > p { margin: 0; } ul#glitch-projects > li > select, ul#glitch-projects > li > button { margin: 5px; } #created-boards { display: none; } .board-color { border-radius: 5px; height: 20px; width: 20px; border: 1px solid #666; display: inline-block; margin: 0 5px 0 0; position: relative; top: 3px; } .blue { background-color: #0067a3; } .green { background-color: #519839; } .red { background-color: #b04632; } .orange { background-color: #d29034; } .pink { background-color: #cd5a91; } .purple { background-color: #89609e; } .sky { background-color: #00aecc; } .grey { background-color: #838c91; } .lime { background-color: #4bbf6b; }
public/style.css
* { box-sizing: border-box; } body { font-family: helvetica, arial, sans-serif; font-size: 125%; line-height: 125%; } #container { max-width: 800px; margin: 1em auto; } header { display: block; } input, select { line-height: 125%; font-size: 115%; } button { background-color: #def; border: 1px solid #666; border-radius: 5px; padding: 7px 14px; cursor: pointer; font-size: 100%; line-height: 115%; } #site-title { display: inline-block; } #glitch-trello-logo { width: 77px; height: auto; display: inline-block; vertical-align: middle; } #alert-container { width: 100%; text-align: center; position: fixed; top: 0; margin: 1em auto; display: none; } #alert { border: 2px solid black; background-color: #f6f6f6; border-radius: 10px; padding: 0 1em; min-width: 250px; max-width: 600px; position: absolute; right: 0; left: 0; margin: auto; text-align: center; } form > input, form > button, form > select { display: block; margin: .5em 0 1em; } form > label { display: block; margin: .5em 0 .15em; } ul#glitch-projects { list-style-type: none; padding: 0; float: left; width: 100%; } ul#glitch-projects > li { float: left; display: block; background-color: #e5e5e5; margin: 0 10px 10px 0; font-size: .9rem; border-bottom-color: #e5e5e5; border-radius: 5px; padding: 12px; padding-bottom: 1.5rem; height: 250px; cursor: pointer; overflow: visible; max-width: calc(33% - 30px); width: 100%; } ul#glitch-projects > li > h5 { margin: .25em 0; } ul#glitch-projects > li > p { margin: 0; } ul#glitch-projects > li > select, ul#glitch-projects > li > button { margin: 5px; } #created-boards { display: none; } .board-color { border-radius: 5px; height: 20px; width: 20px; border: 1px solid #666; display: inline-block; margin: 0 5px 0 0; position: relative; top: 3px; } .blue { background-color: #0067a3; } .green { background-color: #519839; } .red { background-color: #b04632; } .orange { background-color: #d29034; } .pink { background-color: #cd5a91; } .purple { background-color: #89609e; } .sky { background-color: #00aecc; } .grey { background-color: #838c91; } .lime { background-color: #4bbf6b; }
0.311846
0.122025
.header { width: 100%; height: 76px; position: relative; padding: 10px 0 0 10px; /* background-color: #ccc; */ } .header-cont { width: 100%; margin: 0 auto; } .header-logo { width: 160px; height: 66px; float: left; } .header-logo a { width: 100%; height: 100%; display: block; } .header-logo a img { width: 100%; } .header-nav { float: right; width: 480px; height: 66px; display: flex; justify-content: space-around; align-items:center; margin: 0 20px; } .header-nav li { width: 70px; height: 30px; font-size: 16px; line-height: 30px; } .header-nav li.cur a { color: #5c88c9; } .header-nav li:hover a { color: #5c88c9; } .header-dp button { font-size: 16px; line-height: 30px; text-align: center; padding: 0; } .header-dp button:focus, .header-dp button:active { outline: none !important; box-shadow: none !important; } .dropdown-menu { min-width: 80px; width: 100%; } .header-nav .dropdown-menu li { width: 100%; } .dropdown-menu>li>a { display: block; padding: 3px 10px; font-size: 14px; } .header-nav li:hover .header-dp button { color: #5c88c9; } .header-nav li:hover .header-dp a { color: #333; } .header-telBox { display: none; width: 218px; height: 66px; border: 1px solid #d2e3e8; padding: 15px 0 0 10px; overflow: hidden; } .header-icon1 { width: 34px; height: 34px; float: left; margin-right: 15px; } .header-telTips,.header-telNum { font-size: 18px; color: #5c88c9; font-weight: 700; margin: 0; } .header-telTips { margin-top: -8px; } .header-menuBtn { display: none; float: right; width: 50px; height: 50px; font-size: 30px; line-height: 50px; text-align: center; cursor: pointer; } /* banner */ .home-banner { width: 100%; } .swiper-container-banner { width: 100%; } .swiper-container-banner .swiper-slide img { width: 100%; } .banner-prev { background: url(../images/btn_prev.png) no-repeat 0 0 / 100% 100%; width: 69px; height: 69px; transform: scale(.5); } .banner-next { background: url(../images/btn_next.png) no-repeat 0 0 / 100% 100%; width: 69px; height: 69px; transform: scale(.5); } .banner-prev::after, .banner-next::after { display: none; } .swiper-pagination-bullet { width: 16px; height: 16px; margin: 0 8px !important; } .home-nav { width: 100%; margin-top: 40px; } .w-lg { width: 100%; margin: 0 auto; } .home-navCon { display: flex; justify-content: space-between; flex-wrap: nowrap; } .home-navLi { width: 240px; height: 128px; padding: 20px 0 0 15px ; border: 2px solid #d2e3e8; transform: scale(0.96); } .home-navIcon { float: left; width: 64px; margin-right: 10px; } .home-navTitle { color: #5c88c9; font-size: 18px; font-weight: 700; } .home-navInfo { color: #a4a4a4; font-size: 10px; } .home-navLink { display: inline-block; width: 102px; height: 30px; background-color: #5c88c9; color: #fff; font-weight: 700; line-height: 30px; text-align: center; font-size: 16px; margin-left: 64px; } .home-navLink:hover { color: #ccc; } .home-content1 { margin-top: 40px; width: 100%; } .home-company { height: 281px; } .home-company-header, .home-news-header, .home-production-header { width: 100%; height: 55px; line-height: 55px; overflow: hidden; } .home-company-header-title, .home-news-header-title, .home-production-header-title { float: left; color: #000; font-weight: 700; font-size: 24px; } .home-company-header-more, .home-news-header-more, .home-production-header-more { float: right; color: #555; } .home-company-con { height: 226px; } .home-company-con-img { width: 279px; float: left; margin: 0 24px 0 0; } .home-company-con-info { color: #606060; line-height: 1.5; } .home-news { padding-left: 15px; } .home-news-header { border-bottom: 1px dashed #ccc; } .home-news-con { height: 278px; } .home-news-conLi { width: 100%; height: 55px; border-bottom: 1px dashed #ccc; line-height: 55px; font-size: 16px; } .home-news-conLi a { display: block; width: 100%; height: 100%; } .home-news-conLi span{ display: inline-block; overflow: hidden; } .home-news-conLi .home-news-conLi-title { width: 430px; color: #494949; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-news-conLi .home-news-conLi-icon { color: #0083cc; height: 100%; padding-left: 10px; line-height: 55px; font-size: 12px; } .home-news-conLi-time { float: right; padding-right: 10px; } .home-news-conLi a:hover span { color: #0083cc; } .home-content2 { margin-top: 36px; } .home-production-con { margin: 0; } .home-production-header { padding: 0 15px; } .home-production-conLi { padding-bottom: 15px; } .home-production-conLi a { display: block; margin: 0 auto; width: 90%; height: 100%; } .home-production-conLi a img { width: 100%; } .home-production-conLi a span { display: block; margin: 20px auto 0; width: 90%; text-align: center; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-production-conLi a:hover span { color: #0083cc; } /* footer */ .footer { margin-top: 66px; width: 100%; height: 382px; } .footer-top { background-color: #373737; height: auto; padding-bottom: 10px; } .footer-bottom { background-color: #292929; height: 85px; } .footer-top-left { position: relative; overflow: hidden; padding-left: 15px; text-align: center; } .footer-p-company1 { font-size: 28px !important; color: #fff !important; font-weight: 700; margin-top: 70px !important; } .footer-p-company2 { font-size: 14px !important; color: #727272 !important; } .footer-p-address { color: #dddddd; margin-top: 24px !important; } .footer-top-left p { margin-top: 5px; color: #dddddd; font-size: 14px; } .footer-qr { margin-top: 90px; display: flex; justify-content: space-around; } .footer-qr li { width: 134px; } .footer-qr li img { width: 100%; } .footer-qr li span { display: block; width: 100%; font-size: 12px; color: #dddddd; text-align: center; line-height: 2; } .footer-bottom { padding-top: 30px; } .footer-bottom p { text-align: center; line-height: 1.5; color: #727272; font-size: 14px; } /* 联系我们 */ .c-banner { width: 100%; overflow: hidden; } .c-banner img { width: 100%; } .c-con { padding-bottom: 30px; } .c-con .w-lg { padding: 0 20px; overflow: hidden; } .c-title { border-bottom: 2px solid #cfcfcf; padding: 60px 5px 15px; overflow: hidden; font-size: 30px; margin-bottom: 20px; } .c-left { padding-bottom: 20px; } .c-company1 { font-weight: 600; color: #777; font-size: 24px; } .c-company2 { font-size: 23px; margin-bottom: 20px; } .c-address, .c-phone, .c-email, .c-tel, .c-ali { font-size: 22px; color: #777; padding: 5px; } #dituContent { width:100%; height:400px; border:#ccc solid 1px; } /* 关于我们 */ .com-con { margin-top: 10px; padding-bottom: 30px; } .com-con .w-lg { padding: 0 20px; overflow: hidden; } .com-left-con { background: #f3f3f3; padding-bottom: 50px; } .com-left h1 { width: 100%; background: -webkit-gradient(linear,0 0,0 bottom,from(#f7f7f7),to(#dfdfdf)); text-align: center; padding: 30px 0; margin-bottom: 15px; } .com-left h1 em { display: block; color: #0083cc; font-size: 20px; font-weight: 700; font-style: normal; } .com-left h1 i { display: block; color: #848484; font-size: 16px; font-weight: 500; font-style: normal; } .com-left li { text-align: center; width: 100%; } .com-left li a { font-size: 20px; color: #686868; margin: 0 5px; display: block; border-bottom: 1px dashed #b0b0b0; padding: 30px 0 20px; position: relative; } .com-left li i { font-size: 16px; display: none; color: #0083cc; position: absolute; right: 5px; top: 50%; transform: translateY(-20%); } .com-left li:hover a { color: #0083cc; } .com-left li.cur a { color: #0083cc; } .com-left li.cur i { display: inline-block; } .com-right-title { border-bottom: 3px solid #e7e7e7; padding: 15px 0; } .com-right-title span { color: #0083cc; font-weight: 700; border-bottom: 3px solid #0083cc; padding: 0 10px 15px; font-size: 20px; } .com-right-con { padding: 10px; margin-top: 10px; } .com-right-con p { font-size: 16px; } /* 新闻列表 */ .nl-news-con { /* height: 278px; */ } .nl-news-conLi { width: 100%; height: 55px; border-bottom: 1px dashed #ccc; line-height: 55px; font-size: 16px; } .nl-news-conLi a { display: block; width: 100%; height: 100%; } .nl-news-conLi span{ display: inline-block; overflow: hidden; } .nl-news-conLi .nl-news-conLi-title { width: 350px; color: #494949; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .nl-news-conLi .nl-news-conLi-icon { color: #0083cc; height: 100%; padding-left: 10px; line-height: 50px; font-size: 12px; } .nl-news-conLi-time { float: right; padding-right: 10px; } .nl-news-conLi a:hover span { color: #0083cc; } /* 产品列表 */ .pl-right-type { margin-top: 10px; background-color: #e7e7e7; padding: 15px 15px; overflow: hidden; } .pl-right-type ul li { font-size: 18px; text-align: center; padding: 0 10px; float: left; border-right: 2px solid #000; cursor: pointer; } .pl-right-type ul li:last-child { border-right: none; } .pl-right-type ul li:hover { color: #0083cc; } .pl-right-type ul li.cur { color: #0083cc; } .pl-right-con ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .pl-right-con ul li { width: 30%; padding: 10px; overflow: hidden; } .pl-right-con ul li a { display: block; width: 100%; } .pl-right-con ul li a img { width: 100%; border: 1px solid #ccc; } .pl-right-con ul li a span { display: block; width: 100%; text-align: center; margin-top: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
app/public/themes/dyfz/css/sm.css
.header { width: 100%; height: 76px; position: relative; padding: 10px 0 0 10px; /* background-color: #ccc; */ } .header-cont { width: 100%; margin: 0 auto; } .header-logo { width: 160px; height: 66px; float: left; } .header-logo a { width: 100%; height: 100%; display: block; } .header-logo a img { width: 100%; } .header-nav { float: right; width: 480px; height: 66px; display: flex; justify-content: space-around; align-items:center; margin: 0 20px; } .header-nav li { width: 70px; height: 30px; font-size: 16px; line-height: 30px; } .header-nav li.cur a { color: #5c88c9; } .header-nav li:hover a { color: #5c88c9; } .header-dp button { font-size: 16px; line-height: 30px; text-align: center; padding: 0; } .header-dp button:focus, .header-dp button:active { outline: none !important; box-shadow: none !important; } .dropdown-menu { min-width: 80px; width: 100%; } .header-nav .dropdown-menu li { width: 100%; } .dropdown-menu>li>a { display: block; padding: 3px 10px; font-size: 14px; } .header-nav li:hover .header-dp button { color: #5c88c9; } .header-nav li:hover .header-dp a { color: #333; } .header-telBox { display: none; width: 218px; height: 66px; border: 1px solid #d2e3e8; padding: 15px 0 0 10px; overflow: hidden; } .header-icon1 { width: 34px; height: 34px; float: left; margin-right: 15px; } .header-telTips,.header-telNum { font-size: 18px; color: #5c88c9; font-weight: 700; margin: 0; } .header-telTips { margin-top: -8px; } .header-menuBtn { display: none; float: right; width: 50px; height: 50px; font-size: 30px; line-height: 50px; text-align: center; cursor: pointer; } /* banner */ .home-banner { width: 100%; } .swiper-container-banner { width: 100%; } .swiper-container-banner .swiper-slide img { width: 100%; } .banner-prev { background: url(../images/btn_prev.png) no-repeat 0 0 / 100% 100%; width: 69px; height: 69px; transform: scale(.5); } .banner-next { background: url(../images/btn_next.png) no-repeat 0 0 / 100% 100%; width: 69px; height: 69px; transform: scale(.5); } .banner-prev::after, .banner-next::after { display: none; } .swiper-pagination-bullet { width: 16px; height: 16px; margin: 0 8px !important; } .home-nav { width: 100%; margin-top: 40px; } .w-lg { width: 100%; margin: 0 auto; } .home-navCon { display: flex; justify-content: space-between; flex-wrap: nowrap; } .home-navLi { width: 240px; height: 128px; padding: 20px 0 0 15px ; border: 2px solid #d2e3e8; transform: scale(0.96); } .home-navIcon { float: left; width: 64px; margin-right: 10px; } .home-navTitle { color: #5c88c9; font-size: 18px; font-weight: 700; } .home-navInfo { color: #a4a4a4; font-size: 10px; } .home-navLink { display: inline-block; width: 102px; height: 30px; background-color: #5c88c9; color: #fff; font-weight: 700; line-height: 30px; text-align: center; font-size: 16px; margin-left: 64px; } .home-navLink:hover { color: #ccc; } .home-content1 { margin-top: 40px; width: 100%; } .home-company { height: 281px; } .home-company-header, .home-news-header, .home-production-header { width: 100%; height: 55px; line-height: 55px; overflow: hidden; } .home-company-header-title, .home-news-header-title, .home-production-header-title { float: left; color: #000; font-weight: 700; font-size: 24px; } .home-company-header-more, .home-news-header-more, .home-production-header-more { float: right; color: #555; } .home-company-con { height: 226px; } .home-company-con-img { width: 279px; float: left; margin: 0 24px 0 0; } .home-company-con-info { color: #606060; line-height: 1.5; } .home-news { padding-left: 15px; } .home-news-header { border-bottom: 1px dashed #ccc; } .home-news-con { height: 278px; } .home-news-conLi { width: 100%; height: 55px; border-bottom: 1px dashed #ccc; line-height: 55px; font-size: 16px; } .home-news-conLi a { display: block; width: 100%; height: 100%; } .home-news-conLi span{ display: inline-block; overflow: hidden; } .home-news-conLi .home-news-conLi-title { width: 430px; color: #494949; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-news-conLi .home-news-conLi-icon { color: #0083cc; height: 100%; padding-left: 10px; line-height: 55px; font-size: 12px; } .home-news-conLi-time { float: right; padding-right: 10px; } .home-news-conLi a:hover span { color: #0083cc; } .home-content2 { margin-top: 36px; } .home-production-con { margin: 0; } .home-production-header { padding: 0 15px; } .home-production-conLi { padding-bottom: 15px; } .home-production-conLi a { display: block; margin: 0 auto; width: 90%; height: 100%; } .home-production-conLi a img { width: 100%; } .home-production-conLi a span { display: block; margin: 20px auto 0; width: 90%; text-align: center; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .home-production-conLi a:hover span { color: #0083cc; } /* footer */ .footer { margin-top: 66px; width: 100%; height: 382px; } .footer-top { background-color: #373737; height: auto; padding-bottom: 10px; } .footer-bottom { background-color: #292929; height: 85px; } .footer-top-left { position: relative; overflow: hidden; padding-left: 15px; text-align: center; } .footer-p-company1 { font-size: 28px !important; color: #fff !important; font-weight: 700; margin-top: 70px !important; } .footer-p-company2 { font-size: 14px !important; color: #727272 !important; } .footer-p-address { color: #dddddd; margin-top: 24px !important; } .footer-top-left p { margin-top: 5px; color: #dddddd; font-size: 14px; } .footer-qr { margin-top: 90px; display: flex; justify-content: space-around; } .footer-qr li { width: 134px; } .footer-qr li img { width: 100%; } .footer-qr li span { display: block; width: 100%; font-size: 12px; color: #dddddd; text-align: center; line-height: 2; } .footer-bottom { padding-top: 30px; } .footer-bottom p { text-align: center; line-height: 1.5; color: #727272; font-size: 14px; } /* 联系我们 */ .c-banner { width: 100%; overflow: hidden; } .c-banner img { width: 100%; } .c-con { padding-bottom: 30px; } .c-con .w-lg { padding: 0 20px; overflow: hidden; } .c-title { border-bottom: 2px solid #cfcfcf; padding: 60px 5px 15px; overflow: hidden; font-size: 30px; margin-bottom: 20px; } .c-left { padding-bottom: 20px; } .c-company1 { font-weight: 600; color: #777; font-size: 24px; } .c-company2 { font-size: 23px; margin-bottom: 20px; } .c-address, .c-phone, .c-email, .c-tel, .c-ali { font-size: 22px; color: #777; padding: 5px; } #dituContent { width:100%; height:400px; border:#ccc solid 1px; } /* 关于我们 */ .com-con { margin-top: 10px; padding-bottom: 30px; } .com-con .w-lg { padding: 0 20px; overflow: hidden; } .com-left-con { background: #f3f3f3; padding-bottom: 50px; } .com-left h1 { width: 100%; background: -webkit-gradient(linear,0 0,0 bottom,from(#f7f7f7),to(#dfdfdf)); text-align: center; padding: 30px 0; margin-bottom: 15px; } .com-left h1 em { display: block; color: #0083cc; font-size: 20px; font-weight: 700; font-style: normal; } .com-left h1 i { display: block; color: #848484; font-size: 16px; font-weight: 500; font-style: normal; } .com-left li { text-align: center; width: 100%; } .com-left li a { font-size: 20px; color: #686868; margin: 0 5px; display: block; border-bottom: 1px dashed #b0b0b0; padding: 30px 0 20px; position: relative; } .com-left li i { font-size: 16px; display: none; color: #0083cc; position: absolute; right: 5px; top: 50%; transform: translateY(-20%); } .com-left li:hover a { color: #0083cc; } .com-left li.cur a { color: #0083cc; } .com-left li.cur i { display: inline-block; } .com-right-title { border-bottom: 3px solid #e7e7e7; padding: 15px 0; } .com-right-title span { color: #0083cc; font-weight: 700; border-bottom: 3px solid #0083cc; padding: 0 10px 15px; font-size: 20px; } .com-right-con { padding: 10px; margin-top: 10px; } .com-right-con p { font-size: 16px; } /* 新闻列表 */ .nl-news-con { /* height: 278px; */ } .nl-news-conLi { width: 100%; height: 55px; border-bottom: 1px dashed #ccc; line-height: 55px; font-size: 16px; } .nl-news-conLi a { display: block; width: 100%; height: 100%; } .nl-news-conLi span{ display: inline-block; overflow: hidden; } .nl-news-conLi .nl-news-conLi-title { width: 350px; color: #494949; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .nl-news-conLi .nl-news-conLi-icon { color: #0083cc; height: 100%; padding-left: 10px; line-height: 50px; font-size: 12px; } .nl-news-conLi-time { float: right; padding-right: 10px; } .nl-news-conLi a:hover span { color: #0083cc; } /* 产品列表 */ .pl-right-type { margin-top: 10px; background-color: #e7e7e7; padding: 15px 15px; overflow: hidden; } .pl-right-type ul li { font-size: 18px; text-align: center; padding: 0 10px; float: left; border-right: 2px solid #000; cursor: pointer; } .pl-right-type ul li:last-child { border-right: none; } .pl-right-type ul li:hover { color: #0083cc; } .pl-right-type ul li.cur { color: #0083cc; } .pl-right-con ul { display: flex; justify-content: space-between; flex-wrap: wrap; } .pl-right-con ul li { width: 30%; padding: 10px; overflow: hidden; } .pl-right-con ul li a { display: block; width: 100%; } .pl-right-con ul li a img { width: 100%; border: 1px solid #ccc; } .pl-right-con ul li a span { display: block; width: 100%; text-align: center; margin-top: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
0.229104
0.046551
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *::before, *::after { background: #fff !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]::after { content: " (" attr(href) ")"; } abbr[title]::after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* Smartphones (landscape) ----------- */ @media only screen and (min-width: 320px) { /* Styles */ } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width: 0px) and (max-width: 600px) and (orientation: portrait) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 20vw; } .intro .introdesc { position: absolute; left: 10%; top: 40%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: calc(10vw); } .intro .introdesc .navigation { font-family: graphik-regular; width: 200px; height: 80px; display: flex; align-content: center; flex-direction: column; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 70vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { position: absolute; left: 20%; bottom: 10px; } .arrowdown { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #e84249; position: absolute; left: 20%; } .about { text-align: center; } .about img { display: none; } .about .abouttext { padding: 120px 20px 80px 20px; max-width: 100%; } .about .abouttext1 { font-family: lora; font-size: calc(10vw); color: #092168; } .about .abouttext2 { font-family: lora-italic; font-size: 20px; background-color: #092168; color: white; padding: 20px 20px; } .about .abouttext3, .about .abouttext4 { font-family: graphik-regular; font-size: 14px; padding-top: 10px; } .about .abouttext5 { font-family: graphik-regular; font-size: 10px; padding-top: 10px; } .introvideo { position: relative; padding: 0px 5vw 0px 5vw; text-align: center; min-height: none; } .introvideo video{ position: inherit; width: 80%; } .introvideo .introvideotext { margin-top: 30px; max-width: 100%; text-align: center; float:none } .introvideo .introvideotext1 { border-top: solid 1px #e3dacb; margin: 0px 0px 0px 0px; padding: 20px 0px 20px 0px; font-family: lora; font-size: calc(7vw); color: #092168; float: none; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(4vw); color: #e84249; } .salesdeck { padding: 20px 20px 20px 20px; line-height: 40px; font-size: 30px; } .estimator { position: relative; padding: 20px 20px 20px 20px; background-color: white; text-align: center; } .estimator img { width: 90vw; max-width: 90vw; position: relative; } .estimator .estimatortext { width: 100%; padding: 20px 20px 20px 00px; margin: 0px 0px; max-width: 800px; } .estimator .estimatortext1 { font-family: lora-italic; font-size: 40px; color: #092168; } .estimator .estimatortext2 { font-family: lora-italic; font-size: 40px; color: #e84249; } .estimator .estimatortext3 { font-family: graphik-regular; font-size: 20px; color: #222; } .estimator .navestimator { width: 150px; text-align: center; font-size: 16px; padding: 10px 30px 10px 30px; font-family: graphik-regular; border-radius: 20px; background-color: #e84249; color: white; } .estimator .estimatorcontactslink { max-width: 90vw; } .estimator .estimatorcontactslink a { width: 150px; text-align: center; font-size: 14px; padding: 8px 20px 8px 20px; font-family: graphik-regular; border-radius: 20px; background-color: #092168; color: white; } .estimator .navestimator a { color: white; } .estimator .estimatorbuttonwrapper { margin-top: 30px; } .estimator .estimatorcontactslink { margin-top: 60px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } .questions { position: relative; background-color: #62bda4; text-align: center; height: 100%; } .questions img { display: none; position: relative; } .questions .questionsform { padding: 0px 10vw 0px 10vw; padding-top: 60px; max-width: none; } .questions .questionstext1 { font-family: lora; font-size: 40px; color: #092168; } .questions .questionstext2 { font-family: lora-italic; font-style: italic; font-size: 30px; color: white; } .questions form { font-family: graphik-regular; font-size: 12px; margin-top: 40px; } .questions input { border: none; /* <-- This thing here */ border: solid 1px white; border-radius: 20px; padding: 10px 10px; margin: 10px 0px; } .questions input#firstname, .questions input#lastname, .questions input#phone { width: 75vw; } .questions input#email { width: 75vw; } .questions textarea { width: 75vw; border: solid 1px white; border-radius: 15px; padding: 10px 10px; margin: 10px 0px; resize: none; } .questions button { width: 75vw; background-color: #092168; color: white; padding: 10px 0px; resize: none; border: none; /* <-- This thing here */ border: solid 1px none; border-radius: 15px; margin-bottom: 50px; } .footer { padding: 20px 10vw 20px 10vw; } .footer img { display: none; } .footer .footerlinks { display: flex; flex-direction: column; align-content: center; justify-content: center; } .contactbutton { position: fixed; bottom: 30px; right: 30px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-height: 0px) and (max-height: 600px) and (orientation: landscape) { .intro .arrow img { display: none; } .introvideo { position: relative; padding: 40px 5vw 40px 5vw; min-height: 230px; border: solid 1px rgba(227, 218, 203, 0.5); } .introvideo video{ width: 40%; max-width: 400px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 10vw; } .intro .introdesc { position: absolute; left: 10%; top: 20%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: 4vw; } .intro .introdesc .navigation { font-family: graphik-regular; height: 80px; display: flex; align-content: center; flex-direction: row; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 30vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { display: none; position: absolute; left: 20%; bottom: 10px; } .introheader .content { opacity: 0; padding: 5px 20px 5px 20px; } .introheader .content span { line-height: 0px; } .introheader .content img { width: 55px; } .introheader .button.navestimator { font-size: 12px; padding: 5px 30px 5px 30px; font-family: graphik-regular; border-radius: 20px; background-color: white; float: right; margin-top: 5px; } .arrowdown { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #e84249; position: absolute; left: 20%; } .about { text-align: center; } .about img { display: none; } .about .abouttext { padding: 100px 20px 30px 20px; max-width: 100%; } .about .abouttext1 { font-family: lora; font-size: calc(4vw); color: #092168; } .about .abouttext2 { font-family: lora-italic; font-size: 20px; background-color: #092168; color: white; padding: 1px 10px; } .about .abouttext3, .about .abouttext4 { font-family: graphik-regular; font-size: 14px; padding-top: 10px; } .about .abouttext5 { font-family: graphik-regular; font-size: 10px; padding-top: 10px; } .introvideo { padding: 50px 10vw 50px 10vw; text-align: center; } .introvideo video{ width: 50%; max-width: 300px; } .introvideo .introvideotext1 { border-top: solid 1px #e3dacb; margin: 0px 0px 0px 0px; padding: 40px 0px 20px 0px; font-family: lora; font-size: calc(3vw); color: #092168; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(2vw); color: #e84249; } .salesdeck { padding: 20px 20px 20px 20px; line-height: 40px; font-size: 30px; } .estimator { position: relative; padding: 20px 20px 20px 20px; background-color: white; text-align: center; } .estimator img { display: none; width: 90vw; max-width: 90vw; position: relative; } .estimator .estimatortext { width: 100%; padding: 20px 20px 20px 00px; margin: 0px 0px; max-width: 800px; } .estimator .estimatortext1 { font-family: lora-italic; font-size: 40px; color: #092168; } .estimator .estimatortext2 { font-family: lora-italic; font-size: 40px; color: #e84249; } .estimator .estimatortext3 { font-family: graphik-regular; font-size: 20px; color: #222; } .estimator .navestimator { width: 150px; text-align: center; font-size: 16px; padding: 10px 30px 10px 30px; font-family: graphik-regular; border-radius: 20px; background-color: #e84249; color: white; } .estimator .estimatorcontactslink { } .estimator .estimatorcontactslink a { width: 150px; text-align: center; font-size: 14px; padding: 8px 20px 8px 20px; font-family: graphik-regular; border-radius: 20px; background-color: #092168; color: white; } .estimator .navestimator a { color: white; } .estimator .estimatorbuttonwrapper { margin-top: 30px; } .estimator .estimatorcontactslink { margin-top: 30px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } .questions { position: relative; background-color: #62bda4; text-align: center; height: 100%; } .questions img { display: none; position: relative; } .questions .questionsform { padding: 0px 10vw 0px 10vw; padding-top: 60px; max-width: none; } .questions .questionstext1 { font-family: lora; font-size: 40px; color: #092168; } .questions .questionstext2 { font-family: lora-italic; font-style: italic; font-size: 30px; color: white; } .questions form { font-family: graphik-regular; font-size: 12px; margin-top: 40px; } .questions input { border: none; /* <-- This thing here */ border: solid 1px white; border-radius: 20px; padding: 10px 10px; margin: 10px 0px; } .questions input#firstname, .questions input#lastname, .questions input#phone { width: 75vw; } .questions input#email { width: 75vw; } .questions textarea { width: 75vw; border: solid 1px white; border-radius: 15px; padding: 10px 10px; margin: 10px 0px; resize: none; } .questions button { width: 75vw; background-color: #092168; color: white; padding: 10px 0px; resize: none; border: none; /* <-- This thing here */ border: solid 1px none; border-radius: 15px; margin-bottom: 50px; } .footer { padding: 20px 10vw 20px 10vw; } .contactbutton { position: fixed; bottom: 30px; right: 30px; } } /* Smartphones (portrait) ----------- */ @media only screen and (max-width: 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) { /* Styles */ } /* iPads (landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 10vw; } .intro .introdesc { position: absolute; left: 10%; top: 60%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: calc(5vw); } .intro .introdesc .navigation { font-family: graphik-regular; width: 200px; height: 80px; display: flex; align-content: center; flex-direction: column; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 70vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { position: absolute; left: 20%; bottom: 10px; } .about .abouttext { padding: 100px 0px 100px 50vw; max-width: 40vw; } .about img { position: absolute; top: 75px; left: 8vw; width: 50vw; max-width: 900px; } .introvideo { position: relative; padding: 40px 5vw 40px 5vw; min-height: 230px; border: solid 1px rgba(227, 218, 203, 0.5); } .introvideo video{ width: 40%; max-width: 400px; } .introvideo .introvideotext1 { margin: 0px 0px 0px 0px; padding: 40px 0px 20px 0px; font-family: lora; font-size: calc(3vw); color: #092168; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(2vw); color: #e84249; } .estimator img { width: 40vw; max-width: 600px; position: absolute; top: 100px; right: 0px; } .estimator .estimatortext { width: 40vw; margin: 0px 0px 0px 0px; max-width: 800px; } .estimator .estimatorcontactslink { margin-top: 50px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } } /* iPads (portrait) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { /* Styles */ } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { /* Styles */ } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { /* Styles */ } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { /* Styles */ }
css/mediastyle.css
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ } @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: https://www.phpied.com/delay-loading-your-print-css/ ========================================================================== */ @media print { *, *::before, *::after { background: #fff !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]::after { content: " (" attr(href) ")"; } abbr[title]::after { content: " (" attr(title) ")"; } /* * Don't show links that are fragment identifiers, * or use the `javascript:` pseudo protocol */ a[href^="#"]::after, a[href^="javascript:"]::after { content: ""; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } } /* Smartphones (landscape) ----------- */ @media only screen and (min-width: 320px) { /* Styles */ } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width: 0px) and (max-width: 600px) and (orientation: portrait) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 20vw; } .intro .introdesc { position: absolute; left: 10%; top: 40%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: calc(10vw); } .intro .introdesc .navigation { font-family: graphik-regular; width: 200px; height: 80px; display: flex; align-content: center; flex-direction: column; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 70vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { position: absolute; left: 20%; bottom: 10px; } .arrowdown { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #e84249; position: absolute; left: 20%; } .about { text-align: center; } .about img { display: none; } .about .abouttext { padding: 120px 20px 80px 20px; max-width: 100%; } .about .abouttext1 { font-family: lora; font-size: calc(10vw); color: #092168; } .about .abouttext2 { font-family: lora-italic; font-size: 20px; background-color: #092168; color: white; padding: 20px 20px; } .about .abouttext3, .about .abouttext4 { font-family: graphik-regular; font-size: 14px; padding-top: 10px; } .about .abouttext5 { font-family: graphik-regular; font-size: 10px; padding-top: 10px; } .introvideo { position: relative; padding: 0px 5vw 0px 5vw; text-align: center; min-height: none; } .introvideo video{ position: inherit; width: 80%; } .introvideo .introvideotext { margin-top: 30px; max-width: 100%; text-align: center; float:none } .introvideo .introvideotext1 { border-top: solid 1px #e3dacb; margin: 0px 0px 0px 0px; padding: 20px 0px 20px 0px; font-family: lora; font-size: calc(7vw); color: #092168; float: none; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(4vw); color: #e84249; } .salesdeck { padding: 20px 20px 20px 20px; line-height: 40px; font-size: 30px; } .estimator { position: relative; padding: 20px 20px 20px 20px; background-color: white; text-align: center; } .estimator img { width: 90vw; max-width: 90vw; position: relative; } .estimator .estimatortext { width: 100%; padding: 20px 20px 20px 00px; margin: 0px 0px; max-width: 800px; } .estimator .estimatortext1 { font-family: lora-italic; font-size: 40px; color: #092168; } .estimator .estimatortext2 { font-family: lora-italic; font-size: 40px; color: #e84249; } .estimator .estimatortext3 { font-family: graphik-regular; font-size: 20px; color: #222; } .estimator .navestimator { width: 150px; text-align: center; font-size: 16px; padding: 10px 30px 10px 30px; font-family: graphik-regular; border-radius: 20px; background-color: #e84249; color: white; } .estimator .estimatorcontactslink { max-width: 90vw; } .estimator .estimatorcontactslink a { width: 150px; text-align: center; font-size: 14px; padding: 8px 20px 8px 20px; font-family: graphik-regular; border-radius: 20px; background-color: #092168; color: white; } .estimator .navestimator a { color: white; } .estimator .estimatorbuttonwrapper { margin-top: 30px; } .estimator .estimatorcontactslink { margin-top: 60px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } .questions { position: relative; background-color: #62bda4; text-align: center; height: 100%; } .questions img { display: none; position: relative; } .questions .questionsform { padding: 0px 10vw 0px 10vw; padding-top: 60px; max-width: none; } .questions .questionstext1 { font-family: lora; font-size: 40px; color: #092168; } .questions .questionstext2 { font-family: lora-italic; font-style: italic; font-size: 30px; color: white; } .questions form { font-family: graphik-regular; font-size: 12px; margin-top: 40px; } .questions input { border: none; /* <-- This thing here */ border: solid 1px white; border-radius: 20px; padding: 10px 10px; margin: 10px 0px; } .questions input#firstname, .questions input#lastname, .questions input#phone { width: 75vw; } .questions input#email { width: 75vw; } .questions textarea { width: 75vw; border: solid 1px white; border-radius: 15px; padding: 10px 10px; margin: 10px 0px; resize: none; } .questions button { width: 75vw; background-color: #092168; color: white; padding: 10px 0px; resize: none; border: none; /* <-- This thing here */ border: solid 1px none; border-radius: 15px; margin-bottom: 50px; } .footer { padding: 20px 10vw 20px 10vw; } .footer img { display: none; } .footer .footerlinks { display: flex; flex-direction: column; align-content: center; justify-content: center; } .contactbutton { position: fixed; bottom: 30px; right: 30px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-height: 0px) and (max-height: 600px) and (orientation: landscape) { .intro .arrow img { display: none; } .introvideo { position: relative; padding: 40px 5vw 40px 5vw; min-height: 230px; border: solid 1px rgba(227, 218, 203, 0.5); } .introvideo video{ width: 40%; max-width: 400px; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 10vw; } .intro .introdesc { position: absolute; left: 10%; top: 20%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: 4vw; } .intro .introdesc .navigation { font-family: graphik-regular; height: 80px; display: flex; align-content: center; flex-direction: row; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 30vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { display: none; position: absolute; left: 20%; bottom: 10px; } .introheader .content { opacity: 0; padding: 5px 20px 5px 20px; } .introheader .content span { line-height: 0px; } .introheader .content img { width: 55px; } .introheader .button.navestimator { font-size: 12px; padding: 5px 30px 5px 30px; font-family: graphik-regular; border-radius: 20px; background-color: white; float: right; margin-top: 5px; } .arrowdown { width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #e84249; position: absolute; left: 20%; } .about { text-align: center; } .about img { display: none; } .about .abouttext { padding: 100px 20px 30px 20px; max-width: 100%; } .about .abouttext1 { font-family: lora; font-size: calc(4vw); color: #092168; } .about .abouttext2 { font-family: lora-italic; font-size: 20px; background-color: #092168; color: white; padding: 1px 10px; } .about .abouttext3, .about .abouttext4 { font-family: graphik-regular; font-size: 14px; padding-top: 10px; } .about .abouttext5 { font-family: graphik-regular; font-size: 10px; padding-top: 10px; } .introvideo { padding: 50px 10vw 50px 10vw; text-align: center; } .introvideo video{ width: 50%; max-width: 300px; } .introvideo .introvideotext1 { border-top: solid 1px #e3dacb; margin: 0px 0px 0px 0px; padding: 40px 0px 20px 0px; font-family: lora; font-size: calc(3vw); color: #092168; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(2vw); color: #e84249; } .salesdeck { padding: 20px 20px 20px 20px; line-height: 40px; font-size: 30px; } .estimator { position: relative; padding: 20px 20px 20px 20px; background-color: white; text-align: center; } .estimator img { display: none; width: 90vw; max-width: 90vw; position: relative; } .estimator .estimatortext { width: 100%; padding: 20px 20px 20px 00px; margin: 0px 0px; max-width: 800px; } .estimator .estimatortext1 { font-family: lora-italic; font-size: 40px; color: #092168; } .estimator .estimatortext2 { font-family: lora-italic; font-size: 40px; color: #e84249; } .estimator .estimatortext3 { font-family: graphik-regular; font-size: 20px; color: #222; } .estimator .navestimator { width: 150px; text-align: center; font-size: 16px; padding: 10px 30px 10px 30px; font-family: graphik-regular; border-radius: 20px; background-color: #e84249; color: white; } .estimator .estimatorcontactslink { } .estimator .estimatorcontactslink a { width: 150px; text-align: center; font-size: 14px; padding: 8px 20px 8px 20px; font-family: graphik-regular; border-radius: 20px; background-color: #092168; color: white; } .estimator .navestimator a { color: white; } .estimator .estimatorbuttonwrapper { margin-top: 30px; } .estimator .estimatorcontactslink { margin-top: 30px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } .questions { position: relative; background-color: #62bda4; text-align: center; height: 100%; } .questions img { display: none; position: relative; } .questions .questionsform { padding: 0px 10vw 0px 10vw; padding-top: 60px; max-width: none; } .questions .questionstext1 { font-family: lora; font-size: 40px; color: #092168; } .questions .questionstext2 { font-family: lora-italic; font-style: italic; font-size: 30px; color: white; } .questions form { font-family: graphik-regular; font-size: 12px; margin-top: 40px; } .questions input { border: none; /* <-- This thing here */ border: solid 1px white; border-radius: 20px; padding: 10px 10px; margin: 10px 0px; } .questions input#firstname, .questions input#lastname, .questions input#phone { width: 75vw; } .questions input#email { width: 75vw; } .questions textarea { width: 75vw; border: solid 1px white; border-radius: 15px; padding: 10px 10px; margin: 10px 0px; resize: none; } .questions button { width: 75vw; background-color: #092168; color: white; padding: 10px 0px; resize: none; border: none; /* <-- This thing here */ border: solid 1px none; border-radius: 15px; margin-bottom: 50px; } .footer { padding: 20px 10vw 20px 10vw; } .contactbutton { position: fixed; bottom: 30px; right: 30px; } } /* Smartphones (portrait) ----------- */ @media only screen and (max-width: 320px) { /* Styles */ } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) { /* Styles */ } /* iPads (landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { /* Styles */ .intro { position: relative; background-color: #e84249; height: 100vh; } .intro .logo img { height: 10vw; } .intro .introdesc { position: absolute; left: 10%; top: 60%; } .intro .introdesc .title { font-family: lora-italic; color: #092168; width: 80vw; max-width: 600px; font-size: calc(5vw); } .intro .introdesc .navigation { font-family: graphik-regular; width: 200px; height: 80px; display: flex; align-content: center; flex-direction: column; margin: 10px 0px 10px 0px; } .intro .introdesc a { margin: 10px 0px 10px 0px; } .intro .introdesc .button { border-radius: 20px; background-color: white; padding: 10px 30px; } .intro .introdesc .navabout { background-color: #092168; color: white; } .intro .introdesc .navestimator { background-color: white; } .intro .databasecloud img { height: 70vw; position: absolute; right: 0px; top: 0px; } .intro .arrow img { position: absolute; left: 20%; bottom: 10px; } .about .abouttext { padding: 100px 0px 100px 50vw; max-width: 40vw; } .about img { position: absolute; top: 75px; left: 8vw; width: 50vw; max-width: 900px; } .introvideo { position: relative; padding: 40px 5vw 40px 5vw; min-height: 230px; border: solid 1px rgba(227, 218, 203, 0.5); } .introvideo video{ width: 40%; max-width: 400px; } .introvideo .introvideotext1 { margin: 0px 0px 0px 0px; padding: 40px 0px 20px 0px; font-family: lora; font-size: calc(3vw); color: #092168; } .introvideo .introvideotext2 { margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; font-family: lora; font-size: calc(2vw); color: #e84249; } .estimator img { width: 40vw; max-width: 600px; position: absolute; top: 100px; right: 0px; } .estimator .estimatortext { width: 40vw; margin: 0px 0px 0px 0px; max-width: 800px; } .estimator .estimatorcontactslink { margin-top: 50px; text-align: center; font-family: graphik-regular; font-size: 20px; color: #222; } } /* iPads (portrait) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) { /* Styles */ } /* Desktops and laptops ----------- */ @media only screen and (min-width: 1224px) { /* Styles */ } /* Large screens ----------- */ @media only screen and (min-width: 1824px) { /* Styles */ } /* iPhone 4 ----------- */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) { /* Styles */ }
0.547222
0.077868
@import '../index.css'; .ghost-pro-account-avatarHolder { margin-bottom: 24px; text-align: center; } .article_detail_page { overflow-y: scroll; position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0; } .ghost-pro-account-avatarHolder>img { width: 66px; height: 66px; margin-bottom: 8px; } .ghost-pro-account-avatarHolder .ghost-pro-account-name { margin-bottom: 4px; color: rgba(0,0,0,.85); font-weight: 500; font-size: 20px; line-height: 28px; } #demo { margin: 100px;; width: 100px; height: 100px; background-color: #fff; position: relative; border: 2px solid #333; } #demo:after, #demo:before { border: solid transparent; content: ' '; height: 0; top: 100%; position: absolute; width: 0; } #demo:after { border-width: 10px; border-top-color: #fff; left: 20px; } #demo:before { border-width: 12px; border-top-color: #000; left: 18px; } .linkNumber { font-size: 12px; color: #ccc; margin-left: 12px; } .article_detail_page { position: absolute; left: 50%; transform: translateX(-50%); /* margin: auto; */ width: 1200px; display: flex; padding-top: 80px; font-family: var(--font-f); justify-content: space-between; } .article_left { overflow: auto; margin: 0 30px 0 0; padding: 20px 0; width: 900px; background: var(--white); } .title_box .title { font-size: var(--fs-24); line-height: 24px; letter-spacing: 0px; color: var(--col-3b); } .icon_data { display: flex; margin: 15px 0 19px; align-items: center; font-size: var(--fs-12); line-height: 14px; letter-spacing: 0px; color: var(--col-a1); } .data_item { margin-right: 20px; } .eys_icon { overflow: hidden; width: 17px; height: 11px; } .comment_icon { overflow: hidden; width: 14px; height: 12px; } .collect_icon { overflow: hidden; width: 13px; height: 13px; } .hear_icon { overflow: hidden; width: 13px; height: 12px; } .time_icon { overflow: hidden; width: 12px; height: 12px; } .eth { text-decoration:underline; font-size: 14px; color: var(--btn-col); } .content { display: none; padding: 20px 26px 48px 29px; font-size: 16px; line-height: 24.5px; letter-spacing: 0px; color: var(--col-3b); } .btn_box { padding: 30px 30px 50px; display: flex; align-items: center; justify-content: space-between; font-size: var(--fs-16); background: var(--white); } .share_icon { display: flex; align-items: center; font-size: var(--fs-12); transform: translateY(-8px); } .shared_item { margin-right: 5px; width: auto; display: flex; cursor: pointer; align-items: center; } .shared_item > .iconSvg { width: 24px; height: 24px; } .like_btn_box { /* position: relative; left: 50%; */ text-align: center; transform: translateX(-50%); } .like_btn { display: flex; height: 50px; align-items: center; cursor: pointer; } .center_btn { width: 100px; height: 50px; line-height: 50px; color: var(--white); background: var(--btn-col); } .btn_left_triangle { display: inline-block; width:0; height:0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 12px solid var(--btn-col); } .btn_right_triangle { display: inline-block; width:0; height:0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 12px solid var(--btn-col); } .no_like, .like { /* margin: 0 0 0 18px; */ width: 16px; vertical-align: middle; } .like_count { padding-top: 10px; font-size: 12px; letter-spacing: 0px; color: var(--col-a1); } .collection_btn_box { text-align: center; } .collection_btn { margin: 5px 0; width: 100px; height: 40px; line-height: 40px; cursor: pointer; background-color:var(--white); border: solid 1px var(--col-3d); } .collection_black, .collection { overflow: hidden; /* margin: 0 10px 0 29px; */ width: 16px; } .collection_num { margin-top: 15px; font-size: 12px; line-height: 12px; letter-spacing: 0px; text-align: center; color: var(--col-a1); } .write_comment_box { padding: 20px 30px; width: 100%; background: var(--col-fa); } .write_comment_box .comment_num { margin-bottom: 15px; font-size: var(--fs-16); color: var(--col-3b); } .textarea_box { padding: 15px; width: 100%; height: 148px; background-color: var(--white); border-radius: 5px; border: solid 1px var(--input-col); } .write_comment { outline: none; width: 100%; height: 100%; border: none; resize: none; } .comment_btn_box { display: flex; margin: 10px 0 0; justify-content: flex-end; } .comment_btn { padding: 15px 0; width: 100px; font-size: 14px; line-height: 14px; letter-spacing: 0px; text-align: center; cursor: pointer; color: var(--white); background: var(--btn-col); border-radius: 5px;; } .children_commentator_box { margin-left: 39px; padding-bottom: 8px; background: var(--col-f8); } .comment_item { padding: 25px 26px 20px 29px; } .comment_item:last-of-type { border: none; } .childer_item { padding: 10px 10px 0 0; } .childer_item .children_commentator_name { color: var(--btn-col); } .comment_top { display: flex; align-items: center; } .comment_top .commentator_img, .comment_top .commentator_user_name { overflow: hidden; margin-bottom: 0; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: var(--fs-14); border-radius: 50px; } .dom-random-color { overflow: hidden; width: 30px; height: 30px; line-height: 30px; text-align: center; color: var(--white); } .commentator_name { margin: 0 13px 0 9px; font-size: var(--fs-13); line-height: 18px; letter-spacing: 0px; color: var(--col-3b); } .comment_time { font-size: var(--fs-12); line-height: 14px; letter-spacing: 0px; color: var(--col-a1); } .coment_mid { padding: 0 66px 5px 39px; font-size: var(--fs-14); line-height: 24px; letter-spacing: 0px; color: var(--col-3b); } .eidt_answer { display: flex; padding-left: 39px; font-size: 14px; line-height: 24px; letter-spacing: 0px; } .children_commentator_box .coment_mid { padding: 0 66px 5px 10px; } .children_commentator_box .eidt_answer { padding-left: 10px; } .eidt_answer .answer, .eidt_answer .app-answer { cursor: pointer; color: var(--btn-col); } .eidt_answer .delete { margin-left: 10px; cursor: pointer; color: var(--col-del); } .comment_bottmo { display: none; padding: 10px; margin-left: 39px; background: var(--col-f8); } .answer_box { padding: 15px; width: 100%; min-height: 36px; font-size: var(--fs-14); border-radius: 5px; outline: none; border: solid 1px var(--input-col); background: var(--white); } .answer_box:empty:before { content: attr(data-placeholder); color: var(--col-pla); } .answer_box:not(.answer_box:empty).answer_box:focus:before { content:none; } .answer_btn_box { display: flex; margin-top: 10px; justify-content: flex-end; } .answer_btn { padding: 15px 0; width: 100px; font-size: 14px; line-height: 14px; letter-spacing: 0px; text-align: center; cursor: pointer; color: var(--white); background: var(--btn-col); border-radius: 5px;; } .reply_man { color: var(--btn-col); } .personal_box { padding: 43px 0 0; width: 270px; border-radius: 5px; text-align: center; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); background: var(--white); } .info_top { overflow: hidden; } .head_portrait, .item-random-color { overflow: hidden; margin-bottom: 15px; width: 90px; height: 90px; line-height: 90px; font-size: 50px; color: var(--white); border-radius: 50px; } .my_name { font-size: 16px; line-height: 16px; letter-spacing: 0px; color: var(--col-3c); } .my_autograph { padding: 8px 0 42px; font-size: 12px; line-height: 12px; letter-spacing: 0px; color: var(--col-a1); } .info_down { display: flex; position: relative; } .crown_icon { overflow: hidden; position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); width: 45px; height: 45px; } .down_item { flex: 1; text-align: center; } .text { padding: 12px 0 8px; font-size: 12px; line-height: 12px; letter-spacing: 0px; color: var(--col-a1); } .count { padding-bottom: 15px; font-size: 20px; line-height: 20px; letter-spacing: 0px; color: var(--col-3d); } .statistics { display: flex; position: relative; margin-top: 10px; text-align: center; width: 300px; border-radius: 5px; background: var(--white); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); } .text { padding-top: 13px; } .count { padding-bottom: 17px; } .left_triangle { overflow: hidden; position: absolute; top: 50%; left: 0; width: 11px; height: auto; transform: translateY(-50%) translateX(-100%); } /* rich text style */ .tui-editor-defaultUI { border: none!important; } .te-toolbar-section, .te-editor, .te-md-splitter, .te-mode-switch-section { display: none!important; } .te-preview { padding: 0!important; width: 100%!important; min-height: auto!important; } .tui-editor-contents, .tui-editor-contents p { font-size: var(--fs-15)!important; margin-top: 0!important; padding-top: 0!important; } .float_window { position: fixed; right: 50px; bottom: 100px; } .triangle_top { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 15px solid var(--to-top); } .icon_box { width: 50px; height: 40px; text-align: center; line-height: 40px; background: var(--to-top); } .icon_box > .iconSvg { vertical-align: middle; color: var(--white); font-size: 30px; } .shared_div { margin-top: 10px; height: 50px; line-height: 50px; background: var(--btn-col); } .icon_box > .float_text { display: none; transition: .5s; font-size: 12px; cursor: pointer; color: var(--white); } .icon_box:hover > .float_text { display: block; line-height: 18px; } .icon_box:hover > .iconSvg { display: none; } .icon_box:hover > .shared_text { display: block; line-height: 24px; } .qrcode_body { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, .5); z-index: 99999; } .modal_box { position: relative; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 360px; background: var(--white); box-shadow: 0 5px 25px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); border-radius: 6px; } .modal_header > .iconSvg { position: absolute; right: 15px; top: 10px; width: 25px; height: 25px; vertical-align: middle; font-size: 16px; color: var(--col-a1); } .modal_body { padding: 25px 60px 30px; text-align: center; } .modal_body > canvas { margin-top: 10px; width: 150px; height: 150px; } .code-html { font-family: var(--font-f); font-size: var(--fs-15); font-weight: normal; font-stretch: normal; line-height: 24.5px; letter-spacing: 0px; color: var(--col-555); } .code-html .img-box, .code-html .video-box { text-align: center; color: var(--col-666); border: none; } .commentator-name-box { display: flex; align-items: center; } .user-comment-content-mask { display: none; } .article_detail_page .article_left .comment_list { background: var(--white); } @media screen and (max-width: 420px) { .article_detail_page { overflow-y: scroll; position: absolute; top: 44.5px; left: 0; right: 0; bottom: 50px; padding: 0; display: block; width: 100%; transform: translateX(0); background: var(--col-f8); } .article_detail_page .app-author-info { display: flex!important; padding: 15px 15px 12.5px; background: var(--white); } .article_detail_page .app-author-info .app-author-headerIcon img { overflow: hidden; margin-right: 10px; margin-bottom: 0; width: 36px; height: 36px; border-radius: 50px; } .article_detail_page .app-author-info .app-author-headerIcon .item-random-color { overflow: hidden; margin-right: 10px; margin-bottom: 0; width: 36px; height: 36px; line-height: 36px; font-size: var(--fs-24); text-align: center; border-radius: 50px; } .article_detail_page .app-author-info .app-author-userIfo .author_name { font-family: "STHeitiSC-Light"; font-size: var(--fs-15); line-height: 26px; color: var(--black); } .article_detail_page .app-author-info .app-author-userIfo .author_autograph { font-family: STHeitiSC-Light; font-size: var(--fs-12); color: var(--col-a8); } .article_detail_page .article_left { /* margin: 0 0 50px; */ padding: 0; width: 100%; border-radius: 0; box-shadow: none; background: var(--col-f8); } .article_detail_page .article_left .title_box { padding: 0 15px; font-size: 20px; line-height: 30px; color: var(--black); background: var(--white); } .article_detail_page .article_left .title_box .icon_data { margin: 0; padding: 15px 0 19px; } .article_detail_page .article_left .data_item { margin-right: 9px; } .article_detail_page .article_left .source-type { transform: scale(.8) translateX(-12%); } .article_detail_page .article_left .code-html { padding: 0 15px; color: var(--black); background: var(--white); } .article_detail_page .article_left .code-html .emoji-pic { width: 15px; } .article_detail_page .article_left .code-html .img-box { color: var(--black); text-align: left; } .article_detail_page .article_left .code-html .img-box img { width: 100%; } .article_detail_page .article_left .app-text-data .app-data-list { position: relative; display: flex; padding: 15px 15px 10px; align-items: center; font-size: var(--fs-12); color: var(--col-aaa); background: var(--white); } .article_detail_page .article_left .app-text-data .app-data-list .app-data-item { margin-right: 11px; } .article_detail_page .article_left .app-text-data .app-data-list .app-showTime { position: absolute; right: 15px; margin-right: 0; } .article_detail_page .article_left .comment_list { margin-top: 10px; padding: 0 15px; background: var(--white); } .commentator-name-box { display: unset } .article_detail_page .article_left .comment_list > .comment_item { padding: 25px 0 20px 0; } .article_detail_page .article_left .comment_list .comment_item .app-comment-time { margin-left: 9px } .article_detail_page .article_left .comment_list .comment_item .one_level { color: var(--black); } .article_detail_page .article_left .comment_list .comment_item .coment_mid { color: var(--black); } .user-comment-content-mask { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101; background: rgba(0,0,0,.6); } .user-comment-content { position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 15px; background: var(--white); z-index: 1; } .user-comment-content .user-comment-textarea { resize: none; border: none; outline: none; width: 100%; height: 60px; font-size: var(--fs-14); line-height: 22px; } .user-comment-content .app-answer-btn { padding: 6px 14px; width: auto; font-size: var(--fs-12); border-radius: 3px; background: var(--btn-col); color: var(--white) } .app-article-footer { position: fixed; left: 0; right: 0; bottom: 0; padding: 0 15px; display: flex!important; align-items: center; height: 50px; background: var(--white); } .app-article-footer .response-text-box { margin-right: 24px; padding: 0 8px; width: 185px; height: 36px; border-radius: 6px; font-size: var(--fs-14); line-height: 36px; color: var(--col-a8); background-color: var(--col-f2); } .app-article-footer .app-user-do-icon { flex-grow: 1; } .app-article-footer .app-user-do-icon .app-user-do-icon-list { display: flex; justify-content: space-between; align-items: center; font-size: var(--fs-22); } }
src/libs/style/articleDetail/articleDetail.css
@import '../index.css'; .ghost-pro-account-avatarHolder { margin-bottom: 24px; text-align: center; } .article_detail_page { overflow-y: scroll; position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 0; } .ghost-pro-account-avatarHolder>img { width: 66px; height: 66px; margin-bottom: 8px; } .ghost-pro-account-avatarHolder .ghost-pro-account-name { margin-bottom: 4px; color: rgba(0,0,0,.85); font-weight: 500; font-size: 20px; line-height: 28px; } #demo { margin: 100px;; width: 100px; height: 100px; background-color: #fff; position: relative; border: 2px solid #333; } #demo:after, #demo:before { border: solid transparent; content: ' '; height: 0; top: 100%; position: absolute; width: 0; } #demo:after { border-width: 10px; border-top-color: #fff; left: 20px; } #demo:before { border-width: 12px; border-top-color: #000; left: 18px; } .linkNumber { font-size: 12px; color: #ccc; margin-left: 12px; } .article_detail_page { position: absolute; left: 50%; transform: translateX(-50%); /* margin: auto; */ width: 1200px; display: flex; padding-top: 80px; font-family: var(--font-f); justify-content: space-between; } .article_left { overflow: auto; margin: 0 30px 0 0; padding: 20px 0; width: 900px; background: var(--white); } .title_box .title { font-size: var(--fs-24); line-height: 24px; letter-spacing: 0px; color: var(--col-3b); } .icon_data { display: flex; margin: 15px 0 19px; align-items: center; font-size: var(--fs-12); line-height: 14px; letter-spacing: 0px; color: var(--col-a1); } .data_item { margin-right: 20px; } .eys_icon { overflow: hidden; width: 17px; height: 11px; } .comment_icon { overflow: hidden; width: 14px; height: 12px; } .collect_icon { overflow: hidden; width: 13px; height: 13px; } .hear_icon { overflow: hidden; width: 13px; height: 12px; } .time_icon { overflow: hidden; width: 12px; height: 12px; } .eth { text-decoration:underline; font-size: 14px; color: var(--btn-col); } .content { display: none; padding: 20px 26px 48px 29px; font-size: 16px; line-height: 24.5px; letter-spacing: 0px; color: var(--col-3b); } .btn_box { padding: 30px 30px 50px; display: flex; align-items: center; justify-content: space-between; font-size: var(--fs-16); background: var(--white); } .share_icon { display: flex; align-items: center; font-size: var(--fs-12); transform: translateY(-8px); } .shared_item { margin-right: 5px; width: auto; display: flex; cursor: pointer; align-items: center; } .shared_item > .iconSvg { width: 24px; height: 24px; } .like_btn_box { /* position: relative; left: 50%; */ text-align: center; transform: translateX(-50%); } .like_btn { display: flex; height: 50px; align-items: center; cursor: pointer; } .center_btn { width: 100px; height: 50px; line-height: 50px; color: var(--white); background: var(--btn-col); } .btn_left_triangle { display: inline-block; width:0; height:0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 12px solid var(--btn-col); } .btn_right_triangle { display: inline-block; width:0; height:0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 12px solid var(--btn-col); } .no_like, .like { /* margin: 0 0 0 18px; */ width: 16px; vertical-align: middle; } .like_count { padding-top: 10px; font-size: 12px; letter-spacing: 0px; color: var(--col-a1); } .collection_btn_box { text-align: center; } .collection_btn { margin: 5px 0; width: 100px; height: 40px; line-height: 40px; cursor: pointer; background-color:var(--white); border: solid 1px var(--col-3d); } .collection_black, .collection { overflow: hidden; /* margin: 0 10px 0 29px; */ width: 16px; } .collection_num { margin-top: 15px; font-size: 12px; line-height: 12px; letter-spacing: 0px; text-align: center; color: var(--col-a1); } .write_comment_box { padding: 20px 30px; width: 100%; background: var(--col-fa); } .write_comment_box .comment_num { margin-bottom: 15px; font-size: var(--fs-16); color: var(--col-3b); } .textarea_box { padding: 15px; width: 100%; height: 148px; background-color: var(--white); border-radius: 5px; border: solid 1px var(--input-col); } .write_comment { outline: none; width: 100%; height: 100%; border: none; resize: none; } .comment_btn_box { display: flex; margin: 10px 0 0; justify-content: flex-end; } .comment_btn { padding: 15px 0; width: 100px; font-size: 14px; line-height: 14px; letter-spacing: 0px; text-align: center; cursor: pointer; color: var(--white); background: var(--btn-col); border-radius: 5px;; } .children_commentator_box { margin-left: 39px; padding-bottom: 8px; background: var(--col-f8); } .comment_item { padding: 25px 26px 20px 29px; } .comment_item:last-of-type { border: none; } .childer_item { padding: 10px 10px 0 0; } .childer_item .children_commentator_name { color: var(--btn-col); } .comment_top { display: flex; align-items: center; } .comment_top .commentator_img, .comment_top .commentator_user_name { overflow: hidden; margin-bottom: 0; width: 30px; height: 30px; text-align: center; line-height: 30px; font-size: var(--fs-14); border-radius: 50px; } .dom-random-color { overflow: hidden; width: 30px; height: 30px; line-height: 30px; text-align: center; color: var(--white); } .commentator_name { margin: 0 13px 0 9px; font-size: var(--fs-13); line-height: 18px; letter-spacing: 0px; color: var(--col-3b); } .comment_time { font-size: var(--fs-12); line-height: 14px; letter-spacing: 0px; color: var(--col-a1); } .coment_mid { padding: 0 66px 5px 39px; font-size: var(--fs-14); line-height: 24px; letter-spacing: 0px; color: var(--col-3b); } .eidt_answer { display: flex; padding-left: 39px; font-size: 14px; line-height: 24px; letter-spacing: 0px; } .children_commentator_box .coment_mid { padding: 0 66px 5px 10px; } .children_commentator_box .eidt_answer { padding-left: 10px; } .eidt_answer .answer, .eidt_answer .app-answer { cursor: pointer; color: var(--btn-col); } .eidt_answer .delete { margin-left: 10px; cursor: pointer; color: var(--col-del); } .comment_bottmo { display: none; padding: 10px; margin-left: 39px; background: var(--col-f8); } .answer_box { padding: 15px; width: 100%; min-height: 36px; font-size: var(--fs-14); border-radius: 5px; outline: none; border: solid 1px var(--input-col); background: var(--white); } .answer_box:empty:before { content: attr(data-placeholder); color: var(--col-pla); } .answer_box:not(.answer_box:empty).answer_box:focus:before { content:none; } .answer_btn_box { display: flex; margin-top: 10px; justify-content: flex-end; } .answer_btn { padding: 15px 0; width: 100px; font-size: 14px; line-height: 14px; letter-spacing: 0px; text-align: center; cursor: pointer; color: var(--white); background: var(--btn-col); border-radius: 5px;; } .reply_man { color: var(--btn-col); } .personal_box { padding: 43px 0 0; width: 270px; border-radius: 5px; text-align: center; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); background: var(--white); } .info_top { overflow: hidden; } .head_portrait, .item-random-color { overflow: hidden; margin-bottom: 15px; width: 90px; height: 90px; line-height: 90px; font-size: 50px; color: var(--white); border-radius: 50px; } .my_name { font-size: 16px; line-height: 16px; letter-spacing: 0px; color: var(--col-3c); } .my_autograph { padding: 8px 0 42px; font-size: 12px; line-height: 12px; letter-spacing: 0px; color: var(--col-a1); } .info_down { display: flex; position: relative; } .crown_icon { overflow: hidden; position: absolute; top: 0; left: 50%; transform: translateX(-50%) translateY(-50%); width: 45px; height: 45px; } .down_item { flex: 1; text-align: center; } .text { padding: 12px 0 8px; font-size: 12px; line-height: 12px; letter-spacing: 0px; color: var(--col-a1); } .count { padding-bottom: 15px; font-size: 20px; line-height: 20px; letter-spacing: 0px; color: var(--col-3d); } .statistics { display: flex; position: relative; margin-top: 10px; text-align: center; width: 300px; border-radius: 5px; background: var(--white); box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); } .text { padding-top: 13px; } .count { padding-bottom: 17px; } .left_triangle { overflow: hidden; position: absolute; top: 50%; left: 0; width: 11px; height: auto; transform: translateY(-50%) translateX(-100%); } /* rich text style */ .tui-editor-defaultUI { border: none!important; } .te-toolbar-section, .te-editor, .te-md-splitter, .te-mode-switch-section { display: none!important; } .te-preview { padding: 0!important; width: 100%!important; min-height: auto!important; } .tui-editor-contents, .tui-editor-contents p { font-size: var(--fs-15)!important; margin-top: 0!important; padding-top: 0!important; } .float_window { position: fixed; right: 50px; bottom: 100px; } .triangle_top { width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-bottom: 15px solid var(--to-top); } .icon_box { width: 50px; height: 40px; text-align: center; line-height: 40px; background: var(--to-top); } .icon_box > .iconSvg { vertical-align: middle; color: var(--white); font-size: 30px; } .shared_div { margin-top: 10px; height: 50px; line-height: 50px; background: var(--btn-col); } .icon_box > .float_text { display: none; transition: .5s; font-size: 12px; cursor: pointer; color: var(--white); } .icon_box:hover > .float_text { display: block; line-height: 18px; } .icon_box:hover > .iconSvg { display: none; } .icon_box:hover > .shared_text { display: block; line-height: 24px; } .qrcode_body { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, .5); z-index: 99999; } .modal_box { position: relative; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 360px; background: var(--white); box-shadow: 0 5px 25px rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.1); border-radius: 6px; } .modal_header > .iconSvg { position: absolute; right: 15px; top: 10px; width: 25px; height: 25px; vertical-align: middle; font-size: 16px; color: var(--col-a1); } .modal_body { padding: 25px 60px 30px; text-align: center; } .modal_body > canvas { margin-top: 10px; width: 150px; height: 150px; } .code-html { font-family: var(--font-f); font-size: var(--fs-15); font-weight: normal; font-stretch: normal; line-height: 24.5px; letter-spacing: 0px; color: var(--col-555); } .code-html .img-box, .code-html .video-box { text-align: center; color: var(--col-666); border: none; } .commentator-name-box { display: flex; align-items: center; } .user-comment-content-mask { display: none; } .article_detail_page .article_left .comment_list { background: var(--white); } @media screen and (max-width: 420px) { .article_detail_page { overflow-y: scroll; position: absolute; top: 44.5px; left: 0; right: 0; bottom: 50px; padding: 0; display: block; width: 100%; transform: translateX(0); background: var(--col-f8); } .article_detail_page .app-author-info { display: flex!important; padding: 15px 15px 12.5px; background: var(--white); } .article_detail_page .app-author-info .app-author-headerIcon img { overflow: hidden; margin-right: 10px; margin-bottom: 0; width: 36px; height: 36px; border-radius: 50px; } .article_detail_page .app-author-info .app-author-headerIcon .item-random-color { overflow: hidden; margin-right: 10px; margin-bottom: 0; width: 36px; height: 36px; line-height: 36px; font-size: var(--fs-24); text-align: center; border-radius: 50px; } .article_detail_page .app-author-info .app-author-userIfo .author_name { font-family: "STHeitiSC-Light"; font-size: var(--fs-15); line-height: 26px; color: var(--black); } .article_detail_page .app-author-info .app-author-userIfo .author_autograph { font-family: STHeitiSC-Light; font-size: var(--fs-12); color: var(--col-a8); } .article_detail_page .article_left { /* margin: 0 0 50px; */ padding: 0; width: 100%; border-radius: 0; box-shadow: none; background: var(--col-f8); } .article_detail_page .article_left .title_box { padding: 0 15px; font-size: 20px; line-height: 30px; color: var(--black); background: var(--white); } .article_detail_page .article_left .title_box .icon_data { margin: 0; padding: 15px 0 19px; } .article_detail_page .article_left .data_item { margin-right: 9px; } .article_detail_page .article_left .source-type { transform: scale(.8) translateX(-12%); } .article_detail_page .article_left .code-html { padding: 0 15px; color: var(--black); background: var(--white); } .article_detail_page .article_left .code-html .emoji-pic { width: 15px; } .article_detail_page .article_left .code-html .img-box { color: var(--black); text-align: left; } .article_detail_page .article_left .code-html .img-box img { width: 100%; } .article_detail_page .article_left .app-text-data .app-data-list { position: relative; display: flex; padding: 15px 15px 10px; align-items: center; font-size: var(--fs-12); color: var(--col-aaa); background: var(--white); } .article_detail_page .article_left .app-text-data .app-data-list .app-data-item { margin-right: 11px; } .article_detail_page .article_left .app-text-data .app-data-list .app-showTime { position: absolute; right: 15px; margin-right: 0; } .article_detail_page .article_left .comment_list { margin-top: 10px; padding: 0 15px; background: var(--white); } .commentator-name-box { display: unset } .article_detail_page .article_left .comment_list > .comment_item { padding: 25px 0 20px 0; } .article_detail_page .article_left .comment_list .comment_item .app-comment-time { margin-left: 9px } .article_detail_page .article_left .comment_list .comment_item .one_level { color: var(--black); } .article_detail_page .article_left .comment_list .comment_item .coment_mid { color: var(--black); } .user-comment-content-mask { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 101; background: rgba(0,0,0,.6); } .user-comment-content { position: fixed; left: 0; right: 0; bottom: 0; padding: 10px 15px; background: var(--white); z-index: 1; } .user-comment-content .user-comment-textarea { resize: none; border: none; outline: none; width: 100%; height: 60px; font-size: var(--fs-14); line-height: 22px; } .user-comment-content .app-answer-btn { padding: 6px 14px; width: auto; font-size: var(--fs-12); border-radius: 3px; background: var(--btn-col); color: var(--white) } .app-article-footer { position: fixed; left: 0; right: 0; bottom: 0; padding: 0 15px; display: flex!important; align-items: center; height: 50px; background: var(--white); } .app-article-footer .response-text-box { margin-right: 24px; padding: 0 8px; width: 185px; height: 36px; border-radius: 6px; font-size: var(--fs-14); line-height: 36px; color: var(--col-a8); background-color: var(--col-f2); } .app-article-footer .app-user-do-icon { flex-grow: 1; } .app-article-footer .app-user-do-icon .app-user-do-icon-list { display: flex; justify-content: space-between; align-items: center; font-size: var(--fs-22); } }
0.403684
0.064359
@charset "utf-8"; .form-control1 { width:760px; height:40px; } .form-control2 { width:400px; height:40px; } .lblusername,.lblpassword { color:#424242; font-weight:bold; } .lblforgotpasswordlabel { color:#424242; } .lblemailaddress { color:#424242; /*font-weight: bold;*/ /*font-size:50px;*/ } .lblchangepasswordlabel { color:#424242; padding-top:10px; } .lblchangepasswordlabel1 { color:#424242; padding-top:10px; } /* heading background colors of login and forgrot password*/ .login-heading,.forgotpassword_heading{ /*background: transparent linear-gradient(135deg, rgb(75, 21, 109) 0%, rgb(75, 21, 109) 26%, rgb(195, 13, 47) 100%) repeat scroll 0% 0%;*/ background: transparent linear-gradient(135deg, rgb(80,20,104) 0%, rgb(80,2,80) 26%, rgb(154,16,68) 100%) repeat scroll 0% 0%; color:#fff; padding:5px 0; } .login-details{ background-color:#fff; padding:30px; margin-bottom:60px; } .login-details form label{ font-weight:bold; font-size:18px; margin-top:15px !important; } .login-details form .checkbox label{ color:#4b146f; font-size:15px; font-weight:lighter; } .btn-login{ background-color:#9197a3; border:none; border-radius:25px; font-weight:500; font-size:26px; color:#fff; padding:15px 70px; } .btn-login:hover,.btn-forgot:hover{ color:#fff; } a.forgot-pass { color:#4b1670 !important; font-size:15px; font-weight:lighter; text-decoration:underline; } .logo-login{ margin-bottom:60px; } .login-details input[type="email"], .login-details input[type="password"]{ border-radius:10px; height:50px; border-color:#424242; } .btn-forgot{ background-color:#9197a3; border:none; border-radius:25px; font-weight:500; font-size:26px; color:#fff; padding:15px 50px; } .backto_login { color:#4b156d !important; font-size:18px; font-weight:lighter; text-decoration:underline; } .changepassword-cancel { color:#4b156d !important; font-size:18px; font-weight:lighter; text-decoration:underline; } /*----- After Logged In Screen -----*/ .header-backend{ background: transparent linear-gradient(135deg, rgb(75, 21, 109) 0%, rgb(75, 21, 109) 26%, rgb(195, 13, 47) 100%) repeat scroll 0% 0%; padding:30px 0; color:#fff; } .heading-title{ padding-top:15px; } .arrow-btn{ padding-top:13px; margin-right: 7%; } .arrow-btn i{ font-size:24px; vertical-align:middle; } .arrow-btn button{ font-size:16px; } /*---- Left Menu -------*/ .left-menu{ background-color:#fff; padding:60px 0; text-align:center; height:700px; } .left-menu ul{ list-style-type:none; padding:0; margin:0; } .left-menu ul li{ margin-top:50px; } .left-menu ul li ul.dropdown-menu{ left: 100%; top: 0; position: absolute; } .left-menu ul li ul.dropdown-menu li{ margin-top:0px !important; font-size: 16px; } .left-menu ul li ul.dropdown-menu li:first-child{ border-bottom: solid 2px #9197a3; } .left-menu ul li ul.dropdown-menu li a{ padding: 15px 30px !important; } .left-menu ul li a{ color:#9197a3; text-decoration:none; } .left-menu ul li.active-menu a h4{ color: #A60A76; } /*---- Main Content with Forms and Data ----*/ .main-content{ padding:5px 0px; } .top-form{ background-color:#fff; padding:5px; display: flex; } #top-form1 { height:auto; } .producimagelabel { padding-left:80px; } .main-image{ background-color:#f4f4f4; padding:0px 0; } .product-form{ padding-top:5px; } .product-form input{ } .product-form textarea{ border: solid 1px #ccc; width: 100%; } .product-form .btn-product{ background-color:#9197a3; padding:3px 30px; color:#fff; margin-top:26px; } .data-table{ margin-top:10px; } .data-table > table > thead > tr > th{ background-color:#4b156d; text-align:center; color:#fff; } .data-table > table > tbody > tr > td{ text-align:center; padding:10px 0; } .data-table > table > tbody > tr:nth-child(odd) > td{ background-color:#9197a3; } .data-table > table > tbody > tr > td > a{ text-decoration: none !important; color:#4B156D !important; } .data-table-2 > table > tbody > tr > td > a{ text-decoration: none !important; color:#4B156D !important; } .data-table-2 > table > thead > tr > th{ background-color:#4b156d; text-align:center; color:#fff; } /*search*/ #button_find { margin-top:20px; margin-left:62px; height:35px; } .typeahead, .tt-query, .tt-hint { border: 2px solid #CCCCCC; border-radius: 0px; font-size: 15px; height: 35px; line-height: 30px; outline: medium none; padding: 8px 12px; padding-left:40px; width: 740px; margin-left:30px; } .typeahead { background-color: #FFFFFF; height:35px; } .typeahead:focus { border: 2px solid #FFFFFF; } .tt-query { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; } .tt-hint { color: #000000; } /*end search*/ .search-icon{ background-color: #fff !important; border-right: none !important; } .search-icon i{ font-size: 22px; } .search-text{ border-left:none !important; font-size: 16px; } .btn-go{ margin-left: 10px !important; background-color: #fff; font-size:18px; padding: 10px 14px; border:solid 1px #ccc; } .minus-margin .col-sm-9{ margin-left:-22px; } @media(max-width: 900px){ .minus-margin .col-sm-9{ margin-left:0 !important; } } /* new code for image uplod */ #imgInp { /*left: 23%;*/ opacity: 0; position: absolute; /*top: 40%;*/ z-index: 1; height:20%; right:20%; width: 75%; height: 75%; } #imgInpAddproduct { height: 70%; opacity: 0; position: absolute; right: 10%; top: 0; width: 70%; z-index: 1; } .selectImage{ position: relative; float: left; display: inline-block; padding: 6px 6px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; } /* end code*/ /*--- Custom Input Type File ---*/ .fileUpload { position: relative; overflow: hidden; margin: 10px; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); visibility: hidden; height: 0; width: 0; } input[type="file"] { margin-left: 2em; display: block; } #fileSelect { color: #424242; font-size: 18px; padding: 12px; background:none !important; border:none !important; cursor: pointer; /*text-shadow: 0 1px #fff;*/ } #fileSelect:hover { } #fileSelect:active { position: relative; top: 2px; } .custom-file-upload { font-size: 18px; display: inline-block; padding: 6px 12px; cursor: pointer; } .button { width: 132px; height: 27px; } .button::-webkit-file-upload-button { visibility: hidden; } .button:before { content: 'Select some files'; display: inline-block; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; } .button:hover:before { /*border-color: black;*/ } .button:active:before { } .bottom-main-content{ margin-top:10px; } .bottom-main-content .nav-tabs li a{ background-color:#9197a3 !important; color:#fff !important; border-radius:0 !important; font-weight: 400 !important; } .bottom-main-content .nav-tabs li.active a{ background-color: #4b156d !important; color:#fff !important; } ul.wishlist-list{ margin-left: 0; padding-left: 0; list-style: none; } ul.wishlist-list li{ margin-top: 10px; } ul.wishlist-list li a{ color:#424242; } ul.wishlist-list li a img{ margin-right: 10px; } .wishlist-detail-btn{ background: transparent; border: none; margin-top: 10px; outline: none; clear: both; } .wishlist-detail-btn img{ margin-right: 10px; } .wishlist-detail-content{ margin-top: 10px; } .wishlist-detail-content table{ background-image: url(images/triangle.png) no-repeat; background-position: -15px 20%; } .wishlist-detail-content thead > tr > th{ background-color:#4b156d; text-align:center; vertical-align: middle; color:#fff; } .wishlist-detail-content table > tbody > tr > td{ text-align:center; vertical-align: middle; background-color:#f4f4f4; font-size: 16px; } /*---- Triangle over content ---*/ .wishlist-detail-content{ position: relative; background: transparent; border: 4px solid transparent; } .wishlist-detail-content:after, .wishlist-detail-content:before { bottom: 100%; left: 8%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .wishlist-detail-content:after { /*border-color: rgba(136, 183, 213, 0);*/ border-bottom-color: #4b156d; border-width: 10px; margin-left: -10px; } .wishlist-detail-content:before { /*border-color: rgba(194, 225, 245, 0);*/ border-bottom-color: #4b156d; border-width: 10px; margin-left: -10px; } .gift-details{ margin-top: -15px; } .gift-details .nav-tabs li{ border: solid 1px #4b156d !important; } .gift-details .nav-tabs li a{ background-color:#fff !important; color:#4b156d !important; border-radius:0 !important; font-weight: 400 !important; } .gift-details .nav-tabs li.active a{ text-decoration: underline; background-color:#fff !important; color:#4b156d !important; } .message-details table{ border-collapse: separate; border-spacing: 0 2em; } .message-details thead > tr > th{ text-align: center; vertical-align: middle; color:#494949; border: none; } .message-details table > tbody > tr > td{ border: none; vertical-align: middle; font-size: 16px; } .edit-button{ margin-right: 10px; margin-top: 10px; } .edit-button a{ color:#424242; } .mar-top-10{ margin-top: 10px; } .mar-top-20{ margin-top: 20px; } .email-pass ul{ list-style-type: none; margin: 0; padding: 0; } .email-pass ul li{ display: inline-block; margin-right: 20px; } .dark-overlay { min-height: 97.1%; width: 98%; background: rgba(0,0,0,0.7); position: absolute; top: 9px; z-index:10; } .giftg,.messagem { border-left:1px solid #ffffff; }
public/css/my-style.css
@charset "utf-8"; .form-control1 { width:760px; height:40px; } .form-control2 { width:400px; height:40px; } .lblusername,.lblpassword { color:#424242; font-weight:bold; } .lblforgotpasswordlabel { color:#424242; } .lblemailaddress { color:#424242; /*font-weight: bold;*/ /*font-size:50px;*/ } .lblchangepasswordlabel { color:#424242; padding-top:10px; } .lblchangepasswordlabel1 { color:#424242; padding-top:10px; } /* heading background colors of login and forgrot password*/ .login-heading,.forgotpassword_heading{ /*background: transparent linear-gradient(135deg, rgb(75, 21, 109) 0%, rgb(75, 21, 109) 26%, rgb(195, 13, 47) 100%) repeat scroll 0% 0%;*/ background: transparent linear-gradient(135deg, rgb(80,20,104) 0%, rgb(80,2,80) 26%, rgb(154,16,68) 100%) repeat scroll 0% 0%; color:#fff; padding:5px 0; } .login-details{ background-color:#fff; padding:30px; margin-bottom:60px; } .login-details form label{ font-weight:bold; font-size:18px; margin-top:15px !important; } .login-details form .checkbox label{ color:#4b146f; font-size:15px; font-weight:lighter; } .btn-login{ background-color:#9197a3; border:none; border-radius:25px; font-weight:500; font-size:26px; color:#fff; padding:15px 70px; } .btn-login:hover,.btn-forgot:hover{ color:#fff; } a.forgot-pass { color:#4b1670 !important; font-size:15px; font-weight:lighter; text-decoration:underline; } .logo-login{ margin-bottom:60px; } .login-details input[type="email"], .login-details input[type="password"]{ border-radius:10px; height:50px; border-color:#424242; } .btn-forgot{ background-color:#9197a3; border:none; border-radius:25px; font-weight:500; font-size:26px; color:#fff; padding:15px 50px; } .backto_login { color:#4b156d !important; font-size:18px; font-weight:lighter; text-decoration:underline; } .changepassword-cancel { color:#4b156d !important; font-size:18px; font-weight:lighter; text-decoration:underline; } /*----- After Logged In Screen -----*/ .header-backend{ background: transparent linear-gradient(135deg, rgb(75, 21, 109) 0%, rgb(75, 21, 109) 26%, rgb(195, 13, 47) 100%) repeat scroll 0% 0%; padding:30px 0; color:#fff; } .heading-title{ padding-top:15px; } .arrow-btn{ padding-top:13px; margin-right: 7%; } .arrow-btn i{ font-size:24px; vertical-align:middle; } .arrow-btn button{ font-size:16px; } /*---- Left Menu -------*/ .left-menu{ background-color:#fff; padding:60px 0; text-align:center; height:700px; } .left-menu ul{ list-style-type:none; padding:0; margin:0; } .left-menu ul li{ margin-top:50px; } .left-menu ul li ul.dropdown-menu{ left: 100%; top: 0; position: absolute; } .left-menu ul li ul.dropdown-menu li{ margin-top:0px !important; font-size: 16px; } .left-menu ul li ul.dropdown-menu li:first-child{ border-bottom: solid 2px #9197a3; } .left-menu ul li ul.dropdown-menu li a{ padding: 15px 30px !important; } .left-menu ul li a{ color:#9197a3; text-decoration:none; } .left-menu ul li.active-menu a h4{ color: #A60A76; } /*---- Main Content with Forms and Data ----*/ .main-content{ padding:5px 0px; } .top-form{ background-color:#fff; padding:5px; display: flex; } #top-form1 { height:auto; } .producimagelabel { padding-left:80px; } .main-image{ background-color:#f4f4f4; padding:0px 0; } .product-form{ padding-top:5px; } .product-form input{ } .product-form textarea{ border: solid 1px #ccc; width: 100%; } .product-form .btn-product{ background-color:#9197a3; padding:3px 30px; color:#fff; margin-top:26px; } .data-table{ margin-top:10px; } .data-table > table > thead > tr > th{ background-color:#4b156d; text-align:center; color:#fff; } .data-table > table > tbody > tr > td{ text-align:center; padding:10px 0; } .data-table > table > tbody > tr:nth-child(odd) > td{ background-color:#9197a3; } .data-table > table > tbody > tr > td > a{ text-decoration: none !important; color:#4B156D !important; } .data-table-2 > table > tbody > tr > td > a{ text-decoration: none !important; color:#4B156D !important; } .data-table-2 > table > thead > tr > th{ background-color:#4b156d; text-align:center; color:#fff; } /*search*/ #button_find { margin-top:20px; margin-left:62px; height:35px; } .typeahead, .tt-query, .tt-hint { border: 2px solid #CCCCCC; border-radius: 0px; font-size: 15px; height: 35px; line-height: 30px; outline: medium none; padding: 8px 12px; padding-left:40px; width: 740px; margin-left:30px; } .typeahead { background-color: #FFFFFF; height:35px; } .typeahead:focus { border: 2px solid #FFFFFF; } .tt-query { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; } .tt-hint { color: #000000; } /*end search*/ .search-icon{ background-color: #fff !important; border-right: none !important; } .search-icon i{ font-size: 22px; } .search-text{ border-left:none !important; font-size: 16px; } .btn-go{ margin-left: 10px !important; background-color: #fff; font-size:18px; padding: 10px 14px; border:solid 1px #ccc; } .minus-margin .col-sm-9{ margin-left:-22px; } @media(max-width: 900px){ .minus-margin .col-sm-9{ margin-left:0 !important; } } /* new code for image uplod */ #imgInp { /*left: 23%;*/ opacity: 0; position: absolute; /*top: 40%;*/ z-index: 1; height:20%; right:20%; width: 75%; height: 75%; } #imgInpAddproduct { height: 70%; opacity: 0; position: absolute; right: 10%; top: 0; width: 70%; z-index: 1; } .selectImage{ position: relative; float: left; display: inline-block; padding: 6px 6px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; } /* end code*/ /*--- Custom Input Type File ---*/ .fileUpload { position: relative; overflow: hidden; margin: 10px; } .fileUpload input.upload { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); visibility: hidden; height: 0; width: 0; } input[type="file"] { margin-left: 2em; display: block; } #fileSelect { color: #424242; font-size: 18px; padding: 12px; background:none !important; border:none !important; cursor: pointer; /*text-shadow: 0 1px #fff;*/ } #fileSelect:hover { } #fileSelect:active { position: relative; top: 2px; } .custom-file-upload { font-size: 18px; display: inline-block; padding: 6px 12px; cursor: pointer; } .button { width: 132px; height: 27px; } .button::-webkit-file-upload-button { visibility: hidden; } .button:before { content: 'Select some files'; display: inline-block; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; } .button:hover:before { /*border-color: black;*/ } .button:active:before { } .bottom-main-content{ margin-top:10px; } .bottom-main-content .nav-tabs li a{ background-color:#9197a3 !important; color:#fff !important; border-radius:0 !important; font-weight: 400 !important; } .bottom-main-content .nav-tabs li.active a{ background-color: #4b156d !important; color:#fff !important; } ul.wishlist-list{ margin-left: 0; padding-left: 0; list-style: none; } ul.wishlist-list li{ margin-top: 10px; } ul.wishlist-list li a{ color:#424242; } ul.wishlist-list li a img{ margin-right: 10px; } .wishlist-detail-btn{ background: transparent; border: none; margin-top: 10px; outline: none; clear: both; } .wishlist-detail-btn img{ margin-right: 10px; } .wishlist-detail-content{ margin-top: 10px; } .wishlist-detail-content table{ background-image: url(images/triangle.png) no-repeat; background-position: -15px 20%; } .wishlist-detail-content thead > tr > th{ background-color:#4b156d; text-align:center; vertical-align: middle; color:#fff; } .wishlist-detail-content table > tbody > tr > td{ text-align:center; vertical-align: middle; background-color:#f4f4f4; font-size: 16px; } /*---- Triangle over content ---*/ .wishlist-detail-content{ position: relative; background: transparent; border: 4px solid transparent; } .wishlist-detail-content:after, .wishlist-detail-content:before { bottom: 100%; left: 8%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .wishlist-detail-content:after { /*border-color: rgba(136, 183, 213, 0);*/ border-bottom-color: #4b156d; border-width: 10px; margin-left: -10px; } .wishlist-detail-content:before { /*border-color: rgba(194, 225, 245, 0);*/ border-bottom-color: #4b156d; border-width: 10px; margin-left: -10px; } .gift-details{ margin-top: -15px; } .gift-details .nav-tabs li{ border: solid 1px #4b156d !important; } .gift-details .nav-tabs li a{ background-color:#fff !important; color:#4b156d !important; border-radius:0 !important; font-weight: 400 !important; } .gift-details .nav-tabs li.active a{ text-decoration: underline; background-color:#fff !important; color:#4b156d !important; } .message-details table{ border-collapse: separate; border-spacing: 0 2em; } .message-details thead > tr > th{ text-align: center; vertical-align: middle; color:#494949; border: none; } .message-details table > tbody > tr > td{ border: none; vertical-align: middle; font-size: 16px; } .edit-button{ margin-right: 10px; margin-top: 10px; } .edit-button a{ color:#424242; } .mar-top-10{ margin-top: 10px; } .mar-top-20{ margin-top: 20px; } .email-pass ul{ list-style-type: none; margin: 0; padding: 0; } .email-pass ul li{ display: inline-block; margin-right: 20px; } .dark-overlay { min-height: 97.1%; width: 98%; background: rgba(0,0,0,0.7); position: absolute; top: 9px; z-index:10; } .giftg,.messagem { border-left:1px solid #ffffff; }
0.12326
0.057599
.fg-button-icon-left { padding-left: 2.1em; } /* line 4, ../sass/homePage.scss */ .fg-button { outline: 0; margin: 0 4px 0 0; padding: .4em 1em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; } /* line 5, ../sass/homePage.scss */ .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; } /* line 6, ../sass/homePage.scss */ button.fg-button { width: auto; overflow: visible; } /* line 8, ../sass/homePage.scss */ #footer { background-color: purple; width: 100%; height: 30px; } /* line 15, ../sass/homePage.scss */ #wishlist { margin-right: 50px; } /* line 19, ../sass/homePage.scss */ #wishlistContent { margin-top: -5px; width: 90%; border-top-style: none; overflow: auto; } /* line 26, ../sass/homePage.scss */ ul.contentItem { list-style: none; padding: 0px 30px 0px 30px; margin: 0px; } /* line 32, ../sass/homePage.scss */ #eventsComponent { float: left; display: block; width: 100%; min-height: 100px; } /* line 39, ../sass/homePage.scss */ #wishlistComponent { width: 100%; padding-bottom: 50px; min-height: 200px; font-size: 14px; border-right-style: solid; border-width: 1px; } /* line 48, ../sass/homePage.scss */ #wishlistComponent h1, #eventsComponent h1 { font-size: 16px; text-align: left; padding-left: 10px; } /* line 55, ../sass/homePage.scss */ #itemDialog div { margin-left: 10%; font-size: 14px; } /* line 59, ../sass/homePage.scss */ #itemDialog label { font-size: 18px; display: block; margin-bottom: 10px; } /* line 66, ../sass/homePage.scss */ .itemDialogButton { height: 100%; width: 100%; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; } /* line 75, ../sass/homePage.scss */ #eventsInnerComponent .image { float: left; background-repeat: no-repeat; background-position: left; margin-top: 15px; } /* line 81, ../sass/homePage.scss */ #eventsInnerComponent .name { margin-top: 15px; font-weight: bolder; display: inline-block; height: 15px; text-align: center; font-size: 14px; padding-left: 5px; } /* line 90, ../sass/homePage.scss */ #eventsInnerComponent .message { display: block; padding-top: 5px; padding-left: 11px; } /* line 95, ../sass/homePage.scss */ #eventsInnerComponent .timestamp { margin-top: 5px; color: gray; display: block; font-size: 12px; } /* line 101, ../sass/homePage.scss */ #eventsInnerComponent a { cursor: pointer; color: #888888; text-decoration: none; } /* line 106, ../sass/homePage.scss */ #eventsInnerComponent a:hover { text-decoration: underline; color: #cccccc; } /* line 114, ../sass/homePage.scss */ .gbItem:hover { background-color: #f1f1f1; cursor: pointer; } /* line 118, ../sass/homePage.scss */ .gbItem label { cursor: pointer; } /* line 123, ../sass/homePage.scss */ .deleteButton { visibility: hidden; float: right; } /* line 128, ../sass/homePage.scss */ .hoverButton { visibility: visible; line-height: 100px; } /* line 133, ../sass/homePage.scss */ .itemThumb { height: 100px; width: 100px; padding-right: 50px; vertical-align: middle; }
web/compass/stylesheets/homePage.css
.fg-button-icon-left { padding-left: 2.1em; } /* line 4, ../sass/homePage.scss */ .fg-button { outline: 0; margin: 0 4px 0 0; padding: .4em 1em; text-decoration: none !important; cursor: pointer; position: relative; text-align: center; zoom: 1; } /* line 5, ../sass/homePage.scss */ .fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; } /* line 6, ../sass/homePage.scss */ button.fg-button { width: auto; overflow: visible; } /* line 8, ../sass/homePage.scss */ #footer { background-color: purple; width: 100%; height: 30px; } /* line 15, ../sass/homePage.scss */ #wishlist { margin-right: 50px; } /* line 19, ../sass/homePage.scss */ #wishlistContent { margin-top: -5px; width: 90%; border-top-style: none; overflow: auto; } /* line 26, ../sass/homePage.scss */ ul.contentItem { list-style: none; padding: 0px 30px 0px 30px; margin: 0px; } /* line 32, ../sass/homePage.scss */ #eventsComponent { float: left; display: block; width: 100%; min-height: 100px; } /* line 39, ../sass/homePage.scss */ #wishlistComponent { width: 100%; padding-bottom: 50px; min-height: 200px; font-size: 14px; border-right-style: solid; border-width: 1px; } /* line 48, ../sass/homePage.scss */ #wishlistComponent h1, #eventsComponent h1 { font-size: 16px; text-align: left; padding-left: 10px; } /* line 55, ../sass/homePage.scss */ #itemDialog div { margin-left: 10%; font-size: 14px; } /* line 59, ../sass/homePage.scss */ #itemDialog label { font-size: 18px; display: block; margin-bottom: 10px; } /* line 66, ../sass/homePage.scss */ .itemDialogButton { height: 100%; width: 100%; padding-left: 5px; padding-bottom: 5px; padding-top: 5px; } /* line 75, ../sass/homePage.scss */ #eventsInnerComponent .image { float: left; background-repeat: no-repeat; background-position: left; margin-top: 15px; } /* line 81, ../sass/homePage.scss */ #eventsInnerComponent .name { margin-top: 15px; font-weight: bolder; display: inline-block; height: 15px; text-align: center; font-size: 14px; padding-left: 5px; } /* line 90, ../sass/homePage.scss */ #eventsInnerComponent .message { display: block; padding-top: 5px; padding-left: 11px; } /* line 95, ../sass/homePage.scss */ #eventsInnerComponent .timestamp { margin-top: 5px; color: gray; display: block; font-size: 12px; } /* line 101, ../sass/homePage.scss */ #eventsInnerComponent a { cursor: pointer; color: #888888; text-decoration: none; } /* line 106, ../sass/homePage.scss */ #eventsInnerComponent a:hover { text-decoration: underline; color: #cccccc; } /* line 114, ../sass/homePage.scss */ .gbItem:hover { background-color: #f1f1f1; cursor: pointer; } /* line 118, ../sass/homePage.scss */ .gbItem label { cursor: pointer; } /* line 123, ../sass/homePage.scss */ .deleteButton { visibility: hidden; float: right; } /* line 128, ../sass/homePage.scss */ .hoverButton { visibility: visible; line-height: 100px; } /* line 133, ../sass/homePage.scss */ .itemThumb { height: 100px; width: 100px; padding-right: 50px; vertical-align: middle; }
0.308607
0.040427
@CHARSET "UTF-8"; *{ font-family:'微软雅黑'; } .navAction{ color: #fff !important; background-color: #337ab7 !important; border:0px !important; } .tableBg{ background:#337ab7; color:#fff; border-top:1px solid #fff !important; } .info td,.tableBg td{ border-top:4px solid #fff !important; } .info td{ color:#666 !important; font-size:14px; } .th{ border-bottom:0px; } .printButton{ width:60px; height:30px; font-size:14px; line-height:30px; text-align:center; color:#fff; background:#337ab7; border-radius:5px; float:right; margin-top:30px; cursor:pointer; } .operation{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; background: #337ab7; text-align: center; border-radius: 5px; cursor:pointer; } .finish{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; text-align: center; border-radius: 5px; cursor:pointer; background:#5cb85c !important; } .lose{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; text-align: center; border-radius: 5px; cursor:pointer; background:#d9534f !important; } .goodsTableTd{ border-top:0px !important; } .goodsTableTr{ font-size:12px !important; } .tdMiddle{ text-align:center; width:150px; } .width70{ width:70px !important; } .form-group{ width:50%; } .attention{ font-weight:bold; color:red; }
frontend/modules/dl/views/driver/index.css
@CHARSET "UTF-8"; *{ font-family:'微软雅黑'; } .navAction{ color: #fff !important; background-color: #337ab7 !important; border:0px !important; } .tableBg{ background:#337ab7; color:#fff; border-top:1px solid #fff !important; } .info td,.tableBg td{ border-top:4px solid #fff !important; } .info td{ color:#666 !important; font-size:14px; } .th{ border-bottom:0px; } .printButton{ width:60px; height:30px; font-size:14px; line-height:30px; text-align:center; color:#fff; background:#337ab7; border-radius:5px; float:right; margin-top:30px; cursor:pointer; } .operation{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; background: #337ab7; text-align: center; border-radius: 5px; cursor:pointer; } .finish{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; text-align: center; border-radius: 5px; cursor:pointer; background:#5cb85c !important; } .lose{ width: 50px; height: 25px; display: block; margin: 0px auto; line-height: 25px; color: #fff; text-align: center; border-radius: 5px; cursor:pointer; background:#d9534f !important; } .goodsTableTd{ border-top:0px !important; } .goodsTableTr{ font-size:12px !important; } .tdMiddle{ text-align:center; width:150px; } .width70{ width:70px !important; } .form-group{ width:50%; } .attention{ font-weight:bold; color:red; }
0.209955
0.044183
.main-container { max-width: 980px; margin: 0 auto; padding: 50px 0; text-align: center; } .main-container ul { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px; margin-top: 50px; } .main-container ul li { display: flex; flex-direction: column; } .main-container ul li img { max-width: 100%; border-radius: 5px 5px 0 0; } .main-container ul li footer { flex: 1; background: #FFF; border: 1px solid #eee; padding: 15px 20px; text-align: left; border-radius: 0 0 5px 5px; } .main-container ul li footer strong { font-size: 16px; color: #333; } .main-container ul li footer p { font-size: 14px; line-height: 20px; color: #999; margin-top: 5px; } .main-container ul li .buttons { margin-top: 10px; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .main-container ul li .buttons button { height: 50px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05); border: 0; border-radius: 4px; background: #FFF; cursor: pointer; } .main-container ul li .buttons button:hover img { transform: translateY(-5px); transition: all 0.2s; } .main-container .empty { font-size: 32px; color: #999; font-weight: bold; margin-top: 300px; } .match-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.8); } .match-container .avatar { width: 200px; height: 200px; border-radius: 50%; border: 5px solid #FFF; margin: 30px 0; } .match-container strong { font-size: 32px; color: #FFF; } .match-container p { margin-top: 10px; font-size: 20px; line-height: 30px; max-width: 400; color: rgba(255, 255, 255, 0.8); } .match-container button { border: 0; background: none; font-weight: bold; color: rgba(255, 255, 255, 0.8); font-size: 18px; margin-top: 30px; cursor: pointer; } /* max-wight - largura máxima margin: 0 auto - para centralizar a div principal p meio da tela padding: 50px 0 - para não ficar agrudado a div principal tanto embaixo quanto encima text-align: center - alinhar a logo e todo o resto da div no centro da tela list-style: none - Tirar as bolinhas que ficam do lado esquerdo da div principal display: grid - Alinhamento em grid dos desenvolvedores grid-template-columns: repeat(3, 1fr) - Grid com 3 colunas do mesmo tamanho grid-gap: 30px - para separar, colocar um espaço entre os desenvolvedores margin-top: 50px - Para distanciar, (colocar um espaço) entre o grip e a logo no cabeçalho da página display: flex - flex-direction: column - redimensiona a caixa box da (bio) conforme o tamanho do texto. Organizar em sentido vertical. Flex: 1 - Alinhar caixa box de todos os desenvolvedores com o mesmo tamanho. background - cor de fundo border - tipo da borda text-align - alinhamento do texto border-radius - na parte de baixo do footer colocar espaço (1 - encima esquerda, 2 - encima direita, 3 - embaixo esquerda, 4 - embaixo direita) font-size: 16px - Tamanho da fonte color - cor line-height - altura da linha height - altura box-shadow - Sombra da caixa cursor: pointer - Para visualizar o cursor do mouse em formato de dedo hover - quando cursor está sobre o botão transform: translateY(-5px) - para a imagem do botão subir 5 pixels qdo mouse ficar sobre o botão transition: all 0.2s - a velocidade de transição, do movimento da imagem p cima */
frontend/src/pages/Main.css
.main-container { max-width: 980px; margin: 0 auto; padding: 50px 0; text-align: center; } .main-container ul { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 30px; margin-top: 50px; } .main-container ul li { display: flex; flex-direction: column; } .main-container ul li img { max-width: 100%; border-radius: 5px 5px 0 0; } .main-container ul li footer { flex: 1; background: #FFF; border: 1px solid #eee; padding: 15px 20px; text-align: left; border-radius: 0 0 5px 5px; } .main-container ul li footer strong { font-size: 16px; color: #333; } .main-container ul li footer p { font-size: 14px; line-height: 20px; color: #999; margin-top: 5px; } .main-container ul li .buttons { margin-top: 10px; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .main-container ul li .buttons button { height: 50px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05); border: 0; border-radius: 4px; background: #FFF; cursor: pointer; } .main-container ul li .buttons button:hover img { transform: translateY(-5px); transition: all 0.2s; } .main-container .empty { font-size: 32px; color: #999; font-weight: bold; margin-top: 300px; } .match-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.8); } .match-container .avatar { width: 200px; height: 200px; border-radius: 50%; border: 5px solid #FFF; margin: 30px 0; } .match-container strong { font-size: 32px; color: #FFF; } .match-container p { margin-top: 10px; font-size: 20px; line-height: 30px; max-width: 400; color: rgba(255, 255, 255, 0.8); } .match-container button { border: 0; background: none; font-weight: bold; color: rgba(255, 255, 255, 0.8); font-size: 18px; margin-top: 30px; cursor: pointer; } /* max-wight - largura máxima margin: 0 auto - para centralizar a div principal p meio da tela padding: 50px 0 - para não ficar agrudado a div principal tanto embaixo quanto encima text-align: center - alinhar a logo e todo o resto da div no centro da tela list-style: none - Tirar as bolinhas que ficam do lado esquerdo da div principal display: grid - Alinhamento em grid dos desenvolvedores grid-template-columns: repeat(3, 1fr) - Grid com 3 colunas do mesmo tamanho grid-gap: 30px - para separar, colocar um espaço entre os desenvolvedores margin-top: 50px - Para distanciar, (colocar um espaço) entre o grip e a logo no cabeçalho da página display: flex - flex-direction: column - redimensiona a caixa box da (bio) conforme o tamanho do texto. Organizar em sentido vertical. Flex: 1 - Alinhar caixa box de todos os desenvolvedores com o mesmo tamanho. background - cor de fundo border - tipo da borda text-align - alinhamento do texto border-radius - na parte de baixo do footer colocar espaço (1 - encima esquerda, 2 - encima direita, 3 - embaixo esquerda, 4 - embaixo direita) font-size: 16px - Tamanho da fonte color - cor line-height - altura da linha height - altura box-shadow - Sombra da caixa cursor: pointer - Para visualizar o cursor do mouse em formato de dedo hover - quando cursor está sobre o botão transform: translateY(-5px) - para a imagem do botão subir 5 pixels qdo mouse ficar sobre o botão transition: all 0.2s - a velocidade de transição, do movimento da imagem p cima */
0.376623
0.095771
:root { --btn-color-default: #4e5d6c; --btn-color-default-clicked: #39444e; --btn-color-info: #5bc0de; --btn-color-info-clicked: #31b0d5; --btn-color-success: #5cb85c; --btn-color-success-clicked: #449d44; --btn-color-warning: #f0ad4e; --btn-color-warning-clicked: #ec971f; --btn-color-danger: #D44A26; --btn-color-danger-clicked: #AE3C1E; --btn-color-danger2: #d9534f; --btn-color-danger2-clicked: #c9302c; --btn-color-blue: #337ab7; --btn-color-blue-clicked: #2b6596; --btn-color-orange: #E67E22; --btn-color-orange-clicked: #B15315; --btn-color-dark: #525252; --btn-color-white: #FFFFFF; } /* -------- Button -------- */ /* -- Configuration -- */ .btn { display: inline-block; padding: 8px 16px; margin-bottom: 0; font-size: 15px; font-weight: 400; line-height: 1.42857143; text-align: center; vertical-align: middle; -ms-touch-action:manipulation; touch-action:manipulation; cursor: pointer; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translateZ(0); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-image: none; border: 1px solid transparent; border-radius: 0; } .btn-block { display: block !important; } .btn-block+.btn-block { margin-top: 5px; } .btn-10 { padding: 10px; } .btn-20 { padding: 20px; } .btn-30 { padding: 30px; } .btn-40 { padding: 40px; font-size: 20px !important; } .btn-50 { padding: 50px; font-size: 25px !important; } .btn-60 { padding: 60px; font-size: 30px !important; } .btn-70 { padding: 70px; font-size: 30px !important; } .btn-80 { padding: 80px; font-size: 30px !important; } .btn-90 { padding: 90px; font-size: 30px !important; } .btn-100 { padding: 100px; font-size: 30px !important; } /* -- END Configuration -- */ /* -- BASIC -- */ .btn:focus, .btn:active:focus, .btn.active:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } .btn:hover, .btn:focus{ color: var(--btn-color-white); text-decoration: none } .btn:active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) } /* -- DEFAULT -- */ .btn-default { color: var(--btn-color-white); background-color: var(--btn-color-default); border-color: transparent } .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default-clicked { color: var(--btn-color-white); background-color: var(--btn-color-default-clicked); border-color: rgba(0, 0, 0, 0) } /* -- INFO -- */ .btn-info { color: var(--btn-color-white); background-color: var(--btn-color-info); border-color: transparent } .btn-info:focus, .btn-info:hover, .btn-info:active, .btn-info-clicked { color: var(--btn-color-white); background-color: var(--btn-color-info-clicked); border-color: rgba(0, 0, 0, 0) } /* -- PRIMARY -- */ .btn-primary { color: var(--btn-color-white); background-color: var(--btn-color-blue); border-color: transparent } .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary-clicked { color: var(--btn-color-white); background-color: var(--btn-color-blue-clicked); border-color: rgba(0, 0, 0, 0) } /* -- SECONDARY -- */ .btn-secondary { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange-clicked) !important; border-color: rgba(0, 0, 0, 0) } /* -- THIRD -- */ .btn-third { color: var(--btn-color-orange) !important; background-color: var(--btn-color-white) !important; border-color: transparent } .btn-third:focus, .btn-third:hover, .btn-third:active, .btn-third-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: rgba(0, 0, 0, 0) } /* -- FOURTH -- */ .btn-fourth { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } .btn-fourth:focus, .btn-fourth:hover, .btn-fourth:active, .btn-fourth-clicked { color: var(--btn-color-orange) !important; background-color: var(--btn-color-dark) !important; border-color: rgba(0, 0, 0, 0) } .btn-fourth-revert { color: var(--btn-color-orange) !important; background-color: var(--btn-color-dark) !important; border-color: transparent } .btn-fourth-revert:focus, .btn-fourth-revert:hover, .btn-fourth-revert:active, .btn-fourth-revert-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: rgba(0, 0, 0, 0) } /* -- FIFTH -- */ .btn-fifth { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } .btn-fifth:focus, .btn-fifth:hover, .btn-fifth:active, .btn-fifth-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-fifth-revert { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-fifth-revert:focus, .btn-fifth-revert:hover, .btn-fifth-revert:active, .btn-fifth-revert-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } /* -- SIXTH -- */ .btn-sixth { color: var(--btn-color-blue) !important; background-color: var(--btn-color-white) !important; border: none; border-bottom: 1px solid var(--btn-color-orange); } .btn-sixth:focus, .btn-sixth:hover, .btn-sixth:active, .btn-sixth-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent; } /* -- SUCCESS -- */ .btn-success { color: var(--btn-color-white); background-color: var(--btn-color-success); border-color: transparent } .btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success-clicked { color: var(--btn-color-white); background-color: var(--btn-color-success-clicked); border-color: rgba(0, 0, 0, 0) } /* -- WARNING -- */ .btn-warning { color: var(--btn-color-white); background-color: var(--btn-color-warning); border-color: transparent } .btn-warning:focus, .btn-warning:hover, .btn-warning:active, .btn-warning-clicked { color: var(--btn-color-white); background-color: var(--btn-color-warning-clicked); border-color: rgba(0, 0, 0, 0) } /* -- DANGER -- */ .btn-danger { color: var(--btn-color-white); background-color: var(--btn-color-danger); border-color: transparent } .btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger-clicked { color: var(--btn-color-white); background-color: var(--btn-color-danger-clicked); border-color: rgba(0, 0, 0, 0) } .btn-danger2 { color: var(--btn-color-white); background-color: var(--btn-color-danger2); border-color: transparent } .btn-danger2:focus, .btn-danger2:hover, .btn-danger2:active, .btn-danger2-clicked { color: var(--btn-color-white); background-color: var(--btn-color-danger2-clicked); border-color: rgba(0, 0, 0, 0) } /* -------- END Button -------- */ /* -------- Mobile Button -------- */ /* SCREEN WIDTH 1200 PX */ @media screen and (max-width: 1200px) { /* -- Configuration -- */ .btn-10 { padding: 10px; } .btn-20 { padding: 20px; } .btn-30 { padding: 30px; } .btn-40, .btn-50, .btn-60, .btn-70, .btn-80, .btn-90, .btn-100 { padding: 40px; font-size: 20px !important; } /* -- END Configuration -- */ } /* -------- END Mobile Button -------- */
public/Css/Button.css
:root { --btn-color-default: #4e5d6c; --btn-color-default-clicked: #39444e; --btn-color-info: #5bc0de; --btn-color-info-clicked: #31b0d5; --btn-color-success: #5cb85c; --btn-color-success-clicked: #449d44; --btn-color-warning: #f0ad4e; --btn-color-warning-clicked: #ec971f; --btn-color-danger: #D44A26; --btn-color-danger-clicked: #AE3C1E; --btn-color-danger2: #d9534f; --btn-color-danger2-clicked: #c9302c; --btn-color-blue: #337ab7; --btn-color-blue-clicked: #2b6596; --btn-color-orange: #E67E22; --btn-color-orange-clicked: #B15315; --btn-color-dark: #525252; --btn-color-white: #FFFFFF; } /* -------- Button -------- */ /* -- Configuration -- */ .btn { display: inline-block; padding: 8px 16px; margin-bottom: 0; font-size: 15px; font-weight: 400; line-height: 1.42857143; text-align: center; vertical-align: middle; -ms-touch-action:manipulation; touch-action:manipulation; cursor: pointer; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transform: translateZ(0); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; background-image: none; border: 1px solid transparent; border-radius: 0; } .btn-block { display: block !important; } .btn-block+.btn-block { margin-top: 5px; } .btn-10 { padding: 10px; } .btn-20 { padding: 20px; } .btn-30 { padding: 30px; } .btn-40 { padding: 40px; font-size: 20px !important; } .btn-50 { padding: 50px; font-size: 25px !important; } .btn-60 { padding: 60px; font-size: 30px !important; } .btn-70 { padding: 70px; font-size: 30px !important; } .btn-80 { padding: 80px; font-size: 30px !important; } .btn-90 { padding: 90px; font-size: 30px !important; } .btn-100 { padding: 100px; font-size: 30px !important; } /* -- END Configuration -- */ /* -- BASIC -- */ .btn:focus, .btn:active:focus, .btn.active:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px } .btn:hover, .btn:focus{ color: var(--btn-color-white); text-decoration: none } .btn:active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) } /* -- DEFAULT -- */ .btn-default { color: var(--btn-color-white); background-color: var(--btn-color-default); border-color: transparent } .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default-clicked { color: var(--btn-color-white); background-color: var(--btn-color-default-clicked); border-color: rgba(0, 0, 0, 0) } /* -- INFO -- */ .btn-info { color: var(--btn-color-white); background-color: var(--btn-color-info); border-color: transparent } .btn-info:focus, .btn-info:hover, .btn-info:active, .btn-info-clicked { color: var(--btn-color-white); background-color: var(--btn-color-info-clicked); border-color: rgba(0, 0, 0, 0) } /* -- PRIMARY -- */ .btn-primary { color: var(--btn-color-white); background-color: var(--btn-color-blue); border-color: transparent } .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary-clicked { color: var(--btn-color-white); background-color: var(--btn-color-blue-clicked); border-color: rgba(0, 0, 0, 0) } /* -- SECONDARY -- */ .btn-secondary { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange-clicked) !important; border-color: rgba(0, 0, 0, 0) } /* -- THIRD -- */ .btn-third { color: var(--btn-color-orange) !important; background-color: var(--btn-color-white) !important; border-color: transparent } .btn-third:focus, .btn-third:hover, .btn-third:active, .btn-third-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: rgba(0, 0, 0, 0) } /* -- FOURTH -- */ .btn-fourth { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } .btn-fourth:focus, .btn-fourth:hover, .btn-fourth:active, .btn-fourth-clicked { color: var(--btn-color-orange) !important; background-color: var(--btn-color-dark) !important; border-color: rgba(0, 0, 0, 0) } .btn-fourth-revert { color: var(--btn-color-orange) !important; background-color: var(--btn-color-dark) !important; border-color: transparent } .btn-fourth-revert:focus, .btn-fourth-revert:hover, .btn-fourth-revert:active, .btn-fourth-revert-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: rgba(0, 0, 0, 0) } /* -- FIFTH -- */ .btn-fifth { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } .btn-fifth:focus, .btn-fifth:hover, .btn-fifth:active, .btn-fifth-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-fifth-revert { color: var(--btn-color-white) !important; background-color: var(--btn-color-orange) !important; border-color: transparent } .btn-fifth-revert:focus, .btn-fifth-revert:hover, .btn-fifth-revert:active, .btn-fifth-revert-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent } /* -- SIXTH -- */ .btn-sixth { color: var(--btn-color-blue) !important; background-color: var(--btn-color-white) !important; border: none; border-bottom: 1px solid var(--btn-color-orange); } .btn-sixth:focus, .btn-sixth:hover, .btn-sixth:active, .btn-sixth-clicked { color: var(--btn-color-white) !important; background-color: var(--btn-color-blue) !important; border-color: transparent; } /* -- SUCCESS -- */ .btn-success { color: var(--btn-color-white); background-color: var(--btn-color-success); border-color: transparent } .btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success-clicked { color: var(--btn-color-white); background-color: var(--btn-color-success-clicked); border-color: rgba(0, 0, 0, 0) } /* -- WARNING -- */ .btn-warning { color: var(--btn-color-white); background-color: var(--btn-color-warning); border-color: transparent } .btn-warning:focus, .btn-warning:hover, .btn-warning:active, .btn-warning-clicked { color: var(--btn-color-white); background-color: var(--btn-color-warning-clicked); border-color: rgba(0, 0, 0, 0) } /* -- DANGER -- */ .btn-danger { color: var(--btn-color-white); background-color: var(--btn-color-danger); border-color: transparent } .btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger-clicked { color: var(--btn-color-white); background-color: var(--btn-color-danger-clicked); border-color: rgba(0, 0, 0, 0) } .btn-danger2 { color: var(--btn-color-white); background-color: var(--btn-color-danger2); border-color: transparent } .btn-danger2:focus, .btn-danger2:hover, .btn-danger2:active, .btn-danger2-clicked { color: var(--btn-color-white); background-color: var(--btn-color-danger2-clicked); border-color: rgba(0, 0, 0, 0) } /* -------- END Button -------- */ /* -------- Mobile Button -------- */ /* SCREEN WIDTH 1200 PX */ @media screen and (max-width: 1200px) { /* -- Configuration -- */ .btn-10 { padding: 10px; } .btn-20 { padding: 20px; } .btn-30 { padding: 30px; } .btn-40, .btn-50, .btn-60, .btn-70, .btn-80, .btn-90, .btn-100 { padding: 40px; font-size: 20px !important; } /* -- END Configuration -- */ } /* -------- END Mobile Button -------- */
0.242295
0.044328
body, html { margin: 0; padding: 0; height: 100%; font-family: 'Helvetica'; } .centering_div{ display:table; } .centered_div{ height:100%; display:table-cell; vertical-align:middle; text-align:center; } .center{ padding: 5px 0; } .hidden{ display: none; } /* Use to activate a question card */ .active{ display:block!important; } /* Use to not display item */ .no_display{ visibility: collapse; } /* to enable modified progress bar animations */ .progress.active .progress-bar { -webkit-transition: none !important; transition: none !important; } /* modify bootstrap btn-primary colors */ .btn-primary { color: #fff; background-color: #1976d2; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #2196f3; border-color: #2196f3; } .btn-success { color: #fff; background-color: #43a047; border-color: #43a047; } .btn-success:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #81c784; border-color: #81c784; } .btn-grey-lighten { color: #fff; background-color: #9e9e9e; border-color: #9e9e9e; } .btn-grey-lighten:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #bdbdbd; border-color: #bdbdbd; } .btn-red-delete { color: #fff; background-color: #d32f2f; border-color: #ef5350 ; } .btn-red-delete:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #ef5350 ; border-color: #d32f2f; } .blue_darken_2{ color: #1976d2; } .grey_lighten_1{ color: #bdbdbd; } .red_darken_2_header{ background: #d32f2f; } .blue_darken_2_header{ background: #1976d2; } .red_pantone_201c_back{ background: #990000; } .gray_darken_4_back{ background: #212121; } /* ------------------------------------------------------------------------------------------ */ /* -------------------------------------- HEADER STYLES ------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .header_main{ height: 150px; text-align: center; width: 100%; } .assessment_title_main{ background: #bdbdbd; height: 55px; text-align: center; width: 100%; color: white; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); } #header_row_div{ width: 100%; margin: 0 auto; } #page_title_icon_img{ max-height: 65px; } #page_title_txt_left_div{ text-align: left; } #page_title_txt{ font-size: 25px; color: white; } #page_logo_right_div{ text-align: right; } #page_header_logo{ max-height: 65px; } /* ------------------------------------------------------------------------------------------ */ /* -------------------------------------- FOOTER STYLES ------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .footer { height: 75px; right: 0; bottom: 0; left: 0; padding: 1rem; background-color: #efefef; text-align: center; } #footer_row{ margin-top: 20px; } .footer_adjust_rel{ position: relative; } .footer_adjust_abs{ position: absolute; } #user_id_button{ margin-left: 20px; margin-top: 10px; } #help_button{ margin-right: 20px; margin-top: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------- DASHBOARD STYLES ----------------------------------- */ /* ------------------------------------------------------------------------------------------ */ #assessments_main_dash_div{ max-width: 1000px; text-align: center; } #edit_assessments_main_div{ max-width: 1000px; text-align: center; } .dash_content_row_div{ max-width: 100%; margin: auto; } .dashboard_element_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); max-width: 400px; height: 310px; margin: auto; overflow: auto; } .dash_card_title_div{ padding-top: 5px; background-color: #efefef; } .available_options_list{ margin: auto; max-width: 250px; } .completed_quizzes_list{ margin: auto; text-align: left; max-width: 345px; overflow: auto; } .all_statistics_lists{ margin: auto; text-align: left; overflow: auto; } .zero_total_txt{ font-family: futura; font-size: 100px; color: dimgray; } .compl_quizzes_tbl{ font-size: 12px; } .compl_quiz_dash_score_low{ text-align: center; color: #d9534f; } .compl_quiz_dash_score_high{ text-align: center; color: #5cb85c; } #view_compl_quizzes_button{ margin-bottom: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------ QUIZ SITE STYLES ----------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .question_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px; margin-top: 20px; max-height: 100%; } #quiz_statistics_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-top: 20px; max-height: 100%; max-width: 700px; } .quiz_question_div{ max-width: 700px; } .question_item_div{ margin-top: 2px; min-height: 40px; border-radius: 10px; } .question_label{ font-size: 15px; vertical-align: middle; margin-left: 10px; padding-left: 40px!important; } .solution_glyphicon_correct{ color: #5cb85c; } .solution_glyphicon_incorrect{ color: #d9534f; } .solution_glyphicon_correct_not_selected{ color: #FFA500; } .alert-incorrect{ background-color: #eeeeee; border-color: #e0e0e0; } .view_answers_btn_div{ text-align: center; } .bottom_button_set{ width: 100%; text-align: center; margin: auto; } .previous_question_btn_div{ text-align: left; } .next_question_btn_div{ text-align:right; } .choice_mark{ position: absolute; font-size: 20px; transition-duration: 2s; } .progress-bar-grey{ background-color: #9e9e9e; } #quiz_statistics_page_header{ text-align: center; } #end_of_quiz_navigation{ width: 100%; text-align: center; } #previous_question_btn_end_quiz{ text-align: left; } .back_home_btn{ float: left; margin-bottom: 15px; } #final_score_percent{ font-family: futura; font-size: 60px; text-align: center; } #final_score_txt{ text-align: center; font-size: 20px; color: #6c757d; } #num_correct_div{ font-family: futura; font-size: 40px; text-align: center; color: #5cb85c; } #num_correct_txt{ text-align: center; font-size: 10px; color: #6c757d; } #num_incorrect_div{ font-family: futura; font-size: 40px; text-align: center; color: #d9534f; } #num_incorrect_txt{ text-align: center; font-size: 10px; color: #6c757d; } #quiz_results_summary_div{ margin-bottom: 20px; } #retry_quiz_btn{ float: right; } #end_of_quiz_nav_bar{ margin-bottom: 20px; } /* ------------------------------------------------------------------------------------------ */ /* --------------------------------------- ADMIN STYLE -------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ #quiz_title_txt{ text-align: left; font-weight: bold; } .dash_subsection_div{ text-align: left; width: 100%; margin: auto; } .add_new_item_btn{ margin-top: 15px; float: right; } .submit_to_db_btn_div{ text-align: center; margin: auto; margin-top: 20px; } .question_choice_tbl{ font-size: 12px; } .admin_dash_tbl_card{ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); margin: auto; } .delete_question_trash_btn:hover{ color: #9d2235; } .delete_choice_trash_btn:hover{ color: #9d2235; } #edit_quiz_name_span:hover{ color: #1976d2; } #edit_settings_span:hover{ color: #1976d2; } /* ------------------------------------------------------------------------------------------ */ /* --------------------------------------- MEDIA QUERIES ------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ @media screen and (max-width: 767px) { #page_header_logo{ max-height: 45px; } #page_title_icon_img{ max-height: 45px; } #page_title_txt{ display: none; } #page_title_txt_left_div{ text-align: inherit; } #page_logo_right_div{ text-align: inherit; } .dash_title_txt{ font-size: 20px; } .dash_subsection_div h3{ font-size: 18px; } #assessment_title_txt{ font-size: 20px; } .dash_card_title_txt{ font-size: 15px; } .quiz_list_btn{ max-width: 220px; margin: auto; } }
public/stylesheets/general_style.css
body, html { margin: 0; padding: 0; height: 100%; font-family: 'Helvetica'; } .centering_div{ display:table; } .centered_div{ height:100%; display:table-cell; vertical-align:middle; text-align:center; } .center{ padding: 5px 0; } .hidden{ display: none; } /* Use to activate a question card */ .active{ display:block!important; } /* Use to not display item */ .no_display{ visibility: collapse; } /* to enable modified progress bar animations */ .progress.active .progress-bar { -webkit-transition: none !important; transition: none !important; } /* modify bootstrap btn-primary colors */ .btn-primary { color: #fff; background-color: #1976d2; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #2196f3; border-color: #2196f3; } .btn-success { color: #fff; background-color: #43a047; border-color: #43a047; } .btn-success:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #81c784; border-color: #81c784; } .btn-grey-lighten { color: #fff; background-color: #9e9e9e; border-color: #9e9e9e; } .btn-grey-lighten:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #bdbdbd; border-color: #bdbdbd; } .btn-red-delete { color: #fff; background-color: #d32f2f; border-color: #ef5350 ; } .btn-red-delete:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #ef5350 ; border-color: #d32f2f; } .blue_darken_2{ color: #1976d2; } .grey_lighten_1{ color: #bdbdbd; } .red_darken_2_header{ background: #d32f2f; } .blue_darken_2_header{ background: #1976d2; } .red_pantone_201c_back{ background: #990000; } .gray_darken_4_back{ background: #212121; } /* ------------------------------------------------------------------------------------------ */ /* -------------------------------------- HEADER STYLES ------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .header_main{ height: 150px; text-align: center; width: 100%; } .assessment_title_main{ background: #bdbdbd; height: 55px; text-align: center; width: 100%; color: white; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); } #header_row_div{ width: 100%; margin: 0 auto; } #page_title_icon_img{ max-height: 65px; } #page_title_txt_left_div{ text-align: left; } #page_title_txt{ font-size: 25px; color: white; } #page_logo_right_div{ text-align: right; } #page_header_logo{ max-height: 65px; } /* ------------------------------------------------------------------------------------------ */ /* -------------------------------------- FOOTER STYLES ------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .footer { height: 75px; right: 0; bottom: 0; left: 0; padding: 1rem; background-color: #efefef; text-align: center; } #footer_row{ margin-top: 20px; } .footer_adjust_rel{ position: relative; } .footer_adjust_abs{ position: absolute; } #user_id_button{ margin-left: 20px; margin-top: 10px; } #help_button{ margin-right: 20px; margin-top: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------- DASHBOARD STYLES ----------------------------------- */ /* ------------------------------------------------------------------------------------------ */ #assessments_main_dash_div{ max-width: 1000px; text-align: center; } #edit_assessments_main_div{ max-width: 1000px; text-align: center; } .dash_content_row_div{ max-width: 100%; margin: auto; } .dashboard_element_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); max-width: 400px; height: 310px; margin: auto; overflow: auto; } .dash_card_title_div{ padding-top: 5px; background-color: #efefef; } .available_options_list{ margin: auto; max-width: 250px; } .completed_quizzes_list{ margin: auto; text-align: left; max-width: 345px; overflow: auto; } .all_statistics_lists{ margin: auto; text-align: left; overflow: auto; } .zero_total_txt{ font-family: futura; font-size: 100px; color: dimgray; } .compl_quizzes_tbl{ font-size: 12px; } .compl_quiz_dash_score_low{ text-align: center; color: #d9534f; } .compl_quiz_dash_score_high{ text-align: center; color: #5cb85c; } #view_compl_quizzes_button{ margin-bottom: 10px; } /* ------------------------------------------------------------------------------------------ */ /* ------------------------------------ QUIZ SITE STYLES ----------------------------------- */ /* ------------------------------------------------------------------------------------------ */ .question_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); border-radius: 10px; margin-top: 20px; max-height: 100%; } #quiz_statistics_card{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-top: 20px; max-height: 100%; max-width: 700px; } .quiz_question_div{ max-width: 700px; } .question_item_div{ margin-top: 2px; min-height: 40px; border-radius: 10px; } .question_label{ font-size: 15px; vertical-align: middle; margin-left: 10px; padding-left: 40px!important; } .solution_glyphicon_correct{ color: #5cb85c; } .solution_glyphicon_incorrect{ color: #d9534f; } .solution_glyphicon_correct_not_selected{ color: #FFA500; } .alert-incorrect{ background-color: #eeeeee; border-color: #e0e0e0; } .view_answers_btn_div{ text-align: center; } .bottom_button_set{ width: 100%; text-align: center; margin: auto; } .previous_question_btn_div{ text-align: left; } .next_question_btn_div{ text-align:right; } .choice_mark{ position: absolute; font-size: 20px; transition-duration: 2s; } .progress-bar-grey{ background-color: #9e9e9e; } #quiz_statistics_page_header{ text-align: center; } #end_of_quiz_navigation{ width: 100%; text-align: center; } #previous_question_btn_end_quiz{ text-align: left; } .back_home_btn{ float: left; margin-bottom: 15px; } #final_score_percent{ font-family: futura; font-size: 60px; text-align: center; } #final_score_txt{ text-align: center; font-size: 20px; color: #6c757d; } #num_correct_div{ font-family: futura; font-size: 40px; text-align: center; color: #5cb85c; } #num_correct_txt{ text-align: center; font-size: 10px; color: #6c757d; } #num_incorrect_div{ font-family: futura; font-size: 40px; text-align: center; color: #d9534f; } #num_incorrect_txt{ text-align: center; font-size: 10px; color: #6c757d; } #quiz_results_summary_div{ margin-bottom: 20px; } #retry_quiz_btn{ float: right; } #end_of_quiz_nav_bar{ margin-bottom: 20px; } /* ------------------------------------------------------------------------------------------ */ /* --------------------------------------- ADMIN STYLE -------------------------------------- */ /* ------------------------------------------------------------------------------------------ */ #quiz_title_txt{ text-align: left; font-weight: bold; } .dash_subsection_div{ text-align: left; width: 100%; margin: auto; } .add_new_item_btn{ margin-top: 15px; float: right; } .submit_to_db_btn_div{ text-align: center; margin: auto; margin-top: 20px; } .question_choice_tbl{ font-size: 12px; } .admin_dash_tbl_card{ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); margin: auto; } .delete_question_trash_btn:hover{ color: #9d2235; } .delete_choice_trash_btn:hover{ color: #9d2235; } #edit_quiz_name_span:hover{ color: #1976d2; } #edit_settings_span:hover{ color: #1976d2; } /* ------------------------------------------------------------------------------------------ */ /* --------------------------------------- MEDIA QUERIES ------------------------------------ */ /* ------------------------------------------------------------------------------------------ */ @media screen and (max-width: 767px) { #page_header_logo{ max-height: 45px; } #page_title_icon_img{ max-height: 45px; } #page_title_txt{ display: none; } #page_title_txt_left_div{ text-align: inherit; } #page_logo_right_div{ text-align: inherit; } .dash_title_txt{ font-size: 20px; } .dash_subsection_div h3{ font-size: 18px; } #assessment_title_txt{ font-size: 20px; } .dash_card_title_txt{ font-size: 15px; } .quiz_list_btn{ max-width: 220px; margin: auto; } }
0.42179
0.04597