File manager - Edit - /usr/local/cpanel/base/frontend/jupiter/cpguard/assets/css/style.css
Back
* { margin: 0; padding: 0; } #iframe-container { width: 100%; } .cpguard-container { padding: 0; position: relative; height: 100%; min-height: 910px; max-width: 1500px; margin: 0 auto; font-size: 10px; } .block-ui { content: ''; position: fixed; width: 100%; height: 100vh; z-index: 99; top: -100vh; left: 0; background: #fafafa9c; background-repeat: no-repeat; background-position-y: 50vh; transition: all .2s ease-in-out; opacity: 0; visibility: hidden; } .container-fluid .block-ui { margin-left: 65px; } .theme-dark .block-ui { background-color: #131313bf; } .cpguard-container.theme-dark { background-color: #000 !important; } .block-ui.loading { background-image: url(../img/ajax-loader.gif); } .cpguard-body { padding-top: 5px; position: relative; } .cpguard-body h2 { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } .cpguard-header { border-bottom: solid 1px #e0e0e0; padding: 15px; } .theme-dark .cpguard-header { border-bottom: solid 1px #484848; } .cpguard-title img { height: 70px; } .cpguard-header nav.navbar { margin-top: 10px; margin-bottom: 5px; } .navbar-collapse { padding: 0; } .cpguard-header .navbar-nav a { font-size: 1.4em; font-weight: 600; text-transform: uppercase; text-align: center; color: #6e6d7a; border-radius: 5px; padding: 10px 15px; margin-left: 20px; border: solid 2px transparent; } .cpguard-header .navbar-nav a:hover, .cpguard-header .navbar-nav a:focus { border: solid 2px #eee; background-color: #fff; box-shadow: 0 0px 2px rgba(0, 0, 0, .175); } .cpguard-header .navbar-nav li.active a { border: solid 2px #006D96; color: #006D96; } .cpguard-header .dropdown-menu { font-size: 1.1em; } .cpguard-header .dropdown:hover a { background-color: #fff; border: solid 2px #eee; border-bottom: none; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .cpguard-header .dropdown-menu li:hover .sub-menu { visibility: visible; } .cpguard-header .dropdown:hover .dropdown-menu { display: block; left: 20px; } .cpguard-header .virus-menu .dropdown-toggle { min-width: 170px; } .cpguard-header .virus-menu .sub-menu a { min-width: 166px; padding: 12px 0; color: #6e6d7a; } .cpguard-header li .sub-menu { border: solid 2px #eee; border-top: none; box-shadow: 0 4px 2px rgba(0, 0, 0, .175); background-color: #fff; } .cpguard-header .navbar-nav .sub-menu li a { margin: 0; border: none; border-radius: 0; } .cpguard-header .dropdown .dropdown-toggle {} .cpguard-header .dropdown:hover .dropdown-toggle { box-shadow: 0 0px 2px rgba(0, 0, 0, .175); } .cpguard-header .dropdown.active:hover .dropdown-toggle { border-bottom: none; } .cpguard-header .dropdown.active:hover .sub-menu { border: solid 2px #006D96; border-top: none; } .cpguard-header .dropdown .sub-menu a:hover { background-color: #eee; } .tooltip-toggle { cursor: pointer; position: relative; } .tooltip-toggle::before { position: absolute; top: -7px; right: 21px; background-color: #555; border-radius: 5px; color: #fff; content: attr(title); padding: .5em 1em; text-transform: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .tooltip-toggle::after { position: absolute; top: 3px; right: 16px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid green; content: " "; font-size: 0; line-height: 0; margin-left: -5px; width: 0; } .tooltip-toggle::before, .tooltip-toggle::after { color: #efefef; white-space: nowrap; font-size: 14px; opacity: 0; pointer-events: none; text-align: center; } .tooltip-toggle:hover::before, .tooltip-toggle:hover::after { opacity: 1; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; } .settings-button-icon { width: 40px; height: 40px; padding: 7px 0px; border-radius: 25px; text-align: center; font-size: 18px; line-height: 1.42857; margin-top: -1px; margin-left: 25px; background-color: #006D96; color: #e6e6e6; } .settings-button-icon i { line-height: 1.42857; } .settings-button-icon:hover, .settings-button-icon:focus { color: #fff; background-color: #007bff; } .section-head { border-bottom: solid 1px #e0e0e0; padding-bottom: 15px; padding-top: 20px; height: 80px; } .theme-dark .section-head { border-bottom: solid 1px #484848; } .section-head h2 { font-size: 3em; font-weight: 700; margin-top: 3px; color: #484848; } .theme-dark h2 { color: #a0a0a0; } .adv-filter-status { float: right; padding: 11px; font-weight: 400; font-size: 1.4em; color: #673ab7; display: none; } .adv-filter-status.active { display: block; } .adv-filter-status a { font-weight: 600; color: #673ab7; cursor: pointer; margin-left: 20px; } .advanced-filter { position: relative; } .adv-filter-modal { display: none; position: absolute; background-color: #fff; padding: 25px 30px; border: solid 1px #e6e6e6; right: 0; top: 54px; width: 36vw; z-index: 2500; box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px; transition: all 0.5s ease-in-out; } .theme-dark .adv-filter-modal { background-color: #525252; } .adv-filter-modal:after { border: 13px solid transparent; border-bottom-color: #ffffff; content: ""; left: 85%; margin-left: -10px; position: absolute; top: -26px; z-index: 2500; } .theme-dark .adv-filter-modal:after { border-bottom-color: #525252; } .theme-dark .adv-filter-modal hr { color: #000; background: #000; border: solid 1px #6d6c6c; } .advanced-filter h3 { margin-bottom: 25px; margin-left: -1px; } .advanced-filter .form-group { margin: 20px -15px; } .table-search-input { border: solid 1px #e6e6e6; font-size: 14px; border-radius: 25px; padding: 10px; padding-left: 40px; outline: none; float: right; width: 100%; background: none; position: relative; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32); height: 40px; } .table-search { position: relative; max-width: 360px; display: flex; float: right; width: 80%; } .table-search i { position: absolute; top: 15px; left: 20px; } .rounded-button { font-size: 14px; border-radius: 25px; padding: 8px 13px; outline: none; float: right; font-size: 1.2em; outline: none; border: solid 1px #ccc; background-color: #e6e6e6; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.32); position: relative; height: 40px; margin-left: 15px; } .theme-dark .rounded-button { color: #000; } .rounded-button.circular { width: 40px; border-radius: 50%; padding: 2px 11px; text-align: center; vertical-align: middle; overflow: visible; } .export-data { margin-right: 5px; } .rounded-button:focus, .rounded-button:hover { outline: none; border: solid 1px #5fadea; background-color: #eaf1fb; } .rounded-button.progress::before { background: transparent; content: ''; position: absolute; top: -2px; left: -2px; height: 42px; width: 42px; border: solid 4px green; border-radius: 50%; } .rounded-button.progress::after { content: ''; background: #fff; position: absolute; top: -2px; left: 17px; width: 5px; height: 4px; transform: rotate(45deg); transform-origin: 2px 21px; animation: lds-dual-ring 1.5s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Logs Table */ .table-responsive {} div.dataTables_wrapper div.dataTables_processing:before { content: "\f110"; font-family: 'Line Awesome Free'; font-size: 1.5em; font-weight: 900; display: inline-block; margin-right: 7px; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } table.dataTable th { text-transform: uppercase; } /* multiple select */ div.dataTables_wrapper div.dataTables_processing { top: 50vh; position: fixed; } table.dataTable.dt-checkboxes-select tbody tr, table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell { cursor: pointer; } table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell { text-align: center; } 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 { top: 10px; } table.dataTable tbody>tr:hover { background-color: #a5cdff17; box-shadow: 0px 2px 11px -6px #002e96; } table.dataTable th:first-child, table.dataTable td:first-child { padding-left: 20px; } table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected { background-color: #a5cdff17; } table.dataTable.stripe tbody>tr.odd.selected, table.dataTable.stripe tbody>tr.odd>.selected, table.dataTable.display tbody>tr.odd.selected, table.dataTable.display tbody>tr.odd>.selected { background-color: #a5cdff17; } table.dataTable.hover tbody>tr.selected:hover, table.dataTable.hover tbody>tr>.selected:hover, table.dataTable.display tbody>tr.selected:hover, table.dataTable.display tbody>tr>.selected:hover { background-color: #a5cdff17; } table.dataTable.display tbody>tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1 { background-color: #a5cdff17; } table.dataTable.display tbody>tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1 { background-color: #a5cdff17; } table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a { color: #007bff; } div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item { margin-left: 0.5em; } @media screen and (max-width: 640px) { div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item { margin-left: 0; display: block; } } @media screen and (max-width: 850px) { .section-head { height: 210px; } .table-search i { top: 28px; } .pull-right { padding-top: 12px; } } /* 851px – 1024px */ @media screen and (min-width: 851px) and (max-width: 1024px) { .section-head { height: 150px; } .table-search i { top: 28px; } .pull-right { padding-top: 15px; } } .dataTables_length, .dataTables_info, .dataTables_paginate { display: inline-block; padding-top: 15px; } .dataTables_info { margin-left: 20px; } .dataTables_paginate { float: right; } .table { font-family: 'Roboto', sans-serif; font-size: 1em; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding-top: 12px; padding-bottom: 10px; } .table th, .table thead th, .table td { vertical-align: middle; } .table>thead>tr>th { border-bottom: none; } .directadmin .table th, .directadmin .table thead th, .directadmin .table td { vertical-align: middle; } .theme-dark .table th, .theme-dark .table thead th, .theme-dark .table td { border-bottom: 1px solid #383838; color: #fff; } .table td:nth-child(2) { color: #003366; font-weight: 600; } .theme-dark .table td:nth-child(2) { color: #cac8c8; } .table td:last-child i.la { font-size: 1.5em; cursor: pointer; transition: all .1s ease-in-out; color: #1e7e34; } .table td:last-child i.la-trash, .table td:last-child i.la-power-off { color: #c82333; } .table td:last-child i.la:hover { color: #00acc1; } .table td { padding-top: 15px; padding-bottom: 15px; font-size: 0.9rem; color: #333366; vertical-align: middle; } .theme-dark .table td { color: #efefef; } .table .abc-checkbox label { padding-left: 20px; } .light-blue { border: solid 1px #eaf1fb; background-color: #eaf1fb } .light-green { border: solid 1px #eef6e8; background-color: #eef6e8 } .label { font-size: .8em; font-weight: 500; } .directadmin .abc-checkbox label::before {} .directadmin .table .abc-checkbox label::after {} .abc-checkbox input[type="checkbox"]:indeterminate+label::after, .abc-checkbox input[type="radio"]:indeterminate+label::after { margin-top: 7px; } .abc-checkbox input[type="checkbox"], .abc-checkbox input[type="radio"] { margin: 0; } .more-row-options { position: relative; margin-left: 20px; } .more-row-options .dropdown-menu { top: 13px; right: 15px; left: auto; } .table-select-options { position: fixed; bottom: 0; font-size: 1.4em; background-color: #c2edff; width: 91%; padding-left: 15px; padding-right: 15px; z-index: 100; display: none; } .directadmin {} .table-select-options>div { padding: 20px 0; margin: 0; } .multi-select-desc { padding-left: 25px; } .multi-select-actions { padding-left: 25px; } .multi-select-actions .note { padding-left: 25px; line-height: 2.1; color: #656565; } .multi-select-actions .btn { font-size: 16px; margin-top: -5px; float: left; } .multi-select-actions .more { margin-left: 30px; font-size: 20px; float: left; } .multi-select-close { padding-right: 40px; text-align: right; } .multi-select-close a:hover { text-decoration: none; font-weight: 600; } .multi-select-actions .more-options { position: relative; margin-left: 20px; } .multi-select-actions .more-options .dropdown-menu { top: auto; left: auto; bottom: 20px; } .full-scan {} .full-scan-left { background-color: #00acc1; text-align: center; height: 258px; } .full-scan-left .card-img { max-width: 80%; padding-top: 30px; } .full-scan-right { background-color: #26c6da; color: #fff; height: 258px; } .full-scan-right .card-title { text-transform: uppercase; } .full-scan-right .card-body { padding-top: 2.6em; } .full-scan-right .card-text { font-size: 1.2em; } .full-scan-button { margin-top: 11px; border: none; padding: 12px 15px; font-size: 1.5em; text-transform: uppercase; } .scan-start-info { margin-top: 15px; margin-left: 1px; font-size: 1.3em; color: #FFF; font-weight: 600; display: block; } .scan-start-info.success { display: block; color: #2b6539; } .scan-start-info.info { display: block; color: #673AB7; } .scan-start-info.error { display: block; color: #dc3545; } /* tabs manual scan */ .mscan-input { padding: 10px; width: 70%; font-size: 1.2em; color: #303030; background-color: #fff; border: solid 2px #fff; } .mscan-select { width: 70%; font-size: 1.2em; float: left; margin-right: 4px; } .mscan-select .selectize-input { padding: 13px; border-radius: 0; } .mscan-select .selectize-dropdown-content { padding: 10px 5px; } .mscan-button { padding: 10px; width: 20%; outline: none; border: solid 2px #28a745; font-weight: 600; font-size: 1.2em; text-transform: uppercase; } .mscan-tab .tab-pane p { padding-top: 20px; } .bd-example-tabs { background: #00acc1; color: #fff; margin-right: -15px; } .mscan-tab .nav-tabs { border-bottom: 1px solid #e4e4e4; } .mscan-tab .nav-tabs>li { margin-right: 1px; } .mscan-tab .nav-tabs>li:first-child>a.show { background: #00acc1; border-bottom: solid 1px #00acc1; color: #fff; } .mscan-tab .nav-tabs>li>a { border-radius: 0px; border: 1px solid #00acc1; border-right: 0px none; margin-right: 0px; color: #fff; transition: all 0.3s ease-in 0s; overflow: hidden; padding: 20px 30px; padding-right: 50px; background: #00acc1; border-bottom: solid 1px #fff; border-right: solid 1px #fff; font-weight: bold; } .mscan-tab .nav-tabs>li>a.active { background: #00acc1; border-bottom: solid 1px #00acc1; color: #fff; } .mscan-tab .nav-tabs>li>a img { width: 40px; float: left; margin-right: 10px; } .mscan-tab .nav-tabs>li>a span { float: left; display: block; text-transform: uppercase; word-wrap: break-word; word-break: break-word; width: 5em; } .mscan-tab .nav-tabs>li:last-child { border-right: 1px solid #ededed; } .mscan-tab .nav-tabs>li>a:hover {} .mscan-tab .nav-tabs>li.active>a, .mscan-tab .nav-tabs>li.active>a:focus, .mscan-tab .nav-tabs>li.active>a:hover { border-top: 2px solid #00acc1; border-right: 0px none; color: #444; background: #00acc1; border-bottom: solid 1px #fff; } .mscan-tab .tab-content { padding: 0; border: none; background-color: transparent; border-top: 0; } .mscan-tab .tab-content>.tab-pane { border: 1px solid #00acc1; border-top: 0px none; padding: 20px; padding-top: 50px; line-height: 22px; height: 175px; } .mscan-tab .tab-content>.tab-pane>h3 { margin-top: 0; } .mscan-list { overflow: hidden; } .mscan-main { padding: 0 15px; margin-top: 20px; overflow: hidden; } .mscan-logs { width: 100%; display: none; } .mscan-logs.active { display: none; background: #fafafa; z-index: 100; } .directadmin .mscan-logs.active { background: #fff; } button.back-to-scans { margin-right: 15px; border: none; box-shadow: none; padding: 8px 8px; } a.back-to-scans { text-decoration: none; } .mscan-logs { background-color: #fff; width: 100%; display: none; } .mscan-logs.active { visibility: visible; opacity: 1; } .mscan-details-widget { overflow: visible; padding-top: 15px; } .mscan-details-widget .widget-item { background-color: #97e4ef; overflow: hidden; padding: 10px 10px; padding-top: 15px; display: flex; align-items: center; justify-content: flex-start; height: 100px; } .mscan-details-widget .widget-item:not(:last-child) { margin-right: 20px; } .mscan-widget-icon { float: left; font-size: 1em; color: #108ac1; width: 4em; } .mscan-widget-details { float: left; margin-top: 5px; padding-left: 15px; padding-right: 5px; color: #264296; overflow: hidden; } .mscan-details .mscan-title { font-size: 0.9em; text-transform: uppercase; display: flex; align-items: center; justify-content: flex-start; gap: 4px; } .mscan-details .mscan-detail { font-size: 1.3em; display: flex; align-items: center; justify-content: flex-start; gap: 4px; } /*.mscan-details .mscan-title{ font-size: 0.9em; text-transform: uppercase; } .mscan-details .mscan-detail{ font-size: 1.3em; }*/ .virus-details { position: fixed; left: 0; right: 0; margin: 0 auto; top: 100px; width: 40vw; font-size: 1.3em; background-color: #fff; padding: 25px; -webkit-box-shadow: 5px 0px 12px 0px rgba(0, 0, 0, 0.33); -moz-box-shadow: 5px 0px 12px 0px rgba(0, 0, 0, 0.33); box-shadow: 5px 0px 12px 0px rgba(0, 0, 0, 0.33); display: none; transition: .5s all ease-in-out; z-index: 1000; } .theme-dark .virus-details { background-color: #525252; } .virus-title h3 { padding: 15px; border-bottom: solid 1px #eee; margin-bottom: 25px; font-weight: 600; } .virus-title button { float: right; position: absolute; top: 10px; right: 10px; background-color: transparent; outline: none; border: none; padding: 8px; font-size: 2em; color: #dc3545; font-weight: 500; } .virus-title button:hover { text-shadow: 0px 0px 6px rgba(206, 0, 0, 0.84); } .virus-details .detail-item { width: 100%; padding: 8px 15px; overflow: hidden; } .virus-details .detail-item .head { float: left; width: 30%; } .virus-details .detail-item .detail { float: left; width: 70%; font-weight: 600; word-break: break-all; } .virus-details .badge { padding: 5px 10px; font-size: 1.1em; font-weight: 400; } .file-editor { position: absolute; display: none; z-index: 99; background: #fff; top: 80px; z-index: 1001; box-shadow: 0px 0px 20px 0px rgba(130, 140, 178, 0.1); } .theme-dark .file-editor { background: #525252; } .virus-actions { border-top: solid 1px #f6f6f6; margin-top: 15px; padding-top: 25px; padding-left: 15px; padding-bottom: 10px; } .virus-actions button { margin-right: 15px; } .refresh-counter { color: #6c757d; font-size: 1.1em; margin-top: 10px; padding-right: 10px; } button.loading:before { content: "\f1ce"; font-family: 'Line Awesome Free'; font-weight: 900; display: inline-block; margin-right: 7px; animation: lds-dual-ring 1.2s linear infinite; } @keyframes lds-dual-ring { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .settings-modal { position: absolute; display: none; z-index: 99; background: #fff; top: 80px; min-width: 50vw; z-index: 1001; box-shadow: 0px 0px 20px 0px rgba(130, 140, 178, 0.1); padding-left: 50px; padding-right: 50px; padding-top: 20px; padding-bottom: 30px; } .theme-dark .settings-modal { background: rgb(28, 27, 27); color: #fff; } .cms-threat-section .card-body { overflow-x: scroll !important; } .settings-content { min-height: 30vh; max-height: calc(99vh - 300px); overflow-x: hidden; overflow-y: scroll; padding-top: 20px; } .settings-header { position: relative; } .settings-header .close-settings { position: absolute; right: 0px; top: 15px; font-size: 2em; color: #dc3545; cursor: pointer; } .settings-header .close-settings:hover { text-shadow: 0px 0px 6px rgba(206, 0, 0, 0.84); } .settings-header .saving-status { position: absolute; right: 15px; bottom: -25px; display: none; } .settings-header h1 { font-size: 3em; font-weight: 600; margin-left: -4px; } .settings-desc { margin-bottom: 30px; display: inline-block; } /* Settings main Tabs panel */ /* Default mode */ .settings-nav>.nav-tabs { border: none; margin: 0px; } .settings-nav>.nav-tabs>li { margin-right: 2px; } .settings-nav>.nav-tabs>li>a { border: 0; margin-right: 0; color: #737373; font-weight: 600; font-size: 1.8em; padding-left: 2px; } .settings-nav>.nav-tabs>li>a>i { color: #a6a6a6; } .settings-nav>.nav-tabs>li.open, .settings-nav>.nav-tabs>li:hover { border-bottom: 4px solid #fbcdcf; } .settings-nav>.nav-tabs>li.open>a, .settings-nav>.nav-tabs>li:hover>a { border: 0; background: none !important; color: #333333; } .settings-nav>.nav-tabs>li.open>a>i, .settings-nav>.nav-tabs>li:hover>a>i { color: #a6a6a6; } .settings-nav>.nav-tabs>li.open .dropdown-menu, .settings-nav>.nav-tabs>li:hover .dropdown-menu { margin-top: 0px; } .settings-nav>.nav-tabs>li.active { border-bottom: 4px solid #f3565d; position: relative; } .settings-nav>.nav-tabs>li.active>a { border: 0; color: #333333; } .theme-dark .settings-nav>.nav-tabs>li.active>a { color: #d7d7d7; } .settings-nav>.nav-tabs>li.active>a>i { color: #404040; } .settings-nav>.tab-content { margin-top: -3px; background-color: transparent; border: 0; border-top: 1px solid #eee; padding: 15px 0; } .portlet .settings-nav>.tab-content { padding-bottom: 0; } /* Below tabs mode */ .settings-nav .tabs-below>.nav-tabs>li { border-top: 4px solid transparent; } .settings-nav .tabs-below>.nav-tabs>li>a { margin-top: 0; } .settings-nav .tabs-below>.nav-tabs>li:hover { border-bottom: 0; border-top: 4px solid #fbcdcf; } .settings-nav .tabs-below>.nav-tabs>li.active { margin-bottom: -2px; border-bottom: 0; border-top: 4px solid #f3565d; } .settings-nav .tabs-below>.tab-content { margin-top: -10px; border-top: 0; border-bottom: 1px solid #eee; padding-bottom: 15px; } .settings-content form { padding-right: 30px; } .settings-content label { font-weight: 600; font-size: 1.1em; } .settings-content .form-text { font-size: 0.9em; } .settings-content .recommended { color: #FFD700; } .settings-content .form-text { padding-top: calc(.375em + 1px); padding-bottom: calc(.375em + 1px); padding-left: 2px; } .settings-content a.restart-link { color: #007bff; cursor: pointer; } .settings-content a.restart-link i { visibility: hidden; opacity: 0; width: 0; } .settings-content .form-group { width: 100%; margin-bottom: 0; display: inline-block; } .settings-content .form-group-sub { margin-left: 25px; } .settings-content .form-group-sub select { width: auto; } .settings-content .process-status { font-size: 1.2em; font-weight: 500; } .settings-content .process-status-text { font-size: 0.9em; color: #989898; padding-left: 26px; } .settings-content section h2 { margin-bottom: 15px; } .settings-content section h3 { margin-bottom: 8px; font-size: 1.3em; } .settings-content h4 { margin-bottom: 15px; font-size: 1.8em; font-weight: 600; } .settings-content .form-group { margin-bottom: 30px; } .settings-content .form-check { margin-top: 15px; overflow: hidden; } .settings-content .form-check-label { font-weight: 600; font-size: 1.4em; } .settings-content .form-check p { margin-left: 25px; font-size: 1.2em; } .settings-content section.loading { content: ''; background-image: url(../img/ajax-loader.gif); background-repeat: no-repeat; background-position-x: center; background-position-y: 30%; } .settings-content .srbl-note { margin-top: 10px; color: #FF9233; margin-bottom: 0; } .settings-content .srbl-note i { font-size: 1.45em; } /* tabs inside settings */ .nav-tabs { border-bottom: 1px solid #e4e4e4; } .nav-tabs>li { margin-right: 1px; } .nav-tabs>li>a { border-radius: 0px; border: 1px solid #e4e4e4; border-right: 0px none; margin-right: 0px; padding: 8px 17px; color: #222222; transition: all 0.3s ease-in 0s; } .nav-tabs>li:last-child { border-right: 1px solid #ededed; } .nav-tabs>li>a { padding: 10px 20px; border: 1px solid #ededed; border-right: 0px none; border-top: 2px solid #ededed; background: #ededed; color: #8f8f8f; font-weight: 600; font-size: .8rem; } .nav-tabs>li>a:hover { border-bottom-color: #ededed; border-right: 0px none; background: #f1f1f1; color: #444; } .nav-tabs>li>a.active:hover { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border-top: 2px solid #3498db; border-right: 0px none; color: #444; } .theme-dark .nav-tabs>li>a:hover, .theme-dark .nav-tabs>li.active>a, .theme-dark .nav-tabs>li.active>a:focus .theme-dark .nav-tabs>li.active>a:hover { background-image: linear-gradient(#868585, #5d5b5b); border-bottom-color: #5d5b5b; color: #fff; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .theme-dark .nav-tabs .nav-item.show .nav-link, .theme-dark .nav-tabs .nav-link.active { color: #e6e6e6; background-color: #5d5b5b; border-color: #dee2e6 #dee2e6 #5d5b5b; } .settings-content .tab-content { padding: 0; border: none; background-color: transparent; } .theme-dark .settings-content .tab-content { background-color: #5d5b5b; } .settings-content .tab-content>.tab-pane { border: 1px solid #e4e4e4; border-top: 0px none; padding: 20px; line-height: 22px; overflow: hidden; } .settings-content .tab-content>.tab-pane>h3 { margin-top: 0; } .settings-content .notification-highligt { background-color: #fafafa; padding: 15px; padding-bottom: 10px; border-radius: 6px; margin: 0px; margin-bottom: 15px; } /* end tabs inside settings */ .list-select {} .list-select .list { padding: 0; border: none; outline: none; max-height: 140px; overflow-y: auto; margin-top: 10px; position: relative; width: 100%; background-color: transparent; } .list-select .list li { list-style: none; padding: 0 10px; padding-top: 5px; height: 35px; position: relative; border-bottom: solid 1px #e6e6e6; background-color: transparent; } .list-select .list i { position: absolute; top: 5px; right: 15px; cursor: pointer; visibility: hidden; color: red; font-size: 22px; } .list-select .list li:hover i { visibility: visible; } .list-select input.list-input { border: none; border: solid 1px #e6e6e6; border-radius: 3px; width: auto; float: left; margin-right: 10px; width: 200px; } .list-select .list-input.selectize-control { width: 200px; float: left; margin-right: 10px } .list-select .list-input .selectize-input { padding: 5px 8px; } .list-select .list-input:focus { box-shadow: none; outline: none; border-bottom: solid 1px #e6e6e6; } .list-select .list-button { border: none; border-bottom: solid 1px #e6e6e6; } .cms-stats .card, .cms-threat-section .card { background: #ffffff; padding: 0px; box-shadow: 0px 0px 20px 0px rgba(130, 140, 178, 0.1); border-radius: 3px; } .theme-dark .cms-stats .card, .theme-dark .cms-threat-section .card { background-color: #3a3a3a; } .theme-dark .cms-stats .card p, .theme-dark .cms-threat-section .card p { color: #fff; } .svg-icon.svg-success svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; fill: #1BC5BD !important; } .svg-icon.svg-warning svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; fill: #FFA800 !important; } .svg-icon.svg-danger svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; fill: #F64E60 !important; } .svg-icon.svg-primary svg g [fill] { -webkit-transition: fill .3s ease; transition: fill .3s ease; fill: #007bff !important } .svg-icon.svg-mscan svg g [fill] { -webkit-transition: fill .3s ease; transition: fill .3s ease; fill: #264296 !important } .svg-icon.svg-icon-2x svg { height: 2em !important; width: 2em !important; } .svg-icon.svg-icon-3x svg { height: 3em !important; width: 3em !important; } .svg-icon.svg-icon-4x svg { height: 4em !important; width: 4em !important; } .svg-icon.svg-icon-5x svg { height: 5em !important; width: 5em !important; } .svg-icon.svg-icon-10x svg { height: 10em !important; width: 10em !important; } .spinner { animation: rotate 2s linear infinite; z-index: 2; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; } .path { stroke: hsl(210, 70, 75); stroke-linecap: round; animation: dash 1.5s ease-in-out infinite; } .directadmin .badge-danger { background-color: #d03f00 } .directadmin .badge-success { background-color: #83b655 } .directadmin .badge-warning { background-color: #f6c342 } .directadmin .badge-info { background-color: #179bd7 } @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; } 50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; } 100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; } } .badge-version { cursor: pointer !important; } .badge { cursor: auto; } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5) } .row>* { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y) } .col { flex: 1 0 0% } .row-cols-auto>* { flex: 0 0 auto; width: auto } .row-cols-1>* { flex: 0 0 auto; width: 100% } .row-cols-2>* { flex: 0 0 auto; width: 50% } .row-cols-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-4>* { flex: 0 0 auto; width: 25% } .row-cols-5>* { flex: 0 0 auto; width: 20% } .row-cols-6>* { flex: 0 0 auto; width: 16.6666666667% } @media (min-width:576px) { .col-sm { flex: 1 0 0% } .row-cols-sm-auto>* { flex: 0 0 auto; width: auto } .row-cols-sm-1>* { flex: 0 0 auto; width: 100% } .row-cols-sm-2>* { flex: 0 0 auto; width: 50% } .row-cols-sm-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-sm-4>* { flex: 0 0 auto; width: 25% } .row-cols-sm-5>* { flex: 0 0 auto; width: 20% } .row-cols-sm-6>* { flex: 0 0 auto; width: 16.6666666667% } } @media (min-width:768px) { .col-md { flex: 1 0 0% } .row-cols-md-auto>* { flex: 0 0 auto; width: auto } .row-cols-md-1>* { flex: 0 0 auto; width: 100% } .row-cols-md-2>* { flex: 0 0 auto; width: 50% } .row-cols-md-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-md-4>* { flex: 0 0 auto; width: 25% } .row-cols-md-5>* { flex: 0 0 auto; width: 20% } .row-cols-md-6>* { flex: 0 0 auto; width: 16.6666666667% } } @media (min-width:992px) { .col-lg { flex: 1 0 0% } .row-cols-lg-auto>* { flex: 0 0 auto; width: auto } .row-cols-lg-1>* { flex: 0 0 auto; width: 100% } .row-cols-lg-2>* { flex: 0 0 auto; width: 50% } .row-cols-lg-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-lg-4>* { flex: 0 0 auto; width: 25% } .row-cols-lg-5>* { flex: 0 0 auto; width: 20% } .row-cols-lg-6>* { flex: 0 0 auto; width: 16.6666666667% } } @media (min-width:1200px) { .col-xl { flex: 1 0 0% } .row-cols-xl-auto>* { flex: 0 0 auto; width: auto } .row-cols-xl-1>* { flex: 0 0 auto; width: 100% } .row-cols-xl-2>* { flex: 0 0 auto; width: 50% } .row-cols-xl-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-xl-4>* { flex: 0 0 auto; width: 25% } .row-cols-xl-5>* { flex: 0 0 auto; width: 20% } .row-cols-xl-6>* { flex: 0 0 auto; width: 16.6666666667% } } @media (min-width:1400px) { .col-xxl { flex: 1 0 0% } .row-cols-xxl-auto>* { flex: 0 0 auto; width: auto } .row-cols-xxl-1>* { flex: 0 0 auto; width: 100% } .row-cols-xxl-2>* { flex: 0 0 auto; width: 50% } .row-cols-xxl-3>* { flex: 0 0 auto; width: 33.3333333333% } .row-cols-xxl-4>* { flex: 0 0 auto; width: 25% } .row-cols-xxl-5>* { flex: 0 0 auto; width: 20% } .row-cols-xxl-6>* { flex: 0 0 auto; width: 16.6666666667% } } .col-auto { flex: 0 0 auto; width: auto } .col-1 { flex: 0 0 auto; width: 8.33333333% } .col-2 { flex: 0 0 auto; width: 16.66666667% } .col-3 { flex: 0 0 auto; width: 25% } .col-4 { flex: 0 0 auto; width: 33.33333333% } .col-5 { flex: 0 0 auto; width: 41.66666667% } .col-6 { flex: 0 0 auto; width: 50% } .col-7 { flex: 0 0 auto; width: 58.33333333% } .col-8 { flex: 0 0 auto; width: 66.66666667% } .col-9 { flex: 0 0 auto; width: 75% } .col-10 { flex: 0 0 auto; width: 83.33333333% } .col-11 { flex: 0 0 auto; width: 91.66666667% } .col-12 { flex: 0 0 auto; width: 100% } .offset-1 { margin-left: 8.33333333% } .offset-2 { margin-left: 16.66666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.33333333% } .offset-5 { margin-left: 41.66666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.33333333% } .offset-8 { margin-left: 66.66666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.33333333% } .offset-11 { margin-left: 91.66666667% } .g-0, .gx-0 { --bs-gutter-x: 0 } .g-0, .gy-0 { --bs-gutter-y: 0 } .g-1, .gx-1 { --bs-gutter-x: 0.25rem } .g-1, .gy-1 { --bs-gutter-y: 0.25rem } .g-2, .gx-2 { --bs-gutter-x: 0.5rem } .g-2, .gy-2 { --bs-gutter-y: 0.5rem } .g-3, .gx-3 { --bs-gutter-x: 1rem } .g-3, .gy-3 { --bs-gutter-y: 1rem } .g-4, .gx-4 { --bs-gutter-x: 1.5rem } .g-4, .gy-4 { --bs-gutter-y: 1.5rem } .g-5, .gx-5 { --bs-gutter-x: 3rem } .g-5, .gy-5 { --bs-gutter-y: 3rem } @media (min-width:576px) { .col-sm-auto { flex: 0 0 auto; width: auto } .col-sm-1 { flex: 0 0 auto; width: 8.33333333% } .col-sm-2 { flex: 0 0 auto; width: 16.66666667% } .col-sm-3 { flex: 0 0 auto; width: 25% } .col-sm-4 { flex: 0 0 auto; width: 33.33333333% } .col-sm-5 { flex: 0 0 auto; width: 41.66666667% } .col-sm-6 { flex: 0 0 auto; width: 50% } .col-sm-7 { flex: 0 0 auto; width: 58.33333333% } .col-sm-8 { flex: 0 0 auto; width: 66.66666667% } .col-sm-9 { flex: 0 0 auto; width: 75% } .col-sm-10 { flex: 0 0 auto; width: 83.33333333% } .col-sm-11 { flex: 0 0 auto; width: 91.66666667% } .col-sm-12 { flex: 0 0 auto; width: 100% } .offset-sm-0 { margin-left: 0 } .offset-sm-1 { margin-left: 8.33333333% } .offset-sm-2 { margin-left: 16.66666667% } .offset-sm-3 { margin-left: 25% } .offset-sm-4 { margin-left: 33.33333333% } .offset-sm-5 { margin-left: 41.66666667% } .offset-sm-6 { margin-left: 50% } .offset-sm-7 { margin-left: 58.33333333% } .offset-sm-8 { margin-left: 66.66666667% } .offset-sm-9 { margin-left: 75% } .offset-sm-10 { margin-left: 83.33333333% } .offset-sm-11 { margin-left: 91.66666667% } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0 } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0 } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem } } @media (min-width:768px) { .col-md-auto { flex: 0 0 auto; width: auto } .col-md-1 { flex: 0 0 auto; width: 8.33333333% } .col-md-2 { flex: 0 0 auto; width: 16.66666667% } .col-md-3 { flex: 0 0 auto; width: 25% } .col-md-4 { flex: 0 0 auto; width: 33.33333333% } .col-md-5 { flex: 0 0 auto; width: 41.66666667% } .col-md-6 { flex: 0 0 auto; width: 50% } .col-md-7 { flex: 0 0 auto; width: 58.33333333% } .col-md-8 { flex: 0 0 auto; width: 66.66666667% } .col-md-9 { flex: 0 0 auto; width: 75% } .col-md-10 { flex: 0 0 auto; width: 83.33333333% } .col-md-11 { flex: 0 0 auto; width: 91.66666667% } .col-md-12 { flex: 0 0 auto; width: 100% } .offset-md-0 { margin-left: 0 } .offset-md-1 { margin-left: 8.33333333% } .offset-md-2 { margin-left: 16.66666667% } .offset-md-3 { margin-left: 25% } .offset-md-4 { margin-left: 33.33333333% } .offset-md-5 { margin-left: 41.66666667% } .offset-md-6 { margin-left: 50% } .offset-md-7 { margin-left: 58.33333333% } .offset-md-8 { margin-left: 66.66666667% } .offset-md-9 { margin-left: 75% } .offset-md-10 { margin-left: 83.33333333% } .offset-md-11 { margin-left: 91.66666667% } .g-md-0, .gx-md-0 { --bs-gutter-x: 0 } .g-md-0, .gy-md-0 { --bs-gutter-y: 0 } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem } } @media (min-width:992px) { .col-lg-auto { flex: 0 0 auto; width: auto } .col-lg-1 { flex: 0 0 auto; width: 8.33333333% } .col-lg-2 { flex: 0 0 auto; width: 16.66666667% } .col-lg-3 { flex: 0 0 auto; width: 25% } .col-lg-4 { flex: 0 0 auto; width: 33.33333333% } .col-lg-5 { flex: 0 0 auto; width: 41.66666667% } .col-lg-6 { flex: 0 0 auto; width: 50% } .col-lg-7 { flex: 0 0 auto; width: 58.33333333% } .col-lg-8 { flex: 0 0 auto; width: 66.66666667% } .col-lg-9 { flex: 0 0 auto; width: 75% } .col-lg-10 { flex: 0 0 auto; width: 83.33333333% } .col-lg-11 { flex: 0 0 auto; width: 91.66666667% } .col-lg-12 { flex: 0 0 auto; width: 100% } .offset-lg-0 { margin-left: 0 } .offset-lg-1 { margin-left: 8.33333333% } .offset-lg-2 { margin-left: 16.66666667% } .offset-lg-3 { margin-left: 25% } .offset-lg-4 { margin-left: 33.33333333% } .offset-lg-5 { margin-left: 41.66666667% } .offset-lg-6 { margin-left: 50% } .offset-lg-7 { margin-left: 58.33333333% } .offset-lg-8 { margin-left: 66.66666667% } .offset-lg-9 { margin-left: 75% } .offset-lg-10 { margin-left: 83.33333333% } .offset-lg-11 { margin-left: 91.66666667% } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0 } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0 } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem } } @media (min-width:1200px) { .col-xl-auto { flex: 0 0 auto; width: auto } .col-xl-1 { flex: 0 0 auto; width: 8.33333333% } .col-xl-2 { flex: 0 0 auto; width: 16.66666667% } .col-xl-3 { flex: 0 0 auto; width: 25% } .col-xl-4 { flex: 0 0 auto; width: 33.33333333% } .col-xl-5 { flex: 0 0 auto; width: 41.66666667% } .col-xl-6 { flex: 0 0 auto; width: 50% } .col-xl-7 { flex: 0 0 auto; width: 58.33333333% } .col-xl-8 { flex: 0 0 auto; width: 66.66666667% } .col-xl-9 { flex: 0 0 auto; width: 75% } .col-xl-10 { flex: 0 0 auto; width: 83.33333333% } .col-xl-11 { flex: 0 0 auto; width: 91.66666667% } .col-xl-12 { flex: 0 0 auto; width: 100% } .offset-xl-0 { margin-left: 0 } .offset-xl-1 { margin-left: 8.33333333% } .offset-xl-2 { margin-left: 16.66666667% } .offset-xl-3 { margin-left: 25% } .offset-xl-4 { margin-left: 33.33333333% } .offset-xl-5 { margin-left: 41.66666667% } .offset-xl-6 { margin-left: 50% } .offset-xl-7 { margin-left: 58.33333333% } .offset-xl-8 { margin-left: 66.66666667% } .offset-xl-9 { margin-left: 75% } .offset-xl-10 { margin-left: 83.33333333% } .offset-xl-11 { margin-left: 91.66666667% } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0 } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0 } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem } .g-xl-1, .gy-xl-1 { --bs-gutter-y: 0.25rem } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem } } @media (min-width:1400px) { .col-xxl-auto { flex: 0 0 auto; width: auto } .col-xxl-1 { flex: 0 0 auto; width: 8.33333333% } .col-xxl-2 { flex: 0 0 auto; width: 16.66666667% } .col-xxl-3 { flex: 0 0 auto; width: 25% } .col-xxl-4 { flex: 0 0 auto; width: 33.33333333% } .col-xxl-5 { flex: 0 0 auto; width: 41.66666667% } .col-xxl-6 { flex: 0 0 auto; width: 50% } .col-xxl-7 { flex: 0 0 auto; width: 58.33333333% } .col-xxl-8 { flex: 0 0 auto; width: 66.66666667% } .col-xxl-9 { flex: 0 0 auto; width: 75% } .col-xxl-10 { flex: 0 0 auto; width: 83.33333333% } .col-xxl-11 { flex: 0 0 auto; width: 91.66666667% } .col-xxl-12 { flex: 0 0 auto; width: 100% } .offset-xxl-0 { margin-left: 0 } .offset-xxl-1 { margin-left: 8.33333333% } .offset-xxl-2 { margin-left: 16.66666667% } .offset-xxl-3 { margin-left: 25% } .offset-xxl-4 { margin-left: 33.33333333% } .offset-xxl-5 { margin-left: 41.66666667% } .offset-xxl-6 { margin-left: 50% } .offset-xxl-7 { margin-left: 58.33333333% } .offset-xxl-8 { margin-left: 66.66666667% } .offset-xxl-9 { margin-left: 75% } .offset-xxl-10 { margin-left: 83.33333333% } .offset-xxl-11 { margin-left: 91.66666667% } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0 } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0 } .g-xxl-1, .gx-xxl-1 { --bs-gutter-x: 0.25rem } .g-xxl-1, .gy-xxl-1 { --bs-gutter-y: 0.25rem } .g-xxl-2, .gx-xxl-2 { --bs-gutter-x: 0.5rem } .g-xxl-2, .gy-xxl-2 { --bs-gutter-y: 0.5rem } .g-xxl-3, .gx-xxl-3 { --bs-gutter-x: 1rem } .g-xxl-3, .gy-xxl-3 { --bs-gutter-y: 1rem } .g-xxl-4, .gx-xxl-4 { --bs-gutter-x: 1.5rem } .g-xxl-4, .gy-xxl-4 { --bs-gutter-y: 1.5rem } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 3rem } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 3rem } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings