| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474 |
- .selections {
- margin-top: 36px;
- padding-left: 72px;
-
- @include media-below($bp-xl) {
- padding-left: 36px !important;
- }
- }
-
- .level-header {
- padding-left: 81px;
- display: flex;
- justify-content: space-between;
- align-items: center;
-
- @include media-below($bp-xl) {
- padding: 0 0.75rem !important;
- }
- }
-
- .selection-levels {
- overflow-x: scroll;
- padding-bottom: 100px;
- }
-
- .level-header-subheader {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 24px;
- line-height: 36px;
- padding-left: 0.3rem;
- color: #226CB0;
- letter-spacing: 0.02em;
-
- @include media-below($bp-xl) {
- font-size: 14px;
- }
- }
-
- h1,
- h3 {
- @include media-below($bp-xl) {
- font-size: 18px;
- }
- }
-
- .level-header-spliter {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 24px;
- line-height: 36px;
- padding-left: 0.3rem;
- color: #272727;
- letter-spacing: 0.02em;
-
- @include media-below($bp-xl) {
- font-size: 18px;
- }
- }
-
- .selection-levels-processes {
- display: flex;
- margin-top: 39px;
- position: relative;
- }
-
- .selection-levels-processes-process {
- padding-left: 81px;
- display: flex;
-
- @include media-below($bp-xl) {
- padding-left: 0;
- }
- }
-
-
- .selection-card {
- display: flex;
- flex-direction: column;
- justify-content: start;
- align-items: left;
- height: fit-content;
- padding: 36px;
- background: #F4F4F4;
- border: 1px solid #e4e4e4;
- border-radius: 18px;
- gap: 18px;
- margin-right: 36px;
- @include media-below($bp-xl) {
- margin-right: 20px !important;
- padding: 18px !important;
- }
- }
-
- .sel-item:hover {
- scale: 1.05;
- border-color: $mainBlue !important;
- background-color: $mainBlueLight !important;
- }
-
- .bg-danger {
- background-color: #272727;
- }
-
- .grey {
- color: #e4e4e4
- }
-
- .selection-item {
- display: flex;
- flex-direction: row;
- justify-content: left;
- vertical-align: top;
- align-items: left;
- width: 400px;
- padding: 18px 36px;
- background: #FFFFFF;
- border: 1px solid #e4e4e4;
- border-radius: 18px;
- gap: 18px;
- margin-right: 36px;
- }
-
- .selection-item-date p {
- text-align: right;
- font-family: "Source Sans Pro";
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- line-height: 15px;
- color: #272727;
- flex: none;
- order: 4;
- flex-grow: 0;
- }
-
- .selection-card-title h3 {
- font-family: "Source Sans Pro";
- font-style: normal;
- font-weight: 600;
- font-size: 32px;
- line-height: 32px;
- letter-spacing: 0.02em;
- color: #272727;
- flex: none;
- order: 0;
- flex-grow: 0;
-
- @include media-below($bp-xl) {
- font-size: 18px;
- }
- }
-
- .selection-item-name,
- .selection-item-date {
- margin: auto 0 !important;
- }
-
- .selection-item-name p {
- height: 20px;
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 16px;
- line-height: 20px;
- text-align: right;
- color: #226CB0;
- flex: none;
- order: 2;
- flex-grow: 0;
- }
-
- .selection-item-buttons button {
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- justify-content: center;
- font-size: 16px;
- align-items: center;
- padding: 9px;
- gap: 10px;
- min-width: 76px;
- height: 38px;
- border: 1px solid #e4e4e4;
- border-radius: 9px;
- flex: none;
- order: 0;
- flex-grow: 0;
- }
-
- .sel-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 18px 36px;
- gap: 18px;
- cursor: pointer;
- width: 458px;
- background: #FFFFFF;
- border: 1px solid #E4E4E4;
- border-radius: 18px;
- transition: 0.3s;
- @include media-below($bp-xl) {
- justify-content: space-between;
- padding: 18px;
- width: 303px;
- }
- }
-
- .sel-item .status {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- color: #272727;
- flex: none;
- order: 0;
- flex-grow: 0;
- @include media-below($bp-xl) {
- font-size: 14px;
- order:1;
- }
- }
-
- .sel-item .date-name{
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- gap: 18px;
- cursor: pointer;
- width: 100%;
- order: 1;
- @include media-below($bp-xl) {
- flex-direction: column;
- font-size: 14px;
- order: 0;
- flex-grow: 0;
- gap:4px;
- }
- }
-
- .sel-item .date-name .date {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- color: #272727;
- flex: none;
- font-size: 14px !important;
- order: 0;
- }
-
- .full-name {
- height: 20px;
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 16px;
- text-align: right;
- color: #226CB0;
- flex: 3 0 auto;
- order: 1;
- @include media-below($bp-xl) {
- text-align: left !important;
- font-size: 14px !important;
- }
- }
-
- .full-name p,.sel-item .date-name .date p{
- @include media-below($bp-xl) {
- font-size: 14px !important;
- }
- }
-
-
- .sel-item .status button {
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- justify-content: center;
- font-size: 16px;
- align-items: center;
- padding: 9px;
- gap: 10px;
- min-width: 76px;
- height: 38px;
- border: 1px solid #e4e4e4;
- background: white;
- border-radius: 9px;
- flex: none;
- order: 0;
- flex-grow: 0;
- @include media-below($bp-xl) {
- font-size: 14px !important;
- }
- }
-
- .active-process {
- scale: 1.05;
- border-color: $mainBlue !important;
- background-color: $mainBlueLight !important;
- }
-
- .active-process-card {
- display: flex;
- flex-direction: column;
- justify-content: start;
- align-items: flex-start;
- padding: 18px;
- background: #ffffff;
- border: 1px solid #e4e4e4;
- border-radius: 18px;
- gap: 18px;
- margin-right: 36px;
- @include media-below($bp-xl) {
- margin-right: 20px !important;
- padding: 36px !important;
- }
- }
-
- .active-process-tip {
- display: flex;
- flex-direction: column;
- justify-content: start;
- align-items: flex-start;
- padding: 91.5px;
- width: 800px;
- background: #ffffff;
- gap: 18px;
- margin-right: 36px;
- @include media-below($bp-xl) {
- margin-right: 20px !important;
- padding: 36px !important;
- width: 100%;
- }
- }
-
- .active-process-tip h3 {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 16px;
- color: #272727;
- ;
- }
-
- .active-process-tip p {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- color: #272727;
- }
-
- .active-process-card-header {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- width: 100%;
- align-items: center;
- padding: 0px;
- gap: 18px;
- flex-wrap: wrap;
- }
-
- .active-process-card-body {
- display: flex;
- flex-direction: column;
- justify-content: center;
- width: 100%;
- align-items: center;
- padding: 34px;
- gap: 18px;
-
- @include media-below($bp-xl) {
- margin-right: 20px !important;
- padding: 36px !important;
- }
- }
-
- .active-process-card-date p {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- color: #272727;
- flex: none;
- order: 0;
- flex-grow: 0;
- z-index: 0;
- }
-
- .active-process-card-number p {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 600;
- font-size: 16px;
- line-height: 20px;
- text-align: left;
- background: conic-gradient(from 73.66deg at 50% 50%, #226CB0 0deg, #BA6FB9 106.88deg, #5E9FDB 228.75deg, #226CB0 360deg);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- background-clip: text;
- text-fill-color: transparent;
- flex: none;
- order: 6;
- flex-grow: 0;
- z-index: 6;
- }
-
- .active-process-card-buttons {
- overflow: hidden;
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: center;
- padding: 0px;
- gap: 18px;
- flex: none;
- order: 4;
- flex-grow: 0;
-
- @include media-below($bp-xl) {
- gap: 9px !important;
- }
- }
-
-
- .active-process-card-buttons button {
- box-sizing: border-box;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- padding: 9px;
- gap: 10px;
- height: 38px;
- background: transparent;
- border: 1px solid #e4e4e4;
- border-radius: 9px;
- flex: none;
- order: 0;
- flex-grow: 0;
- }
-
- .active-process-card-link {
- font-family: 'Source Sans Pro';
- font-style: normal;
- font-weight: 400;
- font-size: 12px;
- text-decoration-line: underline;
- color: #226CB0;
- flex: none;
- order: 4;
- flex-grow: 0;
- z-index: 4;
- }
-
- .active-process-card-logo img {
- flex: none;
- order: 0;
- flex-grow: 0;
- }
-
- .active-process-card-logo {
- margin-left: auto;
- flex: none;
- order: 1;
- flex-grow: 0;
- }
|