@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

@font-face {
    font-family: 'MyConferencesuite_Alliance';
    src: url("../fonts/my-cs-fonts/MyConferencesuite_Alliance.eot?z1yefj");
    src: url("../fonts/my-cs-fonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("../fonts/my-cs-fonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("../fonts/my-cs-fonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("../fonts/my-cs-fonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --brand-color-dark: #425832;
    --card-border-color: #425832;
    --brand-light: #f0f5fa;
    --body-font: "Open Sans", sans-serif;
    --body-bg: rgba(240, 245, 250, 1);
    --base-size: 1.1rem;
    --base-color: #333;
    --base-padding: 1rem;
    --base-margin: 1rem;

    --required: rgba(192, 57, 43, 1.0);

    --side-bg: rgba(66, 88, 50, 0.8);
    --side-bg-hover: rgba(66, 88, 50, 1);
    --side-border: 2px solid rgba(66, 88, 50, 1);
    --side-color: #ffffff;

    --top-banner-shadow: 0 3px 10px rgba(00, 00, 00, 0.075);

    --transition: all .7s cubic-bezier(.25, .8, .25, 1);
    --transform: scale(1) translateY(0px);
    --transform-hover: scale(1.01) translateY(-3px);

    --shadow-zero: 0px 0px 0px rgba(00, 00, 00, 0.0);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.45);
    --shadow-md: 0px 2px 8px rgba(00, 00, 00, 0.05);
    --shadow-lg: 0px 4px 18px rgba(00, 00, 00, 0.1);
    --shadow-xl: 0px 4px 25px rgba(00, 00, 00, 0.13);
    --box-shadow-hover: 0px 5px 18px rgba(00, 00, 00, 0.1);

    --font-awesome: "Font Awesome 7 Free";

}

html {
    font-size: unset;
    font: unset;
}

body {
    font: unset;
    font-family: var(--body-font);
    font-size: var(--base-size);
    color: var(--base-color);
    background: var(--body-bg);
}

p {
    margin: var(--base-margin);
    line-height: normal;
}

h3,
.h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    color: var(--base-color);
}

ul,
ol {
    margin: 1rem 0 1rem 1rem;
    padding: 0 0 0 1rem;
    display: grid;
    gap: 0.25rem;
}

ul li,
ol li {
    margin: 0 0 0 1rem;
}

ul,
ul li {
    list-style: disc;
}

ol,
ol li {
    list-style: decimal;
}

div.systemMsg,
div.field.message {
    min-height: 55px;
    max-width: 96%;
    margin: 0 auto;
}

/*******************************
	General Layout
*******************************/
#wrapper {
    width: 100% !important;
    max-width: 100%;
    box-shadow: unset;
    margin: 0 auto;
}

#wrapper #pa {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    min-height: 70vh;
}

#wrapper #pa .inner-element {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-self: flex-start;
    gap: 1rem;
    width: 100%;
}


/*****************************************************************
HEADER
*****************************************************************/
/* layout */
.top-logo-banner {
    background: #ffffff;
    padding: var(--base-padding);
    position: sticky;
    top: 0;
    box-shadow: var(--shadow-md);
    z-index: 9;
    transition: var(--transition);
}

.top-logo-banner * {
    transition: var(--transition);
}

.top-logo-banner span {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.top-logo-banner img:first-of-type {
    width: 601px;
    will-change: width;
}

.top-logo-banner.is-scrolled img:first-of-type {
    width: 325px;
}

#header {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    height: unset;
    border: none;
}

#inner-header {
    margin-top: 0px;
}

/* styles */
#header h1,
#header h2 {
    display: none;
}

#userMenuToggle {
    padding: 0.5rem 0.75rem;
    position: fixed;
    text-align: right;
    top: 0px;
    right: 0;
    margin: 0;
    z-index: 10;
    transition: var(--transition);
    background: rgba(66, 88, 50, 0.7);
    transform: scale(1);
    border-radius: 0px 0px 0px 25px;
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.08);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
    font-size: 20px;
}

#userMenuToggle:hover {
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.2);
    transform: scale(1.02);
}

#userMenuToggle i {
    background: #f09a29;
    color: #ffffff;
    width: 40px;
    height: 40px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgba(66, 88, 50, 0.5);
    font-size: 1.3rem;
    border-radius: 999px;
    text-shadow: 2px 4px 8px rgba(00, 00, 00, 0.3);
    transform: translateY(0px);
}

#userMenuToggle:hover i {
    box-shadow: 0px 3px 12px rgba(66, 88, 50, 0.7);
    transform: translateY(-3px);
}

