PATH:
home
/
rwabteecom
/
project_11
/
public
/
dashboard
/
css
/
pages
/
Editing: _index.scss
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; font-family: "Poppins", sans-serif; } a { text-decoration: none; } :root { --main-color: #FF8A2D; --black-color: #000; --gray-color: #545454; --white-color: #fff; --menus-background: #f5f5f5; --menus-black: #0F0F0F; --main-hover: #f86e00; } body { background-color: #f5f7fa; } .main-btn { border: none; background-color: var(--main-color); color: white; border-radius: 8px; display: flex; align-items: center; justify-content: center; } .main-btn:hover { background-color: var(--main-hover); } .navbar { background-color: #fff; border-bottom: 1px solid #EAEAEA; } .navbar .container { @media (max-width:1200px) and (min-width:992px) { max-width: 100%; } } .navbar .navbar-collapse { flex-grow: unset; background-color: var(--menus-background); border-radius: 250px; @media (max-width:992px) { background-color: #fff; border-radius: 0px; } } .navbar .navbar-collapse .nav-item { margin: 0 2px; @media (max-width:992px) { background-color: #fff; margin: 4px; } } .navbar .navbar-collapse .nav-item .nav-link { font-weight: 600; font-size: 14px; line-height: 21px; letter-spacing: 0em; padding: 12px 16px; border-radius: 250px; display: flex; align-items: center; justify-content: center; color: var(--gray-color); } .navbar .navbar-collapse .nav-item .nav-link:active, .navbar .navbar-collapse .nav-item .nav-link:hover, .navbar .navbar-collapse .nav-item .nav-link.active { background-color: var(--main-color); color: var(--white-color); } .navbar .nav-menus .dropdown { display: flex; } .links-explor-menu .dropdown-menu, .share-content .dropdown.share-menu .dropdown-menu, .navbar .nav-menus .dropdown.lang-menu .dropdown-menu, .navbar .nav-menus .dropdown.account-menu .dropdown-menu { box-shadow: 0px 0px 3px 0px #0000001F; padding: 10px; } .share-content .dropdown.share-menu .dropdown-menu li a, .navbar .nav-menus .dropdown.lang-menu .dropdown-menu li a, .navbar .nav-menus .dropdown.account-menu .dropdown-menu li a { border-radius: 9px; display: flex; align-items: center; color: var(--menus-black); font-weight: 400; line-height: 29px; letter-spacing: 0em; font-size: 1rem; } #copyLink { position: relative; } #copyLink span { position: absolute; right: 10px; top: 0px; font-size: 12px; background-color: var(--white-color); padding: 4px 8px; height: 25px; border-radius: 4px; display: flex; align-items: center; justify-content: center; display: none; } .navbar .nav-menus .dropdown.account-menu .dropdown-menu li a:hover { background-color: #F7F7F7; } .navbar .nav-menus .dropdown .dropdown-toggle { width: 42px; height: 42px; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; } .navbar .nav-menus .dropdown .dropdown-toggle::after { display: none; } .navbar .nav-menus .dropdown.account-menu .dropdown-toggle { background-color: #60696C; color: var(--white-color); font-weight: 600; line-height: 27px; letter-spacing: 0em; } .navbar .nav-menus .dropdown.account-menu .dropdown-toggle img { width: 100%; height: 100%; border-radius: 50%; } .navbar .nav-menus .dropdown.lang-menu .dropdown-toggle, .navbar .nav-menus .dropdown.notify-menu .dropdown-toggle { background-color: #60696C; color: var(--white-color); font-weight: 600; line-height: 27px; letter-spacing: 0em; background-color: #F5F7FA; } .navbar .nav-menus .dropdown.lang-menu .dropdown-toggle:hover, .navbar .nav-menus .dropdown.notify-menu .dropdown-toggle:hover { background-color: #dbdfe0; } .navbar .nav-menus .dropdown.notify-menu .dropdown-toggle span { background-color: #F80202; width: 13px; height: 13px; padding: 2px; position: absolute; left: 0px; top: 0px; border-radius: 50%; } .navbar .nav-menus .dropdown.notify-menu .dropdown-menu { box-shadow: 0px 1px 11px 0px #7e7ba033; width: 400px; background-color: #fff; @media (max-width:500px) { width: 90vw; } } .navbar .nav-menus .dropdown.notify-menu .dropdown-menu .notify-menu-title { font-size: 12px; font-weight: 600; line-height: 18px; letter-spacing: 0.02em; } .notification-card { opacity: .8; } .notification-card.readed-notify:hover, .notification-card:hover { opacity: 1; background-color: #6f6c990c; } .notification-card img { border-radius: 50%; width: 38px; height: 38px; } .notification-card .notify-time { font-weight: 400; line-height: 17px; letter-spacing: 0px; white-space: nowrap; color: #6F6C99; } .notification-card .notify-title { font-size: 14px; font-weight: 900; line-height: 21px; letter-spacing: 0px; color: #4C4C66; } .notification-card .notify-body { font-size: 12px; font-weight: 400; line-height: 18px; letter-spacing: 0px; color: #6F6C99; } .notification-card.readed-notify { opacity: .5; } .notification-area { max-height: 400px; overflow-y: auto; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background-color: #E4E4E4; } ::-webkit-scrollbar-thumb { background-color: #CDCDCD; } // ---------------- // links page .links-page .action-con { box-shadow: 0px 4px 4px 0px #0000000F; border-radius: 17px; border-radius: 14px !important; } .main-check-list { border: none; border-radius: 14px !important; } .main-check-list .main-accordion { border-bottom: 7px solid #DEDEDE; border-radius: 14px !important; } .main-check-list .main-accordion:not(.collapsed) { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; } .main-check-list .main-accordion::after { display: none; } .main-check-list .main-accordion .check-icon { width: 51px; height: 51px; border-radius: 50%; background-color: var(--menus-background); display: flex; align-items: center; justify-content: center; } .main-check-list .main-accordion .check-con { @media (max-width:768px) { width: 100%; } } .main-check-list .main-accordion .check-con p { font-size: 16px; font-weight: 600; line-height: 24px; letter-spacing: 0em; color: var(--black-color); } .main-check-list .main-accordion .steps-count { @media (max-width:768px) { width: 100%; padding-left: 65px; } } .main-check-list .main-accordion .steps-count p { color: var(--black-color); font-size: 15px; font-weight: 500; line-height: 23px; letter-spacing: 0em; } .main-check-list .main-accordion .steps-count .dot-span { background-color: #B0B0B0; display: block; border-radius: 50%; width: 5px; height: 5px; } .main-check-list .main-accordion .steps-count span { font-size: 14px; font-weight: 300; line-height: 21px; letter-spacing: 0em; color: #8E8E8E; } .child-accordion .accordion-item { border: none; } .child-accordion .link-accordion, .child-accordion .accordion-item .accordion-button { padding: 16px; } .child-accordion .link-accordion { border-radius: 8px; } .child-accordion .link-accordion:hover, .child-accordion .accordion-item .accordion-button:hover { background-color: #f1f1f1; } .child-accordion .link-accordion p, .child-accordion .accordion-item .accordion-button p { font-weight: 500; line-height: 26px; letter-spacing: 0em; color: var(--black-color); font-size: 17px; } .child-accordion .accordion-item { background-color: #f1f1f1; border-radius: 16px; margin: 8px 0; } .child-accordion .accordion-item .accordion-button:not(.collapsed) { background-color: #f1f1f1; } .child-accordion .link-accordion p, .child-accordion .accordion-item .accordion-button p { font-weight: 500; line-height: 26px; letter-spacing: 0em; color: var(--black-color); font-size: 17px; } .child-accordion .link-accordion .step-check, .child-accordion .accordion-item .accordion-button .step-check { width: 43px; height: 43px; display: flex; align-items: center; justify-content: center; border: 1px solid #979797; background-color: var(--white-color); border-radius: 50%; color: var(--black-color); } .child-accordion .link-accordion .step-check.step-comleted, .child-accordion .accordion-item .accordion-button .step-check.step-comleted { background-color: #99C85D; border-color: #99C85D; color: var(--white-color); } .child-accordion .accordion-item .accordion-body a { background-color: var(--main-color); display: flex; align-items: center; justify-content: center; width: fit-content; padding: 10px 20px; border-radius: 16px; color: var(--white-color); } .child-accordion .accordion-item .accordion-body a:hover { background-color: var(--main-hover); } // -------------------- .share-area { height: calc(100vh - 130px); position: sticky; top: 122px; @media (max-width:992px) { position: relative; height: auto; top: unset; } } .share-content .link-text { background-color: var(--white-color); padding: 8px 20px; border-radius: 55px; color: #494949; } .share-content .link-text:hover { color: var(--main-color); } .share-content .share-menu .dropdown-toggle::after { display: none; } .share-menu .dropdown-menu { right: 10px !important; left: unset !important; min-width: 100%; @media (max-width:500px) { left: unset; right: -110px !important; min-width: 100%; } } .share-content .share-menu .dropdown-toggle { border-radius: 55px; padding: 8px 12px; border: none; background-color: var(--main-color); color: var(--white-color); font-weight: 500; line-height: 24px; letter-spacing: -0.3199999928474426px; } .share-content .share-menu .dropdown-toggle:hover { background-color: var(--main-hover); } .share-content .view-box { height: 70%; background: #D2D2D2; border-radius: 50px; padding: 5px; max-width: 325px; min-height: 550px; // aspect-ratio: 16/9; } .share-content .view-box .ifram-con { background-color: #fff; width: 100%; height: 100%; border-radius: 45px; border: 8px solid #000; box-shadow: 0px 4px 46px 0px #00000040; position: relative; } .share-content .view-box .ifram-con .picxels { position: absolute; width: 100%; height: 100%; border-radius: 45px; } .share-content .view-box .ifram-con .picxels img { width: 100%; height: 100%; border-radius: 35px; } .share-content .view-box .ifram-con iframe { border-radius: 35px; } .view-bottom-text { font-size: 15px; font-weight: 500; line-height: 24px; letter-spacing: -0.3199999928474426px; color: var(--black-color); } // ---------------------- .links-area-header { box-shadow: 0px 4px 4px 0px #0000000F; background-color: var(--white-color); border-radius: 17px; z-index: 10 !important; } .links-area-header h5 { font-weight: 500; line-height: 29px; letter-spacing: 0em; } .links-area-header button { padding: 12px 20px; border: none; border-radius: 16px; font-weight: 600; line-height: 21px; letter-spacing: 0em; color: var(--white-color); background-color: var(--main-color); } .links-area-header button { padding: 12px 20px; border: none; border-radius: 16px; font-weight: 600; line-height: 21px; letter-spacing: 0em; color: var(--white-color); background-color: var(--main-color); display: flex; align-items: center; justify-content: center; } .links-area-header button:hover { background-color: var(--main-hover); } .links-explor-menu .dropdown-toggle::after { display: none; } .links-explor-menu .dropdown-toggle { background-color: #EDEDED; color: var(--black-color); } .links-explor-menu .dropdown-toggle:hover { background-color: #e0e0e0; } .links-explor-menu .dropdown-menu { width: 300px; } .links-explor-menu .dropdown-menu li { border-radius: 6px; padding: 8px; cursor: pointer; } .links-explor-menu .dropdown-menu li:hover { background-color: #F7F7F7; } .links-explor-menu .dropdown-menu li h5 { font-size: 19px; font-weight: 400; line-height: 29px; letter-spacing: 0em; color: #0F0F0F; } .links-explor-menu .dropdown-menu li p { font-size: 15px; font-weight: 300; line-height: 23px; letter-spacing: 0em; color: #6B6B6B; } .link-form { background-color: var(--white-color); border-radius: 18px; border: 1px solid var(--white-color); } .link-form.new-added { animation: changeColor .5s 4 !important; } @keyframes changeColor { 0%, 100% { border-color: var(--white-color); } 50% { border-color: var(--main-color); } } @keyframes show { 100% { opacity: 1; transform: none; } } .link-form.pined .pin-to-top, .link-form.pined .drage-btn { display: none; } .link-form.pined .unpin-to-top { display: flex; } .drage-btn { height: 100%; background-color: transparent; border: none; padding: 8px; cursor: grabbing !important; } .formInput { border: 2px solid #EFEFEF; width: 100%; border-radius: 55px; height: 46px; outline: none; box-shadow: none; } .formInput.invaled { border-color: #dc3545; } .formInput .form-select { width: 110px; border-radius: 55px 0 0 55px; background-color: #F4F4F4; border: none; height: 100%; border: none; outline: none; box-shadow: none; } .link-form-con input.formInput { outline: none; box-shadow: none; } .formInput .form-select:hover { background-color: #f0f0f0; } .formInput input { height: 100%; width: 100%; border-radius: 0 55px 55px 0; border: none; border: none; outline: none; box-shadow: none; padding: 8px; } .formInput input::placeholder { color: #7A7A7A; } .open-emoji { background-color: transparent; border: none; padding: 4px; height: 100%; opacity: .7; } .open-emoji:hover { opacity: 1; } .open-emoji-con { position: relative; } .emoji-picker-con { position: absolute; right: 0; display: none; z-index: 15; @media (max-width:768px) { right: -22px; } } .img-label { display: flex; align-items: center; justify-content: center; border: 2px dashed #A1A1A1; width: 110px; border-radius: 17px; background-color: transparent; min-height: 107px; min-width: 110px; max-width: 107px; max-height: 110px; } .img-label img { width: 100%; height: 100%; border-radius: 17px; } .img-label.haveimage { border: none; } .link-img-con { position: relative; } .link-img-con .remove-link-img { position: absolute; cursor: pointer; top: 5px; right: 10px; color: #f00; padding: 5px; display: flex; align-items: center; justify-content: center; background-color: #fff; box-shadow: 0px 1px 4px 0px #00000040; border-radius: 3px; } .mark-down-area { resize: none; width: 100%; height: 90px; border: 2px solid #EFEFEF; border-radius: 12px; padding: 16px; outline: none; box-shadow: none; background-color: #F4F4F4; } .marked-example { background-color: #F4F4F4; border: 2px solid #EFEFEF; border-radius: 12px; } .open-marked-example { background-color: transparent; border: none; } .open-marked-example .up-arrow { transition: all .3s ease-in-out; transform: rotate(-180deg); } .open-marked-example:not(.collapsed) .up-arrow { transform: rotate(0deg); } .visibility-switch.form-switch { position: relative; } .visibility-switch.form-switch span { position: absolute; display: flex; align-items: center; justify-content: center; top: 10.5px; cursor: pointer; } .visibility-switch.form-switch .invisible-span { right: 20px; } .visibility-switch.form-switch .visible-span { left: 15px; } .visibility-switch.form-switch .form-check-input[type=checkbox] { width: 60px; height: 24px; border-radius: 55px; box-shadow: none; background-color: #E6E6E6; } .visibility-switch.form-switch .form-check-input[type=checkbox]:checked { background-color: var(--main-color); } .visibility-switch.form-switch .form-check-input[type=checkbox]~.invisible-span { display: flex; } .visibility-switch.form-switch .form-check-input[type=checkbox]~.visible-span { display: none; } .visibility-switch.form-switch .form-check-input[type=checkbox]:checked~.invisible-span { display: none; } .visibility-switch.form-switch .form-check-input[type=checkbox]:checked~.visible-span { display: flex; } .visibility-switch.form-switch .form-check-input[type=checkbox]::after { width: 28px; height: 28px; box-shadow: none; top: 1px; box-shadow: 0px 0px 10px 0px #00000021; } .visibility-switch.form-switch .form-check-input[type=checkbox]:checked:after { background-color: var(--white-color); border: 1px solid #FF8A2D } .visibility-switch.form-switch .form-check-input[type=checkbox]::before { box-shadow: none; } .visibility-switch.form-switch .form-check-input:checked::after { transform: translateX(calc(1.5rem - 0.25rem)); } .unpin-to-top, .divider-btn, .text-btn, .delete-btn, .delete-btn, .lock-link, .animation-btn, .pin-to-top { background-color: transparent; border: none; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0 4px; border-radius: 50%; } .unpin-to-top { display: none; background-color: #ECECEC; } .addedAction { background-color: #ECECEC; } .add-success { color: var(--white-color) } .delete-btn:hover { color: #2a2a2a; } .animationModal .modal-header { background-color: #DEDEDE; } .close-btn { display: flex; align-items: center; justify-content: center; color: var(--main-color); background-color: var(--white-color); border-radius: 50%; border: none; width: 30px; height: 30px; box-shadow: 0px 1px 24px 0px #00000040; } .smaple-link { background-color: var(--white-color); width: 300px; border-radius: 55px; height: 50px; position: relative; display: flex; align-items: center; padding: 0 8px; } .smaple-link p { width: calc(300px - 36px); font-weight: 400; line-height: 30px; letter-spacing: 0em; color: var(--black-color); } .Shinny { background-color: #ccc; border-radius: 55px; overflow: hidden; position: relative; } .Shinny::after { content: ""; position: absolute; position: absolute; top: 0; z-index: 10; width: 20%; overflow: hidden; height: 100%; animation: Shinny-animation 1.7s infinite ease-in-out; background: linear-gradient(97deg, transparent, #fff, transparent); } @keyframes Shinny-animation { 0% { left: -10%; transition-property: left; } 100% { left: 110%; transition-property: left; } } .Tada { animation: Tada-animation 2s infinite ease-in-out; } @keyframes Tada-animation { 0% { transform: scale3d(1, 1, 1); } 10%, 20% { transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } 100% { transform: scale3d(1, 1, 1); } } .Buzz { animation: Buzz-animation 2s infinite ease-in-out; } @keyframes Buzz-animation { 10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg); } 50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); } 80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); } 90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0); } 100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0); } } .animationModal h5 { font-weight: 500; line-height: 33px; letter-spacing: 0em; color: #222222; } .Shake-X { animation: Shake-X-animation 1.7s infinite ease-in-out; } @keyframes Shake-X-animation { 0% { transform: translateX(0); } 25% { transform: translateX(-7px); } 50% { transform: translateX(7px); } 75% { transform: translateX(-5px); } 100% { transform: translateX(0); } } .Shake-Y { animation: Shake-Y-animation 2s infinite ease-in-out; } @keyframes Shake-Y-animation { 0% { transform: translateY(0); } 25% { transform: translateY(-7px); } 50% { transform: translateY(7px); } 75% { transform: translateY(-5px); } 100% { transform: translateY(0); } } .Wobble { animation: Wobble-animation 2.5s infinite ease-in-out; } @keyframes Wobble-animation { 0% { -webkit-transform: none; -ms-transform: none; transform: none } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg) } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg) } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg) } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg) } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg) } 100% { -webkit-transform: none; -ms-transform: none; transform: none } } .Rubble-Band { animation: Rubble-Band-animation 2s infinite ease-in-out; } @keyframes Rubble-Band-animation { from { transform: scale3d(1, 1, 1); } 30% { transform: scale3d(1.25, 0.75, 1); } 40% { transform: scale3d(0.75, 1.25, 1); } 50% { transform: scale3d(1.15, 0.85, 1); } 65% { transform: scale3d(.95, 1.05, 1); } 75% { transform: scale3d(1.05, .95, 1); } to { transform: scale3d(1, 1, 1); } } .Pulse { position: relative; z-index: 10; } .Pulse::before { content: ""; border-radius: 55px; background-color: var(--white-color); width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -10; animation: Pulse-animation 2s infinite ease-in-out; } .Pulse::after { content: ""; border-radius: 55px; background-color: white; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; } @keyframes Pulse-animation { 0% { transform: scale(1, 1); } 50% { opacity: 0.3; } 100% { transform: scale(1.2); opacity: 0; } } .Heart-beat { animation: Heart-beat-animation 2s infinite ease-in-out; } @keyframes Heart-beat-animation { 0% { transform: scale(1); } 25% { transform: scale(1.1); } 40% { transform: scale(1); } 60% { transform: scale(1.1); } 100% { transform: scale(1); } } .animation-select .form-check-label { display: flex; position: relative; align-items: center; justify-content: center; width: 100%; cursor: pointer; color: #868889; border: 1px solid #CBCBCB; color: #222222; font-weight: 400; line-height: 26px; letter-spacing: 0em; height: 50px; border-radius: 8px; } .animation-select .form-check-input:focus { box-shadow: none; outline: none; } .animation-select .form-check-input[type=radio]:after, .animation-select .form-check-input[type=radio]:checked:after { display: none; } .animation-select .form-check-input[type=checkbox]:checked+label, .animation-select .form-check-input[type=radio]:checked+label { background: var(--main-color); color: var(--white-color); border-color: var(--main-color); } .animation-button button { display: flex; align-items: center; justify-content: center; border: none; margin: 16px 8px; height: 41px; width: 145px; border-radius: 10px; font-size: 14px; font-weight: 600; line-height: 21px; letter-spacing: 0em; background-color: #EDEDED; } .animation-button button:hover { background-color: #c7c7c7; } .animation-button button.main-btn { background-color: var(--main-color); color: var(--white-color); } .animation-button button.main-btn:hover { background-color: var(--main-hover); } // ------------------- .lock-password .close-collapse { border-top: 1px solid #DCDCDC; background: #F4F4F4; } .lock-password .close-collapse p { font-size: 18px; font-weight: 500; line-height: 27px; letter-spacing: 0em; color: var(--black-color); } .lock-password .close-collapse button { background-color: transparent; border: none; } .lock-password .main-btn { border-radius: 16px; font-weight: 600; line-height: 21px; letter-spacing: 0em; height: 50px; padding: 8px 32px; } .lock-password label { color: #474747; font-size: 18px; font-weight: 500; line-height: 27px; letter-spacing: 0em; } .divider-preview { width: 125px; padding: 1px; background-color: #060606; } .divider-height-con .form-check-label { display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 400; line-height: 26px; letter-spacing: 0em; color: #1E1E1E; padding: 7px 26px; background-color: #ECECEC; border-radius: 55px; } .divider-height-con .form-check-input:focus { box-shadow: none; outline: none; } .divider-height-con .form-check-input[type=radio]:after, .divider-height-con .form-check-input[type=radio]:checked:after { display: none; } .divider-height-con .form-check-input[type=checkbox]:checked+label, .divider-height-con .form-check-input[type=radio]:checked+label { background: var(--main-color); color: var(--white-color); border-color: var(--main-color); } .mediaModal .modal-dialog { position: fixed; margin: auto; width: 600px; min-width: 600px; height: 100%; transform: translate3d(0, 0%, 0) !important; right: -600px; transition: opacity 0.3s linear, right 0.3s linear; border-radius: 0 !important; @media (max-width:768px) { width: 100%; min-width: 100%; } } .mediaModal.show .modal-dialog { right: 0; } .mediaModal .modal-content { height: 100%; border-radius: 0 !important; } .mediaModal .modal-header { border-bottom: 0; background-color: #E7E7E7; border-radius: 0; } .mediaModal .modal-header h5 { font-weight: 700; line-height: 27px; letter-spacing: 0em; font-size: 20px; } .mediaModal .modal-header button { border: none; background-color: transparent; } .mediaModal .modal-body .media-cat-con { height: calc(100vh - 59px); position: relative; } .mediaModal .modal-body .Image-area, .mediaModal .modal-body .Icons-area { max-height: calc(100vh - 117px); overflow-y: scroll; } .mediaModal .modal-body .media-select-con { box-shadow: 0px -2px 1px 0px #d4c1c130; position: absolute; bottom: 0; width: 100%; } .mediaModal .modal-body .media-select-con button:disabled { cursor: not-allowed; background-color: #ccc; } .mediaModal .modal-body .media-category { height: 100%; background-color: #363636; width: 140px; position: fixed; right: 0; } .mediaModal .modal-body .media-category .nav-link { display: flex; align-items: center; justify-content: center; flex-direction: column; color: var(--white-color); padding: 12px 4px; font-size: 14px; font-weight: 400; line-height: 23px; letter-spacing: 0em; color: var(--white-color); text-transform: none; } .mediaModal .modal-body .media-category .nav-link:active, .mediaModal .modal-body .media-category .nav-link:hover, .mediaModal .modal-body .media-category .nav-link.active { background-color: #555555; border-width: 2px, 0px, 2px, 0px; border-color: #686868; } .mediaModal .modal-body .media-content { width: 100%; padding-right: 140px; overflow-y: auto; } .dropzone { border: 1px dashed #00A3FF; background-color: #F1FAFF; border-radius: 16px; } .dropzone h5 { font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: 0em; color: #3F4254; } .dropzone p { font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: 0em; color: #7E8299; } .dropzone .dz-message .dz-button { // display: none; } .mediaModal .icon-con { border-radius: 4px; cursor: pointer; border: 1px solid #d7d7d747; transition: all .3s ease-in-out; } .mediaModal .icon-con object, .mediaModal .icon-con object svg { pointer-events: all; } .mediaModal .icon-con:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(116, 116, 116, 0.06) 0px 2px 4px -1px; } .mediaModal .icon-con.selected { border: 1px solid var(--main-color); } .mediaModal .modal-body .Image-area .user-media-con { width: 100%; max-height: 130px; display: flex; align-items: center; justify-content: center; padding: 5px; border: 2px solid transparent; border-radius: 5px; cursor: pointer; } .mediaModal .modal-body .Image-area .user-media-con.selected { border-color: var(--main-color); } .mediaModal .modal-body .Image-area .col { height: fit-content; } .mediaModal .modal-body .Image-area .user-media-con img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; max-height: 119px } .sp-replacer { border: none; background-color: transparent; border-radius: 4px; height: 40px; display: flex; align-items: center; padding: 0; } .sp-replacer .sp-preview { border: none; width: 32px; height: 32px; border-radius: 4px; margin: 0; } .sp-replacer .sp-preview-inner { border-radius: 4px; } .sp-replacer .sp-dd { display: none; } .colorpicker-con { background-color: #ECECEC; border-radius: 4px; width: fit-content; } .colorpicker { background-color: transparent; width: 100px; border: none; outline: none; border: none; } // --------------- .deleteModal .modal-content { max-width: 400px; } .deleteModal .modal-footer, .QRModal .modal-header, .deleteModal .modal-header { border: none; } .deleteModal h4 { font-weight: 600; line-height: 45px; letter-spacing: 0em; color: var(--black-color); } .deleteModal p { font-weight: 400; line-height: 33px; letter-spacing: 0em; color: #454545; } .deleteModal .modal-footer button { background-color: transparent; border: none; font-weight: 600; line-height: 29px; letter-spacing: 0em; color: #949494; } .deleteModal .modal-footer button.delete-link { color: #C42F29; } .QRModal h4 { font-weight: 600; line-height: 45px; letter-spacing: 0em; color: var(--black-color); } .QRModal p { font-weight: 300; line-height: 28px; letter-spacing: 0em; color: #454545; } .QRModal .QrButtons button, .QRModal .QrButtons a { border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 7px 16px; border: none; } .QRModal .QrButtons a { background-color: #ccc; color: #000; } .loading-screen { position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.6); color: #000; border-radius: 25px; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; } .sp-container { border: none; border-radius: 10px; background-color: var(--white-color); box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; } .sp-picker-container { border-radius: 10px; } .sp-button-container { width: 100%; display: flex; align-items: center; justify-content: space-between; } .sp-button-container .sp-choose { background: var(--main-color); color: var(--white-color); font-size: 14px; border: none; border-radius: 2px; border-radius: 20px; padding: 4px 8px; } .sp-button-container .sp-choose:hover { background: var(--main-hover); border: none; border-radius: 20px; } #myDropzone { flex-wrap: wrap; }
SAVE
CANCEL