html { 
    font-size: 62.5%;
} 

* {
    font-size: 1.7rem;
}

body {
    background-color: #fff;
}

td, th {
    background-color: #fff;
}

.debug_div {
    position: relative;
    z-index: 10000;    
    font-size: small;
    background-color: #212529 !important;
    color: #fff !important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-top: 1rem!important;
    padding-bottom: 1.5rem!important;
    line-height: 1 !important;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.debug_font span {
    font-family: var(--bs-font-monospace);
    font-size: small !important;
}

.debug_font hr {
    border-top: 1px solid #585b5e !important;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

input, select, textarea, button {
    font-size: 2rem;
}

.form-control {
    font-size: 1.6rem;
    border: none;
}

.w25 {
    width: 49%;
}

.w100 {
    width: 100%;
}

img {
    width:100%;
}

input, select, textarea {
    margin-bottom: 1rem;
}

input[type='checkbox'] {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    height:15px;
    width:15px;
    padding: 0.3rem;
    border: 1px solid #2199fc;
}

input[type='text'], input[type='password'], input[type='email'] {
    background-color: #deebf7;
    border: 0;
    font-size: 1.4rem;
}

select, input[type='date'] {
    background-color: #deebf7;
    font-size: 1.4rem !important;
}

select option {
    font-size: 1.4rem !important;
}

.checkbox_text {
    margin-left: 25px;
}

input[type='radio'] {
    width: 30px;
    height: 30px;
    border: 1px solid #007ac2;
    margin: 0;
}

input[type='radio']:checked {
    background-color: #007ac2;
}

input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.emulate_radio {
    cursor:pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #007ac2;
    margin: 0;
}

.emulate_radio:checked {
    background-color: #007ac2;
    background-clip: content-box !important;
    padding: 3px;
}

.emulate_radio:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #007ac2;
}

input[type=checkbox][disabled] {
    background-color: #b9b9bf;
    border: 1px solid #b9b9bf;
    cursor: default;    
    background-clip: unset;
}

.filled {
    background-color: #007ac2 !important;
    background-clip: content-box !important;
    padding: 3px;
}

.custom_button {
    background-color: #EF467F;
    color: #fff;
    margin-bottom: 2rem;
    text-transform: uppercase;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.7rem;
    border: 0;
    height: 40px;
    width:auto;
    min-width: 160px;
    border-radius: 0.5rem;
}

.footer {
    padding-top:2rem;
    font-size: 1.6rem;
}

a {
    transition: 1s;
}

.footer_link {
    font-size: 1.5rem;
    color:#fff;
    text-decoration: none;
}

.copyright {
    color:#fff;
    font-size: 1.5rem;
}

.footer_link:hover {
    text-decoration: underline;
    color: #fff;
}

.footer_link_container {
    color: #fff;
}

label {
    margin-bottom: 0.5rem;
}

#print_button {
    background-color: #007ac2;
    color: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 2.2rem;
    border: 0;
}

.custom_button:hover {
    background-color:#ed457e;
    transition: 0.5s;
}

.clear_float {
    clear:both;
}

.checkbox_text {
    font-size: 1.1rem;
}

#message_container {
    color: inherit;
}

.card-header {
    padding:0;
    background-color: #fff;
    border: 0;
}

#title_container {
    color: #333;
    font-size: 1.3rem;
}

label {
    color: #007ac2;
    font-size: 1.6rem;
}

input:focus, textarea:focus, select:focus {
  box-shadow: none !important;
  outline: none !important;
}

.field-icon {
    float: right;
    margin-right: 2.8rem;
    margin-top: -3.7rem;
    position: relative;
    z-index: 2;
    font-size: 2.2rem;
    color: #aaa;
}

.field-icon-login {
    margin-right: 4.4rem;
}

@media screen and (max-width: 1024px) {
    .field-icon-login {
        margin-right: 2.8rem;
    }
}

.mini_font {
    font-size: 1.3rem;
}

.middle_font {
    font-size: 1.4rem;
}

.small_text {
    font-size: 1.1rem;
}

.checkmark {
    max-width: 80%;
}

.blue_color {
    color: #007ac2;
}

@media print {
   .noprint {
      display: none;
   }
   #banner_container {
        padding-top:3rem;
   }
}

.header {
    background-color: rgba(0, 0, 0, 0.2);
}

.special_hr {
    opacity: 1;
    padding: 0.25rem;
    background-color: #6fbfba;
    border: 0;
    width: 2.8rem;
    margin-top: 2.4rem;
}