#user {
    position: fixed;
    top: 62px;
    right: -220px;
    width: 220px;
    height: auto;
    background: rgba(68, 68, 64, 0.6);
    backdrop-filter: blur(10px);
    list-style: none;
    padding: 20px 0px;
    border-radius: 19px 0px 0px 19px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 16px;
    display: grid;
    align-items: center;
    justify-content: center;
}

#user li {
    float: none;
    padding: 0;
    text-align: left;
    border-right: unset;
    margin: 0;
    list-style: none;
}

#user li a {
    will-change: transform;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: none;
    transition: var(--transition);
    transform: scale(1) translateY(0px);
}

#user li a:hover {
    color: var(--brand-gold);
    text-decoration: none;
    transition: var(--transition);
    transform: scale(1.01) translateY(-3px);
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.02);
}


/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {
    width: 22%;
    position: sticky;
    top: 120px;
}

#navigation ul.main-nav {
    margin: 0px;
    padding: 0px;
    display: grid;
    gap: 0.25rem;
}

#navigation ul.main-nav li {
    margin: 0px;
    padding: 0px;
}

#navigation ul.main-nav li a {
    background: var(--side-bg) !important;
    color: var(--side-color);
    transition: var(--transition);
    box-shadow: var(--shadow-md) !important;
    transform: var(--transform);
    border-radius: 8px;
    padding: 0.75rem 1rem;
}

#navigation ul.main-nav li a:hover {
    background: var(--side-bg-hover) !important;
    color: var(--side-color);
    transition: var(--transition);
    box-shadow: var(--shadow-lg) !important;
    transform: var(--transform-hover);
}

#navigation ul.main-nav li div.sideSubNav {
    width: 98%;
    padding: 0.75rem 0.75rem;
    margin: 1rem auto;
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.05);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
}

#navigation ul.main-nav li div.sideSubNav ul {
    display: grid;
    gap: 0.25rem;
}

#navigation ul.main-nav li div.sideSubNav ul li {
    margin: 0px;
    border: none;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#main {
    margin: 0;
    max-width: 70%;
    width: 100%;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.075);

}

.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.card-wrapper .card {
    width: 100%;
    max-width: 48%;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0px 0px 8px rgba(00, 00, 00, 0.05);
    border-bottom: 4px solid var(--card-border-color);
    transition: var(--transition);
    transform: var(--transform);
}

.card-wrapper .card.full {
    width: 100%;
    max-width: 100%;
}

.card-wrapper .card:hover {
    box-shadow: 0px 3px 16px rgba(00, 00, 00, 0.085);
    transform: scale(1) translateY(-2px);
}

.card h2 {
    color: var(--brand-color-dark);
}


/*
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
.card-wrapper .card:nth-of-type(){border-color:;}
*/
/* breadcrumb */
.navBreadcrumb {}

/* navigation buttons */
div.navButtons {}

/* general styles */
#main form ul {
    list-style-type: disc;
}


/*****************************************************************
FOOTER
*****************************************************************/
@font-face {
    font-family: 'MyConferencesuite_Alliance';
    src: url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.eot?z1yefj");
    src: url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
    font-weight: normal;
    font-style: normal;
}

#footer {
    height: unset;
    padding: 0;
    margin: 0;
}

#ers {
    background-size: contain;
    position: absolute;
    display: block;
    top: 12px;
    left: 11px;
    height: 140px;
    width: 65px;
    text-indent: -9999em;
    overflow: hidden;
    background: none;
}

#footer #inner-footer {
    padding: 3rem;
    margin: 0px;
}

#footer #inner-footer #tagline:before {
    font-family: 'MyConferencesuite_Alliance' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: #f7942d;
    font-size: 60px;
    position: absolute;
    left: -80px;
}

#footLinks {
    float: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

#footLinks li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

#footLinks li a {
    color: #f7942d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    will-change: transform, text-shadow;
    transition: var(--transition);
    transform: translateY(0px);
}

#footLinks li a:before {
    background: rgba(247, 148, 45, 0.3);
    width: 2px;
    content: "";
    display: inline-block;
    padding: 0;
    height: stretch;
    margin: 0 0 0 0.3rem;
}

#footLinks li a:hover {
    transform: translateY(-2px);
    text-shadow: 0px 3px 8px rgba(247, 148, 45, 0.3);
}

#footLinks li:first-of-type a:before {
    display: none;
}

#inner-footer {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;

}

#footer {
    border-top: none;
    background: #444 !important;
    box-shadow: none !important;
    padding: 3rem;
    color: #f0f5fa;
}

