123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625 |
- .driver-overlay,
- .driver-popover {
- pointer-events: auto !important;
- }
- .popoverClass .driver-popover-next-btn {
- width: 100px;
- height: 33px;
- text-shadow: none;
- border: none;
- font-weight: 600;
- font-size: 13px;
- color: #00807A !important;
- text-align: center;
- position: absolute;
- background: url("./images/btn-next.png") no-repeat center transparent;
- background-size: contain;
- background-color: transparent !important;
- padding: 0;
- font-family: inherit;
- }
- .popoverClass .driver-popover-prev-btn {
- font-weight: 600;
- font-size: 13px;
- padding: 0;
- font-family: inherit;
- }
- .popoverClass .driver-popover-next-btn:hover,
- .popoverClass .driver-popover-prev-btn:hover,
- .popoverClass .driver-popover-prev-btn:focus {
- background-color: transparent;
- }
- .driver-popover-arrow {
- display: none;
- }
- .driver-popover-close-btn,
- .driver-popover-close-btn-custom {
- position: fixed;
- left: 20px;
- top: 20px;
- width: 48px;
- height: 24px;
- z-index: 99999;
- background: url('./images/btn-close.png') no-repeat center;
- background-size: contain;
- color: transparent;
- &:hover,
- &:focus {
- color: transparent;
- }
- }
- .driver-popover-close-btn-custom {
- pointer-events: auto !important;
- }
- .popoverClass {
- box-shadow: none;
- padding: 0;
- }
- .popoverClass1 {
- width: 257px;
- height: 247px;
- background: url("./images/practise/d1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 17px;
- left: 16px;
- }
- }
- .popoverClass2 {
- width: 264px;
- height: 228px;
- background: url("./images/practise/d2.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 26px;
- right: 24px;
- }
- }
- .popoverClass3 {
- width: 264px;
- height: 245px;
- background: url("./images/practise/d3.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClass11 {
- width: 264px;
- height: 245px;
- background: url("./images/practise/d11.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClass4 {
- width: 265px;
- height: 245px;
- background: url("./images/practise/d4.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 25px;
- bottom: 23px;
- }
- }
- .popoverClass5 {
- width: 264px;
- height: 245px;
- background: url("./images/practise/d5.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClass5-1 {
- width: 257px;
- height: 215px;
- background: url("./images/practise/d5-1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClass6 {
- width: 264px;
- height: 245px;
- background: url("./images/practise/d6.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: 23px;
- left: 0;
- right: 15px;
- justify-content: flex-start;
- }
- .driver-popover-next-btn {
- // right: 14px;
- // bottom: 18px;
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClass7 {
- width: 306px;
- height: 167px;
- background: url("./images/practise/d7.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 14px;
- bottom: -18px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: -18px;
- left: 0;
- right: 15px;
- justify-content: flex-start;
- }
- .driver-popover-next-btn {
- // right: 14px;
- // bottom: 18px;
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClass7-1 {
- width: 267px;
- height: 221px;
- background: url("./images/practise/d7-1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 14px;
- bottom: 18px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: 23px;
- left: 0;
- right: 15px;
- justify-content: flex-start;
- }
- .driver-popover-next-btn {
- // right: 14px;
- // bottom: 18px;
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClass8 {
- width: 277px;
- height: 152px;
- background: url("./images/practise/d8.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: -48px;
- }
- &.popoverClose {
- .driver-popover-next-btn {
- bottom: 0;
- right: 0;
- }
- }
- }
- .popoverClass9 {
- width: 270px;
- height: 192px;
- background: url("./images/practise/d9.png") no-repeat center;
- background-size: contain;
- }
- .popoverClass10 {
- width: 257px;
- height: 213px;
- background: url("./images/practise/d10.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: -48px;
- left: 0;
- right: 0;
- align-items: center;
- justify-content: center;
- flex-direction: row-reverse;
- }
- .driver-popover-next-btn {
- position: relative;
- // right: 14px;
- // bottom: 18px;
- width: 82px;
- height: 33px;
- background: url('./images/btn-finsh.png') no-repeat center;
- background-size: contain;
- }
- .driver-popover-prev-btn {
- border: 1px solid #fff;
- border-radius: 100px;
- color: #fff !important;
- background-color: transparent;
- font-weight: 400;
- text-shadow: none;
- width: 82px;
- height: 33px;
- text-align: center;
- margin-left: 14px;
- }
- }
- .popoverClassF1 {
- width: 257px;
- height: 247px;
- background: url("./images/follow/f1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 17px;
- left: 16px;
- }
- }
- .popoverClassF2 {
- width: 264px;
- height: 245px;
- background: url("./images/follow/f2.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClassF3 {
- width: 264px;
- height: 245px;
- background: url("./images/follow/f3.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: 23px;
- left: 0;
- right: 15px;
- justify-content: flex-start;
- }
- .driver-popover-next-btn {
- // right: 14px;
- // bottom: 18px;
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClassE1 {
- width: 257px;
- height: 247px;
- background: url("./images/evaluating/e1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 17px;
- left: 16px;
- }
- }
- .popoverClassE2 {
- width: 257px;
- height: 235px;
- background: url("./images/evaluating/e4.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 17px;
- bottom: 22px;
- }
- }
- .popoverClassE3 {
- width: 264px;
- height: 245px;
- background: url("./images/evaluating/e2.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- }
- .popoverClassE4 {
- width: 264px;
- height: 245px;
- background: url("./images/evaluating/e3.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- right: 24px;
- bottom: 23px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: 23px;
- left: 0;
- right: 15px;
- justify-content: flex-start;
- }
- .driver-popover-next-btn {
- // right: 14px;
- // bottom: 18px;
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClassER1 {
- width: 257px;
- height: 178px;
- background: url("./images/evaluating/r1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: -27px;
- right: 16px;
- }
- }
- .popoverClassER2 {
- width: 261px;
- height: 226px;
- background: url("./images/evaluating/r2.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 14px;
- right: 15px;
- }
- }
- .popoverClassER3 {
- width: 261px;
- height: 249px;
- background: url("./images/evaluating/r3.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: 15px;
- left: 17px;
- }
- }
- .popoverClassER4 {
- width: 327px;
- height: 246px;
- background: url("./images/evaluating/r4.png") no-repeat center;
- background-size: contain;
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: 15px;
- left: 17px;
- justify-content: flex-end;
- }
- .driver-popover-next-btn {
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClassReport1 {
- width: 270px;
- height: 142px;
- background: url("./images/report/r1.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: -51px;
- right: 17px;
- }
- }
- .popoverClassReport2 {
- width: 270px;
- height: 142px;
- background: url("./images/report/r2.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: -51px;
- right: 17px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: -51px;
- left: 0;
- }
- .driver-popover-next-btn {
- position: relative;
- top: 0;
- bottom: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClassReport3 {
- width: 270px;
- height: 142px;
- background: url("./images/report/r3.png") no-repeat center;
- background-size: contain;
- .driver-popover-next-btn {
- bottom: -51px;
- right: 17px;
- }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: -51px;
- left: 0;
- }
- .driver-popover-next-btn {
- position: relative;
- top: 0;
- bottom: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
- .popoverClassReport4 {
- width: 270px;
- height: 142px;
- background: url("./images/report/r5.png") no-repeat center;
- background-size: contain;
- // .driver-popover-next-btn {
- // bottom: -51px;
- // right: 17px;
- // }
- &.popoverClose {
- .driver-popover-navigation-btns {
- position: absolute;
- bottom: -51px;
- left: 0;
- }
- .driver-popover-next-btn {
- position: relative;
- top: 0;
- right: 0;
- }
- .driver-popover-prev-btn {
- margin-left: 14px;
- }
- }
- }
|