.special_hr_2 {
    opacity: 1;
    padding: 0.15rem;
    background-color:#EF467F;
    border: 0;
    width: 10rem;
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
}

.h3_title {
    font-size: 2.9rem;
    font-weight: 700;
    color: #EF467F;
}

.no_gradient {
    background: #fff;
    background-image: none;
}

.flex_center {
    display: flex;
    align-items: center;
}

.lh-xl {
    line-height: 2.5!important;
}

.blue_text {
    color: #007ac2;
}

.no_background {
    background: unset;
    background-color: #fff;
}

.moderator_panel_title {
    color: #007ac2;
}

.tablet_text {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

.modal-footer {
    border-top: 0;
    margin-top:1rem;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    background-color: rgba(131, 120, 116, 0.7);
    z-index: 2;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: unset;
}

input::-webkit-input-placeholder {
    color: #212529 !important;
    opacity: 1 !important;
}

.form-control:focus {
    background-color: #deebf7;
}

.border_table {
    border: 1px solid #496f86;
}

.blue_bg {
    background-color: #0d294e;
}

.light_blue_bg {
    background-color: #496f86;
}

.content_doc {
    cursor: pointer;
}

.big_icon {
    font-size: 8rem !important;
    color: #0d294e;
}

.big_icon:hover {
    color: #496f86;
}

.spacer {
    background-color:#496f86;
    height:5px;
}

.no_click {
    cursor: default;
}

legend{
    color: #143b66;
    font-size: 1.2rem;
}

.custom_radio {
    width:20px !important;
    height:20px !important;
    vertical-align: middle
}

.custom_radio_label {
    margin: 0;
    font-size: 1.2rem;
    color: #143b66;
}

.order_table th, .order_table td {
    padding:0.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #333;
    font-size: 1.4rem;
}

.order_table td {
    white-space: nowrap;
}

.order_table th {
    color: #fff;
    background-color: #4472c4;
    font-weight: 600;
    line-height: 1.8rem;
}

.transparent {
    background-color: transparent !important;
}

.date_table th, .date_table td {
    padding:0.4rem;
    border: 1px solid #333;
    font-size: 1.4rem;
}

.date_table th {
    color: #fff;
    background-color: #4472c4;
    font-weight: 600;
}

.date_table td {
    white-space: nowrap;
    min-width:370px;
}

.company_table th, .company_table td {
    padding:0.4rem;
    border: 1px solid #333;
    font-size: 1.4rem;
}

.company_table th {
    color: #fff;
    background-color: #4472c4;
    font-weight: 600;
}

.company_table td {
    white-space: nowrap;
    min-width:370px;
}

.border_set {
    border: 1px solid #333 !important;
    margin-bottom: 0;
}

.no_border_set {
    border: 0;
    margin-bottom: 0;
}

.custom_link {
    color: #333;
    transition: 1s;
}

.custom_link:hover {
    color: #333;
    text-decoration: underline;
}

#total_quantity, #total_price, #delivery_date_1, #delivery_date_2 {
    background-color: #deebf7;
}

.products_header {
    font-size: 3.5rem;
    font-weight: 600;
    background-color: #4472c4;
    color: #fff;
    border-radius: 1.5rem;
    border: 0;
    padding-left:2.5rem;
    padding-right:2.5rem;
}

.form-control:disabled {
    background-color: #fff;
}