#footer a {
    color: #f0f5fa;
}

#tagline {
    color: #f0f5fa;
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: 84px;
    position: relative;
    line-height: 29px;
    padding-top: 30px;
}

.copyright {
    float: unset;
    margin: unset !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*************************
    Login Page
*************************/

body.login-page #wrapper #pa .inner-element #main {}

body.login-page #pa {

    align-items: center;
    justify-content: center;
}

body.login-page #pa>.inner-element {}

body.login-page #pa #main {
    max-width: 50%;
    text-align: center;
}

.login-content-wrapper p {
    background: rgba(240, 245, 250, 1);
    padding: 2rem;
    font-size: 1rem;
    border-radius: 12px;
    margin: 1rem 0;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.08);
    border: 1px solid rgba(00, 00, 00, 0.02);
}

.lostPassword,
.createAccount {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.lostPassword a,
.createAccount a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: unset;
    color: #425832;
    transition: var(--transition);
    transform: translateY(0px);
}

.lostPassword a:hover,
.createAccount a:hover {
    background: unset;
    transform: translateY(-2px);
    color: #f09a29;
}

.login-content-wrapper {
    text-align: center;
    padding: 0 2rem;
    margin: 0 0 1rem 0;
    display: block;
    line-height: normal;
}

.login-content-wrapper h1 {
    color: #425832;
    font-size: 1.7rem;
    font-weight: bold;
}

.login-content-wrapper p {
    line-height: 1.4rem;
}

#loginFormTitle,
#content-register h2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    justify-content: center;
    color: #425832;
    font-size: 1.4rem !important;
    margin: 2rem 0 1rem 0 !important;
}

#loginFormTitle:before,
#content-register h2:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "";
}

#loginFormTitle:before {
    content: "\f090";
}

#content-register h2:before {
    content: "\f234";
}

body.login-page .form-group label,
body.login-page .form-group .required {
    display: none;
}

body.login-page .form-control {
    text-align: center;
    height: unset;
    padding: 0.85rem 1rem;
    font-size: 1.1rem;
    border-radius: 11px;
}

body.login-page .form-group {}

body.login-page .form-group.has-error .form-control,
body.login-page .form-group.has-success .form-control {
    border-color: rgba(00, 00, 00, 0.15);
    box-shadow: none;
    transition: var(--transition);
    transform: scale(1) translateY(0px);
    background: rgba(240, 245, 250, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 0px 0px rgba(0, 0, 0, 0);
}

body.login-page .form-group.has-error .form-control:hover,
body.login-page .form-group.has-error .form-control:focus,
body.login-page .form-group.has-success .form-control {
    background: rgba(255, 255, 255, 1);
    transform: scale(1) translateY(-2px);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0px 3px 10px rgba(0, 0, 0, 0.1);
}

body.login-page .form-group.has-error .form-control.error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#submitHldr #loginbtn,
#registerbtn {
    width: auto;
    background: rgba(39, 174, 96, 0.8);
    border-color: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    border-radius: 15px;
    font-size: 1.3rem;
    padding: 0.85rem 1.8rem;
    transition: var(--transition);
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#submitHldr #loginbtn:hover,
#registerbtn:hover {
    background: rgba(46, 204, 113, 1.0);
    border-color: rgba(46, 204, 113, 1.0);
    transform: translateY(-2px);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

/**************************
    Notifcations
**************************/
div.systemMsg fieldset {

    padding: 0rem 0rem 1rem 0rem;
}

div.systemMsg ul {
    background: none !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 0;
}

div.systemMsg ul li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

div.systemMsg ul li {
    background: transparent;
    color: #111111;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem;
    border-radius: 8px;
    border-left: 4px solid transparent;
    text-align: center;
    border-right: 4px solid transparent;
}

div.systemMsg ul li:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    font-size: 1.2rem;
    content: "";
}

div.systemMsg ul.notice li {
    background: rgba(241, 196, 15, 0.2);
    color: #111111;
    border-left: 4px solid rgba(241, 196, 15, 1);
    border-right: 4px solid rgba(241, 196, 15, 1);
}

div.systemMsg ul.notice li:before {
    color: rgba(241, 196, 15, 1);
    content: "\f071";
}


div.systemMsg ul.success li {
    background: rgba(39, 174, 96, 0.2);
    color: rgba(39, 174, 96, 1.0);
    border-left: 4px solid rgba(39, 174, 96, 1.0);
    border-right: 4px solid rgba(39, 174, 96, 1.0);
}

