| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595 |
- .selections {
- padding-left: 153px;
-
- @include media-below($bp-xl) {
- padding-left: 36px !important;
- }
- }
-
- .level-header {
- padding-top: 72px;
- padding-bottom: 39px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- // background-color: red;
-
- @include media-below($bp-xl) {
- padding: 20px 0.75rem 39px 0.75em !important;
- }
- .userPageBtn {
- margin-right: 72px;
- @include media-below($bp-xl) {
- margin-right: 10px;
- }
- }
- }
-
- .selection-levels {
- overflow-x: scroll;
- padding-bottom: 100px;
- }
-
- .fixed-right {
- text-align: right;
- margin-left: auto;
- position: absolute;
- right: 100px;
- top: 123px;
- }
-
- .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;
- position: relative;
- min-height: 53vh;
- }
-
- .selection-levels-processes-process {
- 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;
- transition: background-color 0.35s ease;
-
- @include media-below($bp-xl) {
- margin-right: 20px !important;
- padding: 18px !important;
- }
- &.over{
- background-color: $mainBlueLight !important;
- transition: background-color 0.35s ease;
- }
- }
-
- .sel-item:hover {
- transition: .25s;
- scale: 1.05;
- border-color:$mainBlue;
-
- .sel-item-inner{
- background-color: $mainBlueLight !important;
- transition: .25s;
- .status button{
- transition: .25s;
- &.unsucc{
- background: #FFEAEE !important;
- color: #D72228 !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 {
- display: flex;
- justify-content: space-between;
- img {
- width: 12px;
- }
- .c-btn {
- background-color: white !important;
- }
- 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{
- border-radius: 18px;
- border: 1px solid #e4e4e4;
- overflow: hidden;
- transition: .25s;
- }
- .sel-item-scheduler{
- display: flex;
- justify-content: space-between;
- background: #E4E4E4;
-
- p{
- padding: 12.5px 25px 12.5px 0px !important;
- font-family: 'Source Sans Pro';
- font-style: italic;
- font-weight: 400;
- font-size: 16px;
- line-height: 20px;
- text-align: right;
- color: #272727;
- }
- }
- .sel-item-inner {
- transition: .25s;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 18px 36px;
- gap: 18px;
- cursor: pointer;
- width: 458px;
- background: #ffffff;
- // transition: 0.3s;
- @include media-below($bp-xl) {
- justify-content: space-between;
- padding: 18px;
- width: 303px;
- }
-
- .status button{ transition: .25s;}
- }
-
- .sel-item-inner-no-data {
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 18px 36px;
- gap: 18px;
- 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-inner .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-inner .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-inner .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-inner .date-name .date p {
- @include media-below($bp-xl) {
- font-size: 14px !important;
- }
- }
-
- .sel-item-inner .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;
- }
- .change-interbtn{
- display: flex;
- align-items: center;
- justify-content: center;
- padding-left: 35px;
- }
- .interbtn{
- height: 27.5px;
- background-color: $mainBlue !important;
- color: white !important;
- font-size: 12px !important;
- border-radius: 7.5px !important;
- font-weight: 500 !important;
- text-transform: capitalize !important;
- }
- .unsucc{
- background: #FFEAEE !important;
- color: #D72228 !important;
-
- }
-
- .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;
- }
- .modal-content.interviewDialog{
- display: flex;
- gap: 15px;
- flex-direction: column;
- margin: 20px 0px 25px 0px;
-
- }
- .interview-btn{
- width: 220px !important;
- }
- .css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select{
- text-align: left;
- padding-left: 20px;
- }
|