.form-control {
    padding: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

.disabled_input {
    cursor: default;
}

.form-control {
    background-color: #deebf7;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.zentiva_logo {
    width: 35%;
}

.splash_text {
    font-size: 4rem;
    line-height: 5.5rem;
    font-weight: 700;
}

.splash_text_bottom {
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 700;
}

.splash_button {
    background-color: #00a37e;
    color:#fff;
    font-size: 4rem;
    font-weight: 700;
    border: 0;
    padding: 1rem 2rem;
}

.logo_margin {
    margin-top: 7.8rem;
}

.plus_icon {
    font-size: 9rem;
    color:#4472c7;
}

.padded_square {    
    margin-bottom: 7rem;
}

.choice_button, .choice_button:hover, .choice_button:focus {
    background-color: #4472c4;
    color:#fff;
    font-size: 4.5rem;
    font-weight: 700;
    border: 0;
    border-radius: 1.3rem;
    box-shadow: 6px 7px #333, 6px 7px #333, inset 2px 2px 5px #4e7fd1, inset 2px 2px 5px #4e7fd1 !important;
    transition: 0.3s;
    border: 3px solid #4472c4;
}

.choice_button:hover {
    background-color: #fff;
    color:#4472c4;
    box-shadow: 6px 7px #333, 6px 7px #333, inset 2px 2px 5px #fff, inset 2px 2px 5px #fff !important;
}

.choice_text {
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 700;
}

.choice_text_number_bottom {
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 700;
    color:#000;
}

.choice_text_bottom {
    font-size: 3.2rem;
    line-height: 4.5rem;
    font-weight: 700;
    color:#000;
}

.choice_link {
    text-decoration: none;
}

.w-80 {
    width: 80% !important;
}

.w-35 {
    width: 35% !important;
}

.unset_align {
    vertical-align: unset;
}

.book_button, .book_button:focus {
    background-color: #4472c4;
    color:#fff;
    font-size: 2.5rem;
    font-weight: 700;
    border: 0;
    border-radius: 1.3rem;
    box-shadow: 6px 7px #333, 6px 7px #333, inset 2px 2px 5px #4e7fd1, inset 2px 2px 5px #4e7fd1 !important;
    transition: 0.3s;
    border: 3px solid #4472c4;
}

.book_button:hover {
    background-color: #fff;
    color:#4472c4;
    box-shadow: 6px 7px #333, 6px 7px #333, inset 2px 2px 5px #fff, inset 2px 2px 5px #fff !important;
}

.form_text_bottom {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 700;
    color:#000;
}

.thank_you_text {
    font-size: 3.5rem;
    line-height: 5rem;
    font-weight: 700;
    padding-top: 5rem !important;
}

.thank_you_text_bottom {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-weight: 600;
}

.thank_you_button {
    background-color: #00a37e;
    color:#fff;
    font-size: 4rem;
    font-weight: 700;
    border: 0;
    cursor: default !important;
    margin-top: 10rem !important;
    padding: 1rem 2rem;
}

.privacy_checkbox_container {
    font-size: 1.4rem;
}

.privacy_link {
    font-size: 1.4rem;
}

.home_icon {
    font-size: 3.5rem;
    color: #4472c4;
    padding-right: 1rem;
    padding-top: 1.4rem;
}

.white_icon {
    color:#fff;
    font-size: 3.5rem;
    padding-right: 1rem;
    padding-top: 1.4rem;
}

.privacy_iframe {
    width: 100%;
    height: 100vh;
    max-height: 1450px;
}

.close_icon {
    color: #4472c4;
    font-size: 4.5rem;
    padding-right: 1rem;
    padding-top:1rem;
}

td {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 0.55rem !important;
    padding-bottom: 0.55rem !important;
}

.date_table {
    margin-top: -1.7rem;
}

.order_table {
    position: relative;
    z-index: 9999;
}

input[type="date"] {
    cursor: pointer;
    padding-left: 1rem;
}
  
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

.light_blue {
    color: #0f70c2;
}

.font_inherit {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.emerald {
    color: #199b8c;
}

#total_quantity {
    font-weight: 600;
}

option {
    background-color: #deebf7;
}

select:focus {
    background-color: #deebf7;
}

.red_alert {
    color: #e54040;
}
  
.cursor_pointer {
    cursor: pointer;
}

.breaking_line {
    display: block;
    content: "";
    margin-top: 0.5rem;
}

/* bg effect */

body {
    margin: 0;
    height: 100vh;
    background: linear-gradient(to right, #203a76, #59267b, #59267b, #59267b, #59267b, #59267b, #203a76);
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index:-1;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}

@-webkit-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-moz-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-o-keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@keyframes fadeIn{
  from{opacity: 0;}
  to{opacity: 1;}
}

@-webkit-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-moz-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-o-keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@keyframes fadeOut{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 0;}
}

@-webkit-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-moz-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@-o-keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

@keyframes finalFade{
  0%{opacity: 0;}
  30%{opacity: 1;}
  80%{opacity: .9;}
  100%{opacity: 1;}
}

/* scroll fading */

.scroll_fade {
	opacity: 1;
	pointer-events: all;
}

.scroll_fade--hidden {
	opacity: 0;
	pointer-events: none;
}

.scroll_fade--visible {
	opacity: 1;
	pointer-events: all;
}

.scroll_fade--animate {
	transition: opacity 0.4s ease-in-out;
}

/* bounce */

@-webkit-keyframes bounce {
    15% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    65% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    80% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce {
    15% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    30% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    65% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    80% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounce:hover
{
    -webkit-animation: bounce 1s ease;
    animation: bounce 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* custom */

body {
    color: #333;
    background-color: #dde1e3;
}

.container {
    background-color: #fff;
}

.green_bg {
    background-color:#dde1e3;
}

.company_link {
    color: #522681;
    font-size: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.8s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
}

.company_link:hover {
    color: #522681;
    text-decoration-color: #522681;
    -webkit-text-decoration-color: #522681;
    -moz-text-decoration-color: #522681;
}

.main_logo_container {
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    z-index:2;
    width:25%;
    padding: 2rem;
    padding-top:4rem;
}

.side_squares {
    margin-top: 180px;
}

.side_squares_padding {
    margin-top: 180px;
    width: 50% !important;
}

.yellow_row {
    height: 3rem;
    background-color: #fdd42a;
}

.middle_blue_row {
    background-color: #5fc6ef;
}

.blue_row {
    height: 3rem;
    background-color: #5fc6ef;
    position: relative;
}

.pink_row {
    height: 3rem;
    background-color: #ee66a6;
    position: relative;
}

.yellow_label {
    color: #0f3a4c;
    font-size: 2.6rem;
    background-color:#fdd42a;
    padding:0rem;
    padding-left: 1rem;    
    padding-top: 0.8rem;
    border: 1px solid #fdd42a;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 300px;
    height: 40px;
}

.label_dot {
    color: #fff;
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-right: 2rem;
    margin-bottom: 0.7rem;
}

.main_text {
    font-size: 1.9rem;
    line-height: 2.7rem;
    text-align: justify;
}

.register_button {
    font-size: 2rem;
    margin-right: 1.2rem;
    width: 195px;
    /*padding-left: 3rem;*/
    padding-top: 0.6rem;
    letter-spacing: .1rem;
    transition: 0.4s;
    padding-left: 0;
}

.register_button:hover {
    background-color:#5fc6ef;
    color:#fff;
    border-color: #5fc6ef;
}

.pink_button:hover {
    background-color:#ee66a6;
    color:#fff;
    border-color: #ee66a6;
}

.active_event_image {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.active_event_image:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.event_link {
    text-decoration: none;
}

.bottom_logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
}

.webinar_label_container {
    margin-top: 2.1rem;
}

.bristol_logo_container {
    font-size: 1.6rem;
    padding-left: 5rem !important;
}

.full_rounded {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.logo_ctp {
    width: 40% !important;
}

.logo_bristol_v2 {
    width: 40% !important;
}

.main_logo_container {
    width: 5%;
}

@media screen and (max-width: 4000px) {
    .main_logo_container {
        width: 7%;
    }
}

@media screen and (max-width: 3500px) {
    .main_logo_container {
        width: 10%;
    }
}

@media screen and (max-width: 2800px) {
    .main_logo_container {
        width: 15%;
    }
}

@media screen and (max-width: 2400px) {
    .main_logo_container {
        width: 20%;
    }
}

@media screen and (max-width: 1920px) {
    .main_logo_container {
        width: 25%;
    }
}

@media screen and (max-width: 1400px) {
    .main_logo_container {
        width: 30%;
    }
    .register_button {
        width: 145px;
    }
}

@media screen and (max-width: 1200px) {
    .main_logo_container {
        width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .main_logo_container {
        position: unset;
        left: unset;
        transform:unset;
        width: 100%;
        margin-top:2rem;
        padding-bottom:1rem;
    }
    .side_squares {
        display:none;
    }
    .bristol_logo_container {
        text-align:center;
        padding-top: 0 !important;
        padding-left: 0 !important;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .contacts_container {
        text-align:center;
        padding-top: 0 !important;
    }
    .logo_bristol {
        width:100% !important;
    }
    .webinar_label_container {
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .breaking_line {
        margin-top: 1.1rem;
    }
    .yellow_label {
        margin-top:1.8rem !important;
        margin-bottom:1rem !important;
    }
    .register_button {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom:2rem !important;
    }
    .active_event_image:hover {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }
    .main_text {    
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .contacts_container {
        font-size: 1.5rem !important;
        line-height: 2.2rem;
    }
    .logo_ctp {
        width:100% !important;
    }
    .logo_bristol_v2 {
        padding-left:1.4rem;
        padding-right:1rem;
    }
}