/* _content/TIAMSharedUI/Pages/Clubcards.razor.rz.scp.css */ .card[b-9lptfj0way] { border: none; width: 100%; border-radius: 12px; color: #fff; } .number span[b-9lptfj0way] { font-size: 20px; font-weight: 600; } .cardholder[b-9lptfj0way], .expires[b-9lptfj0way] { font-weight: 600; font-size: 17px; } .name[b-9lptfj0way], .date[b-9lptfj0way] { font-size: 15px; } /* _content/TIAMSharedUI/Pages/Login.razor.rz.scp.css */ .wrapper[b-gnmw77z434]{ max-width:400px; } select :focus-visible[b-gnmw77z434] { border-color: transparent !important; } /* _content/TIAMSharedUI/Pages/Register.razor.rz.scp.css */ .wrapper[b-115lv1nhs7] { max-width: 400px; } /* _content/TIAMSharedUI/Pages/Register2.razor.rz.scp.css */ .wrapper[b-rqvvd7qmnk] { max-width: 400px; } /* _content/TIAMSharedUI/Pages/Register3.razor.rz.scp.css */ .wrapper[b-yve3yyo5wx] { max-width: 400px; } /* _content/TIAMSharedUI/Pages/Register4.razor.rz.scp.css */ .wrapper[b-ypwy91121e] { max-width: 400px; } label[b-ypwy91121e] { width: 100%; font-size: 1rem; } .card-input-element + .card[b-ypwy91121e] { height: calc(36px + 2*1rem); color: var(--primary); -webkit-box-shadow: none; box-shadow: none; border: 2px solid transparent; border-radius: 4px; } .card-input-element + .card:hover[b-ypwy91121e] { cursor: pointer; } .card-input-element:checked + .card[b-ypwy91121e] { border: 2px solid var(--primary); -webkit-transition: border .3s; -o-transition: border .3s; transition: border .3s; } .card-input-element:checked + .card[b-ypwy91121e]::after { content: '\e5ca'; color: #AFB8EA; font-family: 'Material Icons'; font-size: 24px; -webkit-animation-name: fadeInCheckbox; animation-name: fadeInCheckbox-b-ypwy91121e; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @-webkit-keyframes fadeInCheckbox { from { opacity: 0; -webkit-transform: rotateZ(-20deg); } to { opacity: 1; -webkit-transform: rotateZ(0deg); } } @keyframes fadeInCheckbox-b-ypwy91121e { from { opacity: 0; transform: rotateZ(-20deg); } to { opacity: 1; transform: rotateZ(0deg); } } /* _content/TIAMSharedUI/Pages/Restaurants.razor.rz.scp.css */ /******* Common Element CSS Start ******/ body[b-50r1gj6w6k] { font-family: "Roboto", sans-serif; font-size: 16px; } .clear[b-50r1gj6w6k] { clear: both; } img[b-50r1gj6w6k] { max-width: 100%; border: 0px; } ul[b-50r1gj6w6k], ol[b-50r1gj6w6k] { list-style: none; } a[b-50r1gj6w6k] { text-decoration: none; color: inherit; outline: none; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; } a:focus[b-50r1gj6w6k], a:active[b-50r1gj6w6k], a:visited[b-50r1gj6w6k], a:hover[b-50r1gj6w6k] { text-decoration: none; outline: none; } a:hover[b-50r1gj6w6k] { color: #e73700; } h2[b-50r1gj6w6k] { margin-bottom: 48px; padding-bottom: 16px; font-size: 20px; line-height: 28px; font-weight: 700; position: relative; text-transform: capitalize; } h3[b-50r1gj6w6k] { margin: 0 0 10px; font-size: 28px; line-height: 36px; } button[b-50r1gj6w6k] { outline: none !important; } /******* Common Element CSS End *********/ /* -------- title style ------- */ .line-title[b-50r1gj6w6k] { position: relative; width: 400px; } .line-title[b-50r1gj6w6k]::before, .line-title[b-50r1gj6w6k]::after { content: ""; position: absolute; bottom: 0; left: 0; height: 4px; border-radius: 2px; } .line-title[b-50r1gj6w6k]::before { width: 100%; background: #f2f2f2; } .line-title[b-50r1gj6w6k]::after { width: 32px; background: #e73700; } /******* Middle section CSS Start ******/ /* -------- Landing page ------- */ .game-section[b-50r1gj6w6k] { /*padding: 5px 50px;*/ } .game-section .owl-stage[b-50r1gj6w6k] { margin: 15px 0; display: flex; display: -webkit-flex; } .game-section .item[b-50r1gj6w6k] { margin: 0 15px 60px; width: 320px; height: 400px; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; background: #343434 no-repeat center center / cover; border-radius: 16px; overflow: hidden; position: relative; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; cursor: pointer; box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff; } .game-section .item.active[b-50r1gj6w6k] { width: 500px; box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); } .game-section .item[b-50r1gj6w6k]:after { content: ""; display: block; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } .game-section .item-desc[b-50r1gj6w6k] { padding: 0 24px 12px; color: #fff; position: relative; z-index: 1; overflow: hidden; transform: translateY(calc(100% - 54px)); -webkit-transform: translateY(calc(100% - 54px)); transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; } .game-section .item.active .item-desc[b-50r1gj6w6k] { transform: none; -webkit-transform: none; } .game-section .item-desc p[b-50r1gj6w6k] { opacity: 0; -webkit-transform: translateY(32px); transform: translateY(32px); transition: all 0.4s ease-in-out 0.2s; -webkit-transition: all 0.4s ease-in-out 0.2s; } .game-section .item.active .item-desc p[b-50r1gj6w6k] { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .game-section .owl-theme.custom-carousel .owl-dots[b-50r1gj6w6k] { margin-top: -20px; position: relative; z-index: 5; } /******** Middle section CSS End *******/ /***** responsive css Start ******/ @media (min-width: 992px) and (max-width: 1199px) { h2[b-50r1gj6w6k] { margin-bottom: 32px; } h3[b-50r1gj6w6k] { margin: 0 0 8px; font-size: 24px; line-height: 32px; } /* -------- Landing page ------- */ .game-section[b-50r1gj6w6k] { /*padding: 50px 5px;*/ } .game-section .item[b-50r1gj6w6k] { margin: 0 12px 60px; width: 260px; height: 360px; } .game-section .item.active[b-50r1gj6w6k] { width: 400px; } .game-section .item-desc[b-50r1gj6w6k] { transform: translateY(calc(100% - 46px)); -webkit-transform: translateY(calc(100% - 46px)); } } @media (min-width: 768px) and (max-width: 991px) { h2[b-50r1gj6w6k] { margin-bottom: 32px; } h3[b-50r1gj6w6k] { margin: 0 0 8px; font-size: 24px; line-height: 32px; } .line-title[b-50r1gj6w6k] { width: 330px; } /* -------- Landing page ------- */ .game-section[b-50r1gj6w6k] { /*padding: 50px 5px 40px;*/ } .game-section .item[b-50r1gj6w6k] { margin: 0 12px 60px; width: 240px; height: 330px; } .game-section .item.active[b-50r1gj6w6k] { width: 360px; } .game-section .item-desc[b-50r1gj6w6k] { transform: translateY(calc(100% - 42px)); -webkit-transform: translateY(calc(100% - 42px)); } } @media (max-width: 767px) { body[b-50r1gj6w6k] { font-size: 14px; } h2[b-50r1gj6w6k] { margin-bottom: 20px; } h3[b-50r1gj6w6k] { margin: 0 0 8px; font-size: 19px; line-height: 24px; } .line-title[b-50r1gj6w6k] { width: 250px; } /* -------- Landing page ------- */ .game-section[b-50r1gj6w6k] { /*padding: 30px 15px 20px;*/ } .game-section .item[b-50r1gj6w6k] { margin: 0 10px 40px; width: 200px; height: 280px; } .game-section .item.active[b-50r1gj6w6k] { width: 270px; box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25); } .game-section .item-desc[b-50r1gj6w6k] { padding: 0 14px 5px; transform: translateY(calc(100% - 42px)); -webkit-transform: translateY(calc(100% - 42px)); } .container-fluid[b-50r1gj6w6k]{ padding: 20px; } } /* _content/TIAMSharedUI/Pages/Tours.razor.rz.scp.css */ /******* Common Element CSS Start ******/ body[b-733nrt6ynm] { font-family: "Roboto", sans-serif; font-size: 16px; } .clear[b-733nrt6ynm] { clear: both; } img[b-733nrt6ynm] { max-width: 100%; border: 0px; } ul[b-733nrt6ynm], ol[b-733nrt6ynm] { list-style: none; } a[b-733nrt6ynm] { text-decoration: none; color: inherit; outline: none; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; } a:focus[b-733nrt6ynm], a:active[b-733nrt6ynm], a:visited[b-733nrt6ynm], a:hover[b-733nrt6ynm] { text-decoration: none; outline: none; } a:hover[b-733nrt6ynm] { color: #e73700; } h2[b-733nrt6ynm] { margin-bottom: 48px; padding-bottom: 16px; font-size: 20px; line-height: 28px; font-weight: 700; position: relative; text-transform: capitalize; } h3[b-733nrt6ynm] { margin: 0 0 10px; font-size: 28px; line-height: 36px; } button[b-733nrt6ynm] { outline: none !important; } /******* Common Element CSS End *********/ /* -------- title style ------- */ .line-title[b-733nrt6ynm] { position: relative; width: 400px; } .line-title[b-733nrt6ynm]::before, .line-title[b-733nrt6ynm]::after { content: ""; position: absolute; bottom: 0; left: 0; height: 4px; border-radius: 2px; } .line-title[b-733nrt6ynm]::before { width: 100%; background: #f2f2f2; } .line-title[b-733nrt6ynm]::after { width: 32px; background: #e73700; } /******* Middle section CSS Start ******/ /* -------- Landing page ------- */ .game-section[b-733nrt6ynm] { /*padding: 5px 50px;*/ } .game-section .owl-stage[b-733nrt6ynm] { margin: 15px 0; display: flex; display: -webkit-flex; } .game-section .item[b-733nrt6ynm] { margin: 0 15px 60px; width: 320px; height: 400px; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; background: #343434 no-repeat center center / cover; border-radius: 16px; overflow: hidden; position: relative; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; cursor: pointer; box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff; } .game-section .item.active[b-733nrt6ynm] { width: 500px; box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); } .game-section .item[b-733nrt6ynm]:after { content: ""; display: block; position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); } .game-section .item-desc[b-733nrt6ynm] { padding: 0 24px 12px; color: #fff; position: relative; z-index: 1; overflow: hidden; transform: translateY(calc(100% - 54px)); -webkit-transform: translateY(calc(100% - 54px)); transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; } .game-section .item.active .item-desc[b-733nrt6ynm] { transform: none; -webkit-transform: none; } .game-section .item-desc p[b-733nrt6ynm] { opacity: 0; -webkit-transform: translateY(32px); transform: translateY(32px); transition: all 0.4s ease-in-out 0.2s; -webkit-transition: all 0.4s ease-in-out 0.2s; } .game-section .item.active .item-desc p[b-733nrt6ynm] { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } .game-section .owl-theme.custom-carousel .owl-dots[b-733nrt6ynm] { margin-top: -20px; position: relative; z-index: 5; } /******** Middle section CSS End *******/ /***** responsive css Start ******/ @media (min-width: 992px) and (max-width: 1199px) { h2[b-733nrt6ynm] { margin-bottom: 32px; } h3[b-733nrt6ynm] { margin: 0 0 8px; font-size: 24px; line-height: 32px; } /* -------- Landing page ------- */ .game-section[b-733nrt6ynm] { /*padding: 50px 5px;*/ } .game-section .item[b-733nrt6ynm] { margin: 0 12px 60px; width: 260px; height: 360px; } .game-section .item.active[b-733nrt6ynm] { width: 400px; } .game-section .item-desc[b-733nrt6ynm] { transform: translateY(calc(100% - 46px)); -webkit-transform: translateY(calc(100% - 46px)); } } @media (min-width: 768px) and (max-width: 991px) { h2[b-733nrt6ynm] { margin-bottom: 32px; } h3[b-733nrt6ynm] { margin: 0 0 8px; font-size: 24px; line-height: 32px; } .line-title[b-733nrt6ynm] { width: 330px; } /* -------- Landing page ------- */ .game-section[b-733nrt6ynm] { /*padding: 50px 5px 40px;*/ } .game-section .item[b-733nrt6ynm] { margin: 0 12px 60px; width: 240px; height: 330px; } .game-section .item.active[b-733nrt6ynm] { width: 360px; } .game-section .item-desc[b-733nrt6ynm] { transform: translateY(calc(100% - 42px)); -webkit-transform: translateY(calc(100% - 42px)); } } @media (max-width: 767px) { body[b-733nrt6ynm] { font-size: 14px; } h2[b-733nrt6ynm] { margin-bottom: 20px; } h3[b-733nrt6ynm] { margin: 0 0 8px; font-size: 19px; line-height: 24px; } .line-title[b-733nrt6ynm] { width: 250px; } /* -------- Landing page ------- */ .game-section[b-733nrt6ynm] { padding: 30px 15px 20px; } .game-section .item[b-733nrt6ynm] { margin: 0 10px 40px; width: 200px; height: 280px; } .game-section .item.active[b-733nrt6ynm] { width: 270px; box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25); } .game-section .item-desc[b-733nrt6ynm] { padding: 0 14px 5px; transform: translateY(calc(100% - 42px)); -webkit-transform: translateY(calc(100% - 42px)); } } /* _content/TIAMSharedUI/Pages/Transfer.razor.rz.scp.css */ .container[b-yoto3a6d3l] { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container[b-yoto3a6d3l] { width: 750px; } } @media (min-width: 992px) { .container[b-yoto3a6d3l] { width: 970px; } } @media (min-width: 1200px) { .container[b-yoto3a6d3l] { width: 1170px; } } @media (max-width: 767px) { #featureContainer .carousel-inner .carousel-item > div[b-yoto3a6d3l] { display: none; } #featureContainer .carousel-inner .carousel-item > div:first-child[b-yoto3a6d3l] { display: block; } } #featureContainer .carousel-inner .carousel-item.active[b-yoto3a6d3l], #featureContainer .carousel-inner .carousel-item-next[b-yoto3a6d3l], #featureContainer .carousel-inner .carousel-item-prev[b-yoto3a6d3l] { display: flex; } @media (min-width: 768px) { #featureContainer .carousel-inner .carousel-item-end.active[b-yoto3a6d3l], #featureContainer .carousel-inner .carousel-item-next[b-yoto3a6d3l] { transform: translateX(25%); } #featureContainer .carousel-inner .carousel-item-start.active[b-yoto3a6d3l], #featureContainer .carousel-inner .carousel-item-prev[b-yoto3a6d3l] { transform: translateX(-25%); } #featureContainer .card img[b-yoto3a6d3l] { width: 90%; height: 40vh; } #featureContainer .carousel-item[b-yoto3a6d3l] { justify-content: space-between; } } @media (max-width: 767px) { #featureContainer .card img[b-yoto3a6d3l] { width: 100%; height: 75vh; } } #featureContainer .carousel-inner .carousel-item-end[b-yoto3a6d3l], #featureContainer .carousel-inner .carousel-item-start[b-yoto3a6d3l] { transform: translateX(0); } #featureContainer .card[b-yoto3a6d3l] { border: 0; } #featureContainer .card[b-yoto3a6d3l] { position: relative; } #featureContainer .card .card-img-overlays[b-yoto3a6d3l] { position: absolute; bottom: 15%; left: 10%; } #featureContainer a[b-yoto3a6d3l] { text-decoration: none; } #featureContainer .indicator[b-yoto3a6d3l] { border: 1px solid rgb(202, 202, 202); padding: 3px 6px 3px 6px; } #featureContainer .indicator:hover[b-yoto3a6d3l] { background-color: blue; border: 1px solid blue; transition: 200ms; } #featureContainer .indicator:hover[b-yoto3a6d3l] { color: white; transition: 200ms; } #featureContainer .indicator[b-yoto3a6d3l] { color: lightgray; } #featureContainer .float-end[b-yoto3a6d3l] { padding-top: 10px; } /* Reseting */ *[b-yoto3a6d3l] { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } .wrapper[b-yoto3a6d3l] { max-width: 800px; min-height: 500px; margin: 10px auto; padding: 30px 30px 30px 30px; /*background-color: #ecf0f3;*/ border-radius: 15px; /*box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;*/ } .wrapper .name[b-yoto3a6d3l] { font-weight: 600; font-size: 1.4rem; letter-spacing: 1.3px; padding-left: 10px; /*color: #555*/; } .wrapper .form-field input[b-yoto3a6d3l] { width: 100%; display: block; border: none; outline: none; background: none; font-size: 1.2rem; color: #666; padding: 10px 15px 10px 10px; /* border: 1px solid red; */ } .wrapper .form-field[b-yoto3a6d3l] { padding-left: 10px; margin-bottom: 20px; border-bottom: 1px solid; /*border-radius: 20px;*/ //*ox-shadow: inset 3px 3px 3px #cbced1, inset -3px -3px 3px #fff;*/ } .wrapper .form-field .fas[b-yoto3a6d3l] { color: #555; } .wrapper .btn[b-yoto3a6d3l] { box-shadow: none; width: 100%; height: 40px; /*background-color: #03A9F4;*/ color: #fff; border-radius: 15px; box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff; letter-spacing: 1.3px; } .wrapper .btn:hover[b-yoto3a6d3l] { background-color: #039BE5; } .wrapper a[b-yoto3a6d3l] { text-decoration: none; font-size: 0.8rem; color: #03A9F4; } .wrapper a:hover[b-yoto3a6d3l] { color: #039BE5; } @media(max-width: 380px) { .wrapper[b-yoto3a6d3l] { margin: 30px 20px; padding: 40px 15px 15px 15px; } } /* _content/TIAMSharedUI/Shared/AdminLayout.razor.rz.scp.css */ .page[b-1wq8b2abol] { position: relative; display: flex; flex-direction: column; } main[b-1wq8b2abol] { flex: 1; max-width: 100%; overflow-x: hidden; } .sidebar[b-1wq8b2abol] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); } .top-row[b-1wq8b2abol] { background-color: #f7f7f7; border-bottom: 1px solid #d6d5d5; justify-content: flex-end; height: 3.5rem; display: flex; align-items: center; } .top-row[b-1wq8b2abol] a, .top-row[b-1wq8b2abol] .btn-link { white-space: nowrap; margin-left: 1.5rem; text-decoration: none; } .top-row[b-1wq8b2abol] a:hover, .top-row[b-1wq8b2abol] .btn-link:hover { text-decoration: underline; } .top-row[b-1wq8b2abol] a:first-child { overflow: hidden; text-overflow: ellipsis; } @media (max-width: 640.98px) { .top-row:not(.auth)[b-1wq8b2abol] { display: none; } .top-row.auth[b-1wq8b2abol] { justify-content: space-between; } .top-row[b-1wq8b2abol] a, .top-row[b-1wq8b2abol] .btn-link { margin-left: 0; } } @media (min-width: 641px) { .page[b-1wq8b2abol] { flex-direction: row; } .sidebar[b-1wq8b2abol] { width: 250px; height: 100vh; position: sticky; top: 0; } .top-row[b-1wq8b2abol] { position: sticky; top: 0; z-index: 1; } .top-row.auth[b-1wq8b2abol] a:first-child { flex: 1; text-align: right; width: 0; } .top-row[b-1wq8b2abol], article[b-1wq8b2abol] { /*padding-left: 2rem !important; padding-right: 1.5rem !important;*/ } } /* _content/TIAMSharedUI/Shared/MainLayout.razor.rz.scp.css */ .page[b-zilzgr946k] { position: relative; display: flex; flex-direction: column; } main[b-zilzgr946k] { flex: 1; max-width: 100%; overflow-x: hidden; } .sidebar[b-zilzgr946k] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); } .top-row[b-zilzgr946k] { background-color: #f7f7f7; border-bottom: 1px solid #d6d5d5; justify-content: flex-end; height: 3.5rem; display: flex; align-items: center; } .top-row[b-zilzgr946k] a, .top-row[b-zilzgr946k] .btn-link { white-space: nowrap; margin-left: 1.5rem; text-decoration: none; } .top-row[b-zilzgr946k] a:hover, .top-row[b-zilzgr946k] .btn-link:hover { text-decoration: underline; } .top-row[b-zilzgr946k] a:first-child { overflow: hidden; text-overflow: ellipsis; } @media (max-width: 640.98px) { .top-row:not(.auth)[b-zilzgr946k] { display: none; } .top-row.auth[b-zilzgr946k] { justify-content: space-between; } .top-row[b-zilzgr946k] a, .top-row[b-zilzgr946k] .btn-link { margin-left: 0; } } @media (min-width: 641px) { .page[b-zilzgr946k] { flex-direction: row; } .sidebar[b-zilzgr946k] { width: 250px; height: 100vh; position: sticky; top: 0; } .top-row[b-zilzgr946k] { position: sticky; top: 0; z-index: 1; } .top-row.auth[b-zilzgr946k] a:first-child { flex: 1; text-align: right; width: 0; } .top-row[b-zilzgr946k], article[b-zilzgr946k] { /*padding-left: 2rem !important; padding-right: 1.5rem !important;*/ } } /* _content/TIAMSharedUI/Shared/NavMenu.razor.rz.scp.css */ .navbar-toggler[b-gfz86n8yy7] { background-color: rgba(255, 255, 255, 0.1); padding: 0px; } .top-row[b-gfz86n8yy7] { height: 3.5rem; } .navbar-brand[b-gfz86n8yy7] { font-size: 1.1rem; } .oi[b-gfz86n8yy7] { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .oi-2[b-gfz86n8yy7] { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .nav-item[b-gfz86n8yy7] { font-size: large; padding-bottom: 1.3rem; margin: auto; display: flex; align-content: center; } .nav-item:first-of-type[b-gfz86n8yy7] { padding-top: 1rem; } .nav-item:last-of-type[b-gfz86n8yy7] { padding-bottom: 1rem; } .nav-item[b-gfz86n8yy7] a { color: #58457b; border-radius: 15px; height: 3rem; display: flex; align-items: center; line-height: 3rem; margin: auto; padding-left: 30px; padding-right: 30px; } .nav-item[b-gfz86n8yy7] a.active { background-color: #475bd6; color: white; } .nav-item[b-gfz86n8yy7] a:hover { background-color: #f7279f; color: white; } @media (min-width: 641px) { .navbar-toggler[b-gfz86n8yy7] { display: none; } .collapse[b-gfz86n8yy7] { /* Never collapse the sidebar for wide screens */ display: block; } .nav-scrollable[b-gfz86n8yy7] { /* Allow sidebar to scroll for tall menus */ height: calc(100vh - 3.5rem); overflow-y: auto; } } /* _content/TIAMSharedUI/Shared/SliderItemSelector.razor.rz.scp.css */ #owl-selector .item[b-u5k5h64o99] { height: 30vh; overflow-y: hidden; vertical-align: middle; align-content: center; } #owl-selector .item img[b-u5k5h64o99] { display: block; width: 100%; height: auto; } /* _content/TIAMSharedUI/Shared/User/AdminNavMenu.Razor.rz.scp.css */ .navbar-toggler[b-bx9ykozcj4] { background-color: rgba(255, 255, 255, 0.1); padding: 0px; } .top-row[b-bx9ykozcj4] { height: 3.5rem; } .navbar-brand[b-bx9ykozcj4] { font-size: 1.1rem; } .oi[b-bx9ykozcj4] { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .oi-2[b-bx9ykozcj4] { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .nav-item[b-bx9ykozcj4] { font-size: large; padding-bottom: 1.3rem; margin: auto; display: flex; align-content: center; } .nav-item:first-of-type[b-bx9ykozcj4] { padding-top: 1rem; } .nav-item:last-of-type[b-bx9ykozcj4] { padding-bottom: 1rem; } .nav-item[b-bx9ykozcj4] a { color: #58457b; border-radius: 15px; height: 3rem; display: flex; align-items: center; line-height: 3rem; margin: auto; padding-left: 30px; padding-right: 30px; } .nav-item[b-bx9ykozcj4] a.active { background-color: #475bd6; color: white; } .nav-item[b-bx9ykozcj4] a:hover { background-color: #f7279f; color: white; } @media (min-width: 641px) { .navbar-toggler[b-bx9ykozcj4] { display: none; } .collapse[b-bx9ykozcj4] { /* Never collapse the sidebar for wide screens */ display: block; } .nav-scrollable[b-bx9ykozcj4] { /* Allow sidebar to scroll for tall menus */ height: calc(100vh - 3.5rem); overflow-y: auto; } }