Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
assets
/
css
/
File Content:
grid.css
/*! * Bootstrap Grid v5.0.2 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: var(--bs-gutter-x, 15px); padding-left: var(--bs-gutter-x, 15px); margin-right: auto; margin-left: auto; } .row .container, .row .container-fluid, .row .container-sm, .row .container-md, .row .container-lg, .row .container-xl { padding-right: 15px; padding-left: 15px; } @media (min-width: 576px) { .container, .container-sm { max-width: 1024px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 1024px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 1200px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1200px; } } .row { --bs-gutter-x: 30px; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); margin-right: calc(var(--bs-gutter-x) * -.5); margin-left: calc(var(--bs-gutter-x) * -.5); } .row > * { box-sizing: border-box; flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; } @media (min-width: 576px) { .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * { flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } @media (min-width: 768px) { .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } @media (min-width: 992px) { .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } @media (min-width: 1200px) { .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } @media (min-width: 1400px) { .col-xxl { flex: 1 0 0%; } .row-cols-xxl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xxl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xxl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xxl-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xxl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xxl-6 > * { flex: 0 0 auto; width: 16.6666666667%; } } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 8.33333333%; } .col-2 { flex: 0 0 auto; width: 16.66666667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.33333333%; } .col-5 { flex: 0 0 auto; width: 41.66666667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.33333333%; } .col-8 { flex: 0 0 auto; width: 66.66666667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.33333333%; } .col-11 { flex: 0 0 auto; width: 91.66666667%; } .col-12 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-left: 8.33333333%; } .offset-2 { margin-left: 16.66666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333333%; } .offset-5 { margin-left: 41.66666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333333%; } .offset-8 { margin-left: 66.66666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333333%; } .offset-11 { margin-left: 91.66666667%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-5, .gx-5 { --bs-gutter-x: 5px; } .g-5, .gy-5 { --bs-gutter-y: 5px; } .g-10, .gx-10 { --bs-gutter-x: 10px; } .g-10, .gy-10 { --bs-gutter-y: 10px; } .g-12, .gx-12 { --bs-gutter-x: 12px; } .g-12, .gy-12 { --bs-gutter-y: 12px; } .g-15, .gx-15 { --bs-gutter-x: 15px; } .g-15, .gy-15 { --bs-gutter-y: 15px; } .g-20, .gx-20 { --bs-gutter-x: 20px; } .g-20, .gy-20 { --bs-gutter-y: 20px; } .g-25, .gx-25 { --bs-gutter-x: 25px; } .g-25, .gy-25 { --bs-gutter-y: 25px; } .g-30, .gx-30 { --bs-gutter-x: 30px; } .g-30, .gy-30 { --bs-gutter-y: 30px; } .g-40, .gx-40 { --bs-gutter-x: 40px; } .g-40, .gy-40 { --bs-gutter-y: 40px; } .g-50, .gx-50 { --bs-gutter-x: 50px; } .g-50, .gy-50 { --bs-gutter-y: 50px; } .g-60, .gx-60 { --bs-gutter-x: 60px; } .g-60, .gy-60 { --bs-gutter-y: 60px; } .g-70, .gx-70 { --bs-gutter-x: 70px; } .g-70, .gy-70 { --bs-gutter-y: 70px; } .g-80, .gx-80 { --bs-gutter-x: 80px; } .g-80, .gy-80 { --bs-gutter-y: 80px; } .g-90, .gx-90 { --bs-gutter-x: 90px; } .g-90, .gy-90 { --bs-gutter-y: 90px; } .g-100, .gx-100 { --bs-gutter-x: 100px; } .g-100, .gy-100 { --bs-gutter-y: 100px; } @media (min-width: 576px) { .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.33333333%; } .col-sm-2 { flex: 0 0 auto; width: 16.66666667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; } .col-sm-5 { flex: 0 0 auto; width: 41.66666667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.33333333%; } .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.33333333%; } .col-sm-11 { flex: 0 0 auto; width: 91.66666667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333333%; } .offset-sm-2 { margin-left: 16.66666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333333%; } .offset-sm-5 { margin-left: 41.66666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333333%; } .offset-sm-8 { margin-left: 66.66666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333333%; } .offset-sm-11 { margin-left: 91.66666667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 5px; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 5px; } .g-sm-10, .gx-sm-10 { --bs-gutter-x: 10px; } .g-sm-10, .gy-sm-10 { --bs-gutter-y: 10px; } .g-sm-12, .gx-sm-12 { --bs-gutter-x: 12px; } .g-sm-12, .gy-sm-12 { --bs-gutter-y: 12px; } .g-sm-15, .gx-sm-15 { --bs-gutter-x: 15px; } .g-sm-15, .gy-sm-15 { --bs-gutter-y: 15px; } .g-sm-20, .gx-sm-20 { --bs-gutter-x: 20px; } .g-sm-20, .gy-sm-20 { --bs-gutter-y: 20px; } .g-sm-25, .gx-sm-25 { --bs-gutter-x: 25px; } .g-sm-25, .gy-sm-25 { --bs-gutter-y: 25px; } .g-sm-30, .gx-sm-30 { --bs-gutter-x: 30px; } .g-sm-30, .gy-sm-30 { --bs-gutter-y: 30px; } .g-sm-40, .gx-sm-40 { --bs-gutter-x: 40px; } .g-sm-40, .gy-sm-40 { --bs-gutter-y: 40px; } .g-sm-50, .gx-sm-50 { --bs-gutter-x: 50px; } .g-sm-50, .gy-sm-50 { --bs-gutter-y: 50px; } .g-sm-60, .gx-sm-60 { --bs-gutter-x: 60px; } .g-sm-60, .gy-sm-60 { --bs-gutter-y: 60px; } .g-sm-70, .gx-sm-70 { --bs-gutter-x: 70px; } .g-sm-70, .gy-sm-70 { --bs-gutter-y: 70px; } .g-sm-80, .gx-sm-80 { --bs-gutter-x: 80px; } .g-sm-80, .gy-sm-80 { --bs-gutter-y: 80px; } .g-sm-90, .gx-sm-90 { --bs-gutter-x: 90px; } .g-sm-90, .gy-sm-90 { --bs-gutter-y: 90px; } .g-sm-100, .gx-sm-100 { --bs-gutter-x: 100px; } .g-sm-100, .gy-sm-100 { --bs-gutter-y: 100px; } } @media (min-width: 768px) { .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.33333333%; } .col-md-2 { flex: 0 0 auto; width: 16.66666667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.33333333%; } .col-md-5 { flex: 0 0 auto; width: 41.66666667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.33333333%; } .col-md-8 { flex: 0 0 auto; width: 66.66666667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.33333333%; } .col-md-11 { flex: 0 0 auto; width: 91.66666667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333333%; } .offset-md-2 { margin-left: 16.66666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333333%; } .offset-md-5 { margin-left: 41.66666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333333%; } .offset-md-8 { margin-left: 66.66666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333333%; } .offset-md-11 { margin-left: 91.66666667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-5, .gx-md-5 { --bs-gutter-x: 5px; } .g-md-5, .gy-md-5 { --bs-gutter-y: 5px; } .g-md-10, .gx-md-10 { --bs-gutter-x: 10px; } .g-md-10, .gy-md-10 { --bs-gutter-y: 10px; } .g-md-12, .gx-md-12 { --bs-gutter-x: 12px; } .g-md-12, .gy-md-12 { --bs-gutter-y: 12px; } .g-md-15, .gx-md-15 { --bs-gutter-x: 15px; } .g-md-15, .gy-md-15 { --bs-gutter-y: 15px; } .g-md-20, .gx-md-20 { --bs-gutter-x: 20px; } .g-md-20, .gy-md-20 { --bs-gutter-y: 20px; } .g-md-25, .gx-md-25 { --bs-gutter-x: 25px; } .g-md-25, .gy-md-25 { --bs-gutter-y: 25px; } .g-md-30, .gx-md-30 { --bs-gutter-x: 30px; } .g-md-30, .gy-md-30 { --bs-gutter-y: 30px; } .g-md-40, .gx-md-40 { --bs-gutter-x: 40px; } .g-md-40, .gy-md-40 { --bs-gutter-y: 40px; } .g-md-50, .gx-md-50 { --bs-gutter-x: 50px; } .g-md-50, .gy-md-50 { --bs-gutter-y: 50px; } .g-md-60, .gx-md-60 { --bs-gutter-x: 60px; } .g-md-60, .gy-md-60 { --bs-gutter-y: 60px; } .g-md-70, .gx-md-70 { --bs-gutter-x: 70px; } .g-md-70, .gy-md-70 { --bs-gutter-y: 70px; } .g-md-80, .gx-md-80 { --bs-gutter-x: 80px; } .g-md-80, .gy-md-80 { --bs-gutter-y: 80px; } .g-md-90, .gx-md-90 { --bs-gutter-x: 90px; } .g-md-90, .gy-md-90 { --bs-gutter-y: 90px; } .g-md-100, .gx-md-100 { --bs-gutter-x: 100px; } .g-md-100, .gy-md-100 { --bs-gutter-y: 100px; } } @media (min-width: 992px) { .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.33333333%; } .col-lg-2 { flex: 0 0 auto; width: 16.66666667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.33333333%; } .col-lg-5 { flex: 0 0 auto; width: 41.66666667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.33333333%; } .col-lg-8 { flex: 0 0 auto; width: 66.66666667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.33333333%; } .col-lg-11 { flex: 0 0 auto; width: 91.66666667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333333%; } .offset-lg-2 { margin-left: 16.66666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333333%; } .offset-lg-5 { margin-left: 41.66666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333333%; } .offset-lg-8 { margin-left: 66.66666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333333%; } .offset-lg-11 { margin-left: 91.66666667%; } .g-lg-0, .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 5px; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 5px; } .g-lg-10, .gx-lg-10 { --bs-gutter-x: 10px; } .g-lg-10, .gy-lg-10 { --bs-gutter-y: 10px; } .g-lg-12, .gx-lg-12 { --bs-gutter-x: 12px; } .g-lg-12, .gy-lg-12 { --bs-gutter-y: 12px; } .g-lg-15, .gx-lg-15 { --bs-gutter-x: 15px; } .g-lg-15, .gy-lg-15 { --bs-gutter-y: 15px; } .g-lg-20, .gx-lg-20 { --bs-gutter-x: 20px; } .g-lg-20, .gy-lg-20 { --bs-gutter-y: 20px; } .g-lg-25, .gx-lg-25 { --bs-gutter-x: 25px; } .g-lg-25, .gy-lg-25 { --bs-gutter-y: 25px; } .g-lg-30, .gx-lg-30 { --bs-gutter-x: 30px; } .g-lg-30, .gy-lg-30 { --bs-gutter-y: 30px; } .g-lg-40, .gx-lg-40 { --bs-gutter-x: 40px; } .g-lg-40, .gy-lg-40 { --bs-gutter-y: 40px; } .g-lg-50, .gx-lg-50 { --bs-gutter-x: 50px; } .g-lg-50, .gy-lg-50 { --bs-gutter-y: 50px; } .g-lg-60, .gx-lg-60 { --bs-gutter-x: 60px; } .g-lg-60, .gy-lg-60 { --bs-gutter-y: 60px; } .g-lg-70, .gx-lg-70 { --bs-gutter-x: 70px; } .g-lg-70, .gy-lg-70 { --bs-gutter-y: 70px; } .g-lg-80, .gx-lg-80 { --bs-gutter-x: 80px; } .g-lg-80, .gy-lg-80 { --bs-gutter-y: 80px; } .g-lg-90, .gx-lg-90 { --bs-gutter-x: 90px; } .g-lg-90, .gy-lg-90 { --bs-gutter-y: 90px; } .g-lg-100, .gx-lg-100 { --bs-gutter-x: 100px; } .g-lg-100, .gy-lg-100 { --bs-gutter-y: 100px; } } @media (min-width: 1200px) { .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.33333333%; } .col-xl-2 { flex: 0 0 auto; width: 16.66666667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.33333333%; } .col-xl-5 { flex: 0 0 auto; width: 41.66666667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.33333333%; } .col-xl-8 { flex: 0 0 auto; width: 66.66666667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.33333333%; } .col-xl-11 { flex: 0 0 auto; width: 91.66666667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333333%; } .offset-xl-2 { margin-left: 16.66666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333333%; } .offset-xl-5 { margin-left: 41.66666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333333%; } .offset-xl-8 { margin-left: 66.66666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333333%; } .offset-xl-11 { margin-left: 91.66666667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 5px; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 5px; } .g-xl-10, .gx-xl-10 { --bs-gutter-x: 10px; } .g-xl-10, .gy-xl-10 { --bs-gutter-y: 10px; } .g-xl-12, .gx-xl-12 { --bs-gutter-x: 12px; } .g-xl-12, .gy-xl-12 { --bs-gutter-y: 12px; } .g-xl-15, .gx-xl-15 { --bs-gutter-x: 15px; } .g-xl-15, .gy-xl-15 { --bs-gutter-y: 15px; } .g-xl-20, .gx-xl-20 { --bs-gutter-x: 20px; } .g-xl-20, .gy-xl-20 { --bs-gutter-y: 20px; } .g-xl-25, .gx-xl-25 { --bs-gutter-x: 25px; } .g-xl-25, .gy-xl-25 { --bs-gutter-y: 25px; } .g-xl-30, .gx-xl-30 { --bs-gutter-x: 30px; } .g-xl-30, .gy-xl-30 { --bs-gutter-y: 30px; } .g-xl-40, .gx-xl-40 { --bs-gutter-x: 40px; } .g-xl-40, .gy-xl-40 { --bs-gutter-y: 40px; } .g-xl-50, .gx-xl-50 { --bs-gutter-x: 50px; } .g-xl-50, .gy-xl-50 { --bs-gutter-y: 50px; } .g-xl-60, .gx-xl-60 { --bs-gutter-x: 60px; } .g-xl-60, .gy-xl-60 { --bs-gutter-y: 60px; } .g-xl-70, .gx-xl-70 { --bs-gutter-x: 70px; } .g-xl-70, .gy-xl-70 { --bs-gutter-y: 70px; } .g-xl-80, .gx-xl-80 { --bs-gutter-x: 80px; } .g-xl-80, .gy-xl-80 { --bs-gutter-y: 80px; } .g-xl-90, .gx-xl-90 { --bs-gutter-x: 90px; } .g-xl-90, .gy-xl-90 { --bs-gutter-y: 90px; } .g-xl-100, .gx-xl-100 { --bs-gutter-x: 100px; } .g-xl-100, .gy-xl-100 { --bs-gutter-y: 100px; } } @media (min-width: 1400px) { .col-xxl-auto { flex: 0 0 auto; width: auto; } .col-xxl-1 { flex: 0 0 auto; width: 8.33333333%; } .col-xxl-2 { flex: 0 0 auto; width: 16.66666667%; } .col-xxl-3 { flex: 0 0 auto; width: 25%; } .col-xxl-4 { flex: 0 0 auto; width: 33.33333333%; } .col-xxl-5 { flex: 0 0 auto; width: 41.66666667%; } .col-xxl-6 { flex: 0 0 auto; width: 50%; } .col-xxl-7 { flex: 0 0 auto; width: 58.33333333%; } .col-xxl-8 { flex: 0 0 auto; width: 66.66666667%; } .col-xxl-9 { flex: 0 0 auto; width: 75%; } .col-xxl-10 { flex: 0 0 auto; width: 83.33333333%; } .col-xxl-11 { flex: 0 0 auto; width: 91.66666667%; } .col-xxl-12 { flex: 0 0 auto; width: 100%; } .offset-xxl-0 { margin-left: 0; } .offset-xxl-1 { margin-left: 8.33333333%; } .offset-xxl-2 { margin-left: 16.66666667%; } .offset-xxl-3 { margin-left: 25%; } .offset-xxl-4 { margin-left: 33.33333333%; } .offset-xxl-5 { margin-left: 41.66666667%; } .offset-xxl-6 { margin-left: 50%; } .offset-xxl-7 { margin-left: 58.33333333%; } .offset-xxl-8 { margin-left: 66.66666667%; } .offset-xxl-9 { margin-left: 75%; } .offset-xxl-10 { margin-left: 83.33333333%; } .offset-xxl-11 { margin-left: 91.66666667%; } .g-xxl-0, .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-5, .gx-xxl-5 { --bs-gutter-x: 5px; } .g-xxl-5, .gy-xxl-5 { --bs-gutter-y: 5px; } .g-xxl-10, .gx-xxl-10 { --bs-gutter-x: 10px; } .g-xxl-10, .gy-xxl-10 { --bs-gutter-y: 10px; } .g-xxl-12, .gx-xxl-12 { --bs-gutter-x: 12px; } .g-xxl-12, .gy-xxl-12 { --bs-gutter-y: 12px; } .g-xxl-15, .gx-xxl-15 { --bs-gutter-x: 15px; } .g-xxl-15, .gy-xxl-15 { --bs-gutter-y: 15px; } .g-xxl-20, .gx-xxl-20 { --bs-gutter-x: 20px; } .g-xxl-20, .gy-xxl-20 { --bs-gutter-y: 20px; } .g-xxl-25, .gx-xxl-25 { --bs-gutter-x: 25px; } .g-xxl-25, .gy-xxl-25 { --bs-gutter-y: 25px; } .g-xxl-30, .gx-xxl-30 { --bs-gutter-x: 30px; } .g-xxl-30, .gy-xxl-30 { --bs-gutter-y: 30px; } .g-xxl-40, .gx-xxl-40 { --bs-gutter-x: 40px; } .g-xxl-40, .gy-xxl-40 { --bs-gutter-y: 40px; } .g-xxl-50, .gx-xxl-50 { --bs-gutter-x: 50px; } .g-xxl-50, .gy-xxl-50 { --bs-gutter-y: 50px; } .g-xxl-60, .gx-xxl-60 { --bs-gutter-x: 60px; } .g-xxl-60, .gy-xxl-60 { --bs-gutter-y: 60px; } .g-xxl-70, .gx-xxl-70 { --bs-gutter-x: 70px; } .g-xxl-70, .gy-xxl-70 { --bs-gutter-y: 70px; } .g-xxl-80, .gx-xxl-80 { --bs-gutter-x: 80px; } .g-xxl-80, .gy-xxl-80 { --bs-gutter-y: 80px; } .g-xxl-90, .gx-xxl-90 { --bs-gutter-x: 90px; } .g-xxl-90, .gy-xxl-90 { --bs-gutter-y: 90px; } .g-xxl-100, .gx-xxl-100 { --bs-gutter-x: 100px; } .g-xxl-100, .gy-xxl-100 { --bs-gutter-y: 100px; } } .d-inline { display: inline; } .d-inline-block { display: inline-block; } .d-block { display: block; } .d-grid { display: grid; } .d-table { display: table; } .d-table-row { display: table-row; } .d-table-cell { display: table-cell; } .d-flex { display: flex; } .d-inline-flex { display: inline-flex; } .d-none { display: none; } .flex-fill { flex: 1 1 auto; } .flex-row { flex-direction: row; } .flex-column { flex-direction: column; } .flex-row-reverse { flex-direction: row-reverse; } .flex-column-reverse { flex-direction: column-reverse; } .flex-grow-0 { flex-grow: 0; } .flex-grow-1 { flex-grow: 1; } .flex-shrink-0 { flex-shrink: 0; } .flex-shrink-1 { flex-shrink: 1; } .flex-wrap { flex-wrap: wrap; } .flex-nowrap { flex-wrap: nowrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-start { justify-content: flex-start; } .justify-content-end { justify-content: flex-end; } .justify-content-center { justify-content: center; } .justify-content-between { justify-content: space-between; } .justify-content-around { justify-content: space-around; } .justify-content-evenly { justify-content: space-evenly; } .align-items-start { align-items: flex-start; } .align-items-end { align-items: flex-end; } .align-items-center { align-items: center; } .align-items-baseline { align-items: baseline; } .align-items-stretch { align-items: stretch; } .align-content-start { align-content: flex-start; } .align-content-end { align-content: flex-end; } .align-content-center { align-content: center; } .align-content-between { align-content: space-between; } .align-content-around { align-content: space-around; } .align-content-stretch { align-content: stretch; } .align-self-auto { align-self: auto; } .align-self-start { align-self: flex-start; } .align-self-end { align-self: flex-end; } .align-self-center { align-self: center; } .align-self-baseline { align-self: baseline; } .align-self-stretch { align-self: stretch; } .order-first { order: -1; } .order-0 { order: 0; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-last { order: 6; } .text-start { text-align: left; } .text-end { text-align: right; } .text-center { text-align: center; } @media (min-width: 576px) { .d-sm-inline { display: inline; } .d-sm-inline-block { display: inline-block; } .d-sm-block { display: block; } .d-sm-grid { display: grid; } .d-sm-table { display: table; } .d-sm-table-row { display: table-row; } .d-sm-table-cell { display: table-cell; } .d-sm-flex { display: flex; } .d-sm-inline-flex { display: inline-flex; } .d-sm-none { display: none; } .flex-sm-fill { flex: 1 1 auto; } .flex-sm-row { flex-direction: row; } .flex-sm-column { flex-direction: column; } .flex-sm-row-reverse { flex-direction: row-reverse; } .flex-sm-column-reverse { flex-direction: column-reverse; } .flex-sm-grow-0 { flex-grow: 0; } .flex-sm-grow-1 { flex-grow: 1; } .flex-sm-shrink-0 { flex-shrink: 0; } .flex-sm-shrink-1 { flex-shrink: 1; } .flex-sm-wrap { flex-wrap: wrap; } .flex-sm-nowrap { flex-wrap: nowrap; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-sm-start { justify-content: flex-start; } .justify-content-sm-end { justify-content: flex-end; } .justify-content-sm-center { justify-content: center; } .justify-content-sm-between { justify-content: space-between; } .justify-content-sm-around { justify-content: space-around; } .justify-content-sm-evenly { justify-content: space-evenly; } .align-items-sm-start { align-items: flex-start; } .align-items-sm-end { align-items: flex-end; } .align-items-sm-center { align-items: center; } .align-items-sm-baseline { align-items: baseline; } .align-items-sm-stretch { align-items: stretch; } .align-content-sm-start { align-content: flex-start; } .align-content-sm-end { align-content: flex-end; } .align-content-sm-center { align-content: center; } .align-content-sm-between { align-content: space-between; } .align-content-sm-around { align-content: space-around; } .align-content-sm-stretch { align-content: stretch; } .align-self-sm-auto { align-self: auto; } .align-self-sm-start { align-self: flex-start; } .align-self-sm-end { align-self: flex-end; } .align-self-sm-center { align-self: center; } .align-self-sm-baseline { align-self: baseline; } .align-self-sm-stretch { align-self: stretch; } .order-sm-first { order: -1; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-last { order: 6; } .text-sm-start { text-align: left; } .text-sm-end { text-align: right; } .text-sm-center { text-align: center; } } @media (min-width: 768px) { .d-md-inline { display: inline; } .d-md-inline-block { display: inline-block; } .d-md-block { display: block; } .d-md-grid { display: grid; } .d-md-table { display: table; } .d-md-table-row { display: table-row; } .d-md-table-cell { display: table-cell; } .d-md-flex { display: flex; } .d-md-inline-flex { display: inline-flex; } .d-md-none { display: none; } .flex-md-fill { flex: 1 1 auto; } .flex-md-row { flex-direction: row; } .flex-md-column { flex-direction: column; } .flex-md-row-reverse { flex-direction: row-reverse; } .flex-md-column-reverse { flex-direction: column-reverse; } .flex-md-grow-0 { flex-grow: 0; } .flex-md-grow-1 { flex-grow: 1; } .flex-md-shrink-0 { flex-shrink: 0; } .flex-md-shrink-1 { flex-shrink: 1; } .flex-md-wrap { flex-wrap: wrap; } .flex-md-nowrap { flex-wrap: nowrap; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-md-start { justify-content: flex-start; } .justify-content-md-end { justify-content: flex-end; } .justify-content-md-center { justify-content: center; } .justify-content-md-between { justify-content: space-between; } .justify-content-md-around { justify-content: space-around; } .justify-content-md-evenly { justify-content: space-evenly; } .align-items-md-start { align-items: flex-start; } .align-items-md-end { align-items: flex-end; } .align-items-md-center { align-items: center; } .align-items-md-baseline { align-items: baseline; } .align-items-md-stretch { align-items: stretch; } .align-content-md-start { align-content: flex-start; } .align-content-md-end { align-content: flex-end; } .align-content-md-center { align-content: center; } .align-content-md-between { align-content: space-between; } .align-content-md-around { align-content: space-around; } .align-content-md-stretch { align-content: stretch; } .align-self-md-auto { align-self: auto; } .align-self-md-start { align-self: flex-start; } .align-self-md-end { align-self: flex-end; } .align-self-md-center { align-self: center; } .align-self-md-baseline { align-self: baseline; } .align-self-md-stretch { align-self: stretch; } .order-md-first { order: -1; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-last { order: 6; } .text-md-start { text-align: left; } .text-md-end { text-align: right; } .text-md-center { text-align: center; } } @media (min-width: 992px) { .d-lg-inline { display: inline; } .d-lg-inline-block { display: inline-block; } .d-lg-block { display: block; } .d-lg-grid { display: grid; } .d-lg-table { display: table; } .d-lg-table-row { display: table-row; } .d-lg-table-cell { display: table-cell; } .d-lg-flex { display: flex; } .d-lg-inline-flex { display: inline-flex; } .d-lg-none { display: none; } .flex-lg-fill { flex: 1 1 auto; } .flex-lg-row { flex-direction: row; } .flex-lg-column { flex-direction: column; } .flex-lg-row-reverse { flex-direction: row-reverse; } .flex-lg-column-reverse { flex-direction: column-reverse; } .flex-lg-grow-0 { flex-grow: 0; } .flex-lg-grow-1 { flex-grow: 1; } .flex-lg-shrink-0 { flex-shrink: 0; } .flex-lg-shrink-1 { flex-shrink: 1; } .flex-lg-wrap { flex-wrap: wrap; } .flex-lg-nowrap { flex-wrap: nowrap; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-lg-start { justify-content: flex-start; } .justify-content-lg-end { justify-content: flex-end; } .justify-content-lg-center { justify-content: center; } .justify-content-lg-between { justify-content: space-between; } .justify-content-lg-around { justify-content: space-around; } .justify-content-lg-evenly { justify-content: space-evenly; } .align-items-lg-start { align-items: flex-start; } .align-items-lg-end { align-items: flex-end; } .align-items-lg-center { align-items: center; } .align-items-lg-baseline { align-items: baseline; } .align-items-lg-stretch { align-items: stretch; } .align-content-lg-start { align-content: flex-start; } .align-content-lg-end { align-content: flex-end; } .align-content-lg-center { align-content: center; } .align-content-lg-between { align-content: space-between; } .align-content-lg-around { align-content: space-around; } .align-content-lg-stretch { align-content: stretch; } .align-self-lg-auto { align-self: auto; } .align-self-lg-start { align-self: flex-start; } .align-self-lg-end { align-self: flex-end; } .align-self-lg-center { align-self: center; } .align-self-lg-baseline { align-self: baseline; } .align-self-lg-stretch { align-self: stretch; } .order-lg-first { order: -1; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-last { order: 6; } .text-lg-start { text-align: left; } .text-lg-end { text-align: right; } .text-lg-center { text-align: center; } } @media (min-width: 1200px) { .d-xl-inline { display: inline; } .d-xl-inline-block { display: inline-block; } .d-xl-block { display: block; } .d-xl-grid { display: grid; } .d-xl-table { display: table; } .d-xl-table-row { display: table-row; } .d-xl-table-cell { display: table-cell; } .d-xl-flex { display: flex; } .d-xl-inline-flex { display: inline-flex; } .d-xl-none { display: none; } .flex-xl-fill { flex: 1 1 auto; } .flex-xl-row { flex-direction: row; } .flex-xl-column { flex-direction: column; } .flex-xl-row-reverse { flex-direction: row-reverse; } .flex-xl-column-reverse { flex-direction: column-reverse; } .flex-xl-grow-0 { flex-grow: 0; } .flex-xl-grow-1 { flex-grow: 1; } .flex-xl-shrink-0 { flex-shrink: 0; } .flex-xl-shrink-1 { flex-shrink: 1; } .flex-xl-wrap { flex-wrap: wrap; } .flex-xl-nowrap { flex-wrap: nowrap; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-xl-start { justify-content: flex-start; } .justify-content-xl-end { justify-content: flex-end; } .justify-content-xl-center { justify-content: center; } .justify-content-xl-between { justify-content: space-between; } .justify-content-xl-around { justify-content: space-around; } .justify-content-xl-evenly { justify-content: space-evenly; } .align-items-xl-start { align-items: flex-start; } .align-items-xl-end { align-items: flex-end; } .align-items-xl-center { align-items: center; } .align-items-xl-baseline { align-items: baseline; } .align-items-xl-stretch { align-items: stretch; } .align-content-xl-start { align-content: flex-start; } .align-content-xl-end { align-content: flex-end; } .align-content-xl-center { align-content: center; } .align-content-xl-between { align-content: space-between; } .align-content-xl-around { align-content: space-around; } .align-content-xl-stretch { align-content: stretch; } .align-self-xl-auto { align-self: auto; } .align-self-xl-start { align-self: flex-start; } .align-self-xl-end { align-self: flex-end; } .align-self-xl-center { align-self: center; } .align-self-xl-baseline { align-self: baseline; } .align-self-xl-stretch { align-self: stretch; } .order-xl-first { order: -1; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-last { order: 6; } .text-xl-start { text-align: left; } .text-xl-end { text-align: right; } .text-xl-center { text-align: center; } } @media (min-width: 1400px) { .d-xxl-inline { display: inline; } .d-xxl-inline-block { display: inline-block; } .d-xxl-block { display: block; } .d-xxl-grid { display: grid; } .d-xxl-table { display: table; } .d-xxl-table-row { display: table-row; } .d-xxl-table-cell { display: table-cell; } .d-xxl-flex { display: flex; } .d-xxl-inline-flex { display: inline-flex; } .d-xxl-none { display: none; } .flex-xxl-fill { flex: 1 1 auto; } .flex-xxl-row { flex-direction: row; } .flex-xxl-column { flex-direction: column; } .flex-xxl-row-reverse { flex-direction: row-reverse; } .flex-xxl-column-reverse { flex-direction: column-reverse; } .flex-xxl-grow-0 { flex-grow: 0; } .flex-xxl-grow-1 { flex-grow: 1; } .flex-xxl-shrink-0 { flex-shrink: 0; } .flex-xxl-shrink-1 { flex-shrink: 1; } .flex-xxl-wrap { flex-wrap: wrap; } .flex-xxl-nowrap { flex-wrap: nowrap; } .flex-xxl-wrap-reverse { flex-wrap: wrap-reverse; } .justify-content-xxl-start { justify-content: flex-start; } .justify-content-xxl-end { justify-content: flex-end; } .justify-content-xxl-center { justify-content: center; } .justify-content-xxl-between { justify-content: space-between; } .justify-content-xxl-around { justify-content: space-around; } .justify-content-xxl-evenly { justify-content: space-evenly; } .align-items-xxl-start { align-items: flex-start; } .align-items-xxl-end { align-items: flex-end; } .align-items-xxl-center { align-items: center; } .align-items-xxl-baseline { align-items: baseline; } .align-items-xxl-stretch { align-items: stretch; } .align-content-xxl-start { align-content: flex-start; } .align-content-xxl-end { align-content: flex-end; } .align-content-xxl-center { align-content: center; } .align-content-xxl-between { align-content: space-between; } .align-content-xxl-around { align-content: space-around; } .align-content-xxl-stretch { align-content: stretch; } .align-self-xxl-auto { align-self: auto; } .align-self-xxl-start { align-self: flex-start; } .align-self-xxl-end { align-self: flex-end; } .align-self-xxl-center { align-self: center; } .align-self-xxl-baseline { align-self: baseline; } .align-self-xxl-stretch { align-self: stretch; } .order-xxl-first { order: -1; } .order-xxl-0 { order: 0; } .order-xxl-1 { order: 1; } .order-xxl-2 { order: 2; } .order-xxl-3 { order: 3; } .order-xxl-4 { order: 4; } .order-xxl-5 { order: 5; } .order-xxl-last { order: 6; } .text-xxl-start { text-align: left; } .text-xxl-end { text-align: right; } .text-xxl-center { text-align: center; } } @media print { .d-print-inline { display: inline; } .d-print-inline-block { display: inline-block; } .d-print-block { display: block; } .d-print-grid { display: grid; } .d-print-table { display: table; } .d-print-table-row { display: table-row; } .d-print-table-cell { display: table-cell; } .d-print-flex { display: flex; } .d-print-inline-flex { display: inline-flex; } .d-print-none { display: none; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
admin.css
1687 bytes
0644
custom-editor.css
2387 bytes
0644
grid.css
41105 bytes
0644
style.css
841423 bytes
0644
style.css.map
158512 bytes
0644
N4ST4R_ID | Naxtarrr