div.systemMsg ul.success li:before {
    color: rgba(39, 174, 96, 1.0);
    content: "\f058";
}

/*****************************
 Input Updates
 ****************************/
.field {
    display: grid;
    gap: 0.5rem;
}

.field-body,
#authorDetails>p {
    background: #f4f6f2;
    border-left: 3px solid rgba(66, 88, 50, 0.3);
    padding: .5rem;
    border-radius: 25px;
    width: 98%;
    margin: 0 auto;
}
#authorDetails>p{
    padding:1.2rem !important;
}
.field .field-values.haptics {
    width: 98%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 1.5rem;
}

.field .field-values.haptics p {
    position: relative;
    margin: 0;
    display: block;
}

.field .field-values.haptics p input[type="radio"],
.field .field-values.haptics p input[type="checkbox"] {
    display: none;
}

.field .field-values.haptics p .blank_space {
    display: none;
}

.field .field-values.haptics p label {
    position: relative;
    padding: 0.75rem 2.5rem 0.75rem 1.3rem;
    border-radius: 17px;
    font-weight: normal;
    line-height: normal;
    transition: var(--transition);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.075);
    transform: scale(1) translateY(0px);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: stretch;
    background: #ffffff;
}

.field-invalid {
    border: 1px solid rgba(231, 76, 60, .2) !important;
    border-radius: 40px !important;
    background: rgba(231, 76, 60, 0.1);
    padding: 2rem;
    animation: pulseShadow 1.5s infinite;
}

p.invalid-notification-block {
    color: rgba(192, 57, 43, 1.0) !important;
    font-style: unset !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

p.invalid-notification-block:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "\f06a";
    font-size: 1.4rem;
}

@keyframes pulseShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(231, 76, 60, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}

.field .field-values.haptics p label:hover {
    box-shadow: 0px 3px 14px rgba(00, 00, 00, 0.1);
    transform: scale(1) translateY(-3px);
    color: var(--brand-color-dark);
}

.field .field-values.haptics p label:after {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "";
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.field .field-values.haptics p input:checked~label {
    box-shadow: 0px 3px 14px rgba(39, 174, 96, 0.2);
    transform: scale(1) translateY(-3px);
}

.field .field-values.haptics p input:checked~label:after {
    color: rgba(46, 204, 113, 1.0);
}

.field .field-values.haptics p input[type="radio"]~label:after {
    content: "\f111";
    font-weight: 400;
}

.field .field-values.haptics p input[type="checkbox"]~label:after {
    content: "\f0c8";
    font-weight: 400;
}

.field .field-values.haptics p input[type="radio"]:checked~label:after {
    content: "\f058";
    font-weight: 900;
}

.field .field-values.haptics p input[type="checkbox"]:checked~label:after {
    content: "\f14a";
    font-weight: 900;
}

.form-control {
    height: unset;
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    margin: 1rem 0;
    border-radius: 10px;
    line-height: normal;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: rgba(66, 88, 50, 0.7);

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 88, 50, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(66, 88, 50, 0.6);
}

textarea {
    min-height: 120px;
    border-radius: 20px;
}

/* Word counter styling */
div[role="status"] {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}

.field-values p div[role="status"] {
    background: rgba(241, 196, 15, 0.2);
    padding: 0.4rem 1rem 0.4rem 0.4rem;
    font-size: 0.9rem;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    border-radius: 999px;
    box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.1);
}

.field-values p div[role="status"] span {
    border-radius: 9999px;
    box-shadow: 0px 0px 6px rgba(00, 00, 00, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(241, 196, 15, 1);
    color: #111111;
    font-weight: bold;
    font-size: 0.8rem;
}

.field h3 {
    font-size: 22px;
    font-weight: 300 !important;
    position: relative;
    color: #ffffff;
    background: var(--brand-color-dark);
    margin: 1rem 0;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.field h3 .required {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateX(-13px) translateY(-50%);
    color: #c0392b;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid var(--required);
    text-indent: -999px;
}

/********************************
    Author Section
*******************************/
#authorDetails {
    display: grid;
    gap: 1rem;
}

.author-wrapper,
.button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.button-wrapper {
    padding: 2rem;
    box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.1);
    border-radius: 25px;
    margin: 1rem 0;
    background: rgba(215, 212, 210, 0.2);
    border: 2px solid rgba(215, 212, 210, 0.4);
    position: relative;
    z-index: 7;
}

.author-wrapper .btn:before,
.button-wrapper .btn-group .btn:before,
.button-wrapper .btn-group .btn:after {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "";
    font-size: 1.5rem;
}

