340 lines
6.4 KiB
CSS
340 lines
6.4 KiB
CSS
/* map box */
|
|
#add_map {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.map-self-design {
|
|
width: 200px;
|
|
height: 200px;
|
|
}
|
|
/* end map box */
|
|
.edit-profile {
|
|
border: none;
|
|
background: #176d69;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
transition: 0.3s all;
|
|
}
|
|
.edit-profile:hover {
|
|
background: #db7240;
|
|
}
|
|
.edit-profile:disabled {
|
|
background: #176d69a8;
|
|
cursor: no-drop;
|
|
}
|
|
.add-item {
|
|
border: none;
|
|
background: #153b58;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
transition: 0.3s all;
|
|
}
|
|
.add-item:hover {
|
|
background: #db7240;
|
|
}
|
|
.add-item:disabled {
|
|
background: #153b58a8;
|
|
cursor: no-drop;
|
|
}
|
|
.list-item {
|
|
border: none;
|
|
background: #153b58;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
padding: 5px 8px;
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
transition: 0.3s all;
|
|
}
|
|
.list-item:hover {
|
|
background: #db7240;
|
|
}
|
|
.list-item:disabled {
|
|
background: #153b58a8;
|
|
cursor: no-drop;
|
|
}
|
|
.accept-number {
|
|
text-align: center;
|
|
height: 50px;
|
|
width: 40px;
|
|
font-size: 30px !important;
|
|
border-radius: 5px;
|
|
border: 1px solid #e1e1e1;
|
|
box-shadow: #e1e1e1 0px 1px 9px;
|
|
direction: ltr;
|
|
}
|
|
.item-map-box {
|
|
width: 100%;
|
|
height: 350px;
|
|
position: relative;
|
|
border: 2px dashed #015688;
|
|
}
|
|
.unit {
|
|
color: crimson;
|
|
font-weight: 500;
|
|
}
|
|
/* plaque style */
|
|
.plaque-parent {
|
|
width: fit-content;
|
|
position: relative;
|
|
}
|
|
.left-text-Plaque {
|
|
position: absolute;
|
|
background-color: transparent;
|
|
left: 22px;
|
|
width: 31px;
|
|
top: 3px;
|
|
border: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.left-text-Plaque:focus {
|
|
background-color: transparent;
|
|
}
|
|
.text-text-Plaque {
|
|
position: absolute;
|
|
background-color: transparent;
|
|
left: 54px;
|
|
width: 45px;
|
|
top: 3px;
|
|
border: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
cursor: pointer;
|
|
}
|
|
.text-text-Plaque:focus {
|
|
background-color: transparent;
|
|
}
|
|
.center-text-Plaque {
|
|
left: 100px;
|
|
position: absolute;
|
|
width: 55px;
|
|
top: 3px;
|
|
background: transparent;
|
|
border: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.center-text-Plaque:focus {
|
|
background-color: transparent;
|
|
}
|
|
.right-text-Plaque {
|
|
left: 157px;
|
|
position: absolute;
|
|
width: 40px;
|
|
top: 12px;
|
|
background: transparent;
|
|
border: 0;
|
|
height: 26px;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.right-text-Plaque:focus {
|
|
background-color: transparent;
|
|
}
|
|
.plaque-box-style {
|
|
align-items: center;
|
|
justify-content: start;
|
|
padding: unset;
|
|
}
|
|
.plaque-box-style button {
|
|
margin: 5px 10px;
|
|
width: 15%;
|
|
height: 50px;
|
|
font-weight: 600;
|
|
}
|
|
.neutral-cta {
|
|
border: none;
|
|
background: #576364;
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
padding: 10px 15px;
|
|
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
|
transition: 0.3s all;
|
|
}
|
|
.neutral-cta:hover {
|
|
background: #646a6ae0;
|
|
}
|
|
.neutral-cta:disabled {
|
|
background: #576364a8;
|
|
cursor: no-drop;
|
|
}
|
|
|
|
input[name="plaque-number"] {
|
|
border: 2px solid rgba(156, 156, 156, 0.35);
|
|
}
|
|
.div-Plaque {
|
|
border: 2px solid rgba(175, 175, 175, 0.35);
|
|
}
|
|
/* end plaque style */
|
|
|
|
/* custom radio box css */
|
|
.wrapper{
|
|
display: inline-flex;
|
|
background: #fff;
|
|
width: 230px;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
border-radius: 5px;
|
|
margin-bottom: 1rem;
|
|
}
|
|
.wrapper .option{
|
|
background: #fff;
|
|
height: 40px;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
margin: 0 5px;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
border: 2px solid lightgrey;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.wrapper .option .dot{
|
|
height: 20px;
|
|
width: 20px;
|
|
background: #d9d9d9;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
}
|
|
.wrapper .option .dot::before{
|
|
position: absolute;
|
|
content: "";
|
|
top: 4px;
|
|
left: 4px;
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #db7240;
|
|
border-radius: 50%;
|
|
opacity: 0;
|
|
transform: scale(1.5);
|
|
transition: all 0.3s ease;
|
|
}
|
|
input[type="radio"]{
|
|
display: none;
|
|
}
|
|
#action_dont:checked:checked ~ .option-1,
|
|
#action_do:checked:checked ~ .option-2{
|
|
border-color: #db7240;
|
|
background: #db7240;
|
|
}
|
|
#action_dont:checked:checked ~ .option-1 .dot,
|
|
#action_do:checked:checked ~ .option-2 .dot{
|
|
background: #fff;
|
|
}
|
|
#action_dont:checked:checked ~ .option-1 .dot::before,
|
|
#action_do:checked:checked ~ .option-2 .dot::before{
|
|
opacity: 1;
|
|
transform: scale(1);
|
|
}
|
|
.wrapper .option span{
|
|
font-size: 12px;
|
|
color: #808080;
|
|
}
|
|
#action_dont:checked:checked ~ .option-1 span,
|
|
#action_do:checked:checked ~ .option-2 span{
|
|
color: #fff;
|
|
}
|
|
/* end custom radio box css */
|
|
|
|
#listItem_modal .header-items {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
color: #13202b;
|
|
transition: all 0.3s;
|
|
}
|
|
#listItem_modal .data-items {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #2d7c23;
|
|
transition: all 0.3s;
|
|
}
|
|
#listItem_modal .pipeline {
|
|
width: 2px;
|
|
height: 20px;
|
|
background: #db7240;
|
|
margin: 0 5px;
|
|
}
|
|
#listItem_modal .each-item {
|
|
line-height: 30px;
|
|
padding: 10px;
|
|
border: 2px dashed #00000025;
|
|
transition: all 0.3s;
|
|
cursor: pointer;
|
|
}
|
|
#listItem_modal .each-item:hover {
|
|
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
|
|
background: #6ed3d3;
|
|
}
|
|
|
|
#listItem_modal .each-item:hover .header-items {
|
|
color: rgb(39, 39, 39);
|
|
}
|
|
|
|
#listItem_modal .each-item:hover .data-items {
|
|
color: #fff;
|
|
}
|
|
|
|
.item-counter {
|
|
position: absolute;
|
|
left: -12px;
|
|
top: -12px;
|
|
background: crimson;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.quest-action {
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
color: #971b1b;
|
|
}
|
|
|
|
.answer-action {
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
color: #2d7c23;
|
|
}
|
|
|
|
.image-box-item {
|
|
max-width: 150px;
|
|
max-height: 150px;
|
|
}
|
|
|
|
#otp_code {
|
|
letter-spacing: 10px;
|
|
direction: ltr;
|
|
}
|
|
|
|
.otp-code-box {
|
|
display: none;
|
|
}
|
|
|
|
/* responsive design */
|
|
@media (max-width: 720px) {
|
|
#addItem_modal .form-control {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media (min-width: 720px) {
|
|
#addItem_modal .form-control {
|
|
width: 240px;
|
|
}
|
|
}
|
|
@media (max-width: 520px) {
|
|
.form-group {
|
|
width: 100%;
|
|
}
|
|
.upload-box {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
/* end responsive design */ |