.listab { height: 60px; width: 100%; padding: 0px !important; // position: relative; bottom: 55px; background-color: #fff; } .ullis { padding-left: 0px !important; height: 60px; display: flex; justify-content: space-evenly; border-bottom: 2px solid #E9EBF6; } .listsa { padding-left: 0px !important; height: 60px; text-align: center; padding-top: 15px; width: 50%; color: #5075A7; list-style: none; font-size: 20px !important; cursor: pointer; } .listsa.active { color: black; border-bottom: 3px solid rgb(43, 0, 233); font-weight: 800; } // Profile Card Start .dropdown-header { background: white; padding: 6px 12px; border: 1px solid #ccc; border-radius: 6px; color: black; margin-bottom: 5px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .disbled { pointer-events: none; opacity: 0.5 } .check-btn { // position: absolute; margin: 10px; } .dropdown-list { display: block; padding: 10px; border: 1px solid #ccc; border-top: none; border-radius: 0 0 6px 6px; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); background-color: #fff; // max-height: 0; overflow: hidden; transition: max-height 0.3s ease-in-out; position: absolute; background-color: white; //min-width: 160px; // overflow: auto; z-index: 1; top: 65%; width: 75%; } .dropdown-item { display: block; margin: 5px 0; } .fa { transition: transform 0.3s ease; } .disabled { pointer-events: none; opacity: 0.4; } .dropbtn { background-color: #34db74; color: rgb(0, 0, 0); padding: 16px; font-size: 16px; border: none; cursor: pointer; } .dropdown { position: relative; display: inline-block; width: 100%; margin-bottom: 3%; } .dropdown-content { //display: none; position: absolute; background-color: white; min-width: 160px; // overflow: auto; z-index: 1; } .AddStaffbtn { position: absolute; right: 0px; top: 100px; z-index: 10; } .listab { height: 70px; width: 100%; padding: 0px !important; } .ullis { padding-left: 0px !important; height: 70px; display: flex; justify-content: space-between; border-bottom: 3px solid rgb(204, 204, 204); } .listsa { padding-left: 0px !important; height: 70px; text-align: center; padding-top: 25px; width: 33%; color: rgb(179, 179, 179); list-style: none; cursor: pointer; } .listsa.active { color: black; border-bottom: 3px solid rgb(43, 0, 233); font-weight: 800; } .selectedMachine { border: 1px solid rgb(161, 161, 246) !important; } .profile-card { display: flex; flex-direction: column; background-color: white; border: 1px solid #e0e0e0; border-radius: 10px; padding: 20px; // max-width: 600px; margin: 8px auto; font-family: Arial, sans-serif; } .profile-header { display: flex; align-items: center; margin-bottom: 20px; } .profile-picture { width: 80px; height: 80px; border-radius: 50%; margin-right: 20px; object-fit: cover; } .profile-details { flex: 1; } .card-body { padding: 1.25rem 0rem 1.25rem 0rem !important; } .profile-details h2 { margin: 0; font-size: 22px; color: #333; } .profile-role { font-weight: normal; font-size: 14px; color: #777; } .profile-tags { margin: 10px 0; } .tag { display: inline-block; background-color: #e0f7fa; color: #00796b; padding: 5px 10px; border-radius: 15px; font-size: 12px; margin-right: 5px; } .profile-status { font-size: 14px; color: #555; } .status-fulltime { font-weight: bold; } .profile-actions { margin-top: 10px; } .action-link { display: inline-block; color: #007bff; text-decoration: none; margin-right: 10px; font-size: 14px; } .action-link i { margin-right: 5px; } .profile-body { display: flex; justify-content: space-between; margin-top: 20px; flex-wrap: wrap; } .profile-section { flex: 1; min-width: 200px; margin-bottom: 20px; } .profile-section h3 { font-size: 16px; margin-bottom: 10px; color: #333; } .profile-section p { margin: 5px 0; font-size: 14px; color: #555; } .profile-section strong { display: block; font-weight: bold; color: #333; } .profile-section i { margin-right: 10px; color: #007bff; } // Profile card End // .m-r-10 { // margin-right: 10px !important; // width: 20%; // display: flex; // } .error { color: red; font-weight: bold; font-size: 16px; } // toggle .switch-btn .toggle-container { margin-bottom: 0px; } .switch-btn .btn-group .btn.active { background-color: rgba(55, 86, 248, 0.22); border: 1px solid #3756F8; color: #1D2638; //font-weight:700; } .switch-btn .btn-group .btn { background-color: transparent; border: 1px solid #CED9E9; color: #7293BE; font-weight: 500; font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .switch-btn .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0px; border-bottom-right-radius: 0px; margin-right: -15px; border-right: none; // padding-right: 30px; // padding-left:30px; } .switch-btn .btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) { //border-top-left-radius: 0px; // border-bottom-left-radius: 0px; margin-left: -15px; /* border-left: none; */ /* padding-left: 30px; */ /* padding-right: 30px; */ border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-bottom-left-radius: 50px; } .switch-btn .btn-group .btn.active:last-child:not(:first-child):not(.dropdown-toggle) { border-left: 1px solid #3756F8; border-top-left-radius: 50px; border-bottom-left-radius: 50px; margin-left: 0px; } .switch-btn .btn-group>.btn.active:first-child:not(:last-child):not(.dropdown-toggle) { border-right: 1px solid #3756F8; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-bottom-left-radius: 50px; margin-right: 0px; } .switch-btn .btn.active.focus, .switch-btn .btn.active:focus, .switch-btn .btn:hover { outline: 0; outline-offset: unset; } // toggle btn end .disbledRepair { opacity: 0.6; pointer-events: none; } .progress-container { text-align: center; } .circular-chart { display: block; margin: auto; max-width: 80%; max-height: 250px; } .circle { fill: none; stroke-width: 3.8; stroke-linecap: round; } .circle-bg { stroke: #eee; } .circle.active { stroke: #4caf50; } .circle.deactivated { stroke: #ff9800; } .circle.removed { stroke: #f44336; } .labels { margin-top: 10px; } .dot { height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin-right: 5px; } .dot.active { background-color: #4caf50; } .dot.deactivated { background-color: #ff9800; } .dot.removed { background-color: #f44336; } /* app.component.css */ .hideIcon { display: none; pointer-events: none; } .disableServiceStart, .disbledQRCode { opacity: 0.5; pointer-events: none; } .showIcon { display: inline-block; pointer-events: all; } .scroll-container { display: flex; align-items: center; width: 60%; overflow-x: auto; scroll-behavior: smooth; overflow-y: hidden; background-image: url(/assets/img/mac-circle-line.png); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 15px; min-height: 65px; position: relative; } .scroll-button { // background-color: #007bff; border: none; padding: 0px; cursor: pointer; } .scroll-button:focus, .scroll-button:hover { border: none; box-shadow: none; outline: 0; } .scroll-content { display: flex; // overflow-x: auto; // scroll-behavior: smooth; // overflow-y:hidden; width: auto; align-items: flex-start; } .scroll-item { min-width: 180px; // margin: 10px; // padding: 20px; // background-color: #f0f0f0; //border: 1px solid #ccc; width: 50%; display: flex; align-items: flex-start; } /* Hide the scrollbar for Chrome, Safari and Opera */ .scroll-container::-webkit-scrollbar { display: none; } /* Hide the scrollbar for Internet Explorer, Edge and Firefox */ .scroll-container { -ms-overflow-style: none; /* Internet Explorer and Edge */ scrollbar-width: none; /* Firefox */ } .right.scroll-button { position: absolute; right: 0px; } .edit { opacity: 0.5; pointer-events: none; } .grid-container { display: grid; grid-template-columns: 20px 165px 165px 20px; // background-color: #2196F3; background-color: rgba(255, 255, 255, 0.8); padding: 10px; } .grid-item { background-color: rgba(255, 255, 255, 0.8); padding: 20px; font-size: 30px; text-align: center; } body { overflow-x: hidden; } .AddPlus { background-color: #514f4a; border-radius: 10px; width: 80%; } .card-body { height: 120px; background-color: #E9EBF6; } .addequipment { // position: absolute; // top: 71px; // background-color: #fafafa; } .table-machine-card { width: 20%; } .table-machine-card img { width: 90%; } .card-title { color: rgb(85, 84, 82) !important; } .card .card-body { padding: 0px; //text-align: center !important; } .card-img-top { width: 70%; border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px); margin-left: 10%; } .control-label { margin-bottom: 5px; padding-top: 5px; // margin-left: 17px; } .col-sm-4 { flex: 0 0 33.333333%; // max-width: 29.333333%; } .selecetdMachine { border: 2px solid black; border-radius: 10px; } .mnf-modal-btn.save { //background-color: rgb(85, 84, 82) !important; // border: 1px solid #6d5cae; // color: #fff; // opacity: 0.9; transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important; } .showequipmentfirst { background: #f2f2f2 !important; cursor: context-menu; height: 53px; border-radius: 10px; } .admintab { position: absolute; right: 20px; width: 10%; padding: 0px !important; min-width: 130px; top: -3px; } .admintab1 { position: absolute; right: 80px; width: 10%; padding: 12px !important; min-width: 107px; margin-right: 30px; } .mnf-card-header .admintab1 .icon-left { height: 50px; } ::ng-deep.pg-select.equip-select, .pg-select.equip-select span.pg-select-arrow, .equip-select .pg-select-selection-selected-value, .pg-select-open.eq-select .pg-select-selection-selected-value { color: #686263 !important; background-color: white; } .pg-select-selection-selected-value { color: #686263 !important; } .mnf-business-header { border-bottom: 2px solid #f2f2f2; } ::ng-deep.pg-select-selection--single, .pg-select-open .pg-select-selection { min-width: 160px; width: 100% !important; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: calc(10px + 0.15vw) !important; } ::ng-deep.pg-select-open .pg-select-selection { min-width: 130px; width: 100% !important; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: calc(10px + 0.15vw) !important; } .search-div { margin-left: 10px !important; } .search-div .iconsearch { position: absolute; top: 1px; left: 17px; //background-color: #ffff !important; //border: 2px solid #f2f2f2 !important; } .search-div input.form-control { border-radius: 20px; transition: background 0.2s linear 0s; height: auto !important; min-height: 35px; border: 1px solid #F0F3F7 !important; background-color: #F8F9FA; background-image: url(/assets/img/icons/search.png); background-repeat: no-repeat; background-position: 10px; box-shadow: none; color: #5075A7; transition: none; box-shadow: none; padding: 6px 15px 6px 30px; // width: 270px; } .search-div input.form-control:focus, select.filter-select:focus { outline: 0; box-shadow: none; color: #5075A7; } // add equipments start .listab1 { width: 100%; // border: 1px solid rgb(255, 0, 0); padding: 0px !important; // z-index: 10; cursor: pointer; } .ullis1 { display: flex; list-style: none; flex-direction: row; justify-content: space-between; padding: 0px !important; text-align: center; overflow-x: scroll !important; } .ullis1::-webkit-scrollbar { width: 2px; height: 1px !important; } .ullis1::-webkit-scrollbar-track { background: transparent; } .ullis1::-webkit-scrollbar-thumb { background: #E9EBF6; } .scroll-btn { background-color: #E9EBF6; color: white; border: none; padding: 10px; cursor: pointer; /* font-size: 18px; */ /* border-radius: 5px; */ /* margin: 5px; */ outline: none; position: relative; bottom: 13px; } .listsa1.activeCategory { border-bottom: 3px solid #1935CD; } .listsa1 { font-size: 16px !important; font-weight: 700 !important; line-height: 20px !important; width: 100%; padding: 8px !important; cursor: pointer; } .Category-Name { width: 100% !important; display: flex; // position: absolute; margin-top: 30px; } .Category-img { width: 30px; height: 30px; /* border: 1px solid; */ content-visibility: auto; /* align-items: center; */ border-radius: 60%; margin-right: 5px; pointer-events: none; } .listsa1 a { pointer-events: none; } .varient-label, .catgry-name { padding: 0px; margin: 0px !important; list-style: inside; color: #5075A7; font-size: 14px !important; font-weight: 500 !important; font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif; } .varient-label>li { margin: 0px 0px 0px 5px !important; } // .listab { height: 70px; width: 100%; padding: 0px 10px 0px 10px !important; // margin-bottom: 10px; margin-right: 40px; } .ullis { padding-left: 0px !important; height: 70px; display: flex; justify-content: space-between; border-bottom: 3px solid #E9EBF6; // width: 405px; // margin-left: 20px; } .icon-bg-img1 { border: 1px solid #e3e6ea; background: white; border-radius: 4px; color: #CFCFCF !important; cursor: pointer; max-width: 60px; min-width: 35px; max-height: 35px; min-height: 35px; } .icon-bg-img { border: 1px solid #CED9E9; background: white; border-radius: 4px; color: #CFCFCF !important; cursor: pointer; max-width: 60px; min-width: 35px; max-height: 35px; min-height: 35px; } .sett { pointer-events: none !important; opacity: 0.5; } .sett.active:hover { border: 4px solid blue !important; opacity: 1 !important; pointer-events: all !important; } .listsa { padding-left: 0px !important; height: 70px; text-align: center; padding-top: 25px; width: 33%; list-style: none; cursor: pointer; color: #5075A7; } // .listsa:hover{ // color: black; // border-bottom:3px solid rgb(43, 0, 233) ; // font-weight: 800; // margin-bottom: 10px; // } // .machine{ // display: flex; // // justify-content:space-evenly; // height: 30px; // background-color:#E8EBF8 ; .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: #E8EBF8; border-collapse: collapse; margin-top: 125px; // display: flex; // justify-content: space-evenly; } .table th, .table td { height: 50px !important; padding: 20px 15px; vertical-align: middle; font-weight: 400; } .table th { height: 32px !important; border-bottom: none; } .table tbody td { vertical-align: middle; border-bottom: 1px solid #CED9E9; } .table-1 { margin-top: 8rem; background-color: #E8EBF8; } .table-01>li { list-style: none; height: 32px !important; border-bottom: none; margin-left: 10px; position: relative; display: block; } .table-01 { display: flex; align-items: flex-start; color: #5075A7; vertical-align: middle; border-bottom: 1px solid #CED9E9; border-top: 1px solid #CED9E9; height: 50px !important; padding: 10px 10px; font-weight: 400; position: relative; } select.filter-select { appearance: none; -webkit-appearance: none; -moz-appearance: none; /* Add custom arrow */ background-image: url("/assets/img/Funnel.png"); /* Position and style the arrow */ background-position: right center; background-repeat: no-repeat; background-color: transparent; /* Padding to ensure the arrow is visible */ /* Optional: Add some padding and border to make it look nicer */ border: none; text-indent: -99px; width: 17px; height: 21px; } select.filter-select:hover, select.filter-select:focus { border: none; outline: 0; box-shadow: none; } select.filter-select option { padding: 5px !important; } .circle-card-controls .item.active.icon-cal { background: none; } .add { border: 1px solid #1935CD; background-color: white; border-radius: 24px; width: 300px; height: 30px; margin-right: 10px; color: #1935CD; font-weight: 300; margin-left: 110px; } .pg { font-size: 16px; color: #3d0531; } .Second-Container { // width: 940px; border-radius: 16px; height: 730px; background-color: white; margin-bottom: 10px; border-bottom: 1px solid #CED9E9; } .sec-01 { height: 630px; } .card-body.mnf-common-list-card-body { padding-bottom: 50px !important; // overflow-y: auto; border-radius: 16px; background-color: #fff; // width: 420px; height: 730px; } .card-body.mnf-common-list-card-body.bg-gray { padding-bottom: 20px !important; } .assetsList { background-color: #fff; border-radius: 10px; border: 1px solid #9a7b7b; } ::ng-deep.pg-select-selection__placeholder { display: none; } ::ng-deep .pg-select-selection-selected-value { padding-right: 6px !important; //display: none; } ::ng-deep .pg-select.filter-select span.pg-select-arrow, .pg-select-open.filter-select span.pg-select-arrow { right: 0px !important; display: none; } .orderqrcodebtn { background: #fff; position: absolute; left: 9px; top: 35px; padding: 5px 10px; border: 1px solid #1935CD; border-radius: 15px; color: #1935CD; } .orderqrcode { padding: 10px 5px; color: #1935CD; text-align: center; } .qr-dummy { width: 100px; height: 100px; } .qrocde-img { width: 100px; height: 100px; padding: 5px; border: 1px solid #515151; border-radius: 8px; object-fit: cover; } .settings.active { border: 1px solid blue; background-color: #00796b; cursor: pointer; } .ept-img-outer { // background-image: url("/assets/img/y-circle.png"); // width:160px; // height:150px; // background-repeat: no-repeat; // background-position: center; } .ept-img-outer img { width: 158px; height: auto; // object-fit: cover; } .qv-ept-img-outer img { width: 100px; height: auto; // object-fit: cover; } /* Optional: Add some styling for form validation feedback */ // input.ng-invalid.ng-touched { // border-color: red; // } // input.ng-valid.ng-touched { // border-color: green; // } .assetstagdetails { background-color: #585182; border-radius: 4px; padding: 8px 6px; font-size: 10px; color: #fff; min-height: 26px; } .quickview-wrapper .assetstagdetails { padding: 6px; } .v-line { border-left: 2px solid #CED9E9; margin: 2px 8px 2px 8px; padding: 2px 0px; height: 18px; } .navlinkbar { border-bottom: 1px solid #E9EBF6; width: 100%; font-size: 16px; font-weight: 400; cursor: pointer; padding: 5px 10px 0px 10px; color: #5075A7; } .navlinkbar .navItemActie a { border-bottom: 3px solid #0E31E7; color: #1D2638; font-weight: 500; font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .nav-item a:hover { background-color: transparent; } .quickview-wrapper { position: fixed; right: 3px !important; top: 0px; width: 455px !important; background: #fff; border: none !important; border-radius: 0px !important; bottom: 0px; z-index: 99999; // overflow-y: auto; // box-shadow: 0 0 9px rgba(191, 191, 191, 0.36); // border-left: 1px solid rgba(222, 227, 231, 0.56); // transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99); } .scrolltemplate { overflow-y: auto; height: calc(100vh - 375px); } .scrolltemplate1 { overflow-y: auto; height: calc(100vh - 430px); } ::ng-deep body.slideprofile::after { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); /* Adjust the alpha value for transparency */ z-index: 999; } .quickview-wrapper .modal-header { // border: 1px solid red; padding: 25px; height: 80px; } .light-purple-bg { background: #E7EBFF; } .qv-mac-bg { background: #F7F8FC; } .qvImagebrand { border-radius: 10px; background: #e0cfcf; max-width: 18%; padding: 7px; margin-left: 4%; height: 74px; margin-top: 4%; } .qvImagebrand img { width: 60px; height: 60px; } .assetslistView { margin-top: 5px; } .assetslistView span { margin-right: 5px; } .quickview-wrapper { border: 1px solid #ffff; border-radius: 10px; } .usageTrack { background: #EEEBFF; border-radius: 8px; padding: 10px 20px; margin-bottom: 20px; position: relative; width: 100%; } .usageTrack p { margin-bottom: 0px; } .usage-img { background: #fff; width: 48px; height: 48px; border-radius: 30px; display: flex; align-items: center; justify-content: center; } .tooltip1 { position: relative; } .tooltip1 .tooltiptext::before { content: ""; position: absolute; background-image: url(/assets/img/icons/t-arrow.png); background-repeat: no-repeat; background-position: top center; width: 24px; height: 12px; top: -5px; left: 50%; transform: translate(-50%, -50%); } .tooltip1 .tooltiptext { visibility: hidden; min-width: 120px; max-width: 130px; background-color: #F5F7FA; color: #1D2638; text-align: center; border-radius: 5px; padding: 16px 10px; position: absolute; z-index: 1000; left: -38px; top: 100%; margin-left: -6px; border-radius: 15px; margin-top: 13px; font-size: 12px; box-shadow: -5px -4px 15px 0px #D2D2D2; &.big { margin-left: -12px; padding: 11px 10px 16px 10px; } } .tooltiptext { pointer-events: none !important; } .tooltip1:hover .tooltiptext { visibility: visible !important; /* Show the tooltip when hovering */ overflow: visible !important; white-space: normal; } .clearfix { // margin:11px; } // label { // font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important; // font-size: calc(9px + 0.15vw) !important; // font-weight: normal !important; // letter-spacing: 0.00177646em !important; // line-height: 20px !important; // text-transform: capitalize !important; // color: #252020; // } // .form-group-default { // border: 1px solid #ededed !important; // height: 55px; // border-radius: 10px; // } .disbledDateTime, .disableToggle { opacity: 0.5; pointer-events: none; } .isEditActive { background: #4d2121; text-decoration: underline; pointer-events: all; opacity: 1; position: absolute; right: 56px; } .img.isEditActive { background: transparent; right: auto; } .isEditActiveService { // background: #4d2121; text-decoration: underline; pointer-events: all; opacity: 1; } #fileInput { display: none; } .file-label { font-size: 14px !important; display: inline-block; padding: 10px 20px; color: #5e76e4; cursor: pointer; border-radius: 4px; position: absolute; left: 0px; } #fileInfo { margin-top: 10px; display: none; } #removeFileButton { margin-top: 10px; background-color: #dc3545; color: white; border: none; padding: 5px 10px; cursor: pointer; border-radius: 4px; } //---------------------------------------------------------------------------------------- //-------------------------------------------------------------------------------------- .mnf-card-header .admintab .icon-left { height: 55px; } .card.card-default { border: none !important; } .activebtn { opacity: 1 !important; pointer-events: all !important; // color:white !important; } .activebtnrepair { opacity: 1 !important; pointer-events: all !important; color: white !important; } .service-card .item.active:hover, .service-card .item:hover { // background: #;21212173 background: #21212173; border-radius: 50%; border-radius: 0; transition: 0.1s; border: 1px solid #e4e4e4; } .service-card .item.active { pointer-events: inherit !important; cursor: pointer !important; padding: 1.2px; opacity: 1; //#777 color: #fff; // border: 1px solid #d2d2d2; } .machine-profile { max-width: 115px; max-height: 115px; min-width: 115px; min-height: 115px; background-color: #a9a9a9; background-color: #fafafa; border-radius: 50%; } .machine-profile img { width: 115px; height: 115px; min-width: 115px; min-height: 115px; border-radius: 50%; -o-object-fit: cover; object-fit: cover; } .mnf-pic { max-width: 90px; } .machine-details-card .mnf-pic { max-width: 120px; } .tab-display { display: none !important; } .mnf-user-name { display: flex; justify-content: flex-start; margin: auto auto auto 15px; padding: 0px 0px 0px 10px; } ul.machine-details-control { text-align: right; padding-right: 0px; margin-top: 12px; } ul.machine-details-control li { display: inline-block; margin: 5px 5px; cursor: pointer; opacity: 0.5; } .machine-details-control li.add { color: #7252d3; font-weight: 600; opacity: 1; } .equipt-item.selected:hover { background: #F7F8FC !important; } .radio.radio-success input[type="radio"]:checked+label:before { border-color: #7a7a7a; } #Strength { margin-left: 8px; } .machine-profile img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; } .machine-details { height: 100%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-left: 10px; } .machine-details .machine-name { // font-size: 16px; // font-size:calc(12px + 0.15vw)!important; text-transform: capitalize; // line-height: 20px; // font-weight: 500; } .machine-details .brand-name { // font-size: 14px; // font-size:calc(11px + 0.15vw)!important; // line-height: 22px; text-transform: capitalize; } .machine-tag { height: 100%; // display: flex; // align-items: flex-end; // padding-bottom: 10px; } .qr-code-header { position: absolute; margin-top: -7px; right: 30px; z-index: 100; } .md-t-10 { width: 10%; } .m-t-w { float: left; } .md-t-40 { width: 40%; } .md-t-30 { width: 30%; } .md-t-35 { width: 35%; } .md-t-25 { width: 25%; } .resource-activity-col .reservation-card { background: #4b4b4b; border-top: 8px solid #fafafa; padding: 20px 20px; // min-height: 400px!important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .reservation-header ul li { display: inline-block; margin: 5px 2px; color: #dbd7d7; padding: 2px 5px; border-radius: 3px; opacity: 0.5; text-transform: uppercase; //font-size: 11px; font-size: calc(9px + 0.15vw) !important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .reservation-header.profile-reserve ul li { font-size: calc(9px + 0.15vw) !important; } .reservation-header ul { padding-left: 0; } .reservation-header ul li.active { // background-color: #a6a6a6; // color: #a6a6a6; // opacity: 1; background-color: #21212173; color: #fff; opacity: 0.7; cursor: pointer; } .search-bar { background: #7f7f7f; height: 49%; display: flex; align-items: center; margin: 5px 0px; } .time-w { float: left; } .time-15 { width: 30%; } .time-35 { width: 50%; } .time-20 { width: 35%; } .time-img img { width: 25px; height: 25px; border-radius: 50%; min-width: 25px; min-height: 25px; object-fit: cover; } .reserve-item-repair { height: auto; // display: flex; align-items: center; //background: #f2f2f2; border-radius: 5px; border: 1px solid #f2f2f2; padding: 6px; margin-top: 3%; } .reserve-item { height: 60px; display: flex; align-items: center; // background: #f2f2f2; border-radius: 5px; border: 1px solid #f2f2f2; padding: 6px; margin-top: 3%; } .reserve-item .list-item, .reserve-item-repair .list-item { line-height: 18px; letter-spacing: 0.00849077em; color: #000; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; font-weight: 500; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .reserve-item .list-name, .reserve-item-repair .list-name { display: flex; /* align-items: center; */ /* justify-content: center; */ padding-left: 18px; } .reservation-header .search-bar span { position: absolute; right: 8px; border-left: 1px solid #000; padding-left: 6px; opacity: 0.5; } .reservation-header .search-bar { color: #fff; position: relative; padding: 0px 3px; text-transform: capitalize; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; opacity: 0.5; } .reservation-header ul li:nth-child(1) { margin-left: 0px !important; } .machine-list-table td { padding: 10px 5px !important; } .machine-list-table tbody tr:hover td { background: #fff; } .machine-table-items { width: 100%; } .mt-w { float: left; // margin-left:13px; } .mt-wl { float: left; margin-left: 8px; } .machine-5 { width: 5%; } .machine-35 { width: 35%; } .machine-30 { width: 26%; } .machine-25 { width: 25%; } .machine-20 { width: 20%; } .machine-15 { width: 35%; } .machine-item { height: 100%; } .modal-footer1 { height: 0.5px; width: 400px; border: 1px solid #cecfd4; } .machine-item { margin-bottom: 90px; height: 65px; display: flex; justify-content: space-evenly !important; align-items: center; cursor: pointer; padding-left: 15px; padding-right: 15px; // background-color: #F7F8FC; // border-bottom: 1px solid #b0a7a7; // border-bottom: 1px solid rgba(230, 230, 230, 0.7); } .machine-grid.custom-variant { display: flex; align-items: center; justify-content: center; } .coustom-text { margin-top: 10px; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; //font-size: 14px; font-size: calc(11px + 0.15vw) !important; } .selectborderactive, .selectcategoryactive, .selectvariantactive, .selectbrandactive { border: 1px solid #6854A6 !important; } .form-group-default.disabled.select-border.focused { border: 1px solid #6854A6 !important; } .machine-img { width: 100%; height: 105px; border-radius: 50%; margin: 0px auto; padding: 5px; } .machine-img img { width: 100%; height: 100%; border-radius: 50%; -o-object-fit: cover; object-fit: cover; } .machine-item .red { color: red; } .machine-item .blue { color: #0072ec; } .machine-item .green { color: #19ad79; } .machine-stock-status { display: flex; align-items: center; margin-top: 11px; // border-bottom: 2px solid #fafafa; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; } .machine-stock-status ul li { display: inline-block; list-style-type: none; // font-size: 10px; font-size: calc(8.5px + 0.15vw) !important; // margin: 0px 8px; text-transform: uppercase; letter-spacing: 0.5px; } .machine-stock-status ul { padding-left: 0; padding-bottom: 0px; margin-bottom: 0px; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0px 7.5px; } .machine-stock-status li.removed { color: red; } .machine-stock-status li.deactive { color: #0072ec; } .machine-stock-status li.active { color: #19ad79; } .activity-header .product-tag { position: absolute; right: 0; top: 7px; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; letter-spacing: 0.5px; } ::ng-deep .machine-details-data-table datatable-body-cell { padding: 0px !important; } ::ng-deep .mnf-data-checkbox { width: 10% !important; float: left; } ::ng-deep .mnf-data-active { width: 10% !important; float: left; } ::ng-deep .machine-data-tag { width: 44% !important; float: left; } ::ng-deep .mnf-data-date { width: 25% !important; float: left; } ::ng-deep .mnf-switch-toggle-class { width: 13% !important; float: left; } .data-machine-row { // font-size: 12px !important; font-size: calc(9px + 0.15vw) !important; } ::ng-deep .datatable-row-group { padding-bottom: 8px; margin-top: 5px; } .logo { display: flex; position: absolute; font-size: large; margin-top: 30px; margin-left: 20px; // margin-top: 50px; } .eqipt-modal { width: 92% !important; // background-color: #fff; margin: 0 auto; display: block; position: absolute; left: 0; right: 0; top: 5%; } .enqip-body::-webkit-scrollbar { width: 2px; } .enqip-body::-webkit-scrollbar-track { background: transparent; } .enqip-body::-webkit-scrollbar-thumb { background: #cac5e1; } .enqip-body::-webkit-scrollbar-thumb:hover { background: #d9d9d9; } .cancel-transfer { justify-content: center; } .equip-modal-header { min-height: 68px; height: 68px; display: flex; align-items: center !important; justify-content: center; } .add-eqip-right .equip-modal-header { background-color: #999191 !important; } .eqipt-modal-form-layout { width: 30%; float: left; background: #fff; border-radius: 12px 0px 0px 0px; } .eqipt-modal-right-layout { width: 68%; float: left; } .enqip-body { height: 620px; max-height: 620px; padding: 15px 15px 0px 15px; // overflow-y: scroll; border-right: 1px solid rgba(0, 0, 0, 0.07); overflow-y: scroll; background-color: #fff; overflow-y: hidden; } .enqip-body.right-panel { padding-left: 0px; padding-right: 0px; } .equip-modal-outer { overflow-y: auto; } .mnf-gender-radio-label { display: flex; align-items: center; justify-content: flex-start; } .mnf-gender-radio-label label { padding-left: 1px; } .mnf-radio-form-grp label, .mnf-radio-form-grp.focused label { font-size: calc(10px + 0.15vw) !important; } .rad-chec-box { justify-content: center !important; } .mnf-gender-radio-grp { display: flex; text-align: center; margin-left: -1px; // justify-content: center; } .edit-machin-radial { margin: 0 15px 0 0; } .mnf-grp-bg { background: #f2f2f2; color: #333; pointer-events: none; } .horizantal-list-menu ul { padding-left: 0; } .horizantal-list-menu li { text-decoration: none; list-style-type: none; height: 60px; display: flex; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, 0.07); padding-left: 8px; font-size: calc(11px + 0.15vw) !important; } .tag-name { display: flex; justify-content: flex-start; margin-top: 40px; margin-left: 70px; font-weight: bold } .bay-n { color: #5075A7; margin-top: 70px; } .Room-mm { display: flex; justify-content: flex-start; cursor: pointer; } .refresh-03 { position: absolute; bottom: 20px; margin-left: 360px; } .Room-n { color: #5075A7; margin-top: 70px; font-size: medium; } .sld-name { position: absolute; margin-left: 100px; margin-top: 40px; font-weight: bold; } .img-logo { width: 72px; height: 72px; } .img-11 { width: 54px; height: 26px; border-radius: 5px; background-color: #E9EBF7; display: flex; justify-content: center; margin-top: 60px; position: absolute; padding: 4px; margin-left: 35px; } .img-style { margin-left: 110px; position: absolute; margin-top: 10px; } .card-01 { height: 50px; position: absolute; margin-top: 40px; } .category-layout { width: 20%; float: left; overflow-y: scroll; } .variant-layout { width: 20%; float: left; } .product-list-body { border-right: 1px solid rgba(0, 0, 0, 0.07); height: 100%; // overflow-y: scroll; // scrollbar-width: thin; } .name-1 { margin-left: 100px; display: flex; position: absolute } .machine-grid { background-color: rgba(255, 255, 255, 0.8); text-align: center; cursor: pointer; float: left; min-height: 180px; max-height: 190px; // min-width: 180px; // max-width: 180px; min-width: 33.3%; max-width: 33.3%; border: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; border-top: 1px solid #fafafa; position: relative; } .machine-grid img { width: 100%; } .add-equip-outer .machine-grid { padding: 15px 20px; } .slot-setting-div h4 { //font-size: 16px; // font-size:calc(12px + 0.15vw)!important; // font-weight: 400; margin-bottom: 2px; } .slot-setting-div p { font-size: calc(9px + 0.15vw) !important; } .product-gallery-grid { width: 60%; position: relative; } .horizantal-list-menu li { cursor: pointer; position: relative; } .horizantal-list-menu li.active { // background: #f2f2f2; color: #845ae0; } .horizantal-list-menu li.active::after { content: ""; position: absolute; right: 0px; width: 0; height: 0; border-bottom: 8px solid transparent; border-left: 8px solid #845ae0; border-right: 8px solid transparent; border-top: 8px solid transparent; clear: both; } .card-filters .filter-item.active { background: #f2f2f2; color: #585858 !important; } .card-filters .filter-item { //margin: 0px 5px !important; margin: 0px 5px; min-width: 45px; display: flex; align-items: center; justify-content: center; min-height: 31px; border-radius: 3px; color: #7f7f7f; cursor: pointer; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; // font-size: 11px !important; font-size: calc(9px + 0.15vw) !important; padding: 0 6px 0 9px; cursor: pointer; font-weight: 500; letter-spacing: 0.7px; text-align: center; // text-transform: uppercase; } .card-filters .filter-item:hover { background: #f9f9f9; } .product-gallery-grid::-webkit-scrollbar { width: 2px; } .product-gallery-grid::-webkit-scrollbar-track { background: transparent; } .product-gallery-grid::-webkit-scrollbar-thumb { background: #cac5e1; } .product-gallery-grid::-webkit-scrollbar-thumb:hover { background: #d9d9d9; } .product-list-body::-webkit-scrollbar { width: 2px; } .product-list-body::-webkit-scrollbar-track { background: transparent; } .product-list-body::-webkit-scrollbar-thumb { background: #cac5e1; } .product-list-body::-webkit-scrollbar-thumb:hover { background: #d9d9d9; } .grp-machine-img { width: 75px; height: 75px; background-color: #a9a9a9; border-radius: 50%; background-repeat: no-repeat; background-size: cover; background-position: center; float: left; } .grp-machine-img img { width: 100%; height: 100%; border-radius: 50%; -o-object-fit: cover; object-fit: cover; } .grp-machine-details { height: 100%; display: flex; align-items: flex-end; justify-content: center; flex-direction: column; padding-left: 25px; } .grp-machine-details .machine-name { // font-size: 16px; // font-size:calc(12px + 0.15vw)!important; text-transform: capitalize; // line-height: 23px; //font-weight: 100; font-weight: 400; //margin-top: 5px; } .grp-machine-details .brand-name { // font-size: 20px; font-size: calc(16px + 0.15vw) !important; line-height: 22px; } .eqptgroup-header .machine-type { height: 50%; display: flex; align-items: flex-end; padding-bottom: 10px; width: 100%; justify-content: flex-end; padding-bottom: 0px; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; } .eqptgroup-header .machine-tag { height: 50%; display: flex; align-items: flex-start; padding-bottom: 10px; width: 100%; justify-content: flex-end; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; } .eqptgroup-header { border-bottom: 1px solid rgba(230, 230, 230, 0.7); padding: 10px 25px; } .eqip-group-body { padding: 23px 25px; } .activation-status { padding: 30px 0px; } .activation-status p { letter-spacing: 0.5px; } span.on { color: #19ad79; } .asset-information { width: 100% !important; display: flex; // float: left; } .asset-information .title { margin-bottom: 0; font-weight: 600 !important; font-size: calc(12px + 0.15vw) !important; align-items: center; color: #000; margin-right: 8px; padding: 6px 0px; } .eqip-group-body p.inc { font-weight: 500; letter-spacing: 0.5px; opacity: 0.8; } .pro-div { background: #00b0f0; color: #fff; display: flex; align-items: center; text-transform: uppercase; // font-weight: 100; font-weight: 300; width: 52px; height: 28px; letter-spacing: 1px; // font-size: 15px !important; font-size: calc(12px + 0.15vw) !important; justify-content: center; } .on-switch { color: #19ad79; text-transform: uppercase; } .activation-content { width: 100%; float: left; margin-bottom: 14px; } .pg-select-selection { background: transparent !important; border: none; color: #fff !important } .enqip-body input { color: #2c2c2c !important; font-weight: normal; letter-spacing: 0px; // font-size: 14px; font-size: calc(9.5px + 0.15vw) !important; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .table-machine-img img { border-radius: 50%; background: #fff; width: 58px; max-height: 58px; } .table-machine-img { // height: 52px; width: 58px; display: flex; align-items: center; justify-content: center; margin: 0 auto; } .mac-avatar { width: 30px; } .mac-avatar img { border-radius: 50%; background: #fff; width: 28px; max-height: 28px; } .machine-item .checkbox label::after { left: 0.5px !important; } .machine-details-control li.delete.active { color: red; opacity: 1 !important; cursor: pointer; pointer-events: visible !important; } .machine-details-control li.delete { pointer-events: none; // color: red; } .eqp-cat-name { //height: 50%; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0; text-transform: capitalize; //width:200px; width: auto; min-height: 22px; //font-size: 17px; //margin-bottom: 10px; } .machine-item .eqp-cat-name { padding-top: 4px; } .usage-equip { height: 30% !important; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0; text-transform: capitalize; } p.eqp-brand-name { height: 100%; margin-bottom: 0px; display: flex; align-items: center; justify-content: flex-start; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; font-weight: 500 !important; } p.variant-name { height: 100%; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0px; //font-size: 12px; //font-size:calc(9px + 0.15vw)!important; text-transform: capitalize; font-weight: 500 !important; } p.add-more { margin-bottom: 0; background: #f2f2f2; border: 1px solid #d5d0d0 !important; text-align: center; border-radius: 3px; padding: 4px 3.5px; width: 75%; margin: 0 auto; cursor: pointer; //font-size: 12px; font-size: calc(9px + 0.15vw) !important; font-weight: 500 !important; } .machine-item p.add-more { border: none !important; } .eqip-actions { height: 100%; width: 100%; } .eqip-actions p { height: 100%; margin-bottom: 0; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; text-align: center; } p.sld-modal-name { height: 50%; width: 100%; margin-bottom: 0; // font-size: 11px; font-size: calc(9px + 0.15vw) !important; letter-spacing: 0.5px; text-align: right; display: flex; align-items: flex-start; justify-content: flex-end; line-height: 15px; } p.sld-variant-name { height: 50%; width: 100%; margin-bottom: 0; //font-size: 11px; font-size: calc(9px + 0.15vw) !important; letter-spacing: 0.5px; text-align: right; letter-spacing: 0.5px; display: flex; align-items: flex-end; justify-content: flex-end; line-height: 15px; } .eqip-group-body input { // font-size: 14px; font-size: calc(11px + 0.15vw) !important; } .machine-item .checkbox label::before { width: 13px; height: 13px; } .machine-item .checkbox input[type="checkbox"]:checked+label:before { border-width: 6px; } .machine-item .checkbox label::after { width: 13px; height: 13px; top: -1px; font-size: 9px; } .machine-item .checkbox.text-center { display: flex; align-items: center; justify-content: center; } .machine-details-data-table span.slider.round { height: 15px; width: 23px; margin-top: 10px; } .machine-details-data-table .slider::before { position: absolute; content: ""; height: 10px; width: 10px; left: 3px; bottom: 2.3px; background-color: white; transition: 0.4s; } ::ng-deep .machine-details-data-table .datatable-row-center.datatable-row-group { align-items: center !important; } .form-group-attached.update { pointer-events: none; } .add-enqip-row .form-group.form-group-default { margin-bottom: 0px; // max-height: 57px; // min-height: 57px; } .add-enqip-row .form-group.form-group-default.remove-select-border { padding-bottom: 1px; } .add-enqip-row .quantity-form-col .form-group.form-group-default label { font-size: calc(9.5px + 0.15vw) !important; } .slot-setting-div { margin-top: 10px; } .quantity-form-col { padding-right: 7px !important; } .add-more-div { width: 45px; height: 45px; margin: 0 auto; // border: 1.5px solid #a9a9a9; border: none; border-radius: 50%; cursor: pointer; z-index: 99; padding: 1.2px; opacity: 0.7; } .add-more-div img { width: 100%; } .add-more-div img:hover { background: #f2f2f2; border-radius: 50%; transition: 0.3s; } .add-more-div i.fa.fa-plus { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 300 !important; } // .form-group.typehead { // padding: 14px 10px 12px 10px!important; // } .equip-modal-header .h-60 { height: 60%; width: 100%; display: flex; align-items: center; justify-content: center; // background: #8497b0; font-weight: 300; border-radius: 0px 12px 0px 0px !important; } .equip-modal-header .h-40 { height: 40%; width: 100%; // display: flex; align-items: center; justify-content: center; font-weight: 300; } .height-100 { height: 100%; background: #fff; } .w-100 { width: 100%; } .eqip-modal-right-title { // font-size: 16px; font-size: calc(12px + 0.15vw) !important; } .eqip-modal-varient-name { text-transform: uppercase; // font-size: 10px; // font-size:calc(8px + 0.15vw)!important; width: 60%; height: 100%; color: #fff !important; background: #6854A6; text-align: center; display: flex; align-items: center; justify-content: center; } .popup-sub-title { font-weight: 400; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: calc(9px + 0.15vw) !important; letter-spacing: 1px !important; color: #fff !important; text-transform: uppercase; } .h-40 .categories { width: 20%; height: 100%; float: left; display: flex; align-items: center; justify-content: center; background: #6854A6; border-radius: 10px 0px 0px 0px; } .h-40 .variants { width: 20%; height: 100%; float: left; letter-spacing: 1px; display: flex; align-items: center; justify-content: center; background: #6854A6; } .equip-modal-header .eqip-modal-title { font-size: 18px; letter-spacing: 0.5px; font-weight: 300; } ::ng-deep .add-enqip-row .pg-select-selection__rendered, ::ng-deep .pg-select-selection__rendered { margin-left: 0px !important; } .pagination-footer { // height: 50px; width: 100%; position: absolute; // position: relative; //bottom: -8px; //bottom:-5px; //bottom:-7px; right: 5px; display: flex; align-items: center; justify-content: flex-end; } .pagination-footer .ngx-pagination { margin-bottom: 0; } .varients-grid { height: 100px; cursor: pointer; // background: red; } .varient-top { height: 100%; // background: pink; } .varient-bottom { height: 50%; // background: orange; } .varient-top .varients-img-sec { width: 50%; float: left; // background: aquamarine; height: 100%; position: relative; } .varient-top .varients-type-sec { width: 50%; float: left; background-color: #fafafa !important; color: #fff; height: 100%; } .varient-bottom .varients-img-sec { width: 50%; float: left; background: skyblue; height: 100%; } .varient-bottom .varients-type-sec { width: 50%; float: left; background-color: #fafafa !important; color: #fff; height: 100%; } .varient-bottom .varients-type-sec.active { background-color: #827bb7 !important; } .varient-top .varients-type-sec.active { background-color: #827bb7 !important; } .varients-type-sec.active p { color: #fff !important; } // .varients-type-sec.active p { // } .varients-img-sec img { width: 100%; object-fit: cover; padding: 10px; margin-top: 10%; } .varients-type-sec .radio-btn { display: flex; align-items: flex-end; justify-content: center; width: 100%; } .varients-type-sec .radio-btn { display: flex; align-items: flex-end; justify-content: center; width: 100%; } .varients-type-sec .radio-btn .radio { margin: 0px !important; } .varients-type-sec .radio-label { display: flex; align-items: flex-start; justify-content: center; padding-top: 0px; } .varients-type-sec .radio-label p { // font-size: 10px; font-size: calc(8px + 0.15vw) !important; font-weight: normal; letter-spacing: 0.01em; line-height: 22px; margin: 0px 0px 10px 0px; font-style: normal; white-space: normal; color: #333; } .varients-type-sec .radio-btn .radio input[type="radio"] { -webkit-appearance: none; width: 15px; height: 15px; border: 1px solid darkgray; border-radius: 50%; outline: none; // box-shadow: 0 0 5px 0px grey inset; opacity: 1; } .height-50 { height: 50%; } .varients-type-sec.active .radio-btn .radio input[type="radio"] { color: #fff !important; } .varients-type-sec input[type="radio"]:checked::before { background: #fafafa; } .varients-type-sec input[type="radio"]::before { content: ""; display: block; width: 42%; height: 42%; margin: 30% auto; border-radius: 50%; } // .radio-btn .radi input[type='radio']:before { // } .machine-grid { padding: 0px 20px; } .machine-grid .brand-name { width: 100%; height: 30px; display: flex; align-items: center; justify-content: center; } .machine-grid .modal-name { width: 100%; height: 30px; display: flex; align-items: center; justify-content: center; color: #0072ec; // font-size: 10px; // font-size:calc(8px + 0.15vw)!important; letter-spacing: 0.5px; } .machine-check-circle { width: 22px; height: 22px; background: #f2f2f2; position: absolute; right: 4px; top: 4px; border-radius: 50%; } .add-equip-outer .machine-check-circle { top: 15px; } .machine-check-circle.active { background: #817ab7; } .isAddeqptactive{ border: none; pointer-events: none !important; cursor: none; opacity: 0.2 !important; } p.modalnsam-name { // font-size: 12px; font-size: calc(9px + 0.15vw) !important; margin: 0; display: flex; align-items: center; justify-content: flex-start; } .no-data-found { height: 100%; display: flex; align-items: center; justify-content: center; } ::ng-deep .ngx-pagination .current { color: #333 !important; font-weight: 500 !important; background: transparent !important; opacity: 1; } ::ng-deep .ngx-pagination li { opacity: 0.6; } .enqip-body .form-group.form-group-default.mnf-gender-radio-label { padding-top: 4px; } .enqip-footer { position: relative; } .machine-img.add-machin-img img { border-radius: 0px !important; object-fit: contain !important; } .unit-menu ul { padding-left: 0; list-style-type: none; margin-bottom: 0px; } .unit-menu { height: 40px; display: flex; align-items: center; // background: #fafafa; } .unit-menu li { display: inline-block; padding-right: 12px; text-transform: uppercase; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; color: #0d0d0d; letter-spacing: 0.5px; cursor: pointer; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .unit-menu li.active { color: #8450e0; font-weight: 500; } .custom-pro { background: #0f8ff9; color: #fff; display: flex; align-items: center; text-transform: uppercase; font-weight: 300; width: 64px; height: 28px; letter-spacing: 1px; // font-size: 14px !important; font-size: calc(12px + 0.15vw) !important; justify-content: center; position: absolute; top: 9px; right: 10px; } .radio-btn .radio input[type="radio"]:before { background: #cdcdcd; } .eq-assets-row { display: flex; flex-wrap: wrap; align-items: center; width: 100%; } .eq-col { float: left; } .eq-col p { margin-bottom: 0px; } .eq-asset-check { width: 10%; //padding-bottom: 4px; max-width: 30px; } .eq-asset-check span.checkmark { height: 12px; width: 12px; } .eq-asset-dots { // width: 5%; min-width: 5px; } .eq-asset-sno { width: 10%; } .eq-asset-vartag { width: 25% !important; } .eq-asset-modnum { width: 58% !important; } .eq-assets-switch { width: 10% !important; display: flex; justify-content: flex-end; } .eq-asset-item { display: flex; flex-wrap: wrap; align-items: center; cursor: pointer; // padding-left: 15px; min-height: 38px; // border-bottom: 1px solid #e9e9e9; padding: 5px 10px; cursor: context-menu; } .list-machine .eq-asset-item { padding: 10px 20px; } .eq-asset-item:first-child { // border-top: 1px solid #e9e9e9; } .eq-asset-dots .dot { width: 7px; height: 7px; background: red; border-radius: 50%; } .eq-asset-dots .dot.green { background: #0A9307; } .eq-asset-dots .dot.blue { background: #0072ec !important; } .eq-assets-switch .switch { margin-bottom: 0px; width: 25px; height: 16px; position: relative; } .eq-assets-switch .switch .switch-toggle { opacity: 0; width: 0; height: 0; } .eq-assets-switch .switch-toggle:checked+.slider { background-color: black; } .eq-assets-switch .slider.round { border-radius: 23px; background-color: #ccc; } .eq-assets-switch .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.4s; } .eq-assets-switch .slider.round:before { border-radius: 50%; } .eq-assets-switch .slider:before { position: absolute; content: ""; height: 10px; width: 10px; left: 4px; bottom: 3px; background-color: white; transition: 0.4s; } .eq-assets-switch .switch-toggle:checked+.slider:before { transform: translateX(8px); } .activation-status .switch { position: relative; display: inline-block; width: 30px; height: 21px; display: flex; align-items: center; float: left; margin-right: 10px; } .activation-status .switch .switch-toggle { opacity: 0; width: 0; height: 0; } .activation-status .switch-toggle:checked+.slider { background-color: #0000; } .activation-status .slider.round { border-radius: 34px; background-color: #0072ec; } .activation-status .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.4s; } .activation-status .slider.round:before { border-radius: 50%; } .activation-status .slider:before { position: absolute; content: ""; height: 14px; width: 15px; left: 4px; bottom: 4px; background-color: white; transition: 0.4s; } .activation-status .switch-toggle:checked+.slider:before { transform: translateX(8px); } .equt-tages { width: 100%; display: flex; justify-content: flex-end; margin-top: 5px; } .equt-tages .tag-item { // margin-right: 10px; // font-size: 11px; font-size: calc(10px + 0.15vw) !important; font-weight: 500; letter-spacing: 0.5px; color: #595959; font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .assets-contorl { padding-right: 0px; margin-top: 5px; } .warning-details { text-align: center; padding: 0px 50px; } .warning-details p { text-align: center; } .warning-details h4 { // font-weight: 200; font-weight: 300; margin: 0; margin-bottom: 20px; } .machine-item { cursor: pointer !important; margin-bottom: 14px; padding-bottom: 10px; height: 76px; padding-top: 10px; border-radius: 10px; // border-bottom: 1px solid #b44242; position: relative; background-color: #F7F8FC; display: flex; } .machine-item-1 { cursor: pointer !important; // padding-bottom: 10px; // height: auto; // padding-top:10px; // border-radius: 10px; border-bottom: 1px solid #CED9E9; position: relative; z-index: 1000; height: 60px; display: flex; justify-content: flex-start; position: relative; margin-bottom: 12px; } .machine-item-2 { cursor: pointer !important; // padding-bottom: 10px; // height: auto; // padding-top:10px; // border-radius: 10px; border-bottom: 1px solid #CED9E9; position: relative; z-index: 1000; display: flex; justify-content: flex-start; position: relative; margin-bottom: 10px; } .zumba>img { border-radius: 50%; } .mac-item { height: 410px; position: relative; } // .mac-item{ // scroll-behavior: auto; // overflow-x: hidden; // scrollbar-color:#CED9E9 ; // } .card-refresh { position: relative; bottom: 20px; display: flex; justify-content: flex-end; margin-left: 90px; top: 12px; } .radio { width: 16px; height: 16px; padding: 4px; margin-top: 13px; } .icons-1 { width: 40px; // height: 50px; position: absolute; } .mgrg-radio { width: 24px; height: 17px; size: 20px; display: flex; } .cl-1 { margin-top: 10px; margin-left: 50px; } .ref-btn { position: absolute; margin-left: 30px; } .Bays { display: flex; width: 280px; height: 50px; // cursor: pointer; } .login-btns { height: 78px !important; width: 190px !important; // text-align: center; background-color: white !important; border: 1px solid #CED9E9; border-radius: 15px; cursor: pointer; } .login-btns:focus { border: 1px solid #CED9E9; outline: none; } .login-btns.active-btn { border: 1.5px solid #1935CD; background-color: #E9EBF6 !important; } .login-btns-add, .login-btns-cancel { color: #1D2638 !important; font-size: 16px; font-weight: 600 !important; margin-top: 5px; } // .Bay-room:hover{ // background-color:#E9EDFF ; // border:1px solid #1935CD; // border-radius: 10px; // } .Bay-room { width: 200px; height: 72px; display: flex; justify-content: flex-start; border-radius: 10px; padding: 16px 8px; pointer-events: inherit; background-color: white; margin: 10px; cursor: pointer; // background-color: 0.9s ease-in-out, border-color 0.9s ease-in-out; } .Bay-room.isActiveBtn { background-color: #E9EDFF; border: 1px solid #1935CD; } .Bay-room.dis { background-color: #e6e6e6; cursor: not-allowed; pointer-events: none; // filter: blur(1px); opacity: 0.4 !important; } .active .icon-grey img { opacity: 1; } .images { display: flex; // width: 100px; justify-content: flex-end; margin-left: 55px; height: 39px; padding: 8px; margin-top: 3px; } .btn-add-equtpmnt { border: 1px solid #1935cd; color: #1935CD; background-color: white; width: 140px; height: 39px; border-radius: 24px; font-size: 14px; font-weight: 800 !important; padding: 5px; position: relative; right: 10px; outline: none !important; margin-top: 7px; } .btn-1 { border-color: #1935CD; background-color: #1935CD; color: white; border-radius: 24px; padding: 5px; font-size: small; width: 150px; height: 40px; } .btn-primary-11 { color: rgb(255, 255, 255); background-color: rgb(20, 32, 155); // width: 130px; height: 39px; border-radius: 24px; font-size: small; padding: 5px; font-weight: bold; // margin: 4px; // padding: 12px 24px 12px 24px; } .circle-card { // width: 260px; display: flex; justify-content: flex-end; position: relative; // margin-left: 70px; margin-left: 100px; } .item edit { width: 45px; } .circle-card-controls { display: flex; justify-content: flex-start; margin-top: 5px; } .pagination { margin: 0px !important; height: 40px; } .pagination .page-item .page-link { color: #5075A7; border: none; margin: 0px 3px; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; border: none; } .pagination .page-item.active .page-link { color: #fff; background-color: #1935CD; } .pagination .page-item.prev .page-link, .pagination .page-item.next .page-link { width: auto; height: auto; border-radius: 0px; background-image: url(/assets/img/icons/arrow-left.png); background-repeat: no-repeat; background-position: 0px center; padding-left: 20px; } .pagination .page-item.next { margin-left: 10px; } .pagination .page-item.next .page-link { background-image: url(/assets/img/icons/arrow-right.png); background-position: right; padding-right: 20px; padding-left: 10px; } .pagination .page-item.disabled .page-link { color: #CFCFCF !important; } .pagination .page-item.prev.disabled .page-link { background-image: url(/assets/img/icons/arrow-left-grey.png); } .pagination .page-item.next.disabled .page-link { background-image: url(/assets/img/icons/arrow-right-grey.png); } .machine-item.selected { // background: #E9EDFF; cursor: context-menu; border-radius: 8px; border: 1px solid #1935CD; background-color: #E9EDFF; } .machine-item.selected:hover { // background: #fff !important; cursor: context-menu; } .machine-item:hover { // background: #fff !important; cursor: context-menu; } .machine-item.selected p.add-more { background: #fff; } .btn-primary-1>button:hover { background-color: #E9EDFF; border: 1px solid #1935CD; } .btn-primary-1>button.active:hover { cursor: pointer; } .btn-pm { border: none; background-color: #1935CD; color: white; border-radius: 24px; width: 125px; height: 40px; } .mac-arrow { position: absolute; right: 20px; } .eq-asset-item.selected { background: #F7F8FC; cursor: context-menu; // border: 1.5px solid #817ab7; } .eq-asset-item.selected:hover { background: #F7F8FC; cursor: context-menu; // border: 1.5px solid #817ab7; } .eq-asset-item { margin: 1px 0 2px 0; } .eq-asset-item:hover { background: #F7F8FC; cursor: context-menu; } p.reser-nodata { color: #beb7b7; // font-size: 12px; font-size: calc(9px + 0.15vw) !important; } .machine-details-card { padding: 20px !important; } .equipment-profile-card { min-height: 466px; //max-width: 466px; height: 561px; padding: 20px 20px; } .profile-machine-details { padding-top: 20px; } .profile-cardiimg { // height: 225px; // width: 225px; margin: 0 auto; text-align: center; } .profile-cardiimg img { width: 100%; max-width: 225px; } .profileqrcode img { max-width: 100px; } .equipment-profile-card { overflow-y: scroll; overflow-x: hidden; } .equipment-profile-card::-webkit-scrollbar { width: 2px; } .equipment-profile-card::-webkit-scrollbar-track { background: transparent; } .equipment-profile-card::-webkit-scrollbar-thumb { background: #cac5e1; } .equipment-profile-card::-webkit-scrollbar-thumb:hover { background: #d9d9d9; } .item.add.tab { display: none; } .mnf-edit-modal.activelist { min-width: 80% !important; } .machine-grid.tabwiew, .machine-grid.custom-variant.tabwiew { width: 50% !important; min-width: 50%; } .product-gallery-grid.tabwiew, .eqip-modal-varient-name.tabwiew { width: 50% !important; } .variant-layout.tabwiew, .variants.tabwiew { width: 30% !important; } .assets-body-card { padding: 20px 0px !important; padding-left: 2px !important; } .category-layout.update, .variant-layout.update, .mnf-gender-radio-grp.update { pointer-events: none; } .qr-code-outer { border: 1px solid #eee; padding: 5px; justify-content: center; } .profileqrcode { position: relative; opacity: 0.6; pointer-events: none; } .profileqrcode img { width: 100%; height: auto; } .activeQRcode { pointer-events: all; cursor: pointer; opacity: 1; position: relative; } .calender-icon { position: relative; margin-top: 7px; cursor: pointer; z-index: 99; } .calender-icon i { font-size: 16px !important; } .remove-select-border.focused { border: 1px solid #ededed !important; } .eq-fc { padding-left: 0%; padding-right: 0%; } .ccc-icon { padding-left: 0%; padding-right: 8px; } .cf-menu { padding-right: 0%; } // dropdown Add Equipment Menu div.cs-skin-slide .cs-options ul li { line-height: 18px; } div.cs-skin-slide .cs-options { padding: 0px; } div.cs-skin-slide.cs-active .cs-backdrop { box-shadow: none; border: 1px solid rgba(33, 33, 33, 0.17); } div.cs-skin-slide .cs-options ul li span { //font-size: 11px; font-size: calc(9px + 0.15vw) !important; font-weight: 500; padding: 5px 10px; } div.cs-skin-slide .cs-options ul li span:hover { background: #9d93c8; color: #fff; } .cdk-overlay-pane { width: 200px !important; } .cdk-overlay-backdrop, .cdk-overlay-pane { width: auto !important; } .form-group-default.form-group-default-select2>label { //position: absolute; z-index: 10; // padding: 7px 12px 0 12px; margin-top: 10px; } @media only screen and (min-width: 1580px) { .col-xxl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xxl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } } @media screen and (max-width: 1430px) { .form-group.typehead { padding: 14px 5px 10px 5px; } .enqip-body input, .mnf-radio-form-grp label, .mnf-radio-form-grp.focused label { font-size: calc(9px + 0.15vw) !important; } .card-filters .filter-item { //margin: 0px 1px !important; } } @media screen and (max-width: 1600px) { .machine-details-card { padding: 10px !important; } .machine-profile { max-width: 85px; max-height: 85px; min-width: 85px; min-height: 85px; } .machine-profile img { width: 85px; height: 85px; min-width: 85px; min-height: 85px; } .machine-details-card .mnf-pic { max-width: 90px; } } @media screen and (max-width: 1280px) { .card-filters .filter-item { //margin: 0px 1px !important; } .pagination-footer.equip-group { // bottom:20px; } .card-bottom-left-icon.equip-group { // bottom:25px; } .reservation-header ul li { padding: 2px 4px; font-size: calc(7px + 0.15vw) !important; } .reservation-header .circle-card-controls .item { width: 20px; height: 20px; } .reservation-header.profile-reserve ul li { font-size: calc(7px + 0.15vw) !important; } .res-m-t-10 { margin-top: 10px !important; } .profile-cardiimg img { width: 100%; max-width: 125px; } .profileqrcode img { max-width: 75px; } } // Add Equipment Custm and Quick Add //@import '../login/login.component.scss'; .purpose-grid { width: 100%; background-color: red; height: auto; } .purpose-grid-content { display: flex; align-items: center; justify-content: center; padding-left: 15px !important; flex-direction: column; } .popup-inner-space { padding: 30px 25px 0px 25px !important; } .purpose-form .purpose-grid { background-color: #fff; padding-left: 0px; } .radio-grid { background-color: #fafafa; } .radio-label { display: flex; align-items: flex-start; justify-content: center; padding-top: 0px; } .radio-btn { display: flex; align-items: flex-end; justify-content: center; width: 100%; } .radio-btn .radio { margin: 0px !important; } .purpose-btn { margin-top: 15px; text-align: center; border: 2px solid #f8f8f8; height: 40px; // width: 100%; //display: flex; align-items: center; justify-content: center; background-color: #fafafa; font-size: 16px; line-height: 21px; } .purpose-btn:hover { background-color: #fafafa !important; } .purpose-grid.active .radio-grid { background-color: #827bb7 !important; color: #fff; } .purpose-grid.active .radio-btn .radio input[type=radio] { color: #fff; } .purpose-btn { height: 54px; letter-spacing: 1px; } .purpose-btn[disabled] { background: #fafafa !important; color: #7f7f7f !important; border: 1px solid #7f7f7f !important; } .purpose-btn { background-color: #827bb7 !important; color: #fff !important; } .purpose-btn:hover { background: #7d74b2 !important; color: #fff !important; } .radio-btn .radio input[type='radio'] { -webkit-appearance: none; width: 17px; height: 17px; border: 1px solid darkgray; border-radius: 50%; outline: none; // box-shadow:0 0 5px 0px gray inset; opacity: 1; } .radio-btn .radio input[type='radio']:hover { box-shadow: 0 0 5px 0px #fafafa inset; } .radio-btn .radio input[type='radio']:before { content: ''; display: block; width: 50%; height: 50%; margin: 25% auto; border-radius: 50%; } .radio-btn .radio input[type='radio']:checked:before { background: #fafafa; } .radio-btn .radio input[type='radio']:before { background: #cdcdcd; } .purpose-radio-grid { height: 150px; } .activecolor, .activecolor h4, .activecolor h6 { color: #9575cd; } .btn-close { // margin-left: 75pc; position: absolute; display: flex; justify-content: flex-end; margin-top: 10px; margin-left: 2pc; } .group-1 { font-size: medium; font-weight: 400; position: absolute; } .content-1 { margin-top: 90px; height: 354px; } .next-btn { height: 64px; margin: 12px; } .btn-next { margin-left: 5pc; margin-top: 15pc; display: flex; justify-content: flex-end; } .Category { height: 20px; display: flex; position: absolute; margin-top: 30px; margin-left: 40px; } .header-main { position: fixed; top: 0; z-index: 999 !important; width: 100%; height: 1000px; left: 0; top: 0; // padding: 10px 24px 10px 24px; border-bottom: 1px solid #D0D2FD; // background: #ffffff; box-shadow: rgba(208, 210, 253, 0.5) 0px 2px 2px -1px; margin-left: 58px; // background-color: #D7DAEE; background-color: white; } .container-03 { height: 930px; // width: 2300px; background-color: #E9EBF6; position: relative; margin-top: 63px; display: flex; } .row-1 { // border: 1px solid red; width: auto; height: 16px; margin-left: 15px; margin-bottom: 20px !important; } .eqpt-dtls { display: flex !important; } .item-rowselection { // border: 1px solid red; border-radius: 16px; background-color: #F7F8FC; height: auto; width: 100%; padding: 20px; margin: 0px 0px 25px 2px; } .item-rowselection-scroll { position: absolute; top: 90px; height: auto; width: 100%; } .sec-cont { height: 750px; } .bikes { height: 100px; display: flex; margin: 15px; } .machine1 { border-radius: 8px; background-color: white; height: 100px; margin-left: 25px; padding-left: 39px; } .machine-outer.selected { border: 2px solid #007bff; /* Highlight border */ background-color: rgba(0, 123, 255, 0.1); /* Light blue background */ } .machine1:hover { border: 1px solid #1935CD; background-color: #E9EDFF; border-radius: 8px; cursor: pointer; } .item1 { opacity: 0.1; margin: 4px; } .container-name { margin-top: 70px; height: 900px; display: flex; background-color: white; } .container-item1 { // background-color: white; width: 410px; height: 900px; margin-top: 40px; } .Equipment-wrapper { height: 75px; background-color: #D7DAEE; padding: 12px 24px 12px 24px; border-bottom: 1px solid #D7DAEE; } .img { margin-right: 5px; } .box-model { width: 70px; height: 40px; background-color: #E9EBF7; border-radius: 4px; display: flex; justify-content: center; // padding-left: 16px; // padding-right: 16px; padding: 10px; margin: 4px; } .items-row { height: 540px; border-bottom: 1px solid #CED9E9; padding-left: 10px; } .list-container { list-style: none; padding: 0; // margin-top: 70px; } .list-item { position: relative; margin-bottom: 15px; padding-top: 15px; padding-bottom: 10px; cursor: pointer; } .list-number { position: fixed; // top: 50%; z-index: 1; // transform: translateY(-50%); background-color: #fff; border-radius: 50%; width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border: 1px solid #D6DADF; color: #242E39; font-size: 13px; } .list-item.activeschedule .list-number { background-image: url(/assets/img/icons/indicator.png); background-color: transparent; border: none; width: 34px; height: 34px; text-indent: -9999px; } .list-text { margin-left: 50px; color: #1D284E; } .list-item:before { content: ""; position: fixed; left: 135px; top: 180px; /* transform: translateY(-60%); */ width: 2px; height: 71px; background-color: #0162DD; } .list-item.activeschedule:before { background: #0162DD; } .list-container .list-item:first-child::before { display: none; } .activeborder { width: 25%; border-bottom: 1px solid #9575cd; margin-top: 5%; position: absolute; bottom: 0px; left: 15px; } .modal-inner-header { background: #6854A6 !important; padding-left: 0px !important; min-height: 38px; padding-right: 0px !important; width: 100%; position: absolute; border-radius: 10px 0px 0px 0px; bottom: 0px; text-transform: uppercase; text-align: center; } .tablet-display { display: none; } .tablet-none { display: block; } .back-link { display: flex; justify-content: space-between; align-items: center; font-size: calc(11px + 0.15vw) !important; margin: 0px 0px 10px 0px; } .back-link.profile .border-icon { background: #fafafa; } .border-icon { background: rgba(0, 0, 0, 0.2); } .border-icon:hover { background: rgba(0, 0, 0, 0.4); } @media screen and (max-width: 1380px) { .card-filters .filter-item { min-width: 35px; padding: 0px 5px; } .cf-menu { padding-right: 0px !important; } } @media only screen and (max-width: 1270px) { .tab-display { display: block !important; } .qr-code-header { display: none; } .mnf-activity-card { padding: 10px; } .unit-menu.tab-display { position: absolute; right: 5px; border-bottom: 1px solid #eee; height: auto; margin-top: -10px; border-radius: 0px 0px 0px 10px; border-left: 1px solid #eee; } .unit-menu.tab-display li:first-child { border-right: 1px solid #eee; padding: 5px 10px; text-transform: none; color: #0072ec !important; font-weight: 500; } .unit-menu.tab-display li:last-child { padding-left: 10px; text-transform: none; color: #0072ec !important; font-weight: 500; } .resourceclass .resource-activity-col .unit-menu { display: none !important; } .class-img-profile { margin-top: -55.5px; } .mnf-activity-common .mnf-activity-card { min-height: 200px !important; } // .card-filters .filter-item // { // min-width:45px; // padding:0px 8px; // } .cf-menu { padding-right: 0px !important; } } @media screen and (max-width: 1500px), (max-height:720px) { .tablet-display { display: block; } .tab-flex { display: flex !important; } .tablet-none { display: none; } .tab-m-35 { width: 35%; } .machine-item p.add-more, .machine-item.selected p.add-more { background: none !important; border: none !important; text-align: right !important; width: 100%; } .reservation-header.profile-reserve ul li { font-size: calc(8px + 0.15vw) !important; } } @media screen and (max-height:720px) { .machine-item { height: 60px; } .mnf-activity-common .mnf-activity-card { min-height: 170px !important; } } // New UI Design // .dark-blue-gray { color: #5075A7; } .secondary-dark-blue-gray { color: #1D2638; } .outer-container { margin: 25px 0px; } .white-bg { // background: #fff; padding: 25px; border-radius: 16px 0px 0px 16px; } .light-graybg { background: #F7F8FC; padding: 25px; border-radius: 0px 16px 16px 0px; } .light-blue { color: #7293BE; } .selecetdMachine { background: #E9EDFF; border: 1px solid #1935CD !important; border-radius: 8px; } .machine-outer { display: flex; border: 1px solid #E9EDF5; border-radius: 8px; padding: 15px; margin-bottom: 20px; background-color: white; } .col-sm-4:last-child .machine-outer { margin-bottom: 0px; } .mac-img-outer img { border-radius: 10%; // background: #fff; width: 50px; max-height: 80px; } .machine-outer1 { display: flex; padding: 10px; } .machine-outer-dtl { margin: 0px 0px 10px 0px !important; } .btnAdd { opacity: 0.5; pointer-events: none; } .activeSave { color: white; pointer-events: all; opacity: 1; } .categoy-Imgdisplay { position: absolute; width: 200px; display: flex; } // .selected { // border: 2px solid #007bff; // /* Highlight border */ // background-color: rgba(0, 123, 255, 0.1); // /* Light blue background */ // } // .selectedMachine::after { // // content: "✔"; // color: green; // font-size: 24px; // position: absolute; // top: 10px; // right: 10px; // } .machine-outer:hover { border-color: #1935CD; background-color: #E9EDFF; } .disabled-item { opacity: 0.5; /* Faded effect for disabled items */ pointer-events: none; /* Prevents click interaction */ } .mac-title2 { color: #FA1616; } .sel-machine-outer { display: flex; margin-bottom: 20px; align-items: center; } .mac-body .mac-title-input { padding: 0px !important; border: none !important; border-radius: 0px !important; background: none !important; margin-left: 100px; } input[type="checkbox"]:disabled { cursor: not-allowed; opacity: 0.5; /* Makes the checkbox appear faded */ } .mac-title-input .form-control { padding: 0px !important; border: none !important; border-radius: 0px !important; background: none !important; box-shadow: none; font-size: calc(18px + 0.15vw) !important; } .progress-bar-outer { background: #FFFAF2; padding: 10px; border-radius: 8px; } .progress-bar1 { position: relative; text-align: center; } /* Apply CSS properties to ui-widgets class */ .ui-widgets { position: relative; display: inline-block; width: 8rem; height: 8rem; border-radius: 9rem; margin: 5px; border: 10px solid #269868; box-shadow: none; border-top-color: #1ACE16; border-right-color: #269868; border-bottom-color: #CFCFCF; text-align: center; box-sizing: border-box; &.small { width: 6rem; height: 6rem; } } .removedWidgets { border-left-color: #FA1616; } /* Apply css properties to the second child of ui-widgets class */ .ui-widgets:nth-child(2) { border-top-color: chartreuse; border-right-color: white; border-left-color: palegreen; border-bottom-color: white; } /* Apply css properties to ui-widgets class and ui-values class*/ .ui-widgets .ui-values { top: 32px; position: absolute; left: 0px; right: 0; } // .blurred { // opacity: 0.3; /* Reduce opacity to make it look faded */ // pointer-events: none; /* Prevent clicking on disabled equipment */ // filter: blur(1px); /* Optional: Slight blur effect */ // } .divison-ng { // border: 1px solid red; height: 130px; // border-radius: 17px; background-color: #F7F8FC; border-bottom: 1px solid #CED9E9; border-top-left-radius: 16px; border-top-right-radius: 16px; } .btn-pm1 { border: none; background-color: #1935CD; color: white; border-radius: 24px; /* width: 125px; */ height: 40px; } /* Apply css properties to ui-widgets class and ui-labels class*/ .ui-widgets .ui-labels { left: 0; bottom: -16px; text-shadow: 0 0 4px grey; color: black; position: absolute; width: 100%; font-size: 16px; } .progress-num { min-width: 50px; text-align: center; } .gray-circle { background: #C9C8C8; width: 7px; height: 7px; border-radius: 6px; margin: 0px 10px; } .green-circle { background: #269868; width: 7px; height: 7px; border-radius: 6px; margin: 0px 10px; } .red-circle { background: #FA1616; width: 7px; height: 7px; border-radius: 6px; margin: 0px 10px; } /* Machine List style */ .list-machine { margin-left: -20px; margin-right: -20px; padding-right: 0px; height: 400px; } label.checkbox-label { display: block; margin-bottom: 0px; } .checkbox-label:hover input~.msg-checkmark { background-color: #E9EDFF; } /* When the checkbox is checked, add a blue background */ .checkbox-label input:checked~.msg-checkmark { background-color: #1935CD; } /* On mouse-over, add a grey background color */ .checkbox-label:hover input~.checkmark { background-color: #E9EDFF; } /* When the checkbox is checked, add a blue background */ .checkbox-label input:checked~.checkmark { background-color: #1935CD; opacity: 1 !important; } .dgfilter .checkbox-label input:checked~.checkmark { background-color: #E9EDFF; } .dgfilter .checkbox-label:hover input~.checkmark { background-color: #E9EDFF; } /* Create the checkmark/indicator (hidden when not checked) */ .checkmark:after { content: ""; position: absolute; display: none; } /* Show the checkmark when checked */ .checkbox-label input:checked~.checkmark:after { display: block; } .superior-checkbox { position: relative !important; left: 12px; } .checkbox-label input:checked+.msg-checkmark::after { content: ''; position: absolute; top: 40%; left: 50%; width: 5px; height: 8px; border: solid white; border-width: 0 2px 2px 0; transform: translate(-50%, -50%) rotate(45deg); } /*Machine detail Card 3 style */ .outer-bg-gray { background: #F7F8FC; margin-left: -15px; padding: 0px; } .outer-bg-gray .card, .bg-gray .card { background: transparent; border: none; padding: 5px; // padding:0.65rem; margin-bottom: 0px; } /* My session style */ .session-tab { border-bottom: 2px solid #E9EDF5; } .session-tab .c-f-item { width: 100%; font-size: 16px; font-weight: 400; cursor: pointer; padding: 5px 10px 10px 10px; color: #5075A7; } .session-tab .c-f-item.active { border-bottom: 3px solid #0E31E7; color: #1D2638; font-weight: 500; font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } .pro { background-image: url("/assets/img/pro.png"); background-repeat: no-repeat; background-position: left; padding-left: 30px; color: #DF9C1B; } .purple-bg { background: #EEEBFF; padding: 15px; border-radius: 8px; } .border-right-purple { border-right: 1px solid #D7D2F8; } .icon-right { text-align: right; margin-bottom: 0px; color: #1935CD; font-size: 14px; cursor: pointer; margin-right: 15px; } .icon-right img { margin-right: 3px; } .icon-right:hover { color: #1D2638; } .icon-right.isEditActive { display: none; } .file-attach-bg { background: #E9EDF5; border: 1px dashed #D9E1ED; border-radius: 8px; padding: 15px; text-align: center; } .new-form label.txt-d-blue { color: #1935CD !important; } .attach-outer { background: #fff; border: 1px solid #D9E1ED; border-radius: 4px; padding: 4px 6px; margin-right: 10px; margin-bottom: 5px; } .attach-outer h5 { max-width: 160px; } .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; } .quickview-wrapper .modal-content { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 0px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); z-index: 1000; width: 30%; } .modal-content.middle { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 0px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); z-index: 99999; width: 420px; border-radius: 16px; } .modal-content.middle .modal-header { border-radius: 16px 16px 0px 0px; background-color: #F1F9FF; padding: 20px; border: none; justify-content: left; } .modal-content.middle .modal-body { padding: 20px; text-align: center; } .modal-content.middle .modal-body p { margin-bottom: 0px; font-size: 16px; max-width: 290px; margin: auto; } .modal-content.middle .modal-body p.left { font-size: 16px; max-width: 100%; margin: 0px 0px 5px 0px; text-align: left; } .modal-content.middle .modal-body label.left { display: block; text-align: left; } .modal-content.middle .modal-footer { border: none; } .modal-content.middle .close-button { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 20px; cursor: pointer; } .modal-content.middle .close-button:focus { outline: 0; border: none; } .close-button { position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 20px; cursor: pointer; } .sechdule-btn { background: transparent; border-radius: 16px; padding: 10px 0px; margin-bottom: 5px; position: relative; border: 1px solid #1935CD; color: #222222; display: flex; align-items: center; } .schedule-img { background: #EEF7FF; width: 30px; height: 30px; border-radius: 30px; display: flex; align-items: center; justify-content: center; margin: 0px 5px 0px 10px; } .sechdule-btn input { position: absolute; opacity: 0; cursor: pointer; height: 50px; width: 100%; } .sechdule-btn label { padding-right: 16px; } .sechdule-btn:hover, .sechdule-btn.select { background: #fff; border: 1px solid #fff; } .light-yellow-bg { background: #FDFCF4; border-radius: 8px; padding: 10px; } .input-ht { height: 20px !important; margin: 0px; } .bottom-ht { height: 82px; } .qv-submit { background: #fff; // -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); // -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); // box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); padding: 15px 10px; width: 455px; position: fixed; bottom: 0px; } .btn.deactive { background-image: url(/assets/img/icons/deactivate.png); background-position: 22px; background-repeat: no-repeat; padding: 8px 20px 8px 30px; } .btn.medium { min-width: 150px; } .btn.large { min-width: 200px; } //---------------------------------- .right-panel .frame-13 { display: flex; flex-direction: column; align-items: flex-start; // width: 448px; // height: 499px; // padding: 24px 16px; // position: absolute; // top: 262px; // left: 0; // background-color: #ffffff; // overflow: hidden; // overflow-y: scroll; } .right-panel .frame-14 { display: flex; height: auto; align-items: flex-start; gap: 16px; position: relative; align-self: stretch; width: 100%; } .right-panel .frame-15 { display: flex; width: 81px; align-items: flex-start; gap: 8px; position: relative; align-self: stretch; } .right-panel .con-outer { height: 88px; display: flex; flex-direction: column; width: 58px; align-items: flex-end; justify-content: center; gap: 4px; position: relative; } .right-panel .date { position: relative; letter-spacing: -0.08px; line-height: 20px; } .right-panel .text-3 { position: relative; width: fit-content; font-family: "Satoshi-Regular", Helvetica; font-weight: 400; // color: var(--typographylight-blue); font-size: 16px; text-align: right; letter-spacing: 0; line-height: 20px; white-space: nowrap; } .right-panel .frame-16 { position: relative; align-self: stretch; width: 10px; } .right-panel .overlap-group-2 { position: relative; //height: 264px; height: 100%; top: 1px; } .right-panel .rectangle { position: absolute; width: 2px; // height: 264px; height: 100%; top: 0; left: 4px; background-color: #d4eaff; border-radius: 11px; } .right-panel .ellipse-2 { position: absolute; width: 10px; height: 10px; top: 28px; left: 0; background-color: #fcf3f3; border-radius: 5px; border: 3px solid; border-color: #3756F8; } .right-panel .frame-17 { display: flex; flex-direction: column; align-items: flex-start; position: relative; flex: 1; align-self: stretch; flex-grow: 1; padding-bottom: 20px; padding-top: 10px; } .right-panel .reservations-list { display: flex; align-items: center; gap: 4px; padding: 6px 0px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; background-color: #ffffff; border-radius: 8px; } .right-panel .frame-18 { display: inline-flex; align-items: flex-start; gap: 8px; position: relative; flex: 0 0 auto; } .right-panel .avatar { position: relative; width: 49px; height: 49px; // background-image: url(./img/image-2.svg); background-size: 100% 100%; } .right-panel .frame-19 { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; position: relative; flex: 0 0 auto; } .right-panel .frame-20 { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .right-panel .container-wrapper { display: inline-flex; align-items: center; gap: 8px; position: relative; flex: 0 0 auto; } .right-panel .container-2 { display: inline-flex; align-items: center; gap: 4px; position: relative; flex: 0 0 auto; } .right-panel .clock { position: relative; width: 41px; height: 41px; border-radius: 50px; } .right-panel .avatar-2 { // background-image: url(./img/avatar-image-3.svg); background-size: 100% 100%; position: relative; width: 49px; height: 49px; } .right-panel .avatar-3 { // background-image: url(./img/avatar-image-2.png); background-size: cover; background-position: 50% 50%; position: relative; width: 49px; height: 49px; } .right-panel .frame-21 { display: flex; height: 172px; align-items: flex-start; gap: 16px; position: relative; align-self: stretch; width: 100%; } .right-panel .frame-22 { display: flex; width: 81px; height: 136px; align-items: flex-start; gap: 8px; position: relative; } .right-panel .container-3 { height: 89px; display: flex; flex-direction: column; width: 58px; align-items: flex-end; justify-content: center; gap: 4px; position: relative; } .right-panel .overlap-group-3 { position: relative; height: 267px; top: -1px; } .right-panel .rectangle-2 { height: 267px; position: absolute; width: 2px; top: 0; left: 4px; background-color: #d4eaff; border-radius: 11px; } .right-panel .ellipse-3 { top: 30px; position: absolute; width: 10px; height: 10px; left: 0; background-color: #fcf3f3; border-radius: 5px; border: 3px solid; border-color: #3756F8; } .right-panel .frame-23 { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; position: relative; flex: 1; flex-grow: 1; } .right-panel .frame-24 { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-start; position: relative; align-self: stretch; width: 100%; } .right-panel .reservations-list-2 { padding: 10px 0px 12px; align-self: stretch; width: 100%; display: flex; align-items: center; gap: 4px; position: relative; flex: 0 0 auto; background-color: #ffffff; border-radius: 8px; } .right-panel .avatar-4 { // background-image: url(./img/avatar-image-5.svg); background-size: 100% 100%; position: relative; width: 49px; height: 49px; } .right-panel .avatar-5 { // background-image: url(./img/avatar-image-6.svg); background-size: 100% 100%; position: relative; width: 49px; height: 49px; } .right-panel .frame-25 { display: flex; align-items: flex-start; gap: 16px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .right-panel .frame-26 { display: flex; flex-direction: column; width: 81px; align-items: center; gap: 8px; position: relative; align-self: stretch; } .right-panel .frame-27 { display: inline-flex; flex: 1; flex-grow: 1; align-items: flex-start; gap: 8px; position: relative; } .right-panel .overlap-group-4 { position: relative; height: 256px; top: 10px; left: -2px; } .right-panel .rectangle-3 { height: 256px; position: absolute; width: 2px; top: 0; left: 4px; background-color: #d4eaff; border-radius: 11px; } .right-panel .ellipse-4 { top: 20px; position: absolute; width: 10px; height: 10px; left: 0; background-color: #fcf3f3; border-radius: 5px; border: 3px solid; border-color: #3756F8; } .right-panel .frame-28 { display: flex; flex-direction: column; height: 266px; align-items: flex-start; gap: 12px; position: relative; align-self: stretch; width: 100%; } .right-panel .frame-29 { height: 266px; display: flex; flex-direction: column; align-items: flex-start; position: relative; align-self: stretch; width: 100%; } .right-panel .avatar-6 { // background-image: url(./img/image-3.svg); background-size: 100% 100%; position: relative; width: 49px; height: 49px; } .right-panel .reservations-list-3 { width: 328px; padding: 12px 0px; margin-right: -9px; display: flex; align-items: center; gap: 4px; position: relative; flex: 0 0 auto; background-color: #ffffff; border-radius: 8px; } .side-panel { width: 100%; margin-top: 15px; } .side-panel .right-panel { display: inline-flex; flex-direction: column; align-items: flex-start; position: relative; } .side-panel .text-wrapper { position: relative; flex: 1; margin-top: -1px; font-family: var(--h2-20-bold-font-family); font-weight: var(--h2-20-bold-font-weight); color: var(--colors-secondary-dark-blue-gray-950); font-size: var(--h2-20-bold-font-size); letter-spacing: var(--h2-20-bold-letter-spacing); line-height: var(--h2-20-bold-line-height); font-style: var(--h2-20-bold-font-style); } .side-panel .icon-close { position: relative; width: 24px; height: 24px; } .side-panel .div { display: flex; flex-direction: column; width: 100%; align-items: flex-start; gap: 20px; padding: 0px 0px 24px; position: relative; flex: 1; flex-grow: 1; } .side-panel .frame { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 20px; position: relative; flex: 0 0 auto; background-color: #ffffff; } .side-panel .frame-12 { position: relative; align-self: stretch; width: 100%; // height: 537px; height: 100%; } .side-panel .frame-13 { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 0px; background-color: #ffffff; } .side-panel .card { display: flex; flex-direction: column; width: 100%; align-items: flex-start; gap: 5px; padding: 10px; position: relative; flex: 0 0 auto; background-color: #ffffff; border-radius: 16px; border: 1px solid #CED9E9; font-size: 14px; } .side-panel .frame-15 { display: flex; align-items: center; gap: 10px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .side-panel .div-2 { display: flex; align-items: center; gap: 4px; position: relative; flex: 1; flex-grow: 1; } .side-panel .checkbox { display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; gap: 10px; margin-top: 10px; margin-bottom: 0px; position: relative; } .side-panel .rectangle { position: relative; width: 14px; height: 14px; border-radius: 2px; border: 1px solid; border-color: var(--colors-secondary-dark-blue-gray-950); } .side-panel .img { position: relative; flex: 0 0 auto; } .side-panel .frame-16 { display: flex; flex-direction: column; align-items: flex-start; position: relative; flex: 1; align-self: stretch; flex-grow: 1; padding-left: 10px; } .side-panel .frame-17 { display: flex; align-items: flex-start; gap: 10px; position: relative; flex: 1; align-self: stretch; width: 100%; flex-grow: 1; } .side-panel .frame-18 { display: flex; width: 70px; align-items: flex-start; gap: 12px; position: relative; } .side-panel .container1 { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 1px; position: relative; } .side-panel .supporting-text { position: relative; width: fit-content; margin-top: -1px; text-align: right; } .side-panel .text-3 { align-self: stretch; text-align: right; position: relative; } .side-panel .grid-item { background-color: transparent; padding: 0px; font-size: 30px; text-align: center; } .side-panel .frame-19 { position: relative; align-self: stretch; width: 10px; margin-right: -10px; } .side-panel .overlap-group-2 { position: relative; height: 94px; top: 8px; } .side-panel .rectangle-2 { position: absolute; width: 2px; height: 94px; top: 0; left: 4px; background-color: #d4eaff; border-radius: 11px; } .side-panel .ellipse-2 { position: absolute; width: 10px; height: 10px; top: 0; left: 0; background-color: #fcf3f3; border-radius: 5px; border: 3px solid; border-color: #3756F8; } .side-panel .frame-20 { display: flex; align-items: flex-start; gap: 4px; position: relative; flex: 1; flex-grow: 1; } .side-panel .frame-21 { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; position: relative; flex: 1; flex-grow: 1; } .side-panel .container-wrapper { display: flex; align-items: center; gap: 8px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .side-panel .container-2 { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 4px; position: relative; } .side-panel .img-2 { position: relative; width: 16px; height: 16px; } .side-panel .text-4 { position: relative; width: fit-content; margin-top: -1px; } .side-panel .frame-22 { display: flex; height: 52px; align-items: flex-start; gap: 10px; position: relative; align-self: stretch; width: 100%; } .side-panel .ellipse-3 { position: relative; height: 10px; top: 7px; background-color: #fcf3f3; border-radius: 5px; border: 3px solid; border-color: #3756F8; } .side-panel .frame-23 { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding: 10px 16px; position: relative; flex: 1; flex-grow: 1; background-color: #f6f9f0; border-radius: 8px; } .side-panel .frame-24 { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .side-panel .frame-25 { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 4px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; } .side-panel .frame-26 { display: inline-flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; position: relative; flex: 0 0 auto; } .side-panel .tag-invoice { display: flex; align-items: center; gap: 10px; padding: 4px 6px; position: relative; align-self: stretch; width: 100%; flex: 0 0 auto; background-color: #ffffff; border-radius: 4px; border: 0.7px solid; border-color: #c4c4c4; } .side-panel .tag-invoice a, .side-panel .tag-invoice-2 a { color: #1D2638; text-decoration: none; } .side-panel .tag-invoice a:hover, .side-panel .tag-invoice-2 a:hover { color: #1D2638; text-decoration: none; } .side-panel .frame-27 { display: inline-flex; align-items: center; justify-content: flex-end; gap: 6px; position: relative; flex: 0 0 auto; } .side-panel .text-5 { width: fit-content; margin-top: -0.5px; font-family: "Inter", Helvetica; font-weight: 400; font-size: 12px; position: relative; color: var(--colors-secondary-dark-blue-gray-950); letter-spacing: 0; line-height: normal; } .side-panel .tag-invoice-2 { display: inline-flex; align-items: center; gap: 10px; padding: 4px 6px; position: relative; flex: 0 0 auto; background-color: #ffffff; border-radius: 4px; border: 0.7px solid; border-color: #c4c4c4; } .side-panel .frame-28 { display: flex; flex-direction: column; align-items: flex-start; position: relative; flex: 1; flex-grow: 1; } .side-panel .frame-29 { display: flex; height: 86px; align-items: flex-start; gap: 22px; position: relative; align-self: stretch; width: 100%; } .side-panel .footer { display: flex; width: 430px; align-items: flex-start; gap: 16px; padding: 16px 24px; position: absolute; top: 467px; bottom: 0; background-color: #ffffff; } .side-panel .btn.remove { cursor: pointer; border: 1px solid #fa1616 !important; color: #fa1616 !important; } .side-panel .buttons-2 { display: flex; height: 40px; align-items: center; justify-content: center; gap: 4px; position: relative; flex: 1; flex-grow: 1; background-color: #1935cd; border-radius: 24px; cursor: pointer; } .side-panel .add { position: relative; width: fit-content; font-family: var(--body-1-bold-font-family); font-weight: var(--body-1-bold-font-weight); color: #ffffff; font-size: var(--body-1-bold-font-size); letter-spacing: var(--body-1-bold-letter-spacing); line-height: var(--body-1-bold-line-height); font-style: var(--body-1-bold-font-style); } .custom-tooltip .tooltip-inner { padding: 10px !important; color: #fff !important; text-align: center; background-color: #000 !important; // @include border-radius($tooltip-border-radius); } .select-model { border: 1px solid #E9EDF5; border-radius: 8px; background: #fff; padding: 15px; margin-bottom: 10px; } .role-section .role-item { display: flex; align-items: center; justify-content: center; height: 30px; /* background: red; */ margin: 3px 0px; flex: 0 30%; border: 2px solid #ededed; text-transform: uppercase; border-radius: 4px; font-size: 12px; position: relative; cursor: pointer; } .role-section .role-item:hover { border: 2px solid #ededed; background: #f4f4f4; } .role-item input#checkbox { width: 100%; height: 100%; opacity: 0; position: absolute; } .height-100 { height: 100%; // height: 70vh; } .role-section { display: flex; flex-wrap: wrap; justify-content: space-around; justify-content: space-between; } .role-section .role-item.active { background: #f4f4f4; } .country-code-div { width: 100%; height: 100%; display: flex; align-items: center; position: absolute; top: 0; left: 0; padding: 12px; } .mnf-select-group select.mnf-select { height: 100%; border: none; width: 100%; padding: 5px 10px; opacity: 0; } .drop-icon { position: absolute; right: 0; padding-right: 12px; margin-top: -5px; } .mnf-select-group { padding: 4px 15px; background: #f4f4f4; position: relative; min-height: 57px; }