[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: custom.css
.status-filter button { padding: 7px 15px; font-size: 14px; font-weight: 600; } .currency-icon { color: #fff; font-weight: 600; line-height: 2.5; } .btn-filter { border-color: #a3afbb; border-radius: 10px; font-size: 12px; font-family: "Montserrat-SemiBold"; margin-top: 0; margin-bottom: 15px; } .profile-card .edit-profile a { height: 26px; /*width: 100px;*/ } .profile-card .edit-profile a i { font-size: 10px; margin-top: -10px; } .profile-card .lock-icon { color: #fff; height: 28px; float: left; background: #ef3939; border-radius: 6px; width: 25px !important; line-height: 25px; text-align: center; } .btn-return-home { border: none; color: #fff; height: auto !important; margin-top: 10px; margin-right: 10px; padding: 10px; border-color: #a3afbb; border-radius: 10px; line-height: 40px; font-size: 12px; font-family: "Montserrat-SemiBold"; } .card .slash { display: inline; margin: 0 4px; } .card .slash:after { content: "/"; } .card .bullet:after { content: "\2022"; } .invite_user_div { display: none; } span.error-message { color: red; font-size: 13px; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #0f5ef7; } .card.setting-card.setting-logo-box .logo-content img { height: 60px; } span[class^="invalid-"] strong { font-size: 12px; } .w-20 { width: 20%; } .invalid-feedback { font-size: 100%; } .notes-list .note-title, .notes-list .note-text { /* color: #fff;*/ font-size: 15px; } .notes-list .bg-secondary .note-title, .notes-list .bg-secondary .note-text { color: #000; } /*Timesheet*/ .timesheet-table .dataTables_wrapper { padding: 0; } .timesheet-table tr:nth-child(even) { background-color: #f9f8f8; } .timesheet-table tr th:nth-child(even), .timesheet-table tr td:nth-child(even) { background: #f9f8f8; } .timesheet-table tr.footer-total th:nth-child(even), .timesheet-table tr.footer-total td:nth-child(even) { background: transparent; } .timesheet-table .data-table tbody { border-bottom: none; } .timesheet-table tr th:first-child, .timesheet-table tr td:first-child, .timesheet-table tr.footer-total td:first-child { width: 160px !important; text-align: left; } .timesheet-table .data-tbl-pagination { padding: 25px; } .timesheet-table tr th { text-align: center; vertical-align: middle; } .timesheet-table tr th small { font-size: 10px; } .timesheet-table tr td .task.blue { color: #008aff; font-weight: 600; } .timesheet-table tr td .day-time { border: 1px solid #b7bbc1; border-radius: 10px; font-size: 12px; color: #606b84; padding: 8px; max-width: 70px; text-align: center; line-height: 10px; margin: 0 auto; cursor: pointer; } .timesheet-table tr td .total.day-time { color: #008aff; border-color: #008aff; font-weight: 600; } .timesheet-table tr.footer-total td { font-size: 12px; font-weight: 600; color: #606b84; text-align: center; } .timesheet-table tr.footer-total td .total-value { color: #008aff; } .timesheet-table tr.footer-total { background-color: #fff !important; } .display-total-time { font-size: 14px; font-weight: 500; height: 50px; border: 1px solid rgba(221, 221, 221, 1); padding: 12px; background: rgba(241, 241, 241, 1); margin: 14px 0; text-align: center; border-radius: 4px; width: 100%; } .select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field { border-color: #a3afbb; } .weekly-dates { padding: 0 10px; } .dz-message { border: none !important; } .dropzone .dz-preview .dz-image img { width: 100% !important; } .dropzone.dz-clickable { /* background: #fff !important; */ } .dropzone .dz-preview { margin: 10px !important; padding: 10px !important; width: 120px !important; } .dropzone .dz-preview .dz-image { width: 100px !important; height: 100px !important; } .dz-filename { overflow: hidden !important; text-overflow: ellipsis !important; } .dropzone { display: block !important; } .browse-file { position: relative; width: calc(100% - 10px); border: 2px dashed #9c27b0; border-radius: 10px; text-align: center; padding: 50px 0; } /*div#change_view { margin-top: 5px; height: 32px; }*/ .kanban-col { max-width: 24.5rem; } .kanban-col .card-list-title { padding: 10px 20px; border-color: #8492a6; background-color: #8492a6; border-radius: 0.25rem; box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); } .draggable-item .task-title { white-space: normal; display: block; line-height: 1; font-size: 12px; } .draggable-item .action-item { font-size: 13px; } .profile-card .edit-icon, .profile-card .delete-icon { line-height: 20px; } .profile-card .edit-icon { background: #0f5ef7; } .profile-card .edit-icon i { color: #fff; } .beep:after { content: ""; position: absolute; top: 2px; right: 8px; width: 7px; height: 7px; background-color: #ffa426; border-radius: 50%; -webkit-animation: pulsate 1s ease-out; animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 1; } .pulsate { -webkit-animation: pulsate 1s ease-out; animation: pulsate 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; opacity: 1; } @-webkit-keyframes pulsate { 0% { -webkit-transform: scale(0.1, 0.1); opacity: 0; } 50% { opacity: 1; } 100% { -webkit-transform: scale(1.2, 1.2); opacity: 0; } } table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer { border-color: #eff2f7; } .selectgroup { display: flex; } .selectgroup-item { flex-grow: 1; position: relative; } .selectgroup-item + .selectgroup-item { margin-left: -1px; } .selectgroup-item:not(:first-child) .selectgroup-button { border-top-left-radius: 0; border-bottom-left-radius: 0; } .selectgroup-item:not(:last-child) .selectgroup-button { border-top-right-radius: 0; border-bottom-right-radius: 0; } .selectgroup-input { opacity: 0; position: absolute; z-index: -1; top: 0; left: 0; } .selectgroup-button { background-color: #fdfdff; /* border-color: #584ed2;*/ border-width: 1px; border-style: solid; display: block; text-align: center; padding: 0 1rem; height: 35px; position: relative; cursor: pointer; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 13px; min-width: 2.375rem; line-height: 36px; } .selectgroup-button-icon { padding-left: 0.5rem; padding-right: 0.5rem; } .selectgroup-button-icon i { font-size: 14px; } .selectgroup-input:focus + .selectgroup-button, .selectgroup-input:checked + .selectgroup-button { background-color: #584ed2; color: #fff; z-index: 1; } .assign_to_selection { display: none; } .mr-8 { margin-right: 8rem; } .left-card { width: 60%; float: left; } .left-card h4 { float: left; font-size: 13px; color: #a3afbb; font-weight: 600; width: 75px; padding-top: 5px; margin: 0; padding-left: 8px; } .number-icon { color: #011c4b; font-size: 20px; font-weight: 600; float: left; width: 40%; text-align: right; padding-top: 2px; } table.dataTable tbody th, table.dataTable tbody td { padding: 15px; } .dataTables_wrapper .dataTables_paginate { padding: 15px 0; } /*COLOR PICKER CSS*/ .colorPickSelector { background-color: #f2f4f6; color: #f2f4f6; border-radius: 5px; width: 28px; height: 28px; cursor: pointer; -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; -ms-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } .colorPickSelector:hover { transform: scale(1.1); } #colorPick * { -webkit-transition: all linear 0.2s; -moz-transition: all linear 0.2s; -ms-transition: all linear 0.2s; -o-transition: all linear 0.2s; transition: all linear 0.2s; } #colorPick { background: rgba(255, 255, 255, 0.85); -webkit-backdrop-filter: blur(15px); position: absolute; border-radius: 5px; box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); padding: 15px; width: 170px; } #colorPick span { font-size: 9pt; text-transform: uppercase; font-weight: bold; color: #bbb; margin-bottom: 5px; display: block; clear: both; } .colorPickButton { border-radius: 5px; width: 20px; height: 20px; margin: 1px 4px; cursor: pointer; display: inline-block; } .colorPickButton:hover { transform: scale(1.1); } .colorPickDummy { background: #fff; border: 1px dashed #bbb; } /*COLOR PICKER CSS*/ input[type="color"] { -webkit-appearance: none; border: none; /* width: 30px; height: 30px !important; */ margin-bottom: 0 !important; } input[type="color"]::-webkit-color-swatch-wrapper { padding: 0; } input[type="color"]::-webkit-color-swatch { border: none; border-radius: 5px; } .page-content { min-height: 800px; } .choose-file label { text-transform: capitalize; } .sidebar-logo { width: 150px; height: 35px !important; } span.invite-warning { display: none; background: #ffab2b1a; color: #ffab2b; font-size: 13px; padding: 6px 12px; margin-bottom: 10px; border-radius: 4px; text-transform: capitalize; font-weight: normal; } .text-center1 { text-align: center !important; } .custom_messanger_counter { position: absolute; top: 10px; min-width: 1rem; min-height: 1rem; } .message-counter svg { margin-right: unset; } .plan-design { border-radius: 15px !important; } .page-content { padding-left: 280px !important; padding-right: 30px; padding-top: 80px !important; } .left_padding { padding-left: 230px !important; } /* .page-title{ margin-top: 100px !important; } */ .dropdown-menu.show { transform: translate(0px, 60px); left: auto; top: 60px; } .dropdown-menu_custom { min-width: 7rem; } .custom_messanger_counter { position: absolute; top: 10px; min-width: 1rem; min-height: 1rem; } .badge-circle { text-align: center; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; /* padding: 0 !important;*/ min-width: 1.25rem; min-height: 1.25rem; font-size: 0.75rem; font-weight: 600; } .badge { display: inline; text-transform: none; } .badge-danger { color: #fff; background-color: #ff5630; } .text-start { text-align: left !important; } /* .breadcrumb { margin-top: -18px; margin-bottom: 20px !important; } */ .btn_primary { background: linear-gradient( 141.55deg, rgba(81, 69, 157, 0) 3.46%, rgba(255, 58, 110, 0.6) 99.86% ), #51459d !important; color: #fff; } /*.btn_primary:hover{ color: #fff; } */ .edit_icon { border-radius: 6px; width: 25px; line-height: 25px; height: 25px; text-align: center; padding: 4px 7px; margin-right: 6px; background: linear-gradient( 141.55deg, rgba(81, 69, 157, 0) 3.46%, rgba(255, 58, 110, 0.6) 99.86% ), #51459d !important; color: #fff; } .project_button { padding-left: 4px; } .delete_icon { border-radius: 6px; width: 25px; line-height: 25px; height: 25px; text-align: center; padding: 5px 7px; margin-right: 6px; background: #ff3a6e; color: #fff; } .edit_icon:hover { color: #fff !important; } .delete_icon:hover { color: #fff !important; } /*.theme-avtar:hover{ color: #fff !important; } */ .notification_table table tbody tr td:first-child { padding: 15px 0; } .notification_table table thead tr th:first-child::before { display: none; } .notification_table table tbody tr td { padding: 15px 15px; } .notification_link a { border: 2px solid rgba(111, 217, 67, 0.82); box-sizing: border-box; border-radius: 11.7674px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; } .last_notification { display: flex; align-items: flex-start; } .notification_time { display: flex; align-items: center; justify-content: space-between; } .last_notification_text { padding: 0 0 0 15px; } .last_notification_text p { font-size: 10px; line-height: 17px; letter-spacing: 0.267926px; /* color: #153364; */ margin: 0 0 5px; margin-right: 20px; } .last_notification_text p a { text-decoration: underline; /* color: #153364; */ } .text-success { color: #72d847; } .notification_time_main p { color: #b6bfce; margin: 0; } .last_notification_link a { background: #6fd943; border-radius: 50%; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; } .last_notification_link a span { font-size: 11px; color: #fff; } .to_do_section_main { background: #ffffff; box-shadow: 0px 0px 72.0984px rgb(22 44 78 / 10%); border-radius: 14.7671px; padding: 10px 20px; } .top-10-scroll { max-height: 100px; /* overflow: hidden; */ overflow: scroll; outline: none; } .timeline-one-side .timeline-block span.timeline-step { border-width: 2px !important; width: 30px; height: 30px; border-radius: 20%; display: flex; align-items: center; justify-content: center; float: left; } .timeline-one-side .timeline-block span.timeline-step i { /* color: #162C4E; */ } .border-primary { border-color: #6fd943 !important; } .last_notification_text p span { width: 70px; display: -webkit-box; } .notification_page .last_clients_heading { padding: 0 15px; } .last_clients_heading { display: flex; align-items: center; justify-content: space-between; } .last-notification-top-content { max-width: 75%; width: 100%; } /* .last_notification_text { display: flex !important; } */ .img_group { margin-left: -14px; } .qr_code { padding: 25px 0px 10px 2px; } .text_white { color: #fff; } .text_black { color: black; } .unlimited { background: #fff; /* border-radius: 4.64339px; */ font-size: 14px; letter-spacing: 0.38695px; /* color: #6FD943;*/ padding: 6px 15px; /* margin-bottom: 18px; */ } .small_logo { width: 200px; } /*.dash-link .active{ background: linear-gradient(141.55deg, rgba(81, 69, 157, 0) 3.46%, rgba(255, 58, 110, 0.6) 99.86%), #51459d !important; }*/ .choose-file div { color: #fff; /* background:#584ed2 !important;*/ border: none; border-radius: 10px; padding: 8px 15px; max-width: 155px !important; font-size: 12px; font-weight: 500; } /* input[type="file"] { position: relative !important; left: 0; opacity: 0; top: 0; bottom: 0; width: 80%; border: none; padding: 0; margin: 0; cursor: pointer; } */ .choose_file_custom { position: relative !important; left: 0; opacity: 0; top: 0; bottom: 0; width: 80%; border: none; padding: 0; margin: 0; cursor: pointer; } .delete_btn { position: absolute; right: 160px; bottom: 25px; margin-left: 30px; margin-right: 30px; } @media (max-width: 575px) { .delete_btn { position: relative !important; right: -1px !important; bottom: -20px !important; width: 100% !important; margin-bottom: 30px !important; margin-left: 0px !important; margin-right: 0px !important; } } .img_hight { height: 140px; } .action-btn { width: 29px !important; height: 28px !important; border-radius: 4px !important; color: #fff !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; font-size: 20px !important; flex-shrink: 0 !important; } /*.img-fluid { max-width: 60px !important; height: 60px !important; }*/ div#project-status-chart .apexcharts-canvas { margin: 0 auto; } /*invoice*/ .colorinput { margin: 0; position: relative; cursor: pointer; } .colorinput-input { position: absolute; z-index: -1; opacity: 0; } .colorinput-color { background-color: #fdfdff; border-color: #e4e6fc; border-width: 1px; border-style: solid; display: inline-block; width: 1.75rem; height: 1.75rem; border-radius: 3px; color: #fff; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); } .colorinput-color:before { content: ""; opacity: 0; position: absolute; top: 0.25rem; left: 0.25rem; height: 1.25rem; width: 1.25rem; transition: 0.3s opacity; background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%; } .colorinput-input:checked ~ .colorinput-color:before { opacity: 1; } .invoice_color_pallate { width: 20% !important; float: left; padding: 20px 20px; } .main_invoice { width: 75% !important; float: left; } .color_palette { padding: 0 10px; } .client-preview .d { width: 700px; margin-left: 45px; margin-right: 0; } .list_colume_notifi { position: relative; display: block; padding: 16.66667px 25px; color: #212529; /* border: 1px solid #f1f1f1; */ } body.theme-1 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-1 .btn_tab.bg-primary.checked { background: #51459d !important; } body.theme-2 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-2 .btn_tab.bg-primary.checked { background: #1f3996 !important; } body.theme-3 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-3 .btn_tab.bg-primary.checked { background: #6fd943 !important; } body.theme-4 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-4 .btn_tab.bg-primary.checked { background: #685ee5 !important; } body.theme-5 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-5 .btn_tab.bg-primary.checked { background: #b9406b !important; } body.theme-6 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-6 .btn_tab.bg-primary.checked { background: #008ecc !important; } body.theme-7 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-7 .btn_tab.bg-primary.checked { background: #922c88 !important; } body.theme-8 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-8 .btn_tab.bg-primary.checked { background: #c0a145 !important; } body.theme-9 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-9 .btn_tab.bg-primary.checked { background: #48494b !important; } body.theme-10 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-10 .btn_tab.bg-primary.checked { background: #0c7785 !important; } body.theme-1 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-1 .btn_tab.bg-primary.active { background: #51459d !important; } body.theme-2 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-2 .btn_tab.bg-primary.active { background: #1f3996 !important; } body.theme-3 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-3 .btn_tab.bg-primary.active { background: #6fd943 !important; } body.theme-4 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-4 .btn_tab.bg-primary.active { background: #685ee5 !important; } body.theme-5 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-5 .btn_tab.bg-primary.active { background: #b9406b !important; } body.theme-6 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-6 .btn_tab.bg-primary.active { background: #008ecc !important; } body.theme-7 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-7 .btn_tab.bg-primary.active { background: #922c88 !important; } body.theme-8 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-8 .btn_tab.bg-primary.active { background: #c0a145 !important; } body.theme-9 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-9 .btn_tab.bg-primary.active { background: #48494b !important; } body.theme-10 .btn_tab.bg-primary { background: #bdbdbd !important; } body.theme-10 .btn_tab.bg-primary.active { background: #0c7785 !important; } .bordar_styless { padding: 14px 10px 12px; display: flex; border: 2px solid #9e9e9e52; border-radius: 10px; } ul.nav.nav-tabs.bordar_styless li a { padding: 10px 20px; /* color: #162c4ed4; */ } ul.nav.nav-tabs.bordar_styless .active { background: #9e9e9eb5 !important; color: #fff !important; border-radius: 10px; } .img_users_fix_size { height: 60px !important; max-width: 60px !important; } .fix_img { width: 40px !important; border-radius: 50%; } .img_group { margin-left: -14px; } .form-icon-user { position: relative; } .form-icon-user span { width: 40px; height: 40px; border-radius: 10px; /* background: #0f5ef7;*/ text-align: center; float: left; /* position: absolute;*/ left: 0; top: 0; } span.currency-icon { color: #fff; font-weight: 600; line-height: 2.5; position: absolute; left: 0; bottom: 0; height: 41px; border-radius: 6px; } .currency_input { padding: 9px 50px !important; padding-right: 4px !important; } .table-striped tbody tr:nth-of-type(2n + 1) { background-color: #fff !important; } /* .task-name{ padding: 1.5rem 1.5rem !important; }*/ .invoice-total .table tbody { padding-top: 20px !important; } .fc-event-title .fc-sticky { color: #fff !important; } .drp-search-custom { padding: 0 !important; } .drp-search-custom .easy-autocomplete { margin: 0 !important; width: 100% !important; height: 100% !important; } .drp-search-custom .easy-autocomplete input { height: 100%; width: 100%; border: none; padding: 20px 20px !important; border-radius: 10px 10px 0 0 !important; } .easy-autocomplete-container { border-top: 1px solid #d6d6d6; /*padding-top: 12px;*/ } .easy-autocomplete-container ul { display: block !important; padding: 0px 20px !important; } .easy-autocomplete-container ul li { width: 100% !important; display: inline-block !important; padding: 13px 0px 14px 20px !important; } .eac-category { font-weight: bold !important; } .expires_tag { border-radius: 7px; } .note_color_dot { border-radius: 7px; height: 10px; width: 10px; position: absolute; margin: 30px 10px; } .dataTables_length { padding-right: 1rem !important; padding-left: 1rem !important; margin-bottom: 1.5rem !important; } .dataTables_filter { padding-right: 1rem !important; padding-left: 1rem !important; margin-bottom: 1.5rem !important; } .dash-sidebar .main-logo { justify-content: center; /*height: 100%;*/ min-height: 80px; max-height: 80px; width: 100%; min-width: 255px; max-width: 255px; } /* .b-brand { height: 100%; width: 100%; } */ .dash-sidebar .main-logo a img { width: 100%; height: 100%; object-fit: contain; width: auto; height: auto; max-width: -webkit-fill-available !important; max-height: -webkit-fill-available !important; max-width: -moz-available; max-height: -moz-available; margin: 0 auto; display: flex; align-items: center; justify-content: center; vertical-align: middle; } .active_color { background-color: #ffffff !important; border: 2px solid #000 !important; } .list-group-item.active { z-index: 2; color: #ffffff; /* background-color: #51459d; */ border-color: #ffff !important; } .paginate_button.previous, .paginate_button.next { background: transparent !important; } .dataTables_wrapper .dataTables_paginate .paginate_button.current { background: #d9d9d9 !important; cursor: default; border: none !important; } .dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: #d9d9d9 !important; cursor: default; border-color: transparent !important; } .message-counter { position: absolute; top: 3px; right: 4px !important; border-radius: 50%; font-size: 10px; width: 15px !important; text-align: center !important; color: #fff !important; } .table > thead > tr > th { border-top: 0; padding: 10px 50px 10px 10px; } .dataTable-sorter::before, .dataTable-sorter::after { right: -15px !important; } .col-form-label { padding-top: calc(0.575rem + 1px); padding-bottom: calc(0.575rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; font-weight: bold; } .scrollText { overflow: auto; height: 80%; } .row_line_style { margin: -30px 0px 10px 10px; } .card-body.favicon { height: 220px; } .card-body.total_plan { max-height: 210px; } .status_badge_dash { min-width: 84px; } .status_badge { min-width: 94px; } .priority_badge { min-width: 79px; } .preview_img_size { width: 70px !important; height: 70px !important; } /*CIRCULAR PROGRESSBAR*/ .circular-progressbar .flex-wrapper { display: flex; flex-flow: row nowrap; } .circular-progressbar .single-chart { width: 60%; justify-content: space-around; } .circular-progressbar .circular-chart { display: block; margin: 10px auto; max-width: 100%; max-height: 550px; } .circular-progressbar .circle-bg { fill: none; stroke: #eee; stroke-width: 3.8; } .circular-progressbar .circle { fill: none; stroke-width: 2.8; stroke-linecap: round; animation: progress 1s ease-out forwards; } @keyframes progress { 0% { stroke-dasharray: 0 100; } } .circular-progressbar .circular-chart.red .circle { stroke: #ff3a6e; } .circular-progressbar .circular-chart.orange .circle { stroke: #fd7e14; } .circular-progressbar .circular-chart.green .circle { stroke: #6fd943; } .circular-progressbar .circular-chart.blue .circle { stroke: #3c9ee5; } .circular-progressbar .percentage { /* fill: #666;*/ font-family: sans-serif; font-size: 0.5em; text-anchor: middle; } .swal2-container { z-index: 9999999999999999999 !important; } .apply { width: 110px !important; height: 41px !important; } .drp-languages .drp-language .dropdown-toggle { color: #525b69; display: inline-flex; align-items: center; padding: 0.6rem 0.7rem; margin: 0 7.5px; border-radius: 4px; position: relative; font-weight: 500; border-radius: 12px; border: 1px solid rgba(206, 206, 206, 0.2); } /*End CIRCULAR PROGRESSBAR*/ .drp-language .dropdown-toggle { color: #525b69; display: inline-flex; align-items: center; padding: 0.6rem 0.7rem; margin: 0 7.5px; border-radius: 4px; position: relative; font-weight: 500; border-radius: 12px; border: 1px solid rgba(206, 206, 206, 0.2); } .dropdown .drp-text i { font-style: normal; } .sidebar_logo_size { height: 150px !important; width: 150px !important; } .notification_icon_size { width: 55px !important; height: 25px !important; } .dash-header .drp-notification .noti-body { position: relative; max-height: calc(100vh - -100px) !important; } .dash-header { max-width: calc(100% - 255px); right: 0; } @media (max-width: 1024px) { .dash-header { max-width: 100%; right: 0; left: 0; } .ps--active-y { height: 100vh !important; } } .accordion-button { padding: 0px !important; padding-right: 1.25rem !important; padding-left: 1.25rem !important; } .setting-accordion .accordion-item { border: 1px solid #e0e6ef !important; border-radius: 7px !important; } .setting-accordion .accordion-header { background: #f8f8f8; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; } .setting-accordion .accordion-header .accordion-button { background: #f8f8f8 !important; font-weight: 700; display: flex; justify-content: space-between; border-radius: 7px; box-shadow: none; /* border-bottom: 1px solid transparent; */ } .setting-accordion .accordion-header .accordion-button:not(.collapsed) { border-color: #e0e6ef; box-shadow: none !important; } .setting-accordion .accordion-header .accordion-button span { flex: 1; padding: 1.25rem 1rem 1.25rem 0rem !important; } .setting-accordion .accordion-header .accordion-button::after { margin: 0 0 0 5px; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath opacity='0.4' d='M12 22.4146C17.5228 22.4146 22 17.9374 22 12.4146C22 6.8917 17.5228 2.41455 12 2.41455C6.47715 2.41455 2 6.8917 2 12.4146C2 17.9374 6.47715 22.4146 12 22.4146Z' fill='%2325314C'/%3E%3Cpath d='M15.5301 12.8845C15.2371 12.5915 14.762 12.5915 14.469 12.8845L12.749 14.6045V8.41455C12.749 8.00055 12.413 7.66455 11.999 7.66455C11.585 7.66455 11.249 8.00055 11.249 8.41455L11.249 14.6035L9.52908 12.8835C9.23608 12.5905 8.76104 12.5905 8.46804 12.8835C8.17504 13.1765 8.17504 13.6516 8.46804 13.9446L11.468 16.9446C11.537 17.0136 11.62 17.0684 11.711 17.1064C11.802 17.1444 11.9001 17.1646 11.9981 17.1646C12.0961 17.1646 12.1929 17.1444 12.2849 17.1064C12.3769 17.0684 12.4591 17.0136 12.5281 16.9446L15.5281 13.9446C15.8231 13.6516 15.8231 13.1775 15.5301 12.8845Z' fill='%2325314C'/%3E%3C/svg%3E"); background-size: 24px; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; } .setting-accordion .accordion-item:not(:last-of-type) { margin-bottom: 15px; } .custom-tooltip[data-tooltip]::after { content: attr(data-tooltip); width: max-content; position: absolute; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.8); padding: 4px 8px; border-radius: 12px; color: rgb(224, 224, 224); transform: scale(0); transition: 0.2s ease-in-out; } .custom-tooltip[data-tooltip]:hover::after { transform: scale(1); bottom: -150%; } /* Additional Styling */ .custom-tooltip { position: relative; display: inline-block; } /*plan card css*/ .price-card { text-align: center; position: relative; margin-top: 30px; } .price-card.price-2 { color: #fff; } .price-card.price-2 .price-badge { color: #fff; background: #1c232f; } .price-card .p-price { font-size: 80px; } .price-card .price-badge { color: #fff; padding: 7px 24px; border-radius: 4px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); } .price-card .list-unstyled { display: inline-block; } .price-card .list-unstyled li { display: flex; align-items: center; } .price-card .list-unstyled li + li { margin-top: 8px; } .price-card .list-unstyled .theme-avtar { display: inline-flex; width: 30px; height: 30px; border-radius: 10px; background: #fff; margin-right: 15px; } /*date:19-jun-2023*/ body.no-scroll { overflow: hidden; position: relative; } .auth-wrapper .navbar .navbar-brand { display: block; width: 100%; max-width: 150px; } .auth-wrapper .navbar .navbar-brand img { width: 100%; } /* Nav scroller */ .dash-sidebar .navbar-content { height: calc(100vh - 70px); } /* Auth Mobile responsive */ @media screen and (max-width: 767px) { .auth-wrapper { align-items: flex-start !important; } .auth-wrapper .auth-content { min-height: unset !important; } .auth-wrapper .auth-content .card { min-height: calc(100vh - 110px); display: flex; flex-direction: column; justify-content: center; } .auth-wrapper .auth-content .card .card-body { flex: unset; } } .big-logo { height: 60px; width: 150px; } .color-wrp .color-picker-wrp input[type="color"] { background-color: #fff; height: 55px; cursor: pointer; border-radius: 3px; margin: 0px; padding: 0px; border: 0; margin-bottom: 5px; margin-left: 5px; } .color-wrp { display: flex; align-items: center; margin-top: 15px; } .color-wrp .theme-color { margin: 0; } .color-wrp .color-picker-wrp { width: 100px; } .disabledCookie { pointer-events: none; opacity: 0.4; } /* border-color */ body.theme-1 .border-primary { border-color: #0caf60 !important; } body.theme-2 .border-primary { border-color: #584ed2 !important; } body.theme-3 .border-primary { border-color: #6fd943 !important; } body.theme-4 .border-primary { border-color: #145388 !important; } body.theme-5 .border-primary { border-color: #b9406b !important; } body.theme-6 .border-primary { border-color: #008ecc !important; } body.theme-7 .border-primary { border-color: #922c88 !important; } body.theme-8 .border-primary { border-color: #c0a145 !important; } body.theme-9 .border-primary { border-color: #48494b !important; } body.theme-10 .border-primary { border-color: #0c7785 !important; } body.custom-color .border-primary { border-color: var(--color-customColor) !important; } .rounded { border-radius: var(--bs-border-radius) !important; } /* user-card css */ .user-card { height: 100% !important; margin-bottom: 0 !important; } .user-card .user-image { height: 60px; width: 60px; overflow: hidden; border-radius: 50%; } .user-card .user-image img { object-fit: cover; } .user-card .user-img-wrp { gap: 15px; } .user-card .user-content { flex: 1; } .user-card .user-content span { word-break: break-all; } .user-card .bottom-icons { gap: 15px; } .user-card .bottom-icons .edit-btn-wrp { gap: 10px; } .user-card .bottom-icons .edit-btn-wrp .btn { background-color: #fff; padding: 8px 10px; } .user-card .bottom-icons .edit-btn-wrp .btn svg { height: 16px; width: 16px; } body.theme-1 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme1-color); } body.theme-2 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme2-color); } body.theme-3 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme3-color); } body.theme-4 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme4-color); } body.theme-5 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme5-color); } body.theme-6 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme6-color); } body.theme-7 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme7-color); } body.theme-8 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme8-color); } body.theme-9 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme9-color); } body.theme-10 .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--theme10-color); } body.custom-color .user-card .bottom-icons .edit-btn-wrp .btn:hover { background-color: var(--color-customColor); } .user-card .bottom-icons .edit-btn-wrp .btn:hover svg path { fill: #fff; } .user-card .bottom-icons .edit-btn-wrp .btn.login-disabled:hover { background-color: #ff3a6e !important; } .row-gap-2 { row-gap: 1.5rem !important; } .badge { border-radius: 4px !important; } .page-header h4, .page-header .h4 { margin-bottom: 5px !important; } /* projects page css start */ .row-gap { row-gap: 20px; } .normal-row-gap { row-gap: 10px; } .common-gap { gap: 15px 20px; } .normal-gap { gap: 10px; } .project-card-content { flex: 1; } .project-card-item .card-body { padding: 15px; } .timeline-block .row.last_notification_text .last-notification-title { flex: 1; } .gantt-nav-wrp { border-radius: 4px; } .gantt-nav-wrp .btn { display: flex; align-items: center; justify-content: center; } .card:not(.table-card) .dataTable-top::after { display: none; } .card:not(.table-card) .dataTable-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; } @media screen and (max-width: 767px) { .dash-header .dash-h-item .company-login-btn span { display: none; } .dash-header .dash-h-item .company-login-btn { margin-right: 0 !important; width: 41px; height: 41px; display: flex; align-items: center; justify-content: center; border-radius: 12px; } } @media screen and (max-width: 575px) { .last-notification-top-content { max-width: 100%; } .gantt-nav-wrp .btn { padding: 10px 7px !important; font-size: 12px !important; } } @media screen and (max-width: 575.98px) { .page-header { padding: 10px 0 !important; } .page-header .all-button-box { justify-content: flex-start !important; } } /* projects page css end */ /* templates css */ .invoice-row { gap: 20px 0; } .language-sidebar .list-group-item { padding: 10px 25px; } /* templates css */
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.76 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002