
/* ---- @import url('includes/elements.css'); ---- */

/* ------------------------------------------------------------
	Global
------------------------------------------------------------ */

/* --------- Insert your custom styles on next rows --------- */

.responsive .container {
	max-width: 100% !important;
} 

h3 {
	margin-bottom: 20px;
}

main.login-container {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
}

#gform_submit_button_5 {
  border-radius: 0;
  border: none;
  padding: 20px!important;
  color: #fff;
  font-size: 20px;
}

div#wpo365OpenIdRedirect {
	display: flex;
/*	justify-content: center; */
	button {
		background-color: #F14F21;
		border: none;
		padding: 20px;
		color: #fff;
		font-size: 20px;
	}
}

.wpo365-mssignin-wrapper {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 12px 12px 24px 12px;
	text-align: center;
}
.wpo365-mssignin-spacearound {
	display: inline-block;
}
.wpo365-mssignin-wrapper form {
	display: none;
}
.wpo365-mssignin-button {
	border: 1px solid #8c8c8c;
	background: #ffffff;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	cursor: pointer;
	max-height: 41px;
	min-height: 41px;
	height: 41px;
}
.wpo365-mssignin-logo {
	padding-left: 12px;
	padding-right: 6px;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	flex-shrink: 1;
	width: 21px;
	height: 21px;
	box-sizing: content-box;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wpo365-mssignin-label {
	padding-left: 6px;
	padding-right: 12px;
	font-weight: 600;
	color: #5e5e5e;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size: 15px;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	flex-shrink: 1;
	height: 21px;
	line-height: 21px;
}

.mfp-content {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.daterangepicker .drp-calendar {
  max-width: 100%;
}

span.dt-column-title {
	font-size: 12px;
}

.dataTable tr td:first-child {
	
}

.dataTable thead tr th:first-child,
.dataTable tbody tr td:first-child {
  min-width: 8em;
}

.dataTable tr td:nth-child(2) {
	font-weight: 700;
	color: #000;
	min-width: 155px;
}

.dt-container .row:first-child {
	display: flex;
	justify-content: space-between;
}

.dt-length {
	display: flex;
	flex-direction: column;
}

.dt-length label {
	order: -1;
	margin-bottom: 5px; /* Adjust spacing as needed */
}

.dt-container {
	margin-bottom: 50px;
}

fieldset#field_1_63 {
	width:160px;
}

.daterangepicker .drp-calendar {
	max-width: 100% !important;
}

a.btn-primary,
a.btn-approve,
a.btn-reject,
a.btn-cancel {
    position: relative;
    top: 9px;
	color: #fff!important;
	font-size: 14px;
	padding: 12px 10px;
    margin-left: 10px;
	border-radius: 4px;
	text-decoration: none!important;
    text-align: center;
}

a.btn-primary {
    background-color: #0e6efd;
}

a.btn-primary:hover {
    background-color: #001ab3;
}

a.btn-approve {
    background-color: #1a8754;
}

a.btn-approve:hover {
    background-color: #095531;
}

a.btn-reject {
    background-color: #dc3546;
}

a.btn-reject:hover {
    background-color: #af1b2a;
}

a.btn-cancel {
    background-color: #ffc106;
}

a.btn-cancel:hover {
    background-color: #c09000;
}

.buttons-csv {
	background-color: #da291b;
	border: none;
	padding: 7px 20px;
	color: #fff;
}

.gfield_required.gfield_required_text {
	color: #c81313 !important;
	font-size: 12px !important;
	margin-left: 5px;
}

.gform-theme--foundation .gform_fields {
	row-gap: 10px !important;
}

.attendees {
	width: 100%;
	border-collapse: collapse;
}

.attendees th, .attendees td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

.gfield_list_group_item {
    height: 38px!important;
}

button.resend-attendee-email-btn {
    position: relative!important;
    float: right!important;
    top: -38px!important;
    right: 0!important;
    padding: 0 10px!important;
    border-radius: 0 1px 1px 0!important;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 20px!important;
    aspect-ratio: 1!important;
    display: grid!important;
    border-radius: 50%!important;
    background:
        linear-gradient(0deg, rgb(255 255 255/50%) 30%, #0000 0 70%, rgb(255 255 255/100%) 0) 50%/8% 100%,
        linear-gradient(90deg, rgb(255 255 255/25%) 30%, #0000 0 70%, rgb(255 255 255/75%) 0) 50%/100% 8%!important;
    background-repeat: no-repeat!important;
    animation: l23 1s infinite steps(12)!important;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}

.main_color .attendees th {
	background-color: #f4f4f4;
	font-weight: bold;
}

.main_color .attendees tbody:nth-child(odd) {
	background-color: #fafafa;
}

.main_color .attendees tbody:nth-child(even) {
	background-color: #f0f0f0;
}

.form-header {
  font-size: 16px !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1230px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1099px) {

}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 767px) {
    .gform_footer p {
        width: 100%;
    }
    .gform_footer input,
    .gform_footer a.btn-primary,
    .gform_footer a.btn-approve,
    .gform_footer a.btn-reject,
    .gform_footer a.btn-cancel {
        display: block!important;
        width: 100%!important;
        margin:0 0 15px 0;
    }
    .gform_footer input {
        height: 45px!important;
        margin-bottom: 9px!important;
    }
}

@media only screen and (max-width: 480px) {

}

/* ======================================================================================================================================================
Notification Box
====================================================================================================================================================== */

.avia_message_box {
    text-align: center;
    position: relative;
    border-color: #e1e1e1;
    background-color: #f8f8f8;
    clear: both;
    margin: 30px 0;
}

div .avia_message_box .avia_message_box_title {
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    font-size: 11px;
    text-shadow: none;
}

.avia_message_box_content {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.avia_message_box_icon {
    position: relative;
    left: -0.5em;
    font-size: 1.3em;
}

.avia_message_box.avia-size-normal {
    padding: 17px;
}

.avia_message_box.avia-size-large {
    padding: 35px;
}

.avia_message_box.avia-color-green,
.avia_message_box.avia-color-green a {
    background-color: #E0F1B5;
    border-color: #8BAF5B;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #4F5F39;
}

.avia_message_box.avia-color-blue,
.avia_message_box.avia-color-blue a {
    background-color: #F5F6FC;
    border-color: #9DADBF;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #4671A3;
}

.avia_message_box.avia-color-red,
.avia_message_box.avia-color-red a {
    background-color: #FFF8F4;
    border-color: #CDA18F;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #AF2C20;
}

.avia_message_box.avia-color-orange,
.avia_message_box.avia-color-orange a {
    background-color: #FFFDF3;
    border-color: #E6BF4A;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #C96D11;
}

.avia_message_box.avia-color-grey,
.avia_message_box.avia-color-grey a {
    background-color: #333;
    border-color: #444;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
    color: #fff;
}

.avia_message_box.avia-color-silver,
.avia_message_box.avia-color-silver a {
    background-color: #f8f8f8;
    border-color: #e1e1e1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    color: #444;
}

.avia_message_box_content p {
    display: inline;
}

#top .avia_message_box_content strong {
    color: inherit;
}

.avia_message_box a {
    text-decoration: underline;
}

#top .avia_message_box a:hover {
    color: inherit;
    opacity: 0.7;
}

.avia_message_box.avia-icon_select-no .avia_message_box_icon {
    display: none;
}

.avia_message_box.avia-border-solid {
    border-width: 3px;
    border-style: solid;
}

.avia_message_box.avia-border-dashed {
    border-width: 1px;
    border-style: dashed;
}

.avia_message_box a.av_message_close {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: rgba(0, 0, 0, 0.05);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    line-height: 1.2em;
    font-size: 1em;
    font-family: Arial, Baskerville, monospace !important;
}


.avia_message_box.messagebox-hidden {
    display: none;
}

#av-admin-preview .avia_message_box.messagebox-hidden {
    display: block;
}

.avia_message_box.avia-color-custom .av_message_close {
    color: inherit;
}

/*	Sonar effect	*/
.avia_message_box.avia-sonar-shadow:after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    /*border-radius: 10px;*/
    box-sizing: content-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: scale(0.9);
    transform-style: preserve-3d;
}

/*  Gravity Forms */
.gfield_required {
    margin-left: 5px;
}

.manage-gscs-input-container input:disabled {
    background-color: #f0f0f0!important;
    color: #999!important;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.square .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 4px;
}


.square .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 0;
}

.square input:checked+.slider {
    background-color: #4caf50;
}

.square input:checked+.slider:before {
    transform: translateX(30px);
}
