{ "version": 3, "file": "../scss/dashboard.css", "sources": [ "../scss/dashboard.scss", "../scss/variables.scss" ], "sourcesContent": [ "@import 'variables.scss';\r\n.leftSidePanel{ \r\n background-color: $black;\r\n box-shadow: 0px 3px 20px #000010;\r\n border-radius: 16px;\r\n padding: 24px 24px 4px 24px;\r\n position: sticky;\r\n top:90px;\r\n left: 0px;\r\n @media (max-width: $tab){\r\n display: none;\r\n }\r\n ul{ list-style: none;\r\n padding-left: 0px;\r\n margin-bottom: 0px;\r\n li{ margin-bottom: 20px;\r\n a{ font-size: $f-s;\r\n line-height:24px;\r\n color: $white;\r\n display: block;\r\n font-weight: $font-light;\r\n border-bottom: 0.6px solid transparent;\r\n &:hover{\r\n font-weight: $font-bold;\r\n border-bottom: 0.6px solid #898989;\r\n }\r\n }\r\n &.active{ \r\n a{\r\n font-weight: $font-bold;\r\n border-bottom: 0.6px solid #898989;\r\n } \r\n }\r\n }\r\n }\r\n}\r\n\r\n.logoutBtn {\r\n text-decoration: none;\r\n font-size: $f-m1;\r\n color: #000; font-weight: 300;\r\n @media (max-width: $desktop-lg) {\r\n position: absolute;\r\n top:32px;\r\n right:60px;\r\n }\r\n @media (max-width: $tab) {\r\n display: none;\r\n }\r\n span {\r\n padding-left: 10px;\r\n @media (max-width: 767px){\r\n display: none;\r\n }\r\n }\r\n img {\r\n @media (max-width: $desktop-lg) {\r\n width: 20px;\r\n }\r\n }\r\n }\r\n\r\n .paymentBtnWrap{ \r\n .commonBlackBtn{\r\n margin-top: 20px;\r\n }\r\n }\r\n\r\n hr{ background-color: #A8A8A8;\r\n border-radius: 4px;\r\n margin: 25px 0px;\r\n }\r\n .commonBlackBtn{\r\n //min-width: 267px;\r\n border-radius: 4px;\r\n font-size:$f-m1;\r\n line-height:24px;\r\n color: $white;\r\n margin-top: 50px;\r\n padding-left: 100px;\r\n padding-right: 100px;\r\n @media (max-width: $desktop-xl) {\r\n padding-left: 40px;\r\n padding-right: 40px;\r\n }\r\n @media (max-width: $ipad) {\r\n min-width: auto;\r\n margin-top: 20px;\r\n }\r\n @media (max-width: 768px) {\r\n position: fixed;\r\n bottom: 0px;\r\n left: 0px;\r\n width:100%;\r\n border-radius: 0;\r\n &.max-w-input{\r\n max-width: 100%!important;\r\n \r\n }\r\n \r\n }\r\n }\r\n\r\n \r\n .commonWhiteBtn{\r\n //min-width: 267px;\r\n border-radius: 4px;\r\n font-size:$f-m1;\r\n line-height:24px;\r\n color: $black;\r\n margin-top: 50px;\r\n background-color: #fff;\r\n border: 1px solid #000;\r\n padding-left: 100px;\r\n padding-right: 100px;\r\n @media (max-width: $desktop-xl) {\r\n padding-left: 40px;\r\n padding-right: 40px;\r\n }\r\n @media (max-width: $ipad) {\r\n min-width: auto;\r\n margin-top: 20px;\r\n }\r\n @media (max-width: 768px) {\r\n position: fixed;\r\n bottom: 0px;\r\n left: 0px;\r\n width:100%;\r\n border-radius: 0;\r\n &.max-w-input{\r\n max-width: 100%!important;\r\n \r\n }\r\n \r\n }\r\n }\r\n\r\n\r\n #CourseEligibiityPopupImage{\r\n .modal-dialog{ max-width: 519px;\r\n margin: 0 auto;\r\n @media (max-width: $tab) {\r\n max-width: 316px;\r\n }\r\n .modal-content{\r\n padding:35px 35px 10px 35px;\r\n border-radius: 16px;\r\n box-shadow: 0px 3px 20px #000010;\r\n border: 0px;\r\n outline: none;\r\n @media (max-width: $tab) {\r\n padding:20px 20px 10px 20px;\r\n }\r\n }\r\n }\r\n .close{ border: 0px;\r\n background-color: transparent;\r\n padding: 5px;\r\n position: absolute;\r\n right:22px;\r\n top:18px;\r\n }\r\n .modal-header{ padding: 0px;\r\n border: 0px;\r\n h6{\r\n font-family: 'Saira Condensed', sans-serif;\r\n font-size:$f-l1;\r\n line-height: 22px;\r\n text-align: left;\r\n margin: 0 0 30px;\r\n color: #000;\r\n position: relative;\r\n @media (max-width: $tab) {\r\n margin: 0 30px 20px 0px;\r\n font-size:1.7rem;\r\n line-height: 18px;\r\n }\r\n &:before{\r\n position: absolute;\r\n content:'';\r\n bottom: -10px;\r\n left: 0;\r\n width: 100px;\r\n height: 2px;\r\n background: rgb(249,169,26);\r\n background: linear-gradient(90deg, rgba(249,169,26,1) 0%, rgba(235,65,122,1) 30%, rgba(63,145,193,1) 60%, rgba(255,255,255,1) 90%);\r\n }\r\n } \r\n }\r\n .modal-body{ padding: 0px;\r\n p{ margin-bottom: 5px;\r\n strong{ font-weight: $font-medium;\r\n font-size: $f-s;\r\n line-height: normal;\r\n }\r\n }\r\n ul{\r\n li{ font-weight: $font-light;\r\n font-size: $f-xs;\r\n line-height: 20px;\r\n }\r\n }\r\n }\r\n .eligibilityDetails{\r\n padding-bottom: 5px; \r\n }\r\n }", "\r\n//Font-Family\r\n$font-roboto: 'Roboto', sans-serif;\r\n$font-saira-condensed: 'Saira Condensed', sans-serif;\r\n\r\n//Font-Weight\r\n$font-regular:400;\r\n$font-light:300;\r\n$font-medium:500;\r\n$font-bold:700;\r\n\r\n//Font-Sizes\r\n$f-xs: 1.2rem;\r\n$f-s: 1.4rem;\r\n$f-m1: 1.6rem;\r\n$f-m2: 1.8rem;\r\n$f-l1: 2rem;\r\n$f-l2: 2.2rem;\r\n$f-l3: 2.4rem;\r\n$f-xl1: 2.6rem;\r\n$f-xl2: 3rem;\r\n$f-xl3: 3.4rem;\r\n$f-xl4: 4rem;\r\n$f-xxl: 4.4rem;\r\n$f-xxxl: 5rem;\r\n\r\n//Border-Colors\r\n$border-gray:#BCBCBC;\r\n$border-gray2:#C7C7C7;\r\n \r\n//Color Palette\r\n$black:#000000;\r\n$white:#ffffff;\r\n$gray1:#39414C;\r\n$gray2:#747474;\r\n$gray3:#BABABA;\r\n$gray4:#E0E0E0;\r\n$gray5:#D4D3D2;\r\n$gray6:#eff1f4;\r\n\r\n\r\n//Transition\r\n$ease-transition:all ease 0.3s;\r\n$animation-duration1:1s;\r\n$animation-function:ease-in-out;\r\n\r\n\r\n// breakpoints\r\n$desktop-xl: 1700px;\r\n$desktop-lg: 1536px;\r\n$desktop: 1366px;\r\n$ipad: 1024px;\r\n$tab: 991px;\r\n$ipadPortrait: 768px;\r\n$mobile: 480px;\r\n$mobilexs: 374px;\r\n \r\n\r\n\r\n\r\n// Pearl Variable \r\n\r\n//fonts\r\n$font-avenir: 'Avenir', sans-serif;\r\n$font-avenir-light: 'Avenir-Light', sans-serif;\r\n$font-avenir-medium: 'Avenir-Medium', sans-serif;\r\n$font-avenir-heavy: 'Avenir-Heavy', sans-serif;\r\n$font-avenir-black: 'Avenir-Black', sans-serif;\r\n$font-avenir-book: 'Avenir-Book', sans-serif;\r\n\r\n//font-sizes\r\n$f-xs: 1.2rem;\r\n$f-s: 1.4rem;\r\n$f-m1: 1.6rem;\r\n$f-m2: 1.8rem;\r\n$f-l1: 2rem;\r\n$f-l2: 2.4rem;\r\n$f-xl1: 2.6rem;\r\n$f-xl2: 3rem;\r\n$f-xl3: 3.4rem;\r\n$f-xxl: 4.4rem;\r\n$f-xxxl: 5rem;\r\n$f-h1: 10.8rem;\r\n$f-h2: 8rem;\r\n$f-h3: 4.4rem;\r\n$f-h4: 4rem;\r\n$f-h5: 2.4rem;\r\n$f-h6: 2.8rem;\r\n\r\n//colors\r\n$c-black: #000000;\r\n$c-red: #EF4637;\r\n$c-white: #ffffff;\r\n$c-grey-text: #707070;\r\n$c-dark-grey: #747474;\r\n$c-md-grey: #BABABA;\r\n$c-light-grey: #E0E0E0;\r\n\r\n$bg-black: #000000;\r\n$bg-white: #ffffff;\r\n$bg-red: #EF4637;\r\n$bg-grey: #C1C1C1;\r\n$bg-dark-red: #D93F31;\r\n\r\n$ease-transition:all ease 0.3s;\r\n\r\n// breakpoints\r\n$desktop-xl: 1601px;\r\n$desktop-lg: 1450px;\r\n$desktop: 1366px;\r\n$tab: 991px;\r\n$tablet: 768px;\r\n$mobile-tab: 576px;\r\n$mobile: 600px;\r\n" ], "mappings": "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", "names": [] }