.author-wrapper .btn,
.button-wrapper .btn-group .btn {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(34, 53, 98, 0.8);
    color: #ffffff;
    border: none;
    width: auto;
    padding: 0.85rem 1.4rem;
    border-radius: 12px;
    margin: 0.5rem 0;
    transition: var(--transition);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
}

.button-wrapper .btn-group .btn {
    gap: 0.5rem;
}

.author-wrapper .btn:hover,
.button-wrapper .btn-group .btn:hover {
    background: rgba(34, 53, 98, 1);
    transition: var(--transition);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.075);
    transform: scale(1.01) translateY(-2px);
}

.button-wrapper .btn-group .btn {
    font-size: 1rem;
}

.button-wrapper .btn-group #submitDraft {
    background: #f99f1e;
    border-color: #f99f1e;
}

.button-wrapper .btn-group #submitDraft:hover {
    background: #f99f1e;
    border-color: #f99f1e;
}

.button-wrapper .btn-group #submitDraft:before {
    content: "\f0c7";
}

.button-wrapper .btn-group #submitDraft:after {
    display: none;
}

.button-wrapper .btn-group #submitAbstract {
    background: #0d7061;
    border-color: #0d7061;
    color: #ffffff;
}

.button-wrapper .btn-group #submitAbstract:hover {
    background: #008876;
    border-color: #008876;
    color: #ffffff;
}

.button-wrapper .btn-group #submitAbstract:before {
    display: none;
}

.button-wrapper .btn-group #submitAbstract:after {
    content: "\f56e";
}

.author-wrapper .btn[data-type="Presenters"]:before {
    content: "\f2bd";
}

.author-wrapper .btn[data-type="author"]:before {
    content: "\f007";
    font-weight: 400;
}

.author-wrapper .btn[data-type="Speaker"]:before {
    content: "\e53d";
}

.author-wrapper .btn.author-listing:before {
    content: "\f0c0";
}


/****************************
    File Upload
****************************/
/* Container */
#submission-13897 .field-values p {
    position: relative;
    border: 2px dashed #c8d3c2;
    background: #f4f6f2;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.25s ease;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: grid;
    align-items: center;
    width: 96%;
    justify-content: center;
}

#submission-13897 .field-values p,
.file-placeholder i {
    transition: var(--transition);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transform: var(--transform);
}

#submission-13897 .field-values p:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

#submission-13897 .field-values p:hover .file-placeholder i {
    transform: translateY(-3px);
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

/* Hover / drag */
#submission-13897 .field-values p.dragover {
    border-color: #425832;
    background: #e3eadf;
}

#submission-13897 .field-values .required {
    display: none;
}

/* Hide ugly input */
#submission-13897 input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* Default state text */
.file-placeholder {
    color: #6c757d;
    font-size: 14px;
}

.file-placeholder i {
    display: block;
    font-size: 28px;
    margin-bottom: 8px;
    color: #425832;
    width: 100%;
}

/* Preview box */
.file-preview {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #e3eadf;
    border-radius: 8px;
    padding: 10px 12px;
}

/* File info */
.file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.file-info i {
    font-size: 18px;
    color: #425832;
}

.file-name {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Actions */
.file-actions i {
    cursor: pointer;
    margin-left: 10px;
    color: #6c757d;
    transition: 0.2s;
}

.file-actions i:hover {
    color: #425832;
}

/**************************
    Alert Modal
**************************/
#alertModal div.alert {
    border: none;
    border-width: 5px;
    background: rgba(255, 255, 255, 0.75);
    color: #111111;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

#alertModal div.alert .modal-header {
    background: rgba(241, 196, 15, 1);
    border-radius: 25px;
    border: none;
    padding: 0.85rem 1.5rem;
}

#alertModal div.alert .modal-header span.title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

#alertModal div.alert .modal-header span.title:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "\f071";
    color: rgba(211, 84, 0, 1.0);
}

#alertModal div.alert .modal-header .close {
    text-shadow: none;
    color: #ffffff;
    position: relative;
    text-shadow: none;
    top: 0px;
}

#alertModal div.alert .modal-header .close:after {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "\f056";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(192, 57, 43, 1.0);
    font-size: 1.6rem;
    background: #ffffff;
    border-radius: 9999px;
    box-shadow: inset 0px 0px 5px rgba(192, 57, 43, 1.0);
}

#alertModal div.alert .modal-header .close:hover {}

#alertModal div.alert .modal-footer .close {
    display: none;
}

#alertModalContent {
    font-weight: normal;
}