/* 
    Created on : 2025. ápr. 13., 6:47:00
    Author     : lalab
*/
.navbar .navbar-collapse .nav-item .nav-link {
    color: #ffffff !important;
    transition: .4s all ease-in-out !important;
}
.navbar .navbar-collapse .nav-item .nav-link:hover {
    opacity: .6 !important;
    transition: .4s all ease-in-out !important;
}
.navbar .navbar-collapse .nav-item .nav-link.active {
    color: #55acee !important;
}
.navbar .navbar-collapse .nav-item .nav-link.text-dark {
    color: #332d2d !important;
    transition: .4s all ease-in-out !important;
}
.navbar .navbar-collapse .nav-item .nav-link.text-dark:hover {
    color: #DC143C !important;
    transition: .4s all ease-in-out !important;
}
/* Háttérszín */
.bg-brown {
    background-color: #cc6600;
}
.bg-light-gray {
    background-color: #999999;
}
.bg-gray {
    background-color: #333333;
}
.bg-warning {
    background-color: #ffc107;
}
.bg-danger {
    background-color: #dc3545;
}
.bg-aqua {
    background-color: #66ffff;
}
.bg-lime {
    background-color: #66ff66;
}
.bg-primary {
    background-color: #007bff;
}
.bg-blue {
    background-color: #0000cc;
}
.copy-text:hover {
    text-shadow: 0 0 4px #dc3545;
    transition: all .5s ease-in-out;
}
/* Text Color */
.text-gray-dark {
    color: #343a40 !important;
}
.text-dark-teal {
    color: #006666 !important;
}
.text-indigo {
    color: #6610f2 !important;
}
.text-purple {
    color: #6f42c1 !important;
}
.header-title {
    color: #6d068a !important;
    ;
}
.text-pink {
    color: #e83e8c !important;
}
.text-teal {
    color: #00cccc !important;
}
.text-green-teal {
    color: #20c997 !important;
}
.text-orange {
    color: #fd7e14 !important;
}
.text-white {
    color: #fff !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-yellow {
    color: #ffff00 !important;
}
.text-dark-yellow {
    color: #cccc00 !important;
}
.text-black {
    color: #000 !important;
}
.text-help {
    color: #0066ff !important;
}
.text-brown {
    color: #cc6600 !important;
}
.text-aqua {
    color: #00ffff !important;
}
.text-control {
    color: #f0f0f0 !important;
}
.text-blood {
    color: #cc0033 !important;
}
.service {
    width: auto;
    overflow: auto;
    margin: 0 15px;
}
.service-table tr:nth-child(even) {
    background-color: rgba(240, 240, 240, 0.4);
}
.service-table {
    border: 1px solid #888 !important;
    width: 3200px;
}
.service-table tr th {
    border: 1px solid #888 !important;
    padding: 10px !important;
    color: #842029 !important;
}
.service-table tr td:nth-child(1) {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #990099 !important;
}
.service-table tr th:nth-child(1) {
    width: 60px !important;
}
.service-table tr th:nth-child(2),
.service-table tr th:nth-child(3),
.service-table tr th:nth-child(4),
.service-table tr th:nth-child(5),
.service-table tr th:nth-child(6),
.service-table tr th:nth-child(7),
.service-table tr th:nth-child(8),
.service-table tr th:nth-child(9),
.service-table tr th:nth-child(10),
.service-table tr th:nth-child(11),
.service-table tr th:nth-child(12),
.service-table tr th:nth-child(13){
    width: 300px !important;
}
.service-table tr th:nth-child(14) {
    width: 540px !important;
}
.service-table tr td:nth-child(1) {
    text-align: center;
}
.service-table tr td {
    border: 1px solid #888 !important;
    padding: 10px !important;
    color: #009999 !important;
    text-align: left !important;
    font-size: 14px !important;
}
.printer {
    color: #990099;
    text-decoration: none !important;
}
.printer:hover {
    color: #b800b7;
    text-decoration: underline !important;
}
.sub-title {
    font-weight: 700 !important;
    color: #0b13ff !important;
}
.tel-color {
    color: #8b0000 !important;
}
.tel-color:hover, .tel-color:active {
    color: #DC143C !important;
}
.pb-7-small {
    margin: 4px 4px 0 0;
    border: solid 1px #10658D;
    border-radius: 4px;
    padding: 2px 6px;
    background-color: #10658D;
    color: #D5EEF9 !important;
}
.m-6,
.mt-6,
.my-6 {
    margin-top: 6rem !important;
}
.m-n6,
.mt-n6,
.my-n6 {
    margin-top: -6rem !important;
}
.m-6,
.mb-6,
.my-6 {
    margin-bottom: 6rem !important;
}
.m-n6,
.mb-n6,
.my-n6 {
    margin-bottom: -6rem !important;
}
.m-6,
.ml-6,
.mx-6 {
    margin-left: 6rem !important;
}
.m-n6,
.ml-n6,
.mx-n6 {
    margin-left: -6rem !important;
}
.m-6,
.mr-6,
.mx-6 {
    margin-right: 6rem !important;
}
.m-n6,
.mr-n6,
.mx-n6 {
    margin-right: -6rem !important;
}
.p-6,
.pt-6,
.py-6 {
    padding-top: 6rem !important;
}
.p-6,
.pb-6,
.py-6 {
    padding-bottom: 6rem !important;
}
.p-6,
.pl-6,
.px-6 {
    padding-left: 6rem !important;
}
.p-6,
.pr-6,
.px-6 {
    padding-right: 6rem !important;
}
.m-7,
.mt-7,
.my-7 {
    margin-top: 10rem !important;
}
.m-n7,
.mt-n7,
.my-n7 {
    margin-top: -10rem !important;
}
.m-7,
.mb-7,
.my-7 {
    margin-bottom: 10rem !important;
}
.m-n7,
.mb-n7,
.my-n7 {
    margin-bottom: -10rem !important;
}
.m-7,
.ml-7,
.mx-7 {
    margin-left: 10rem !important;
}
.m-n7,
.ml-n7,
.mx-n7 {
    margin-left: -10rem !important;
}
.m-7,
.mr-7,
.mx-7 {
    margin-right: 10rem !important;
}
.m-n7,
.mr-n7,
.mx-n7 {
    margin-right: -10rem !important;
}
.p-7,
.pt-7,
.py-7 {
    padding-top: 10rem !important;
}
.p-7,
.pb-7,
.py-7 {
    padding-bottom: 10rem !important;
}
.p-7,
.pl-7,
.px-7 {
    padding-left: 10rem !important;
}
.p-7,
.pr-7,
.px-7 {
    padding-right: 10rem !important;
}
.m-8,
.mt-8,
.my-8 {
    margin-top: 20rem !important;
}
.m-n8,
.mt-n8,
.my-n8 {
    margin-top: -20rem !important;
}
.m-8,
.mb-8,
.my-8 {
    margin-bottom: 20rem !important;
}
.m-n8,
.mb-n8,
.my-n8 {
    margin-bottom: -20rem !important;
}
.m-8,
.ml-8,
.mx-8 {
    margin-left: 20rem !important;
}
.m-n8,
.ml-n8,
.mx-n8 {
    margin-left: -20rem !important;
}
.m-8,
.mr-8,
.mx-8 {
    margin-right: 20rem !important;
}
.m-n8,
.mr-n8,
.mx-n8 {
    margin-right: -20rem !important;
}
.p-8,
.pt-8,
.py-8 {
    padding-top: 20rem !important;
}
.p-8,
.pb-8,
.py-8 {
    padding-bottom: 20rem !important;
}
.p-8,
.pl-8,
.px-8 {
    padding-left: 20rem !important;
}
.p-8,
.pr-8,
.px-8 {
    padding-right: 20rem !important;
}
/* Elválasztó <div></div> (Black) */
.separate {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 1px !important;
    border-top: 1px solid #006666 !important;
}
.separate-1-black {
    border-bottom: 1px solid #000 !important;
}
.separate-2-black {
    border-bottom: 2px solid #000 !important;
}
.separate-3-black {
    border-bottom: 3px solid #000 !important;
}
.separate-4-black {
    border-bottom: 4px solid #000 !important;
}
.separate-5-black {
    border-bottom: 5px solid #000 !important;
}
.separate-6-black {
    border-bottom: 6px solid #000 !important;
}
.separate-7-black {
    border-bottom: 7px solid #000 !important;
}
.separate-8-black {
    border-bottom: 8px solid #000 !important;
}
.separate-9-black {
    border-bottom: 9px solid #000 !important;
}
.separate-10-black {
    border-bottom: 10px solid #000 !important;
}
/* Elválasztó <div></div> (Light Gray) */
.separate-1-light-gray {
    border-bottom: 1px solid #dee2e6 !important;
}
.separate-2-light-gray {
    border-bottom: 2px solid #dee2e6 !important;
}
.separate-3-light-gray {
    border-bottom: 3px solid #dee2e6 !important;
}
.separate-4-light-gray {
    border-bottom: 4px solid #dee2e6 !important;
}
.separate-5-light-gray {
    border-bottom: 5px solid #dee2e6 !important;
}
.separate-6-light-gray {
    border-bottom: 6px solid #dee2e6 !important;
}
.separate-7-light-gray {
    border-bottom: 7px solid #dee2e6 !important;
}
.separate-8-light-gray {
    border-bottom: 8px solid #dee2e6 !important;
}
.separate-9-light-gray {
    border-bottom: 9px solid #dee2e6 !important;
}
.separate-10-light-gray {
    border-bottom: 10px solid #dee2e6 !important;
}
/* Elválasztó <div></div> (Gray) */
.separate-1-gray {
    border-bottom: 1px solid #666666 !important;
}
.separate-2-gray {
    border-bottom: 2px solid #666666 !important;
}
.separate-3-gray {
    border-bottom: 3px solid #666666 !important;
}
.separate-4-gray {
    border-bottom: 4px solid #666666 !important;
}
.separate-5-gray {
    border-bottom: 5px solid #666666 !important;
}
.separate-6-gray {
    border-bottom: 6px solid #666666 !important;
}
.separate-7-gray {
    border-bottom: 7px solid #666666 !important;
}
.separate-8-gray {
    border-bottom: 8px solid #666666 !important;
}
.separate-9-gray {
    border-bottom: 9px solid #666666 !important;
}
.separate-10-gray {
    border-bottom: 10px solid #666666 !important;
}
/* Elválasztó <div></div> (Danger) */
.separate-1-danger {
    border-bottom: 1px solid #dc3545 !important;
}
.separate-2-danger {
    border-bottom: 2px solid #dc3545 !important;
}
.separate-3-danger {
    border-bottom: 3px solid #dc3545 !important;
}
.separate-4-danger {
    border-bottom: 4px solid #dc3545 !important;
}
.separate-5-danger {
    border-bottom: 5px solid #dc3545 !important;
}
.separate-6-danger {
    border-bottom: 6px solid #dc3545 !important;
}
.separate-7-danger {
    border-bottom: 7px solid #dc3545 !important;
}
.separate-8-danger {
    border-bottom: 8px solid #dc3545 !important;
}
.separate-9-danger {
    border-bottom: 9px solid #dc3545 !important;
}
.separate-10-danger {
    border-bottom: 10px solid #dc3545 !important;
}
/* Elválasztó <div></div> (Warning) */
.separate-1-warning {
    border-bottom: 1px solid #ffc107 !important;
}
.separate-2-warning {
    border-bottom: 2px solid #ffc107 !important;
}
.separate-3-warning {
    border-bottom: 3px solid #ffc107 !important;
}
.separate-4-warning {
    border-bottom: 4px solid #ffc107 !important;
}
.separate-5-warning {
    border-bottom: 5px solid #ffc107 !important;
}
.separate-6-warning {
    border-bottom: 6px solid #ffc107 !important;
}
.separate-7-warning {
    border-bottom: 7px solid #ffc107 !important;
}
.separate-8-warning {
    border-bottom: 8px solid #ffc107 !important;
}
.separate-9-warning {
    border-bottom: 9px solid #ffc107 !important;
}
.separate-10-warning {
    border-bottom: 10px solid #ffc107 !important;
}
/* Elválasztó <div></div> (Success) */
.separate-1-success {
    border-bottom: 1px solid #009933 !important;
}
.separate-2-success {
    border-bottom: 2px solid #009933 !important;
}
.separate-3-success {
    border-bottom: 3px solid #009933 !important;
}
.separate-4-success {
    border-bottom: 4px solid #009933 !important;
}
.separate-5-success {
    border-bottom: 5px solid #009933 !important;
}
.separate-6-success {
    border-bottom: 6px solid #009933 !important;
}
.separate-7-success {
    border-bottom: 7px solid #009933 !important;
}
.separate-8-success {
    border-bottom: 8px solid #009933 !important;
}
.separate-9-success {
    border-bottom: 9px solid #009933 !important;
}
.separate-10-success {
    border-bottom: 10px solid #009933 !important;
}
/* Elválasztó <div></div> (Primary) */
.separate-1-primary {
    border-bottom: 1px solid #007bff !important;
}
.separate-2-primary {
    border-bottom: 2px solid #007bff !important;
}
.separate-3-primary {
    border-bottom: 3px solid #007bff !important;
}
.separate-4-primary {
    border-bottom: 4px solid #007bff !important;
}
.separate-5-primary {
    border-bottom: 5px solid #007bff !important;
}
.separate-6-primary {
    border-bottom: 6px solid #007bff !important;
}
.separate-7-primary {
    border-bottom: 7px solid #007bff !important;
}
.separate-8-primary {
    border-bottom: 8px solid #007bff !important;
}
.separate-9-primary {
    border-bottom: 9px solid #007bff !important;
}
.separate-10-primary {
    border-bottom: 10px solid #007bff !important;
}
/* Elválasztó <div></div> (light-brown) */
.separate-1-light-brown {
    border-bottom: 1px solid #999900 !important;
}
.separate-2-light-brown {
    border-bottom: 2px solid #999900 !important;
}
.separate-3-light-brown {
    border-bottom: 3px solid #999900 !important;
}
.separate-4-light-brown {
    border-bottom: 4px solid #999900 !important;
}
.separate-5-light-brown {
    border-bottom: 5px solid #999900 !important;
}
.separate-6-light-brown {
    border-bottom: 6px solid #999900 !important;
}
.separate-7-light-brown {
    border-bottom: 7px solid #999900 !important;
}
.separate-8-light-brown {
    border-bottom: 8px solid #999900 !important;
}
.separate-9-light-brown {
    border-bottom: 9px solid #999900 !important;
}
.separate-10-light-brown {
    border-bottom: 10px solid #999900 !important;
}
/* Elválasztó <div></div> (light-teal) */
.separate-1-light-teal {
    border-bottom: 1px solid #00cccc !important;
}
.separate-2-light-teal {
    border-bottom: 2px solid #00cccc !important;
}
.separate-3-light-teal {
    border-bottom: 3px solid #00cccc !important;
}
.separate-4-light-teal {
    border-bottom: 4px solid #00cccc !important;
}
.separate-5-light-teal {
    border-bottom: 5px solid #00cccc !important;
}
.separate-6-light-teal {
    border-bottom: 6px solid #00cccc !important;
}
.separate-7-light-teal {
    border-bottom: 7px solid #00cccc !important;
}
.separate-8-light-teal {
    border-bottom: 8px solid #00cccc !important;
}
.separate-9-light-teal {
    border-bottom: 9px solid #00cccc !important;
}
.separate-10-light-teal {
    border-bottom: 10px solid #00cccc !important;
}
/* Elválasztó <div></div> (teal) */
.separate-1-teal {
    border-bottom: 1px solid #009999 !important;
}
.separate-2-teal {
    border-bottom: 2px solid #009999 !important;
}
.separate-3-teal {
    border-bottom: 3px solid #009999 !important;
}
.separate-4-teal {
    border-bottom: 4px solid #009999 !important;
}
.separate-5-teal {
    border-bottom: 5px solid #009999 !important;
}
.separate-6-teal {
    border-bottom: 6px solid #009999 !important;
}
.separate-7-teal {
    border-bottom: 7px solid #009999 !important;
}
.separate-8-teal {
    border-bottom: 8px solid #009999 !important;
}
.separate-9-teal {
    border-bottom: 9px solid #009999 !important;
}
.separate-10-teal {
    border-bottom: 10px solid #009999 !important;
}
/* Elválasztó <div></div> (dark-teal) */
.separate-1-dark-teal {
    border-bottom: 1px solid #006666 !important;
}
.separate-2-dark-teal {
    border-bottom: 2px solid #006666 !important;
}
.separate-3-dark-teal {
    border-bottom: 3px solid #006666 !important;
}
.separate-4-dark-teal {
    border-bottom: 4px solid #006666 !important;
}
.separate-5-dark-teal {
    border-bottom: 5px solid #006666 !important;
}
.separate-6-dark-teal {
    border-bottom: 6px solid #006666 !important;
}
.separate-7-dark-teal {
    border-bottom: 7px solid #006666 !important;
}
.separate-8-dark-teal {
    border-bottom: 8px solid #006666 !important;
}
.separate-9-dark-teal {
    border-bottom: 9px solid #006666 !important;
}
.separate-10-dark-teal {
    border-bottom: 10px solid #006666 !important;
}
/* Elválasztó <div></div> (light-blue) */
.separate-1-light-blue {
    border-bottom: 1px solid #3399ff !important;
}
.separate-2-light-blue {
    border-bottom: 2px solid #3399ff !important;
}
.separate-3-light-blue {
    border-bottom: 3px solid #3399ff !important;
}
.separate-4-light-blue {
    border-bottom: 4px solid #3399ff !important;
}
.separate-5-light-blue {
    border-bottom: 5px solid #3399ff !important;
}
.separate-6-light-blue {
    border-bottom: 6px solid #3399ff !important;
}
.separate-7-light-blue {
    border-bottom: 7px solid #3399ff !important;
}
.separate-8-light-blue {
    border-bottom: 8px solid #3399ff !important;
}
.separate-9-light-blue {
    border-bottom: 9px solid #3399ff !important;
}
.separate-10-light-blue {
    border-bottom: 10px solid #3399ff !important;
}
/* Átlátszóság */
.opacity-1 {
    opacity: .1 !important;
}
.opacity-2 {
    opacity: .2 !important;
}
.opacity-3 {
    opacity: .3 !important;
}
.opacity-4 {
    opacity: .4 !important;
}
.opacity-5 {
    opacity: .5 !important;
}
.opacity-6 {
    opacity: .6 !important;
}
.opacity-7 {
    opacity: .7 !important;
}
.opacity-8 {
    opacity: .8 !important;
}
.opacity-9 {
    opacity: .9 !important;
}
.opacity-10 {
    opacity: 1 !important;
}
/* Háttérszín */
.bg-brown {
    background-color: #cc6600 !important;
}
.bg-light-gray {
    background-color: #999999 !important;
}
.bg-gray {
    background-color: #333333 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
.bg-aqua {
    background-color: #66ffff !important;
}
.bg-lime {
    background-color: #66ff66 !important;
}
.bg-primary {
    background-color: #007bff !important;
}
.bg-blue {
    background-color: #0000cc !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.btn-small.files {
    margin: 4px 0 0 0 !important;
    border: solid 1px #155724 !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    background-color: #0066ff !important;
    color: #D5EEF9 !important;
}
.btn-small.files:hover, .btn-small.files:active {
    border: solid 1px #31b0d5 !important;
    background-color: #31b0d5 !important;
    color: #D5EEF9 !important;
    cursor: pointer !important;
}
.btn-small.upload {
    margin: 4px 8px 0 0 !important;
    border: solid 1px #155724 !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    background-color: #155724 !important;
    color: #D5EEF9 !important;
}
.btn-small.upload:hover, .btn-small.upload:active {
    border: solid 1px #73a36c !important;
    background-color: #009933 !important;
    color: #D5EEF9 !important;
    cursor: pointer !important;
}
.btn-error,
.btn-error:active {
    background-color: #cc0033 !important;
    border-color: #cc0033 !important;
    color: #ffffff !important;
}
.btn-error:hover,
.btn-error:focus,
.btn-error.focus,
.btn-error.active {
    color: #ffffff !important;
    background-color: #a9002a !important;
    border-color: #a9002a !important;
}
.btn-error.disabled,
.btn-error:disabled {
    color: #ffffff !important;
    background-color: #a9002a !important;
    border-color: #a9002a !important;
}
.border-1-solid-lightblue {
    border: 1px solid #888fff !important;
}
.border-1-solid-lightgray {
    border: 1px solid #999 !important;
}
.border-1-solid-whitegray {
    border: 1px solid #e5e5e5 !important;
}
.border-1-solid-gray {
    border: 1px solid #555 !important;
}
.border-1-solid-lightred {
    border: 1px solid #ff3366 !important;
}
.border-1-solid-red {
    border: 1px solid #DC143C !important;
}
.text-light-gray {
    color: #565656 !important;
}
.text-gray {
    color: #555 !important;
}
.text-red {
    color: #DC143C !important;
}
.text-red strong:hover {
    color: #a71d2a !important;
    font-style: italic;
}
.input-group {
    display: table;
    border-collapse: collapse;
    width:100%;
    border-radius: .25rem !important;
}
.input-group > div{
    display: table-cell;
    border: 0;
    vertical-align: middle;  /* needed for Safari */
}
.input-group-text {
    background-color: #a0a0a0 !important;
    color: #0062cc;
}
.input-group-icon{
    background:#eee;
    color: #777;
    padding: 0 12px;
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
}
.input-group-area{
    width:100%;
}
.input-group span {
    border: solid 1px rgb(118, 118, 118);
    border-right: 0;
    height: 50.36px;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}
.input-group input{
    border: solid 1px rgb(118, 118, 118);
    display: block;
    width: 100%;
    padding: 8px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.input-group.save-button {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.line-break {
    display: block !important;
}
.color-warning, .text-warn {
    color: #ff3366 !important;
}
.color-log, .text-log {
    color: #0b13ff !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.db-divider {
    height: 1px !important;
    border: solid 1px #999 !important;
}
.doth {
    position: relative;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50%;
    background-color: #555 !important;
    top: -3px !important;
    margin-right: 6px !important;
    display: inline-block;
}
.doth-maxi {
    position: relative;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: #73a36c !important;
    top: 26px !important;
    margin-right: 6px !important;
    display: inline-block;
}
.doth-maxi-text {
    color: #73a36c !important;
    padding-left: 1rem !important; /* 16px */
}
.doth-num {
    font-weight: 900 !important;
}
body {
    -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}
.wrap2 {
    display: block;
    margin: 0 auto 1em;
    padding: 0 1em;
    width: 100%;
}
@media (min-width: 43.75em) {
    .wrap2 {
        padding: 2em;
    }
}
p {
    color: #555;
    text-shadow: 1px 1px 1px #fff;
}
a, a:visited {
    color: #4bc5b7;
    text-decoration: none;
}
.question-section {
    /* background: #ebfdfb; */
    background: #fff;
    box-shadow: 0 2px 5px rgba(68, 68, 68, 0.4);
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 1em;
    padding: 1em;
    position: relative;
    vertical-align: top;
    width: 100%;
}
@media (min-width: 50em) {
    .question-section {
        font-size: .75rem;
        padding: 1em 1.5em;
    }
}
@media (min-width: 62.5em) {
    .question-section {
        font-size: 1rem;
    }
}
.question-section h1 {
    font-family: "Audiowide", cursive;
    color: #085078;
    font-size: 1.25em;
    font-size: 5.5vw;
    font-weight: 700;
    margin-bottom: .25em;
}
@media (min-width: 32.25em) {
    .question-section h1 {
        font-size: 2.25em;
        font-size: 4.9vw;
    }
}
@media (min-width: 67.5em) {
    .question-section h1 {
        font-size: 3.25em;
    }
}
.question-section > p, .question-section > h1 {
    text-align: center;
}
.question-section > p {
    font-size: 0.667em;
    font-size: 2.8vw;
    margin-bottom: 1em;
}
@media (min-width: 22.1875em) {
    .question-section > p {
        font-size: 0.667em;
    }
}
@media (min-width: 31.25em) {
    .question-section > p {
        font-size: 1em;
    }
}
@media (min-width: 81.25em) {
    .question-section > p {
        font-size: 1.15em;
    }
}
div[class^="cat"] {
    width: 100%;
}
div[class^="cat"] > label {
    background: #72d2c6;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5em;
    padding: 0.75em 0.5em;
    transition: all 0.55s;
}
div[class^="cat"] > label:hover {
    background: #85D8CE;
}
@media (min-width: 50em) {
    div[class^="cat"] > label {
        font-size: 1.25em;
    }
}
div[class^="cat"] > input {
    position: absolute;
    z-index: -999;
}
div[class^="cat"] > input:focus + label {
    background: #4bc5b7;
    letter-spacing: 1px;
}
div[class^="cat"] .question-wrap {
    height: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}
div[class^="cat"] > input:checked ~ .question-wrap {
    max-height: 100%;
    opacity: 1;
    transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap .question {
    margin: 1em 0;
}
.question-wrap label {
    color: #0a6090;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}
@media (min-width: 50em) {
    .question-wrap label {
        font-size: 1.25em;
    }
}
.question-wrap input {
    position: absolute;
    z-index: -999;
    top: -10000px;
}
.question-wrap input:focus + label {
    color: #064060;
}
.question-wrap input:not(:checked) ~ p {
    height: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.question-wrap input:checked ~ p {
    opacity: 1;
    transition: all 1.95s cubic-bezier(0.19, 1, 0.22, 1);
}
/* input:focus {
    border: 3px solid red;
    outline: 3px solid red;
    background: red;
} */
a:focus {
    color: #085078;
    font-weight: bold;
    outline: none;
}
.cursor-pointer {
    cursor: pointer;
}
.font-size-1 {
    font-size: 16px !important;
}
.font-size-1-5 {
    font-size: 18px !important;
}
.font-size-2 {
    font-size: 20px !important;
}
.font-size-2-5 {
    font-size: 22px !important;
}
.font-size-3 {
    font-size: 24px !important;
}
.font-size-3-5 {
    font-size: 26px !important;
}
.font-size-4 {
    font-size: 28px !important;
}
.font-size-4-5 {
    font-size: 30px !important;
}
.font-size-5 {
    font-size: 32px !important;
}
.font-size-5-5 {
    font-size: 34px !important;
}
.font-size-6 {
    font-size: 36px !important;
}
.font-size-6-5 {
    font-size: 38px !important;
}
.font-size-7 {
    font-size: 40px !important;
}
.font-size-7-5 {
    font-size: 42px !important;
}
.font-size-8 {
    font-size: 44px !important;
}
.font-size-8-5 {
    font-size: 46px !important;
}
.font-size-9 {
    font-size: 48px !important;
}
.font-size-9-5 {
    font-size: 50px !important;
}
.font-size-10 {
    font-size: 52px !important;
}
.font-size-10-5 {
    font-size: 54px !important;
}
.font-size-11 {
    font-size: 56px !important;
}
.font-size-11-5 {
    font-size: 58px !important;
}
.font-size-12 {
    font-size: 60px !important;
}
.font-size-12-5 {
    font-size: 62px !important;
}
.font-size-13 {
    font-size: 64px !important;
}
.font-size-13-5 {
    font-size: 66px !important;
}
.font-size-14 {
    font-size: 68px !important;
}
.font-size-14-5 {
    font-size: 70px !important;
}
.cat-border-and-color {
    position: relative;
    border: solid 1px #8B0000;
    border-radius: 4px;
    padding: 2px 12px 4px 12px;
    color: #8b0000;
    bottom: 6px;
}
.cat-border-and-color:hover {
    border: solid 1px #149dcc;
}
.dashboard-content {
    min-height: 400px !important;
    resize: none;
}
.color-picker {
    position: relative;
    display: inline;
    cursor: pointer;
    float: right;
    margin-bottom: 4px;
}
.bios {
    transition: all .6s;
}
.bios:hover {
    transition: all .6s;
    background-color: #002752;
    opacity: .7;
}
/* .gallery-hover {
        transition: all .8s;
} */
.mbr-gallery-title, .bios-extras .mbr-gallery-title {
    opacity: 0 !important;
    transition: 1s ease;
}
/* .gallery-hover:hover {
        transition: all .8s;
        background-color: #002752;
        opacity: .8;
} */
.bios2:hover .mbr-gallery-title {
    color: #fff;
    opacity: 1 !important;
}
.bios-extras {
    transition: all .6s;
}
.bios-extras:hover {
    transition: all .6s;
    background-color: #555;
}
.bios-extras:hover .mbr-gallery-title {
    color: #fff;
    opacity: .8 !important;
}
.gallery-hover:hover .mbr-gallery-title, .bios:hover .mbr-gallery-title {
    color: #fff;
    opacity: 1 !important;
}
.mbr-gallery-title::before {
    width: 98% !important;
    z-index: 1000;
}
#myInput {
    position: relative;
    outline: none;
    width: 200px;
    transition: all 1s;
}
#myInput:focus {
    width: 90% !important;
    right: 0;
}
#myInput2 {
    position: relative !important;
    outline: none !important;
    width: 200px !important;
    transition: all 1s !important;
}
#myInput2:focus {
    width: 90% !important;
    right: 0 !important;
}
.link:hover {
    color: #FDD835 !important;
    text-shadow: 0px 0px 5px #FDD835,
        0px 0px 10px #FDD835,
        0px 0px 15px #FDD835;
    transition-duration: 1s;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.10);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.10);
    }
    70% {
        transform: scale(1);
    }
}
.textarea, .textarea2 {
    resize: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #565656;
    padding: 6px;
    font-family: 'Rubik', sans-serif;
    font-size: 0.9rem;
}
.textarea {
    min-height: 140px;
}
.textarea2 {
    min-height: 100px;
}
.textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #123456;
}
.textarea:-moz-placeholder:before { /* Mozilla Firefox 4 to 18 */
    color: #123456;
    opacity: 1;
}
.textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #123456;
    opacity: 1;
}
.textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #123456;
}
.textarea:placeholder-shown { /* Standard Pseudo-class */
    color: #123456;
}
.nav-right {
    padding-right: 0 !important;
}
.pulse:hover {
    animation-name: pulse_animation;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.mbr-user, .mbr-user-out, .mbr-dash, .mbr-extras, .mbr-player, .mbr-clock {
    border-radius: 50%;
    padding: 14px 8px;
    background-color: transparent;
    border: 3px dotted transparent;
}
.mbr-clock:hover {
    color: #604f30;
    background-color: #bfa26d;
    transition: background-color 1s;
    border: 3px dotted rgba(96, 79, 48, .5);
}
.mbr-user:hover {
    color: #00838F;
    background-color: #B2EBF2;
    transition: background-color 1s;
    border: 3px dotted rgba(0, 131, 143, 0.5);
}
.mbr-dash:hover {
    color: #ba5d00;
    background-color: #f5d17d;
    transition: background-color 1s;
    border: 3px dotted rgba(186, 93, 0, 0.5);
}
.mbr-extras:hover {
    color: #437048;
    background-color: #81d68a;
    transition: background-color 1s;
    border: 3px dotted rgba(67, 112, 72, 0.5);
}
.mbr-user-out:hover {
    color: #8B0000;
    background-color: #F08080;
    transition: background-color 1s;
    border: 3px dotted rgba(139, 0, 0, 0.5);
}
.mbr-player:hover {
    color: #6c0bbf;
    background-color: #c799f0;
    transition: background-color 1s;
    border: 3px dotted rgba(108, 11, 191, .5);
}
.mbri-plus {
    font-size:90px;
}
.mbri-plus:hover {
    color: #CD5C5C;
    text-shadow: 0px 0px 5px #DC143C,
        0px 0px 10px #DC143C,
        0px 0px 15px #DC143C;
    transition-duration: 1s;
}
.image-for-input+img {
    cursor: pointer;
}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg:hover {
    opacity: 0.7;
}
.img-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.img-modal-content {
    margin: 40px auto;
    display: block;
    width: auto;
    z-index: 10000 !important;
}
#caption {
    position: relative;
    margin: 0 auto;
    bottom: 90px;
    display: block;
    width: 100%;
    max-width: 500px;
    text-align: center;
    background-color: #040505;
    border-radius: 8px;
    opacity: .8;
    color: #ccc;
    padding: 10px 0;
    height: 44px;
}
.img-modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform:scale(0)
    }
    to {
        -webkit-transform:scale(1)
    }
}
@keyframes zoom {
    from {
        transform:scale(0)
    }
    to {
        transform:scale(1)
    }
}
.imageClose {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10001;
}
.imageCloseEsc {
    position: absolute;
    top: 40px;
    left: 35px;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #ccc;
    color: #DC143C;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10001;
    opacity: .7;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.imageClose:hover,
.imageClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.download-text {
    color: #767676;
}
.download-text-red {
    color: #a71d2a;
}
@media only screen and (max-width: 700px){
    .img-modal-content {
        width: 100%;
    }
}
.text-darkred {
    color: #DC143C;
}
.tab-buttons .active {
    background-color: #E6F5FB !important;
    color: #10658D !important;
    border: solid 2px #0290D5 !important;
    font-weight: bold;
}
.tab-buttons a {
    margin-bottom: 10px;
    line-height: 20px;
    background-color: #0290D5 !important;
    color: #D5EEF9 !important;
}
.tab-buttons a:not(.active):hover {
    background-color: #10658D !important;
    color: #E6F5FB !important;
}
.tab-buttons a:active, .tab-buttons a:focus {
    background-color: #E6F5FB !important;
    color: #10658D !important;
    border: solid 2px #0290D5 !important;
}
.tab-buttons .settings {
    margin-bottom: 10px;
    line-height: 20px;
    background-color: #d39e00 !important;
    color: #DC143C !important;
}
.tab-buttons .settings:not(.active):hover {
    background-color: #c69500 !important;
    color: #8B0000 !important;
}
.tab-buttons .settings2:not(.active):hover {
    background-color: #a71d2a !important;
    color: #ffffff !important;
}
.tab-buttons .settings:active, .tab-buttons .settings:focus {
    background-color: #E6F5FB !important;
    color: #c69500 !important;
    border: solid 2px #d39e00 !important;
}
.tab-buttons .settings2 {
    margin-bottom: 10px;
    line-height: 20px;
    background-color: #DC143C !important;
    color: #D5EEF9 !important;
}
.tab-buttons .settings2:active, .tab-buttons .settings2:focus {
    background-color: #E6F5FB !important;
    color: #c69500 !important;
    border: solid 2px #a71d2a !important;
}
.tab-buttons .public {
    background-color: #009933 !important;
    color: #D5EEF9 !important;
}
.tab-buttons .public:not(.active):hover {
    background-color: #155724 !important;
    color: #E6F5FB !important;
}
.type-content {
    border: solid 8px #C1ABD1;
    box-shadow: 4px 4px 8px 0 #C1ABD1;
}
@media (max-width: 991.98px) {
    .type-content.height {
        min-height: 0px !important;
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .type-content.height {
        min-height: 330px !important;
    }
}
.type-content-dashboard {
    font-family: 'Rubik', sans-serif;
    color: #767676;
    border: solid 4px #0290D5;
    box-shadow: 4px 4px 8px 0 #0290D5;
    min-height: 600px;
}
.text-error {
    color: #DC143C;
}
.raid-level-table {
    border: solid 3px #B8B8B8 !important;
    width: 100% !important;
}
.raid-level-table thead th {
    font-size: 16px;
    border: solid 2px #DAE17A;
    background-color: #A2AA23;
    color: #F9F9F1;
    width: 30px;
    padding-left: 12px;
    padding-right: 20px;
    vertical-align: text-top;
}
.raid-level-table tbody tr, .raid-level-table tbody tr td {
    font-size: 14px;
    border: solid 2px #DAE17A;
    background-color: #F3F5E7;
    color: #9C9C95;
}
.raid-level-table tbody tr td {
    padding-left: 12px;
    vertical-align: text-top;
}
.wikitable tr th, .wikitable tr td {
    padding: 2px 8px;
}
.divider {
    width: auto;
    border-top: solid 1px #888;
    height: 1px;
    padding: 4px 0;
    margin: 8px 4px 0 0 !important;
}
@media only screen and (max-width: 767.98px){
    .pchouse-separate {
        display: block !important;
    }
    .dashboard-separate {
        display: none !important;
    }
    .ace-code {
        height: 30px;
        border: none;
    }
    .nameday-height {
        height: 70px;
        border: none;
    }
}
@media (max-width: 991.98px) {
    .type-content.height {
        min-height: 0px !important;
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .ace-code {
        height: 20px;
        border: none;
    }
    .nameday-height {
        height: 60px;
        border: none;
    }
}
.btn-container {
    float: left !important;
    position: relative;
    bottom: 0 !important;
    height: 46px !important;
    width: 100% !important;
    margin: 8px 0 4px 0;
    border-radius: 4px;
    border: solid 1px rgba(204, 204, 204, .6) !important;
}
.btn-container-two {
    float: left !important;
    position: relative;
    bottom: 0 !important;
    height: 46px !important;
    width: 100% !important;
    margin: 8px 0 4px 0;
    border-radius: 4px;
    border: solid 1px rgba(204, 204, 204, .6) !important;
}
.btn-r-2 {
    margin-left: 33px !important;
}
.btn-r-3 {
    margin-left: 68px !important;
}
.btn-r-4 {
    margin-left: 103px !important;
}
.btn-r-5 {
    margin-left: 139px !important;
}
.btn-r-6 {
    margin-left: 174px !important;
}
.btn-r-7 {
    margin-left: 209px !important;
}
.btn-r-8 {
    margin-left: 243px !important;
}
.btn-r-9 {
    margin-left: 279px !important;
}
.btn-r-10 {
    margin-left: 314px !important;
}
.btn-r-11 {
    margin-left: 358px !important;
}
.btn-r-12 {
    margin-left: 399px !important;
}
.btn-right {
    position: absolute;
    left: 4px !important;
}
.btn-right-two {
    position: absolute;
    left: 214px !important;
}
.cp-t-6 {
    margin-top: 1rem !important;
    padding-top: 20px;
}
.fl-0 {
    float: left !important;
    margin-left: 0 !important;
}
.fr-0 {
    float: right !important;
    margin-right: 0 !important;
}
.cookie-date {
    color: #990099 !important;
}
.cookie-date-text {
    color: #009933 !important;
}
@media (min-width: 992px) {
    .hardware-div {
        left: 0 !important;
        top: 94px !important;
    }
    .port-div {
        left: 0 !important;
        top: 59px !important;
    }
    .pc-config {
        left: -292px;
        top: 0;
    }
    .desktop-menu {
        visibility: visible !important;
    }
    .mobil-menu {
        visibility: hidden !important;
    }
    .settings-btn {
        position: relative !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 991.98px) {
    .m-admin-auto {
        margin: auto !important;
    }
    .btn-container-two {
        height: 92px !important;
    }
    .btn-right-two {
        position: absolute !important;
        left: -28px !important;
        top: 44px !important;
    }
    .btn-r-8 {
        position: absolute !important;
        left: -239px !important;
        top: 44px !important;
    }
    .btn-r-9 {
        position: absolute !important;
        left: -239px !important;
        top: 44px !important;
    }
    .btn-r-10 {
        position: absolute !important;
        left: -239px !important;
        top: 44px !important;
    }
    .btn-r-11 {
        position: absolute !important;
        left: -239px !important;
        top: 44px !important;
    }
    .btn-r-12 {
        position: absolute !important;
        left: -239px !important;
        top: 44px !important;
    }
    .doth-maxi {
        position: relative;
        width: 6px !important;
        height: 6px !important;
        top: 19px !important;
        margin-right: 6px !important;
        display: inline-block;
    }
    .doth-maxi-text {
        padding-left: 0.75rem !important; /* 12px */
    }
    .hardware-div, .port-div, .pc-config {
        left: 0 !important;
        top: 0 !important;
    }
    .desktop-menu {
        visibility: hidden !important;
    }
    .mobil-menu {
        visibility: visible !important;
    }
    .settings-btn {
        position: relative !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 767.98px) {
    .w-sm-100 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .doth-maxi {
        position: relative;
        width: 6px !important;
        height: 6px !important;
        top: 21px !important;
        margin-right: 6px !important;
        display: inline-block;
    }
    .doth-maxi-text {
        padding-left: 0.75rem !important; /* 12px */
    }
    .info-text {
        font-size: 16px !important;
    }
    .cp-t-6 {
        margin-top: 1rem !important;
        padding-top: 40px;
    }
    .fl-0 {
        margin-top: 0;
        float: left !important;
        left: 12px !important;
    }
    .fr-0 {
        margin-top: 18px;
        left: 12px !important;
        float: left !important;
        position: absolute;
        padding-bottom: 30px !important;
        line-height: 20px;
    }
    .text-sm-right {
        text-align: right !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .info-text {
        font-size: 18px !important;
    }
    .cp-t-6 {
        margin-top: 1rem !important;
        padding-top: 30px;
    }
    .text-sm-right {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .text-sm-right {
        text-align: left !important;
    }
}
@media (max-width: 373px) {
    .modal-body .btn {
        margin: 0 !important;
    }
}
.btn-red,
.btn-red:active {
    background-color: #8B0000 !important;
    border-color: #8B0000 !important;
    color: #ffffff !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red.active {
    color: #ffffff !important;
    background-color: #a71d2a !important;
    border-color: #a71d2a !important;
}
.btn-red.disabled,
.btn-red:disabled {
    color: #ffffff !important;
    background-color: #a71d2a !important;
    border-color: #a71d2a !important;
}
a.pagination-next-disabled, a.pagination-prev-disabled {
    display: none;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
    left: 0 !important;
    right: 100% !important;
}
.errcode {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.errcode:hover {
    color: #CD5C5C !important;
    transition: all .6s;
    border-bottom: 1px solid #CD5C5C;
    border-top: 1px solid #CD5C5C;
}
.alert-info-forum {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-danger-forum {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.btn-info-forum {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info-forum:focus,
.btn-info-forum.focus {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info-forum:hover {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info-forum-forum:active,
.btn-info-forum-forum.active,
.open > .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info-forum:active:hover,
.btn-info-forum.active:hover,
.open > .dropdown-toggle.btn-info-forum:hover,
.btn-info-forum:active:focus,
.btn-info-forum.active:focus,
.open > .dropdown-toggle.btn-info-forum:focus,
.btn-info-forum:active.focus,
.btn-info-forum.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff !important;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info-forum:active,
.btn-info-forum.active,
.open > .dropdown-toggle.btn-info-forum {
    background-image: none;
}
.btn-info-forum.disabled:hover,
.btn-info-forum[disabled]:hover,
fieldset[disabled] .btn-info-forum:hover,
.btn-info-forum.disabled:focus,
.btn-info-forum[disabled]:focus,
fieldset[disabled] .btn-info-forum:focus,
.btn-info-forum.disabled.focus,
.btn-info-forum[disabled].focus,
fieldset[disabled] .btn-info-forum.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: none;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.cid-rvKTom0j3F2 {
    padding-top: 120px;
    padding-bottom: 36px;
    background-color: #ffffff;
}
.cid-rvKTom0j3F2 H1 {
    font-size: 36px;
    text-align: left;
    color: #333;
}
.cid-rvKTom0j3F2 H3 {
    text-align: left;
    font-size: 28px;
    color: #333;
}
.cid-rvKTom0j3F2 .mbr-text,
.cid-rvKTom0j3F2 .mbr-section-btn {
    font-size: 18px;
    text-align: left;
    color: #0b13ff;
}
.br-1 {
    border-radius: 2px !important;
}
.br-2 {
    border-radius: 4px !important;
}
.br-3 {
    border-radius: 6px !important;
}
.br-4 {
    border-radius: 8px !important;
}
.br-5 {
    border-radius: 10px !important;
}
.br-6 {
    border-radius: 12px !important;
}
.br-7 {
    border-radius: 14px !important;
}
.br-8 {
    border-radius: 16px !important;
}
.br-9 {
    border-radius: 18px !important;
}
.br-10 {
    border-radius: 20px !important;
}
.br-11 {
    border-radius: 22px !important;
}
.br-12 {
    border-radius: 24px !important;
}
.br-13 {
    border-radius: 26px !important;
}
.br-14 {
    border-radius: 28px !important;
}
.br-15 {
    border-radius: 30px !important;
}
.br-16 {
    border-radius: 32px !important;
}
.br-10-per {
    border-radius: 10% !important;
}
.br-20-per {
    border-radius: 20% !important;
}
.br-30-per {
    border-radius: 30% !important;
}
.br-40-per {
    border-radius: 40% !important;
}
.br-50-per {
    border-radius: 50% !important;
}
.br-60-per {
    border-radius: 60% !important;
}
.br-70-per {
    border-radius: 70% !important;
}
.br-80-per {
    border-radius: 80% !important;
}
.br-90-per {
    border-radius: 90% !important;
}
.br-100-per {
    border-radius: 100% !important;
}
.b-solid-light-gray-1 {
    border: solid 1px #ccc;
}
.b-solid-light-gray-2 {
    border: solid 2px #ccc;
}
.b-solid-light-gray-3 {
    border: solid 3px #ccc;
}
.b-solid-light-gray-4 {
    border: solid 4px #ccc;
}
.b-solid-light-gray-5 {
    border: solid 5px #ccc;
}
.b-solid-light-gray-6 {
    border: solid 6px #ccc;
}
.b-solid-light-gray-7 {
    border: solid 7px #ccc;
}
.b-solid-light-gray-8 {
    border: solid 8px #ccc;
}
.b-solid-light-gray-9 {
    border: solid 9px #ccc;
}
.b-solid-light-gray-10 {
    border: solid 10px #ccc;
}
.b-solid-gray-1 {
    border: solid 1px #555;
}
.b-solid-gray-2 {
    border: solid 2px #555;
}
.b-solid-gray-3 {
    border: solid 3px #555;
}
.b-solid-gray-4 {
    border: solid 4px #555;
}
.b-solid-gray-5 {
    border: solid 5px #555;
}
.b-solid-gray-6 {
    border: solid 6px #555;
}
.b-solid-gray-7 {
    border: solid 7px #555;
}
.b-solid-gray-8 {
    border: solid 8px #555;
}
.b-solid-gray-9 {
    border: solid 9px #555;
}
.b-solid-gray-10 {
    border: solid 10px #555;
}
.divider-1 {
    border-bottom: 1px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-2 {
    border-bottom: 2px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-3 {
    border-bottom: 3px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-4 {
    border-bottom: 4px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-5 {
    border-bottom: 5px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-6 {
    border-bottom: 6px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-7 {
    border-bottom: 7px solid #888 !important;
    height: 8px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.divider-8 {
    border-bottom: 8px solid #888 !important;
    height: 28px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 4px !important;
}
.b-none {
    border-style: none !important;
}
.b-solid {
    border-bottom-style: solid !important;
}
.b-dotted {
    border-bottom-style: dotted !important;
}
.b-dashed {
    border-bottom-style: dashed !important;
}
.b-double {
    border-bottom-style: double !important;
}
.b-groove {
    border-bottom-style: groove !important;
}
.b-hidden {
    border-style: hidden !important;
}
.b-inherit {
    border-bottom-style: inherit !important;
}
.b-initial {
    border-bottom-style: initial !important;
}
.b-inset {
    border-bottom-style: inset !important;
}
.b-outset {
    border-bottom-style: outset !important;
}
.b-ridge {
    border-bottom-style: ridge !important;
}
/* Text Color */
.text-gray-dark {
    color: #343a40 !important;
}
.text-dark-teal {
    color: #006666 !important;
}
.text-indigo {
    color: #6610f2 !important;
}
.text-purple {
    color: #6f42c1 !important;
}
.text-pink {
    color: #e83e8c !important;
}
.text-teal {
    color: #00cccc !important;
}
.text-green-teal {
    color: #20c997 !important;
}
.text-orange {
    color: #fd7e14 !important;
}
.text-white {
    color: #fff !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-yellow {
    color: #ffff00 !important;
}
.text-dark-yellow {
    color: #cccc00 !important;
}
.text-black {
    color: #000 !important;
}
.text-help {
    color: #0066ff !important;
}
.text-brown {
    color: #cc6600 !important;
}
.text-aqua {
    color: #00ffff !important;
}
.text-control {
    color: #f0f0f0 !important;
}
.text-blood {
    color: #cc0033 !important;
}
/* Float Position */
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
/* Z-Index */
.z-index-0 {
    z-index: 1 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.z-index-5 {
    z-index: 5 !important;
}
.z-index-6 {
    z-index: 6 !important;
}
.z-index-7 {
    z-index: 7 !important;
}
.z-index-8 {
    z-index: 8 !important;
}
.z-index-9 {
    z-index: 9 !important;
}
.z-index-10 {
    z-index: 10 !important;
}
.z-index-100 {
    z-index: 100 !important;
}
.z-index-200 {
    z-index: 200 !important;
}
.z-index-300 {
    z-index: 300 !important;
}
.z-index-400 {
    z-index: 400 !important;
}
.z-index-500 {
    z-index: 500 !important;
}
.z-index-600 {
    z-index: 600 !important;
}
.z-index-700 {
    z-index: 700 !important;
}
.z-index-800 {
    z-index: 800 !important;
}
.z-index-900 {
    z-index: 900 !important;
}
.z-index-1000 {
    z-index: 1000 !important;
}
.z-index-2000 {
    z-index: 2000 !important;
}
.z-index-3000 {
    z-index: 3000 !important;
}
.z-index-4000 {
    z-index: 4000 !important;
}
.z-index-5000 {
    z-index: 5000 !important;
}
.z-index-6000 {
    z-index: 6000 !important;
}
.z-index-7000 {
    z-index: 7000 !important;
}
.z-index-8000 {
    z-index: 8000 !important;
}
.z-index-9000 {
    z-index: 9000 !important;
}
.z-index-10000 {
    z-index: 10000 !important;
}
.z-index-20000 {
    z-index: 20000 !important;
}
.z-index-30000 {
    z-index: 30000 !important;
}
.z-index-40000 {
    z-index: 40000 !important;
}
.z-index-50000 {
    z-index: 50000 !important;
}
.z-index-60000 {
    z-index: 60000 !important;
}
.z-index-70000 {
    z-index: 70000 !important;
}
.z-index-80000 {
    z-index: 800000000 !important;
}
.z-index-90000 {
    z-index: 90000 !important;
}
.z-index-100000 {
    z-index: 100000 !important;
}
/* Position */
.left-pos-0 {
    left: 0 !important;
}
.left-pos-1 {
    left: 1px !important;
}
.left-pos-2 {
    left: 2px !important;
}
.left-pos-3 {
    left: 3px !important;
}
.left-pos-4 {
    left: 4px !important;
}
.left-pos-5 {
    left: 5px !important;
}
.left-pos-6 {
    left: 6px !important;
}
.left-pos-7 {
    left: 7px !important;
}
.left-pos-8 {
    left: 8px !important;
}
.left-pos-9 {
    left: 9px !important;
}
.left-pos-10 {
    left: 10px !important;
}
.left-pos-11 {
    left: 11px !important;
}
.left-pos-12 {
    left: 12px !important;
}
.left-pos-13 {
    left: 13px !important;
}
.left-pos-14 {
    left: 14px !important;
}
.left-pos-15 {
    left: 15px !important;
}
.left-pos-16 {
    left: 16px !important;
}
.left-pos-17 {
    left: 17px !important;
}
.left-pos-18 {
    left: 18px !important;
}
.left-pos-19 {
    left: 19px !important;
}
.left-pos-20 {
    left: 20px !important;
}
.left-pos-21 {
    left: 21px !important;
}
.left-pos-22 {
    left: 22px !important;
}
.left-pos-23 {
    left: 23px !important;
}
.left-pos-24 {
    left: 24px !important;
}
.left-pos-25 {
    left: 25px !important;
}
.left-pos-26 {
    left: 26px !important;
}
.left-pos-27 {
    left: 27px !important;
}
.left-pos-28 {
    left: 28px !important;
}
.left-pos-29 {
    left: 29px !important;
}
.left-pos-30 {
    left: 30px !important;
}
.left-pos-31 {
    left: 31px !important;
}
.left-pos-32 {
    left: 32px !important;
}
.left-pos-33 {
    left: 33px !important;
}
.left-pos-34 {
    left: 34px !important;
}
.left-pos-35 {
    left: 35px !important;
}
.left-pos-36 {
    left: 36px !important;
}
.left-pos-n1 {
    left: -1px !important;
}
.left-pos-n2 {
    left: -2px !important;
}
.left-pos-n3 {
    left: -3px !important;
}
.left-pos-n4 {
    left: -4px !important;
}
.left-pos-n5 {
    left: -5px !important;
}
.left-pos-n6 {
    left: -6px !important;
}
.left-pos-n7 {
    left: -7px !important;
}
.left-pos-n8 {
    left: -8px !important;
}
.left-pos-n9 {
    left: -9px !important;
}
.left-pos-n10 {
    left: -10px !important;
}
.left-pos-n11 {
    left: -11px !important;
}
.left-pos-n12 {
    left: -12px !important;
}
.left-pos-n13 {
    left: -13px !important;
}
.left-pos-n14 {
    left: -14px !important;
}
.left-pos-n15 {
    left: -15px !important;
}
.left-pos-n16 {
    left: -16px !important;
}
.left-pos-n17 {
    left: -17px !important;
}
.left-pos-n18 {
    left: -18px !important;
}
.left-pos-n19 {
    left: -19px !important;
}
.left-pos-n20 {
    left: -20px !important;
}
.left-pos-n21 {
    left: -21px !important;
}
.left-pos-n22 {
    left: -22px !important;
}
.left-pos-n23 {
    left: -23px !important;
}
.left-pos-n24 {
    left: -24px !important;
}
.left-pos-n25 {
    left: -25px !important;
}
.left-pos-n26 {
    left: -26px !important;
}
.left-pos-n27 {
    left: -27px !important;
}
.left-pos-n28 {
    left: -28px !important;
}
.left-pos-n29 {
    left: -29px !important;
}
.left-pos-n30 {
    left: -30px !important;
}
.left-pos-n31 {
    left: -31px !important;
}
.left-pos-n32 {
    left: -32px !important;
}
.left-pos-n33 {
    left: -33px !important;
}
.left-pos-n34 {
    left: -34px !important;
}
.left-pos-n35 {
    left: -35px !important;
}
.left-pos-n36 {
    left: -36px !important;
}
.bottom-pos-0 {
    bottom: 0 !important;
}
.bottom-pos-2 {
    bottom: 2px !important;
}
.bottom-pos-4 {
    bottom: 4px !important;
}
.bottom-pos-6 {
    bottom: 6px !important;
}
.bottom-pos-8 {
    bottom: 8px !important;
}
.bottom-pos-10 {
    bottom: 10px !important;
}
.bottom-pos-12 {
    bottom: 12px !important;
}
.bottom-pos-14 {
    bottom: 14px !important;
}
.bottom-pos-16 {
    bottom: 16px !important;
}
.bottom-pos-18 {
    bottom: 18px !important;
}
.bottom-pos-20 {
    bottom: 20px !important;
}
.bottom-pos-22 {
    bottom: 22px !important;
}
.bottom-pos-24 {
    bottom: 24px !important;
}
.bottom-pos-26 {
    bottom: 26px !important;
}
.bottom-pos-28 {
    bottom: 28px !important;
}
.bottom-pos-30 {
    bottom: 30px !important;
}
.bottom-pos-32 {
    bottom: 32px !important;
}
.bottom-pos-34 {
    bottom: 34px !important;
}
.bottom-pos-36 {
    bottom: 36px !important;
}
.right-pos-0 {
    right: 0 !important;
}
.right-pos-2 {
    right: 2px !important;
}
.right-pos-4 {
    right: 4px !important;
}
.right-pos-6 {
    right: 6px !important;
}
.right-pos-8 {
    right: 8px !important;
}
.right-pos-10 {
    right: 10px !important;
}
.right-pos-12 {
    right: 12px !important;
}
.right-pos-14 {
    right: 14px !important;
}
.right-pos-16 {
    right: 16px !important;
}
.right-pos-18 {
    right: 18px !important;
}
.right-pos-20 {
    right: 20px !important;
}
.right-pos-22 {
    right: 22px !important;
}
.right-pos-24 {
    right: 24px !important;
}
.right-pos-26 {
    right: 26px !important;
}
.right-pos-28 {
    right: 28px !important;
}
.right-pos-30 {
    right: 30px !important;
}
.right-pos-32 {
    right: 32px !important;
}
.right-pos-34 {
    right: 34px !important;
}
.right-pos-36 {
    right: 36px !important;
}
.top-pos-0 {
    top: 0 !important;
}
.top-pos-1 {
    top: 1px !important;
}
.top-pos-2 {
    top: 2px !important;
}
.top-pos-3 {
    top: 3px !important;
}
.top-pos-4 {
    top: 4px !important;
}
.top-pos-5 {
    top: 5px !important;
}
.top-pos-6 {
    top: 6px !important;
}
.top-pos-7 {
    top: 7px !important;
}
.top-pos-8 {
    top: 8px !important;
}
.top-pos-9 {
    top: 9px !important;
}
.top-pos-10 {
    top: 10px !important;
}
.top-pos-11 {
    top: 11px !important;
}
.top-pos-12 {
    top: 12px !important;
}
.top-pos-13 {
    top: 13px !important;
}
.top-pos-14 {
    top: 14px !important;
}
.top-pos-15 {
    top: 15px !important;
}
.top-pos-16 {
    top: 16px !important;
}
.top-pos-17 {
    top: 17px !important;
}
.top-pos-18 {
    top: 18px !important;
}
.top-pos-19 {
    top: 19px !important;
}
.top-pos-20 {
    top: 20px !important;
}
.top-pos-21 {
    top: 21px !important;
}
.top-pos-22 {
    top: 22px !important;
}
.top-pos-23 {
    top: 23px !important;
}
.top-pos-24 {
    top: 24px !important;
}
.top-pos-25 {
    top: 25px !important;
}
.top-pos-26 {
    top: 26px !important;
}
.top-pos-27 {
    top: 27px !important;
}
.top-pos-28 {
    top: 28px !important;
}
.top-pos-29 {
    top: 29px !important;
}
.top-pos-30 {
    top: 30px !important;
}
.top-pos-31 {
    top: 31px !important;
}
.top-pos-32 {
    top: 32px !important;
}
.top-pos-33 {
    top: 33px !important;
}
.top-pos-34 {
    top: 34px !important;
}
.top-pos-35 {
    top: 35px !important;
}
.top-pos-36 {
    top: 36px !important;
}
.top-pos-n1 {
    top: -1px !important;
}
.top-pos-n2 {
    top: -2px !important;
}
.top-pos-n3 {
    top: -3px !important;
}
.top-pos-n4 {
    top: -4px !important;
}
.top-pos-n5 {
    top: -5px !important;
}
.top-pos-n6 {
    top: -6px !important;
}
.top-pos-n7 {
    top: -7px !important;
}
.top-pos-n8 {
    top: -8px !important;
}
.top-pos-n9 {
    top: -9px !important;
}
.top-pos-n10 {
    top: -10px !important;
}
.top-pos-n11 {
    top: -11px !important;
}
.top-pos-n12 {
    top: -12px !important;
}
.top-pos-n13 {
    top: -13px !important;
}
.top-pos-n14 {
    top: -14px !important;
}
.top-pos-n15 {
    top: -15px !important;
}
.top-pos-n16 {
    top: -16px !important;
}
.top-pos-n17 {
    top: -17px !important;
}
.top-pos-n18 {
    top: -18px !important;
}
.top-pos-n19 {
    top: -19px !important;
}
.top-pos-n20 {
    top: -20px !important;
}
.top-pos-n21 {
    top: -21px !important;
}
.top-pos-n22 {
    top: -22px !important;
}
.top-pos-n23 {
    top: -23px !important;
}
.top-pos-n24 {
    top: -24px !important;
}
.top-pos-n25 {
    top: -25px !important;
}
.top-pos-n26 {
    top: -26px !important;
}
.top-pos-n27 {
    top: -27px !important;
}
.top-pos-n28 {
    top: -28px !important;
}
.top-pos-n29 {
    top: -29px !important;
}
.top-pos-n30 {
    top: -30px !important;
}
.top-pos-n31 {
    top: -31px !important;
}
.top-pos-n32 {
    top: -32px !important;
}
.top-pos-n33 {
    top: -33px !important;
}
.top-pos-n34 {
    top: -34px !important;
}
.top-pos-n35 {
    top: -35px !important;
}
.top-pos-n36 {
    top: -36px !important;
}
.pos-static {
    position: static !important;
}
.pos-absolute {
    position: absolute !important;
}
.pos-relative {
    position: relative !important;
}
.pos-fixed {
    position: fixed !important;
}
/* Cursor */
.cursor:hover {
    text-shadow: 0 0 8px #cccc00;
}
.cursor-hand {
    cursor: pointer !important;
}
.cursor-alias {
    cursor: alias !important;
}
.cursor-all-scroll {
    cursor: all-scroll !important;
}
.cursor-auto {
    cursor: auto !important;
}
.cursor-cell {
    cursor: cell !important;
}
.cursor-context-menu {
    cursor: context-menu !important;
}
.cursor-col-resize {
    cursor: col-resize !important;
}
.cursor-copy {
    cursor: copy !important;
}
.cursor-crosshair {
    cursor: crosshair !important;
}
.cursor-default {
    cursor: default !important;
}
.cursor-e-resize {
    cursor: e-resize !important;
}
.cursor-ew-resize {
    cursor: ew-resize !important;
}
.cursor-grab {
    cursor: -webkit-grab;
    cursor: grab !important;
}
.cursor-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing !important;
}
.cursor-help {
    cursor: help !important;
}
.cursor-move {
    cursor: move !important;
}
.cursor-n-resize {
    cursor: n-resize !important;
}
.cursor-ne-resize {
    cursor: ne-resize !important;
}
.cursor-nesw-resize {
    cursor: nesw-resize !important;
}
.cursor-ns-resize {
    cursor: ns-resize !important;
}
.cursor-nw-resize {
    cursor: nw-resize !important;
}
.cursor-nwse-resize {
    cursor: nwse-resize !important;
}
.cursor-no-drop {
    cursor: no-drop !important;
}
.cursor-none {
    cursor: none !important;
}
.cursor-not-allowed {
    cursor: not-allowed !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.cursor-progress {
    cursor: progress !important;
}
.cursor-row-resize {
    cursor: row-resize !important;
}
.cursor-s-resize {
    cursor: s-resize !important;
}
.cursor-se-resize {
    cursor: se-resize !important;
}
.cursor-sw-resize {
    cursor: sw-resize !important;
}
.cursor-text {
    cursor: text !important;
}
.cursor-url {
    cursor: url(../img/hyper-link.png),auto !important;
}
.cursor-w-resize {
    cursor: w-resize !important;
}
.cursor-wait {
    cursor: wait !important;
}
.cursor-zoom-in {
    cursor: zoom-in !important;
}
.cursor-zoom-out {
    cursor: zoom-out !important;
}
/* Start - Font Size */
.f-size-normal-6 {
    font-size: 6px !important;
    font-weight: normal;
}
.f-size-normal-7 {
    font-size: 7px !important;
    font-weight: normal;
}
.f-size-normal-8 {
    font-size: 8px !important;
    font-weight: normal;
}
.f-size-normal-9 {
    font-size: 9px !important;
    font-weight: normal;
}
.f-size-normal-10 {
    font-size: 10px !important;
    font-weight: normal;
}
.f-size-normal-11 {
    font-size: 11px !important;
    font-weight: normal;
}
.f-size-normal-12 {
    font-size: 12px !important;
    font-weight: normal;
}
.f-size-normal-13 {
    font-size: 13px !important;
    font-weight: normal;
}
.f-size-normal-14 {
    font-size: 14px !important;
    font-weight: normal;
}
.f-size-normal-15 {
    font-size: 15px !important;
    font-weight: normal;
}
.f-size-normal-16 { /* Alapértelmezett betűméret */
    font-size: 16px !important;
    font-weight: normal;
}
.f-size-normal-17 {
    font-size: 17px !important;
    font-weight: normal;
}
.f-size-normal-18 {
    font-size: 18px !important;
    font-weight: normal;
}
.f-size-normal-19 {
    font-size: 19px !important;
    font-weight: normal;
}
.f-size-normal-20 {
    font-size: 20px !important;
    font-weight: normal;
}
.f-size-normal-21 {
    font-size: 21px !important;
    font-weight: normal;
}
.f-size-normal-22 {
    font-size: 22px !important;
    font-weight: normal;
}
.f-size-normal-23 {
    font-size: 23px !important;
    font-weight: normal;
}
.f-size-normal-24 {
    font-size: 24px !important;
    font-weight: normal;
}
.f-size-normal-25 {
    font-size: 25px !important;
    font-weight: normal;
}
.f-size-normal-26 {
    font-size: 26px !important;
    font-weight: normal;
}
.f-size-normal-27 {
    font-size: 27px !important;
    font-weight: normal;
}
.f-size-normal-28 {
    font-size: 28px !important;
    font-weight: normal;
}
.f-size-normal-29 {
    font-size: 29px !important;
    font-weight: normal;
}
.f-size-normal-30 {
    font-size: 30px !important;
    font-weight: normal;
}
.f-size-normal-31 {
    font-size: 31px !important;
    font-weight: normal;
}
.f-size-normal-32 {
    font-size: 32px !important;
    font-weight: normal;
}
.f-size-normal-33 {
    font-size: 33px !important;
    font-weight: normal;
}
.f-size-normal-34 {
    font-size: 34px !important;
    font-weight: normal;
}
.f-size-normal-35 {
    font-size: 35px !important;
    font-weight: normal;
}
.f-size-normal-36 {
    font-size: 36px !important;
    font-weight: normal;
}
.f-size-normal-37 {
    font-size: 37px !important;
    font-weight: normal;
}
.f-size-normal-38 {
    font-size: 38px !important;
    font-weight: normal;
}
.f-size-normal-39 {
    font-size: 39px !important;
    font-weight: normal;
}
.f-size-normal-40 {
    font-size: 40px !important;
    font-weight: normal;
}
.f-size-normal-41 {
    font-size: 41px !important;
    font-weight: normal;
}
.f-size-normal-42 {
    font-size: 42px !important;
    font-weight: normal;
}
.f-size-bold-6 {
    font-size: 6px !important;
    font-weight: bold !important;
}
.f-size-bold-7 {
    font-size: 7px !important;
    font-weight: bold !important;
}
.f-size-bold-8 {
    font-size: 8px !important;
    font-weight: bold !important;
}
.f-size-bold-9 {
    font-size: 9px !important;
    font-weight: bold !important;
}
.f-size-bold-10 {
    font-size: 10px !important;
    font-weight: bold !important;
}
.f-size-bold-11 {
    font-size: 11px !important;
    font-weight: bold !important;
}
.f-size-bold-12 {
    font-size: 12px !important;
    font-weight: bold !important;
}
.f-size-bold-13 {
    font-size: 13px !important;
    font-weight: bold !important;
}
.f-size-bold-14 {
    font-size: 14px !important;
    font-weight: bold !important;
}
.f-size-bold-15 {
    font-size: 15px !important;
    font-weight: bold !important;
}
.f-size-bold-16 { /* Alapértelmezett betűméret */
    font-size: 16px !important;
    font-weight: bold !important;
}
.f-size-bold-17 {
    font-size: 17px !important;
    font-weight: bold !important;
}
.f-size-bold-18 {
    font-size: 18px !important;
    font-weight: bold !important;
}
.f-size-bold-19 {
    font-size: 19px !important;
    font-weight: bold !important;
}
.f-size-bold-20 {
    font-size: 20px !important;
    font-weight: bold !important;
}
.f-size-bold-21 {
    font-size: 21px !important;
    font-weight: bold !important;
}
.f-size-bold-22 {
    font-size: 22px !important;
    font-weight: bold !important;
}
.f-size-bold-23 {
    font-size: 23px !important;
    font-weight: bold !important;
}
.f-size-bold-24 {
    font-size: 24px !important;
    font-weight: bold !important;
}
.f-size-bold-25 {
    font-size: 25px !important;
    font-weight: bold !important;
}
.f-size-bold-26 {
    font-size: 26px !important;
    font-weight: bold !important;
}
.f-size-bold-27 {
    font-size: 27px !important;
    font-weight: bold !important;
}
.f-size-bold-28 {
    font-size: 28px !important;
    font-weight: bold !important;
}
.f-size-bold-29 {
    font-size: 29px !important;
    font-weight: bold !important;
}
.f-size-bold-30 {
    font-size: 30px !important;
    font-weight: bold !important;
}
.f-size-bold-31 {
    font-size: 31px !important;
    font-weight: bold !important;
}
.f-size-bold-32 {
    font-size: 32px !important;
    font-weight: bold !important;
}
.f-size-bold-33 {
    font-size: 33px !important;
    font-weight: bold !important;
}
.f-size-bold-34 {
    font-size: 34px !important;
    font-weight: bold !important;
}
.f-size-bold-35 {
    font-size: 35px !important;
    font-weight: bold !important;
}
.f-size-bold-36 {
    font-size: 36px !important;
    font-weight: bold !important;
}
.f-size-bold-37 {
    font-size: 37px !important;
    font-weight: bold !important;
}
.f-size-bold-38 {
    font-size: 38px !important;
    font-weight: bold !important;
}
.f-size-bold-39 {
    font-size: 39px !important;
    font-weight: bold !important;
}
.f-size-bold-40 {
    font-size: 40px !important;
    font-weight: bold !important;
}
.f-size-bold-41 {
    font-size: 41px !important;
    font-weight: bold !important;
}
.f-size-bold-42 {
    font-size: 42px !important;
    font-weight: bold !important;
}
/* End - Font Size */
/* Start - Font Weight */
.f-weight-bold {
    font-weight: bold !important;
}
.f-weight-normal {
    font-weight: normal !important;
}
.f-style-italic {
    font-style: italic !important;
}
.f-style-normal {
    font-style: normal !important;
}
.f-weight-1 {
    font-weight: 100 !important;
}
.f-weight-2 {
    font-weight: 200 !important;
}
.f-weight-3 {
    font-weight: 300 !important;
}
.f-weight-4 {
    font-weight: 400 !important;
}
.f-weight-5 {
    font-weight: 500 !important;
}
.f-weight-6 {
    font-weight: 600 !important;
}
.f-weight-7 {
    font-weight: 700 !important;
}
.f-weight-8 {
    font-weight: 800 !important;
}
.f-weight-9 {
    font-weight: 900 !important;
}
/* End - Font Weight */
/* Start - Font Size XXL */
@media (min-width: 1600px) {
    .f-size-xxl-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-33 {
        font-size: 33px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-34 {
        font-size: 34px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-35 {
        font-size: 35px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-36 {
        font-size: 36px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-37 {
        font-size: 37px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-38 {
        font-size: 333333338px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-39 {
        font-size: 39px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-40 {
        font-size: 40px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-41 {
        font-size: 41px !important;
        font-weight: normal;
    }
    .f-size-xxl-normal-42 {
        font-size: 42px !important;
        font-weight: normal;
    }
    .f-size-xxl-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-29 {
        font-size: 29px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-33 {
        font-size: 33px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-34 {
        font-size: 34px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-35 {
        font-size: 35px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-36 {
        font-size: 36px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-37 {
        font-size: 37px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-38 {
        font-size: 38px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-39 {
        font-size: 39px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-40 {
        font-size: 40px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-xxl-bold-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
}
/* End - Font Size XXL */
/* Start - Font Size XL */
@media (max-width: 1599.98px) {
    .f-size-xl-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-33 {
        font-size: 33px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-34 {
        font-size: 34px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-35 {
        font-size: 35px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-36 {
        font-size: 36px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-37 {
        font-size: 37px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-38 {
        font-size: 38px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-39 {
        font-size: 39px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-40 {
        font-size: 40px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-41 {
        font-size: 41px !important;
        font-weight: normal;
    }
    .f-size-xl-normal-42 {
        font-size: 42px !important;
        font-weight: normal;
    }
    .f-size-xl-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-29 {
        font-size: 29px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-33 {
        font-size: 33px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-34 {
        font-size: 34px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-35 {
        font-size: 35px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-36 {
        font-size: 36px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-37 {
        font-size: 37px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-38 {
        font-size: 38px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-39 {
        font-size: 39px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-40 {
        font-size: 40px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-xl-bold-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
}
/* End - Font Size XL */
/* Start - Font Size LG */
@media (max-width: 1199.98px) {
    .f-size-lg-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-33 {
        font-size: 33px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-34 {
        font-size: 34px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-35 {
        font-size: 35px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-36 {
        font-size: 36px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-37 {
        font-size: 37px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-38 {
        font-size: 38px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-39 {
        font-size: 39px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-40 {
        font-size: 40px !important;
        font-weight: normal;
    }
    .f-size-lg-normal-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-lg-normal-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-29 {
        font-size: 29px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-33 {
        font-size: 33px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-34 {
        font-size: 34px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-35 {
        font-size: 35px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-36 {
        font-size: 36px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-37 {
        font-size: 37px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-38 {
        font-size: 38px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-39 {
        font-size: 39px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-40 {
        font-size: 40px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-lg-bold-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
}
/* End - Font Size LG */
/* Start - Font Size MD */
@media (max-width: 991.98px) {
    .w-md-100 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .cid-rvKTom0j3F {
        margin-top: 220px !important;
    }
    .f-size-md-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-md-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-md-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-md-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-md-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-md-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-md-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-md-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-md-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-md-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-md-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-md-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-md-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-md-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-md-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-md-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-md-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-md-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-md-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-md-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-md-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-md-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-md-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-md-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-md-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-md-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-md-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-md-normal-33 {
        font-size: 33px !important;
        font-weight: normal;
    }
    .f-size-md-normal-34 {
        font-size: 34px !important;
        font-weight: normal;
    }
    .f-size-md-normal-35 {
        font-size: 35px !important;
        font-weight: normal;
    }
    .f-size-md-normal-36 {
        font-size: 36px !important;
        font-weight: normal;
    }
    .f-size-md-normal-37 {
        font-size: 37px !important;
        font-weight: normal;
    }
    .f-size-md-normal-38 {
        font-size: 38px !important;
        font-weight: normal;
    }
    .f-size-md-normal-39 {
        font-size: 39px !important;
        font-weight: normal;
    }
    .f-size-md-normal-40 {
        font-size: 40px !important;
        font-weight: normal;
    }
    .f-size-md-normal-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-md-normal-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
    .f-size-md-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-md-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-md-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-md-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-md-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-md-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-md-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-md-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-md-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-md-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-md-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-md-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-md-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-md-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-md-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-md-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-md-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-md-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-md-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-md-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-md-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-md-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-md-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-md-bold-29 {
        font-size: 29px !important;
        font-weight: bold;
    }
    .f-size-md-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-md-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-md-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
    .f-size-md-bold-33 {
        font-size: 33px !important;
        font-weight: bold;
    }
    .f-size-md-bold-34 {
        font-size: 34px !important;
        font-weight: bold;
    }
    .f-size-md-bold-35 {
        font-size: 35px !important;
        font-weight: bold;
    }
    .f-size-md-bold-36 {
        font-size: 36px !important;
        font-weight: bold;
    }
    .f-size-md-bold-37 {
        font-size: 37px !important;
        font-weight: bold;
    }
    .f-size-md-bold-38 {
        font-size: 38px !important;
        font-weight: bold;
    }
    .f-size-md-bold-39 {
        font-size: 39px !important;
        font-weight: bold;
    }
    .f-size-md-bold-40 {
        font-size: 40px !important;
        font-weight: bold;
    }
    .f-size-md-bold-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-md-bold-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
}
/* End - Font Size MD */
/* Start - Font Size SM */
@media (max-width: 767.98px) {
    .f-size-sm-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-33 {
        font-size: 33px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-34 {
        font-size: 34px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-35 {
        font-size: 35px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-36 {
        font-size: 36px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-37 {
        font-size: 37px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-38 {
        font-size: 38px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-39 {
        font-size: 39px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-40 {
        font-size: 40px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-41 {
        font-size: 41px !important;
        font-weight: normal;
    }
    .f-size-sm-normal-42 {
        font-size: 42px !important;
        font-weight: normal;
    }
    .f-size-sm-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-29 {
        font-size: 29px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-33 {
        font-size: 33px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-34 {
        font-size: 34px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-35 {
        font-size: 35px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-36 {
        font-size: 36px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-37 {
        font-size: 37px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-38 {
        font-size: 38px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-39 {
        font-size: 39px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-40 {
        font-size: 40px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-41 {
        font-size: 41px !important;
        font-weight: bold;
    }
    .f-size-sm-bold-42 {
        font-size: 42px !important;
        font-weight: bold;
    }
}
/* End - Font Size SM */
@media (max-width: 767.98px) {
    .copy-text {
        font-size: 14px !important;
    }
    .screen {
        position: relative !important;
        top: 50% !important;
        margin-left: 68px !important;
    }
    #playVideo, #pauseVideo, #playVideo2, #pauseVideo2 {
        position: absolute;
        top: 50% !important;
        left: 43% !important;
    }
    .sm-divider-1 {
        border-bottom: 1px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 8px !important;
    }
    .sm-divider-2 {
        border-bottom: 2px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 7px !important;
    }
    .sm-divider-3 {
        border-bottom: 3px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 7px !important;
    }
    .sm-divider-4 {
        border-bottom: 4px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 6px !important;
    }
    .sm-divider-5 {
        border-bottom: 6px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    .sm-divider-6 {
        border-bottom: 6px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    .sm-divider-7 {
        border-bottom: 7px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 4px !important;
    }
    .sm-divider-8 {
        border-bottom: 8px solid #888 !important;
        height: 8px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 2px !important;
    }
}
/* Start - Font Size XS */
@media (max-width: 575.98px) {
    .w-xs-100 {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .f-size-xs-normal-6 {
        font-size: 6px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-7 {
        font-size: 7px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-8 {
        font-size: 8px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-9 {
        font-size: 9px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-10 {
        font-size: 10px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-11 {
        font-size: 11px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-12 {
        font-size: 12px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-13 {
        font-size: 13px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-14 {
        font-size: 14px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-15 {
        font-size: 15px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-17 {
        font-size: 17px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-18 {
        font-size: 18px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-19 {
        font-size: 19px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-20 {
        font-size: 20px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-21 {
        font-size: 21px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-22 {
        font-size: 22px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-23 {
        font-size: 23px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-24 {
        font-size: 24px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-25 {
        font-size: 25px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-26 {
        font-size: 26px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-27 {
        font-size: 27px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-28 {
        font-size: 28px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-29 {
        font-size: 29px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-30 {
        font-size: 30px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-31 {
        font-size: 31px !important;
        font-weight: normal;
    }
    .f-size-xs-normal-32 {
        font-size: 32px !important;
        font-weight: normal;
    }
    .f-size-xs-bold-6 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-7 {
        font-size: 7px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-8 {
        font-size: 8px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-9 {
        font-size: 9px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-10 {
        font-size: 10px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-11 {
        font-size: 11px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-12 {
        font-size: 12px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-13 {
        font-size: 13px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-14 {
        font-size: 14px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-15 {
        font-size: 15px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-16 { /* Alapértelmezett betűméret */
        font-size: 16px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-17 {
        font-size: 17px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-18 {
        font-size: 18px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-19 {
        font-size: 19px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-20 {
        font-size: 20px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-21 {
        font-size: 21px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-22 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-23 {
        font-size: 23px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-24 {
        font-size: 24px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-25 {
        font-size: 25px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-26 {
        font-size: 26px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-27 {
        font-size: 27px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-28 {
        font-size: 28px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-29 {
        font-size: 6px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-30 {
        font-size: 30px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-31 {
        font-size: 31px !important;
        font-weight: bold;
    }
    .f-size-xs-bold-32 {
        font-size: 32px !important;
        font-weight: bold;
    }
}
/* End - Font Size XS */
.button-container {
    margin: 0 auto;
    position: -webkit-sticky;
    position: sticky;
    top: 58px;
    z-index: 10;
    opacity: .8;
}
.outline-none {
    outline: none !important;
}
.outline-2 {
    outline-width: 2px !important;
}
.outline-3 {
    outline-width: 3px !important;
}
.outline-4 {
    outline-width: 4px !important;
}
.outline-5 {
    outline-width: 5px !important;
}
.outline-6 {
    outline-width: 6px !important;
}
.outline-7 {
    outline-width: 7px !important;
}
.outline-8 {
    outline-width: 8px !important;
}
.outline-red {
    outline-color: red !important;
}
.outline-gray-dark {
    outline-color: #343a40 !important;
}
.outline-dark-teal {
    outline-color: #006666 !important;
}
.outline-indigo {
    outline-color: #6610f2 !important;
}
.outline-purple {
    outline-color: #6f42c1 !important;
}
.outline-pink {
    outline-color: #e83e8c !important;
}
.outline-teal {
    outline-color: #00cccc !important;
}
.outline-green-teal {
    outline-color: #20c997 !important
}
.outline-orange {
    outline-color: #fd7e14 !important;
}
.outline-white {
    outline-color: #fff !important;
}
.outline-black {
    outline-color: #000 !important;
}
.outline-secondary {
    outline-color: #6c757d !important;
}
.outline-yellow {
    outline-color: #ffff00 !important;
}
.outline-dark-yellow {
    outline-color: #cccc00 !important;
}
.outline-help {
    outline-color: #0066ff !important;
}
.outline-brown {
    outline-color: #cc6600 !important;
}
.outline-aqua {
    outline-color: #00ffff !important;
}
.outline-control {
    outline-color: #f0f0f0 !important;
}
.outline-blood {
    outline-color: #cc0033 !important;
}
.outline-dotted {
    outline-style: dotted;
}
.outline-dashed {
    outline-style: dashed;
}
.outline-solid {
    outline-style: solid;
}
.outline-groove {
    outline-style: groove;
}
.outline-inset {
    outline-style: inset;
}
.outline-double {
    outline-style: double;
}
.document {
    color: #0068ff !important;
    transition: all 1s;
}
.document:hover {
    color: #001eff !important;
    transition: all .6s;
}
.doc-menu {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #999;
    position: fixed;
    float: left;
    top: 80px;
    min-width: 200px;
    list-style: none;
    left: 0;
    opacity: .6;
    z-index: 100;
}
.doc-menu li {
    padding: 0 18px 4px 10px;
}
.doc-menu li a {
    width: 100% !important;
}
.doc-menu a, .doc-menu a:active, .mobil-doc-menu a, .mobildoc-menu a:active {
    color: #fff !important;
}
.doc-menu a:visited, .doc-menu a:active, .mobil-doc-menu a:visited, .mobil-doc-menu a:active {
    color: red;
    font-weight: bold;
    transition: all 1s;
}
.doc-menu a:hover, .mobil-doc-menu a:hover {
    color: #cc0033 !important;
    transition: all 1s;
}
.doc-menu .active, .doc-menu .active a {
    background-color: #990099 !important;
    border-top-right-radius: 8px;
    color: #66ffff;
}
.doc-menu .active a:hover {
    color: #B8B8B8 !important;
    transition: all 1s;
}
/* .mobil-doc-menu .doc {
    display: inline-block !important;
} */
.mobil-doc-menu {
    padding: 12px 24px 12px 10px;
    background-color: #999;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    opacity: .6;
    z-index: 100;
    border-radius: 8px;
    list-style: none;
    margin: 0 auto !important;
    max-width: 300px !important;
}
.mobil-doc-menu .doc:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.mobil-doc-menu .doc:first-child {
    background-color: #990099 !important;
}
.mobil-doc-menu:hover {
    transition: all 1s;
}
section[id^="content"] {
    background-color: #e6e6e6;
    padding: 16px 24px 2px 24px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.size-table {
    color: #bbbbbb;
}
.f-table {
    width: auto;
    border: none;
}
.f-table .f-head th {
    border: solid 4px #ccc;
    padding: 0 42px 0 10px !important;
}
.f-table .f-body tr td {
    padding-left: 10px;
    border: solid 4px #ccc;
}
.video-cont {
    position: relative;
}
.player-buttons {
    visibility: hidden;
    position: absolute;
    border: none;
    z-index: 1000;
    top: 0;
    width: 100%;
    bottom: 0;
    transition: all .3s;
}
.screen {
    outline: none;
    position: absolute;
    top: 50% !important;
    left: 55% !important;
    width: 84px !important;
    height: 84px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}
#playVideo, #pauseVideo, #playVideo2, #pauseVideo2 {
    outline: none;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
}
#playVideo:hover, #pauseVideo:hover, #playVideo2:hover, #pauseVideo2:hover, .screen:hover {
    transition: all 1s;
    opacity: .6;
}
.video-cont:hover .player-buttons {
    visibility: visible;
    transition: all .3s;
}
/* Video Player */
.player-controls {
    visibility: hidden;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    /* transform: translateY(100%) translateY(-5px); */
    transition: 0.3s;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.6);
}
.video-player:hover .player-controls {
    transform: translateY(0);
    visibility: visible;
}
.play-button {
    width: 10%;
    border: none;
    background: black;
    color: white;
    padding: 10px;
}
.play-button:focus {
    outline: none;
}
.time {
    font-size: 1em;
    color: white;
    width: 15%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
.player-controls2 {
    visibility: hidden;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(0);
    /* transform: translateY(100%) translateY(-5px); */
    transition: 0.3s;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.6);
}
.video-player2:hover .player-controls2 {
    transform: translateY(0);
    visibility: visible;
}
.play-button2 {
    width: 10%;
    border: none;
    background: black;
    color: white;
    padding: 10px;
}
.play-button2:focus {
    outline: none;
}
.time2 {
    font-size: 1em;
    color: white;
    width: 15%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}
input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    margin: 0;
    width: 75%;
    padding: 0 10px;
}
input[type="range"]:focus {
    outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: black;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: orangered;
    cursor: pointer;
}
.video-progress {
    position: relative;
    display: flex;
    width: 100%;
    height: 5px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.video-progress-filled {
    width: 0;
    background: orangered;
}
.video-player:hover .video-progress {
    height: 20px;
}
.video-progress2 {
    position: relative;
    display: flex;
    width: 100%;
    height: 5px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
.video-progress-filled2 {
    width: 0;
    background: orangered;
}
.video-player2:hover .video-progress2 {
    height: 20px;
}
.play-button:active, .play-button2:active, .play-button:focus, .play-button2:focus {
    border: none !important;
}
.pagination a {
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    /* background-color: dodgerblue;
    color: white; */
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}
.page-item a.active:active, .page-item a.active:visited, .page-item a.active:focus {
    color: #dc3545 !important;
    background-color: #A2AA23 !important;
}
.bordered-1 {
    margin-left: 2px !important;
}
.profil input, .reminder input {
    border: solid 2px #ccc;
}
.profil input:focus, .reminder input:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-container {
    width: 100px !important;
}
.clear-mail {
    top: 46px;
    right: 8px;
    color: #DC143C !important;
}
.clear-mail:hover {
    transition: all .6s;
    color: #a9002a !important;
}
.right_arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left_arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.up_arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down-_arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.cid-section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #ffffff !important;
}
.cid-section.first-section {
    padding-top: 120px !important;
    padding-bottom: 0px !important;
    background-color: #ffffff !important;
}
.nav-tabs {
    border-bottom: none !important;
}
.btn-success {
    color: #fff !important;
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important;
    transition: all .5s ease-in-out !important;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #4aab60 !important;
    border-color: #2ba547 !important;
    transition: all .5s ease-in-out !important;
}
.htaccess-label {
    color: #28a745!important;
}
.add-btn {
    position: absolute !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    right: 8px !important;
    top: 36px !important;
    cursor: pointer !important;
    color: #4b71e3 !important;
    transition: all .5s ease-in-out !important;
}
.add-btn2 {
    position: absolute !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    right: 22px !important;
    top: 36px !important;
    cursor: pointer !important;
    color: #4b71e3 !important;
    transition: all .5s ease-in-out !important;
}
.add-btn:hover, .add-btn2:hover {
    color: #182589 !important;
    text-shadow: 0px 0px 5px #1480dc, 0px 0px 10px #1480dc, 0px 0px 15px #1480dc !important;
    transition: all .5s ease-in-out !important;
}
.del-btn {
    position: absolute !important;
    font-size: 20px !important;
    right: 8px !important;
    top: 8px !important;
    cursor: pointer !important;
    color: #dc3545 !important;
    transition: all .5s ease-in-out !important;
}
.del-btn:hover {
    opacity: .8 !important;
    transition: all .5s ease-in-out !important;
}
#url_title, #url_title2 {
    position: relative !important;
}
#error-msg {
    position: absolute !important;
    font-size: 14px !important;
    color: #dc3545 !important;
}
.htaccess-form .form-control {
    min-height: 38px !important;
    padding: 0 !important;
    font-size: .8rem !important;
}
.htaccess-form .form-group select {
    padding-left: .2rem !important;
}
.htaccess-form .form-group input {
    padding-left: .4rem !important;
}
.htaccess-form .form-group {
    margin-bottom: .3rem !important;
}
.htaccess-form .form-group label {
    font-size: .9rem !important;
    margin-bottom: .2rem !important;
}
.htaccess-form textarea {
    font-size: .8rem !important;
    color: #002752 !important;
}
.htaccess {
    display: block !important;
    width: 100% !important;
}
#add_nexturl {
    color: #002752 !important;
    cursor: pointer !important;
    transition: all .5s ease-in-out !important;
}
#add_nexturl:hover {
    text-decoration: underline !important;
    opacity: .8 !important;
    transition: all .5s ease-in-out !important;
}
.list-style-disc {
    list-style: disc !important;
}
.list-style-circle {
    list-style: circle !important;
}
.list-style-none {
    list-style: none !important;
}
.list-style-square {
    list-style: square !important;
}
.list-style-lower-roman {
    list-style: lower-roman !important;
}
.list-style-upper-roman {
    list-style: upper-roman !important;
}
.mbr-text {
    text-align: left !important;
    color: #555 !important;
}
.cms h1 {
    text-align: left !important;
    color: #6d068a !important;
}
.text-blue {
    text-align: left !important;
    color: #0b13ff !important;
}
.font-weight-1 {
    font-weight: 100 !important;
}
.font-weight-2 {
    font-weight: 200 !important;
}
.font-weight-3 {
    font-weight: 300 !important;
}
.font-weight-4 {
    font-weight: 400 !important;
}
.font-weight-5 {
    font-weight: 500 !important;
}
.font-weight-6 {
    font-weight: 600 !important;
}
.font-weight-7 {
    font-weight: 700 !important;
}
.font-weight-8 {
    font-weight: 800 !important;
}
.font-weight-9 {
    font-weight: 900 !important;
}
.font-weight-inherit {
    font-weight: inherit !important;
}
.list-pl-0 {
    padding-left: 0 !important;
}
.list-pl-1 {
    padding-left: 4px !important;
}
.list-pl-2 {
    padding-left: 8px !important;
}
.list-pl-3 {
    padding-left: 16px !important;
}
.list-pl-4 {
    padding-left: 24px !important;
}
.list-pl-5 {
    padding-left: 48px !important;
}
.list-pl-6 {
    padding-left: 72px !important;
}
.list-pl-7 {
    padding-left: 96px !important;
}
.list-pl-8 {
    padding-left: 128px !important;
}
.list-ml-0 {
    margin-left: 0 !important;
}
.list-ml-1 {
    margin-left: 4px !important;
}
.list-ml-2 {
    margin-left: 8px !important;
}
.list-ml-3 {
    margin-left: 16px !important;
}
.list-ml-4 {
    margin-left: 24px !important;
}
.list-ml-5 {
    margin-left: 48px !important;
}
.list-ml-6 {
    margin-left: 72px !important;
}
.list-ml-7 {
    margin-left: 96px !important;
}
.list-ml-8 {
    margin-left: 128px !important;
}
.list-padding-left-0 li {
    padding-left: 0 !important;
}
.list-padding-left-1 li {
    padding-left: 4px !important;
}
.list-padding-left-2 li {
    padding-left: 8px !important;
}
.list-padding-left-3 li {
    padding-left: 16px !important;
}
.list-padding-left-4 li {
    padding-left: 24px !important;
}
.list-padding-left-5 li {
    padding-left: 48px !important;
}
.list-padding-left-6 li {
    padding-left: 72px !important;
}
.list-padding-left-7 li {
    padding-left: 96px !important;
}
.list-padding-left-8 li {
    padding-left: 128px !important;
}
.list-style-none {
    list-style: none !important;
}
.list-style-disc {
    list-style: disc !important;
}
.list-style-circle {
    list-style: circle !important;
}
.list-style-square {
    list-style: square !important;
}
.list-style-lower-alpha {
    list-style: lower-alpha !important;
}
.list-style-upper-alpha {
    list-style: upper-alpha !important;
}
.list-style-decimal {
    list-style: decimal !important;
}
.list-style-cross-fade {
    list-style: cross-fade !important;
}
.list-style-decimal-leading-zero {
    list-style: decimal-leading-zero !important;
}
.list-style-georgian {
    list-style: georgian !important;
}
.list-style-lower-greek {
    list-style: lower-greek !important;
}
.list-style-lower-latin {
    list-style: lower-latin !important;
}
.list-style-upper-latin {
    list-style: upper-latin !important;
}
.list-style-armenian {
    list-style: armenian !important;
}
.list-style-inside {
    list-style-position: inside !important;
}
.list-style-outside {
    list-style-position: outside !important;
}
.list-weight-100 li::marker {
    font-weight: 100 !important;
}
.list-weight-200 li::marker {
    font-weight: 200 !important;
}
.list-weight-300 li::marker {
    font-weight: 300 !important;
}
.list-weight-400 li::marker {
    font-weight: 400 !important;
}
.list-weight-500 li::marker {
    font-weight: 500 !important;
}
.list-weight-600 li::marker {
    font-weight: 600 !important;
}
.list-weight-700 li::marker {
    font-weight: 700 !important;
}
.list-weight-800 li::marker {
    font-weight: 800 !important;
}
.list-weight-900 li::marker {
    font-weight: 900 !important;
}
.list-style-bold li::marker {
    font-weight: bold !important;
}
.list-style-italic li::marker {
    font-style: italic !important;
}
.list-size-1 li::marker {
    font-size: 14px !important;
}
.list-size-2 li::marker {
    font-size: 16px !important;
}
.list-size-3 li::marker {
    font-size: 18px !important;
}
.list-size-4 li::marker {
    font-size: 20px !important;
}
.list-size-5 li::marker {
    font-size: 22px !important;
}
.list-size-6 li::marker {
    font-size: 24px !important;
}
.list-size-7 li::marker {
    font-size: 26px !important;
}
.list-size-8 li::marker {
    font-size: 28px !important;
}
.list-color-primary li::marker, .list-color-blue li::marker {
    color: #3B71CA !important;
}
.list-color-secondary li::marker, .list-color-gray li::marker {
    color: #9FA6B2 !important;
}
.list-color-success li::marker, .list-color-green li::marker {
    color: #14A44D !important;
}
.list-color-danger li::marker, .list-color-red li::marker {
    color: #DC4C64 !important;
}
.list-color-warning li::marker, .list-color-orange li::marker {
    color: #E4A11B !important;
}
.list-color-info li::marker, .list-color-aqua li::marker {
    color: #54B4D3 !important;
}
.list-color-light li::marker, .list-color-white li::marker {
    color: #FBFBFB !important;
}
.list-color-dark li::marker, .list-color-dark-gray li::marker {
    color: #332D2D !important;
}
#content {
    margin-top: 12px;
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}
#script, #script2, #script3, #script4 {
    margin-top: 12px;
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
}
#script3 {
    height: 180px !important;
}
.scrollScript .ql-toolbar {
    display: none !important;
}
#editor .ace_scroller .ace_content, #btn .ace_scroller .ace_content {
    top: 0px !important;
    left: 5px !important;
}
canvas#clockCanvas {
    display: block;
    margin: 20px auto;
    background-color: #f4f4f4;
    border-radius: 50%;
}
select#themeSelector {
    display: block;
    margin: 10px auto;
}
.weather-form label {
    font-size: 14px !important;
}
.link-bold {
    font-weight: bold !important;
}
.link-italic {
    font-style: italic !important;
}
.link-underline {
    text-decoration: underline !important;
}
.link-overline {
    text-decoration: overline !important;
}
.link-line-through {
    text-decoration: line-through !important;
}
.link-primary, .link-blue {
    color: #3B71CA !important;
}
.link-secondary, .link-gray {
    color: #9FA6B2 !important;
}
.link-success, .link-green {
    color: #14A44D !important;
}
.link-danger, .link-red {
    color: #DC4C64 !important;
}
.link-warning, .link-orange {
    color: #E4A11B !important;
}
.link-orange {
    color: #fd7e14 !important;
}
.link-info, .link-aqua {
    color: #54B4D3 !important;
}
.link-light, .link-white {
    color: #FBFBFB !important;
}
.link-dark, .link-dark-gray {
    color: #332D2D !important;
}
.link-primary::hover, .link-blue::hover {
    color: #06468b !important
        transition: all.5s ease-in-out !important;
}
.link-secondary::hover, .link-gray::hover {
    color: #404449 !important;
    transition: all.5s ease-in-out !important;
}
.link-success::hover, .link-green::hover {
    color: #116d26 !important;
    transition: all.5s ease-in-out !important;
}
.link-danger::hover, .link-red::hover {
    color: #a71825 !important;
    transition: all.5s ease-in-out !important;
}
.link-warning::hover, .link-orange::hover {
    color: #c39a20 !important;
    transition: all.5s ease-in-out !important;
}
.link-orange::hover {
    color: #cb6e20 !important;
    transition: all.5s ease-in-out !important;
}
.link-info::hover, .link-aqua::hover {
    color: #1c7583 !important;
    transition: all.5s ease-in-out !important;
}
.link-light::hover, .link-white::hover {
    color: #c4c8cb !important;
    transition: all.5s ease-in-out !important;
}
.link-dark::hover, .link-dark-gray::hover {
    color: #1c1d1e !important;
    transition: all.5s ease-in-out !important;
}
.flex-container {
    display: flex !important;
    flex-direction: row !important;
    font-size: 30px !important;
    text-align: center !important;
    flex-wrap: nowrap;
}
.flex-item {
    background-color: #555 !important;
    margin: 4px !important;
    flex: 50% !important;
}
@media (max-width: 991.98px) {
    .flex-container {
        flex-direction: column !important;
    }
}
@media (max-width: 767.98px){

}
@media (max-width: 575.98px){
    .flex-container {
        flex-direction: column !important;
    }
}
.flag {
    border-radius: 4px !important;
    border: 1px solid #dee2e6 !important;
    margin-bottom: 32px !important;
    padding: 8px !important;
}
.flag-img {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    border: 1px solid #e9ecef !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}
.flag-code {
    color: #343a40 !important;
    font-weight: 600 !important;
}
.flag-country {
    width: 100% !important;
    border-bottom: 1px solid #e9ecef !important;
}
.no-wrap {
    white-space: nowrap !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.text-bold {
    font-weight: bold !important;
}
.text-green, .text-success {
    color: #28a745 !important;
}
.ol-start-1 {
    counter-reset: li-counter 0 !important;
    list-style: none !important;
    padding-left: 1.5em !important; /* hely a számozásnak */
}
.ol-start-2 {
    counter-reset: li-counter 1 !important;
    list-style: none !important;
    padding-left: 1.5em !important; /* hely a számozásnak */
}
.ol-start-1 li, .ol-start-2 li, .ol-start-3 li, .ol-start-4 li, .ol-start-5 li, .ol-start-6 li, .ol-start-7 li, .ol-start-8 li, .ol-start-9 li, .ol-start-10 li {
    counter-increment: li-counter !important;
    position: relative !important;
}
.ol-start-1 li::before, .ol-start-2 li::before, .ol-start-3 li::before, .ol-start-4 li::before, .ol-start-5 li::before, .ol-start-6 li::before, .ol-start-7 li::before, .ol-start-8 li::before, .ol-start-9 li::before, .ol-start-10 li::before {
    content: counter(li-counter) ". " !important;
    position: absolute !important;
    left: -16px !important;
    text-align: right !important;
    font-weight: bold !important;
}
.display-7 {
    font-size: calc(1.325rem + .9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px){
    .display-7 {
        font-size: 2rem;
    }
}
.display-8 {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px) {
    .display-8 {
        font-size: 1.5rem;
    }
}
.display-9 {
    font-size: calc(1.125rem + 0.2vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px) {
    .display-9 {
        font-size: 1rem;
    }
}
/* Start - Line Height */
.line-height-1 {
    line-height: 1 !important;
}
.line-height-1-1 {
    line-height: 1.1 !important;
}
.line-height-1-2 {
    line-height: 1.2 !important;
}
.line-height-1-3 {
    line-height: 1.3 !important;
}
.line-height-1-4 {
    line-height: 1.4 !important;
}
.line-height-1-5 {
    line-height: 1.5 !important;
}
.line-height-1-6 {
    line-height: 1.6 !important;
}
.line-height-1-7 {
    line-height: 1.7 !important;
}
.line-height-1-8 {
    line-height: 1.8 !important;
}
.line-height-1-9 {
    line-height: 1.9 !important;
}
.line-height-2 {
    line-height: 2 !important;
}
.line-height-2-1 {
    line-height: 2.1 !important;
}
.line-height-2-2 {
    line-height: 2.2 !important;
}
.line-height-2-3 {
    line-height: 2.3 !important;
}
.line-height-2-4 {
    line-height: 2.4 !important;
}
.line-height-2-5 {
    line-height: 2.5 !important;
}
.line-height-2-6 {
    line-height: 2.6 !important;
}
.line-height-2-7 {
    line-height: 2.7 !important;
}
.line-height-2-8 {
    line-height: 2.8 !important;
}
.line-height-2-9 {
    line-height: 2.9 !important;
}
.line-height-3 {
    line-height: 3 !important;
}
.line-height-3-1 {
    line-height: 3.1 !important;
}
.line-height-3-2 {
    line-height: 3.2 !important;
}
.line-height-3-3 {
    line-height: 3.3 !important;
}
.line-height-3-4 {
    line-height: 3.4 !important;
}
.line-height-3-5 {
    line-height: 3.5 !important;
}
.line-height-3-6 {
    line-height: 3.6 !important;
}
.line-height-3-7 {
    line-height: 3.7 !important;
}
.line-height-3-8 {
    line-height: 3.8 !important;
}
.line-height-3-9 {
    line-height: 3.9 !important;
}
.line-height-4 {
    line-height: 4 !important;
}
.line-height-4-1 {
    line-height: 4.1 !important;
}
.line-height-4-2 {
    line-height: 4.2 !important;
}
.line-height-4-3 {
    line-height: 4.3 !important;
}
.line-height-4-4 {
    line-height: 4.4 !important;
}
.line-height-4-5 {
    line-height: 4.5 !important;
}
.line-height-4-6 {
    line-height: 4.6 !important;
}
.line-height-4-7 {
    line-height: 4.7 !important;
}
.line-height-4-8 {
    line-height: 4.8 !important;
}
.line-height-4-9 {
    line-height: 4.9 !important;
}
.line-height-5 {
    line-height: 5 !important;
}
.line-height-5-1 {
    line-height: 5.1 !important;
}
.line-height-5-2 {
    line-height: 5.2 !important;
}
.line-height-5-3 {
    line-height: 5.3 !important;
}
.line-height-5-4 {
    line-height: 5.4 !important;
}
.line-height-5-5 {
    line-height: 5.5 !important;
}
.line-height-5-6 {
    line-height: 5.6 !important;
}
.line-height-5-7 {
    line-height: 5.7 !important;
}
.line-height-5-8 {
    line-height: 5.8 !important;
}
.line-height-5-9 {
    line-height: 5.9 !important;
}
.line-height-6 {
    line-height: 6 !important;
}
.line-height-6-1 {
    line-height: 6.1 !important;
}
.line-height-6-2 {
    line-height: 6.2 !important;
}
.line-height-6-3 {
    line-height: 6.3 !important;
}
.line-height-6-4 {
    line-height: 6.4 !important;
}
.line-height-6-5 {
    line-height: 6.5 !important;
}
.line-height-6-6 {
    line-height: 6.6 !important;
}
.line-height-6-7 {
    line-height: 6.7 !important;
}
.line-height-6-8 {
    line-height: 6.8 !important;
}
.line-height-6-9 {
    line-height: 6.9 !important;
}
.line-height-7 {
    line-height: 7 !important;
}
.line-height-7-1 {
    line-height: 7.1 !important;
}
.line-height-7-2 {
    line-height: 7.2 !important;
}
.line-height-7-3 {
    line-height: 7.3 !important;
}
.line-height-7-4 {
    line-height: 7.4 !important;
}
.line-height-7-5 {
    line-height: 7.5 !important;
}
.line-height-7-6 {
    line-height: 7.6 !important;
}
.line-height-7-7 {
    line-height: 7.7 !important;
}
.line-height-7-8 {
    line-height: 7.8 !important;
}
.line-height-7-9 {
    line-height: 7.9 !important;
}
.line-height-8 {
    line-height: 8 !important;
}
.line-height-8-1 {
    line-height: 8.1 !important;
}
.line-height-8-2 {
    line-height: 8.2 !important;
}
.line-height-8-3 {
    line-height: 83 !important;
}
.line-height-8-4 {
    line-height: 8.4 !important;
}
.line-height-8-5 {
    line-height: 8.5 !important;
}
.line-height-8-6 {
    line-height: 8.6 !important;
}
.line-height-8-7 {
    line-height: 8.7 !important;
}
.line-height-8-8 {
    line-height: 88 !important;
}
.line-height-8-9 {
    line-height: 8.9 !important;
}
.line-height-9 {
    line-height: 9 !important;
}
.line-height-9-1 {
    line-height: 9.1 !important;
}
.line-height-9-2 {
    line-height: 9.2 !important;
}
.line-height-9-3 {
    line-height: 9.3 !important;
}
.line-height-9-4 {
    line-height: 9.4 !important;
}
.line-height-9-5 {
    line-height: 9.5 !important;
}
.line-height-9-6 {
    line-height: 9.6 !important;
}
.line-height-9-7 {
    line-height: 9.7 !important;
}
.line-height-9-8 {
    line-height: 9.8 !important;
}
.line-height-9-9 {
    line-height: 9.9 !important;
}
.line-height-10 {
    line-height: 10 !important;
}
.line-height-10-1 {
    line-height: 10.1 !important;
}
.line-height-10-2 {
    line-height: 10.2 !important;
}
.line-height-10-3 {
    line-height: 10.3 !important;
}
.line-height-10-4 {
    line-height: 10.4 !important;
}
.line-height-10-5 {
    line-height: 10.5 !important;
}
.line-height-10-6 {
    line-height: 10.6 !important;
}
.line-height-10-7 {
    line-height: 10.7 !important;
}
.line-height-10-8 {
    line-height: 10.8 !important;
}
.line-height-10-9 {
    line-height: 10.9 !important;
}
/* End - Line Height */
.logo-bg {
    padding: 20px 0;
    background-color: #006666 !important;
    border-radius: 12px;
    opacity: .4;
    margin: 30px 0;
}
.logo-bg img {
    height: 200px;
}
           