484 lines
8.9 KiB
CSS
484 lines
8.9 KiB
CSS
.btn-search {
|
|
background: #84CC16;
|
|
}
|
|
|
|
.btn-search {
|
|
border-radius: 7px;
|
|
padding: 4px 10px;
|
|
font-size: 13px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
|
|
.btn-search span {
|
|
color: #FFF;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.sweet-alert h2 {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.custom-scrollbar-x::-webkit-scrollbar {
|
|
height: 6px;
|
|
}
|
|
|
|
.custom-scrollbar-x::-webkit-scrollbar-track {
|
|
background: transparent;
|
|
}
|
|
|
|
.custom-scrollbar-x::-webkit-scrollbar-thumb {
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.tab-bar {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.tab-bar__tab {
|
|
width: 128px;
|
|
height: 33px;
|
|
background-color: #24c4c4;
|
|
color: white;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 6px;
|
|
border-radius: 7px 7px 0 0;
|
|
}
|
|
|
|
|
|
.tab-bar__tab--active {
|
|
background-color: #FFFFFF;
|
|
color: #1A3E7B;
|
|
border-top: 1px solid #24c4c4
|
|
}
|
|
|
|
.tab-bar__tab-label {
|
|
font-weight: 400;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.tab-bar__tab-badge {
|
|
background-color: #FF6363;
|
|
color: white;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 30px;
|
|
font-size: 9px;
|
|
font-weight: 400;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.card-container {
|
|
border-radius: 10px;
|
|
padding: 10px 10px 20px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
background-color: white;
|
|
}
|
|
|
|
|
|
.insurance-card-mobile {
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
background-color: white;
|
|
padding: 10px 10px;
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.insurance-table__head {
|
|
position: sticky;
|
|
top: 2px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.u-tactile {
|
|
cursor: pointer;
|
|
transition: opacity 300ms ease-in-out;
|
|
}
|
|
|
|
.u-tactile:hover {
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.insurance-table__cell-card {
|
|
display: inline-block;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.insurance-table__cell-card--small {
|
|
background-color: rgb(187, 240, 240);
|
|
color: #0B5959;
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
|
|
.insurance-table__cell-card--medium {
|
|
background-color: #8DDD8D;
|
|
color: #FFFFFF;
|
|
width: 57px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.insurance-table__cell-card--large {
|
|
background-color: #8DDD8D;
|
|
color: #FFFFFF;
|
|
width: 33.3%;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tooltip-container {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tooltip-container__text {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
width: max-content;
|
|
max-width: 300px;
|
|
background-color: #333;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding: 5px 8px;
|
|
z-index: 100000;
|
|
bottom: 35px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transition: opacity 0.3s;
|
|
white-space: normal
|
|
}
|
|
|
|
.tooltip-container:hover .tooltip-container__text {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
|
|
.insurance-table__toggle {
|
|
background-color: #F1F5F9 !important;
|
|
border: 0.5px solid #E9E9E9;
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
opacity: 0;
|
|
max-height: 0;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
overflow: hidden;
|
|
transition: opacity 0.4s ease, max-height 0.4s ease, padding 0.4s ease, margin 0.4s ease;
|
|
will-change: max-height, opacity, padding, margin;
|
|
}
|
|
|
|
.insurance-table__toggle.show {
|
|
opacity: 1;
|
|
max-height: 350px;
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.5rem !important;
|
|
}
|
|
|
|
|
|
.insurance-table__operation-button {
|
|
width: 71px;
|
|
height: 27px;
|
|
border-radius: 5px;
|
|
background-color: #275197;
|
|
color: white
|
|
}
|
|
|
|
|
|
|
|
.insurance-table__toggle-label {
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
color: #202020
|
|
}
|
|
|
|
.insurance-table__toggle-value {
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
color: #818181
|
|
}
|
|
/*Awaiting reference Table*/
|
|
.insurance-table__stage-button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 23px;
|
|
border-radius: 5px;
|
|
background-color: #84CC16;
|
|
color: white;
|
|
font-size: 10px;
|
|
padding: 0 4px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
/* The whole workshop */
|
|
.insurance-table__status-button {
|
|
width: 88px;
|
|
height: 32px;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.insurance-table__status-button--documents-setup {
|
|
background-color: #C8C8C8 !important;
|
|
}
|
|
|
|
.insurance-table__status-button--step1 {
|
|
background-color: #87DFFF !important;
|
|
}
|
|
|
|
.insurance-table__status-button--step2 {
|
|
background-color: #FEA99A !important;
|
|
}
|
|
|
|
.insurance-table__status-button--step3 {
|
|
background-color: #FEDE76 !important;
|
|
}
|
|
|
|
.insurance-table__status-button--step4 {
|
|
background-color: #A3FF87 !important;
|
|
}
|
|
|
|
.card-button__create-new {
|
|
background-color: #84CC16 !important;
|
|
color: #ffffff;
|
|
border-radius: 8px;
|
|
width: 141px;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
justify-content: center;
|
|
padding: 5px;
|
|
margin: auto 0 5px;
|
|
transition: .2s all ease-in;
|
|
}
|
|
|
|
.card-button__create-new:hover {
|
|
background-color: #76B713 !important;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* ----------------------------------------------------------------------------------- offcanvas
|
|
/* Overlay */
|
|
.offcanvas-overlay {
|
|
position: fixed;
|
|
inset: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
transition: 0.3s ease;
|
|
z-index: 999;
|
|
}
|
|
|
|
.offcanvas-overlay.active {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
/* پنل offcanvas */
|
|
.offcanvas {
|
|
position: fixed;
|
|
bottom: -100%;
|
|
left: 0;
|
|
width: 100%;
|
|
background: white;
|
|
border-radius: 20px 20px 0 0;
|
|
box-shadow: 0 -2px 20px rgba(0,0,0,0.2);
|
|
padding: 10px 20px;
|
|
transition: bottom 0.4s ease;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.offcanvas.active {
|
|
bottom: 0;
|
|
}
|
|
|
|
.offcanvas-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-weight: bold;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.offcanvas-close {
|
|
background: none;
|
|
border: none;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.form-group input,
|
|
.form-group textarea {
|
|
width: 100%;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.form-actions {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 5px;
|
|
gap: 6px;
|
|
}
|
|
|
|
.btn {
|
|
flex: 1;
|
|
margin: 5px 0px;
|
|
padding: 8px 0;
|
|
border: none;
|
|
border-radius: 8px;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-cancel {
|
|
background-color: #101827;
|
|
color: white;
|
|
}
|
|
|
|
.btn-submit {
|
|
background-color: #9CDD4F;
|
|
color: white;
|
|
}
|
|
|
|
.btn-clear-filter {
|
|
background-color: #FF8798;
|
|
border-radius: 7px;
|
|
padding: 6px 10px;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
transition: all ease-in-out .3s;
|
|
}
|
|
|
|
.btn-clear-filter:hover {
|
|
background-color: #cb6977;
|
|
}
|
|
|
|
.btn-clear-filter span {
|
|
font-size: 11px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.tooltip-container {
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tooltip__trigger {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tooltip-container__text {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
width: max-content;
|
|
/*max-width: 400px;*/
|
|
background-color: #333;
|
|
color: #fff;
|
|
text-align: start;
|
|
border-radius: 4px;
|
|
padding: 5px 8px;
|
|
z-index: 100000;
|
|
bottom: 35px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
transition: opacity 0.3s;
|
|
white-space: normal
|
|
}
|
|
|
|
.tooltip-container:hover .tooltip-container__text {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
@media(min-width:768px) {
|
|
.tab-bar__tab-label {
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.insurance-table__status-button {
|
|
width: 166px;
|
|
height: 35px;
|
|
}
|
|
|
|
.insurance-table__status-button--documents-setup {
|
|
background-color: #C8C8C8 !important;
|
|
}
|
|
}
|
|
|
|
@media(max-width:768px) {
|
|
.btn-clear-filter {
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
.waves-effect {
|
|
overflow: unset;
|
|
}
|
|
|
|
#_workFlowCountSection, #_checkerCountSection, #_ticketCountSection, #_taskCountSection {
|
|
position: relative;
|
|
}
|
|
|
|
#_workFlowCount, #_checkerCount, #_ticketCount, #_taskCount {
|
|
position: absolute;
|
|
top: -20px;
|
|
width: 18px;
|
|
height: 18px;
|
|
right: -29px;
|
|
display: flex !important;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.btn-search span {
|
|
font-size: 10px;
|
|
}
|
|
} |