@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&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 {
    --body-font: "Open Sans", sans-serif;
    --base-size: 1.1rem;
    --bg-main: #32322F;
    --brand-gold: #D6AB00;
    --brand-black: #111111;

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

    --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);

    --radius-sm: 10px;
    --radius-md: 14px;
    --radius-lg: 25px;
    --radius-xl: 999px;


    /* Derived Surfaces */
    --surface-1: #3B3B38;
    --surface-2: #444440;

    /* Cards */
    --card-bg: #3A3A37;
    --card-bg-elevated: #41413E;

    /* Borders */
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-gold-soft: rgba(214, 171, 0, 0.35);

    /* Text */
    --text-primary: #F5F5F3;
    --text-secondary: #C9C9C4;
    --text-muted: #9A9A95;

    /* Accent */
    --accent: #C6A75E;
    --accent-hover: #D8BA75;
}

html,
body {
    font-family: var(--body-font);
    background: var(--bg-main);
    margin: 0;
    color: var(--text-secondary);
    font-size: var(--base-size);
}

label,
input,
select,
textarea {
    height: auto !important;
    font-size: var(--base-size) !important;
}
a,
a:active,
a:visited{
    color:var(--brand-gold);
}
#wrapper {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border: none;
    margin:0 auto
}

#wrapper .logo-banner {
    position: sticky;
    top: 0px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 9;
    background: #222222;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 18px rgba(00, 00, 00, 0.3);
    justify-content: flex-start;
}

#wrapper .logo-banner img {
    max-height: 95px;
    padding: 0.65rem;
    width: auto;
}

p {
    margin: 1rem;
}
.error,
.required{
    color:rgba(192, 57, 43,1.0);
}
/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    height: 100%;
    background: transparent;
    border: none;
}

#inner-header {
    width: 100%;
    z-index: 2;
    margin: 0 auto;
}

#elementHeaderBottom {
    width: 97%;
    margin: 0 auto;
    background: transparent;
}

#elementHeaderBottom img {
    width: 100%;
    transform: translate(0px, -3px);
    box-shadow: 0px 5px 18px rgba(00, 00, 00, 0.3);
    border-radius: 0 0 25px 25px;
}

/* 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;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0px 0px 0px 25px;
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.07);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
    font-size: 20px;
}

#elementHeaderBottom p {
    margin: 0;
    padding: 0;
}

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

#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 5px;
    text-align: left;
    border-right: 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 {
    max-width: 350px;
    width: 100%;
    position: sticky;
    top: 115px;
    background: var(--surface-1);
    transition: var(--transition);
    padding: 1rem;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-subtle);
}

#navigation:hover {
    /*background: var(--surface-2);*/
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

#navigation ul {
    margin: 0px;
    display: grid;
    gap: 0.5rem;
}

#navigation ul li {
    margin: 0;
}

#navigation ul.main-nav li div.panel-heading a {
    background: #222222;
    border-radius: 12px;
    margin: 0;
    color: #ffffff;
    transition: var(--transition);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    transform: var(--transform);
    will-change: box-shadow, transform;
}

#navigation ul.main-nav li div.panel-heading a.collapsed {
    background: var(--surface-2);
}

#navigation ul.main-nav li div.panel-heading a:hover {
    background: #222222;
    color: var(--brand-gold);
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.075);
    transform: var(--transform-hover);
    text-decoration: none;
}


#navigation ul.main-nav li div.sideSubNav ul li a {
    background: var(--surface-2);
    border-radius: 12px;
    margin: 0;
    color: #ffffff;
    transition: var(--transition);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
    transform: var(--transform);
    will-change: box-shadow, transform;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#navigation ul.main-nav>li a {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

#navigation ul.main-nav>li a:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "";
}

#navigation ul.main-nav>li:first-of-type a:before {
    content: "\f015";
}

#navigation ul.main-nav>li:nth-of-type(2) a:before {
    content: "\e494";
}

#navigation ul.main-nav>li:nth-of-type(3) a:before {
    content: "\f15c";
}

#navigation ul.main-nav>li:last-of-type a:before {
    content: "\f059";
}

#navigation ul.main-nav li div.sideSubNav ul li a:before {
    display: none;
}


#navigation ul.main-nav li div.sideSubNav ul li a:hover {
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.075);
    transform: var(--transform-hover);
    background: var(--surface-1);
}


#navigation ul.main-nav li div.sideSubNav {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 1rem;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    margin: 0.5rem auto;
}

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

/*****************************************************************
CONTENT
*****************************************************************/
.dashnote .card {
    padding: 2rem;
    background: rgba(00, 00, 00, 0.2);
    border-radius: 25px;
    box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.2);
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
}

.dashnote .card h1 {
    color: var(--accent-hover);
}

#main {
    width: 100%;
    float: none;
    margin: 0px;
    background: var(--surface-2);
    padding: 2rem;
    border-radius: 25px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-subtle);
    transition: var(--transition);
}

#main:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

#main>h2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#main>h2:before {
    font-family: var(--font-awesome);
    font-weight: 400;
    display: inline-block;
    content: "\f2bd";
    color: var(--brand-gold);
}

#pa {
    max-width: 90%;
    width: 100%;
    margin: 1rem auto;
}

#pa>.inner-element {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;

}

#systemForm {
    width: 100%;
    margin: 0 auto;
}

/*
h3.field-header{
    margin: 0px 15px 0px 0px;
    width: 28%;
    float: left;
	line-height: 37px;
}
*/
.field-values {
    width: 100%;
    float: none;
    margin: 0;
}

div[role="status"] {
    margin: 1rem 0 0 0;
}

textarea {
    min-height: 275px;
    height: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px !important;
    margin-top: 4px;
}

label {
    display: inline-block !important;
    width: 96%;
}

.field-values p {
    position: relative;
    margin: 1rem 0;
}

.field-values p input[type="radio"],
.field-values p input[type="checkbox"] {
    float: left;
}

div.image-input input {
    display: inline;
}


/* general styles */
p.invalid-notification-block {
    color: white !important;
    font-weight: normal !important;
    font-style: italic !important;
    margin: 5px 14px !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    width: 68% !important;
    padding: 9px;
    float: right;
    background: rgba(192, 57, 43, 0.7) !important;
    border-radius: 10px !important;
}

.field-invalid {
    border: none !important;
    border-radius: 0px !important;
    padding: 0px;

}


/* Author Options */

ul.author-option,
ul.options {
    display: inline-block;
    margin: 0 !important;
}

ul.options li,
ul.author-option li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.options li ul,
ul.author-option li ul {
    list-style: none;
    margin-left: auto;
    border-radius: 16px;
    box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.3);
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    background: rgba(59, 59, 56, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari */
}

ul.options li ul li,
ul.author-option li ul li {
    display: block !important;
}

ul.options li ul li a,
ul.author-option li ul li a {
    padding: 1.1rem 1.4rem;
    font-size: 1rem;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-self: flex-start;
    gap: 0.75rem;
    width: 100%;
    color: #ffffff;
    will-change: transform, background, color;
    transition: var(--transition);
    transform: scale(1) translateY(0px);
}

ul.author-option li ul li a span {
    display: none;
}

ul.options li ul li a:hover,
ul.author-option li ul li a:hover {
    transition: var(--transition);
    transform: scale(1) translateY(-2px);
    background: rgba(214, 171, 00, 0.05);
}

ul.options li ul li a:hover {
    color: var(--brand-gold);
}



ul.author-option li ul li a:hover:before {
    color: #333333;
}

ul.options li a.dropdown-toggle,
ul.author-option li a.dropdown-toggle {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 0.3rem;
    box-shadow: 0px 0px 7px rgba(00, 00, 00, 0.1);
}

.dropdown a .glyphicon-cog:before,
ul.options li ul li a:before,
ul.author-option li ul li a:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "";
    color: var(--brand-gold);
}

ul.author-option li ul li a:hover {
    text-decoration: none !important;
}

ul.author-option li ul li a:before {
    transition: var(--transition);
    transform: scale(1) translateY(0px);
}

ul.author-option li ul li a:hover:before {
    transform: scale(1.01) translateY(-2px);
}

ul.author-option li ul li:nth-of-type(1) a:before {
    content: "\f4ff";
}

ul.author-option li ul li:nth-of-type(2) a:before {
    content: "\f0c0";
}

ul.author-option li ul li:nth-of-type(3) a:before {
    content: "\f3e0";
}

ul.author-option li ul li:nth-of-type(4) a:before {
    content: "\f1f8";
}


.dropdown a .glyphicon-cog:before {
    content: "\f142";
    color: #4295d1;
    width: 25px;
    height: auto;
}

ul.options li ul li:nth-of-type(1) a:before {
    content: "\f31c";
}

ul.options li ul li:nth-of-type(2) a:before {
    content: "\f022";
}

ul.options li ul li:nth-of-type(3) a:before {
    content: "\f0ed";
}

ul.options li ul li:nth-of-type(3) a:hover,
ul.options li ul li:nth-of-type(3) a:before {
    color: rgba(52, 152, 219,1.0);
}

/* Author */
#authorAddButtons {
    z-index: 8;
    display: block;
    position: relative;
}

#authorDetails .ui-sortable {
    display: grid;
    gap: 0.5rem;
    z-index: 999;
    position: relative;
}

.table-bordered>tfoot>tr>th {
    border: none !important
}

#authorDetails .ui-sortable .sortable {
    border: 1px solid rgba(00, 00, 00, 0.03);
    border-radius: 16px;
    margin: 0 0 1rem 0;
    padding: 0.75rem 1rem;
    transition: var(--transition);
    box-shadow: 0px 2px 7px rgba(00, 00, 00, 0.05);
    transform: scale(1) translateY(0px);
}

#authorDetails .ui-sortable .sortable:hover {
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
}

#authorDetails .ui-sortable .sortable h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    color: #4295d1;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0;
    position: relative;
    border: none !important;
}

#authorDetails .ui-sortable .sortable h4:before {
    width: 3px;
    background: #2944d1;
    display: inline-block;
    position: absolute;
    left: -9px;
    content: "";
    height: 100%;
}

#authorDetails .ui-sortable .sortable .errorReqFields {
    color: rgba(192, 57, 43, 1.0) !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(192, 57, 43, 0.1) !important;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 999px;
    box-shadow: 0px 0px 10px rgba(192, 57, 43, 0.3);
    border: 1px solid rgba(192, 57, 43, 0.2);
}

#authorDetails .ui-sortable .sortable .errorReqFields:before,
.author-name-display:before {
    font-family: var(--font-awesome);
    display: inline-block;
    font-weight: 900;
    content: "\f071";
    font-size: 1.2rem;
}

.author-name-display {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin: 0 !important;
}

.author-name-display:before {
    font-family: var(--font-awesome);
    font-weight: 400;
    content: "\f007";
    background: #70bce7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
}

ul.author-option li ul li {
    margin: 0 !important;
    padding: 0 !important;
}

div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm {
    color: #000000;
    text-align: left;
    padding: 0.5rem 1.3rem;
    margin: 0 !important;
    border-radius: 0;
    background: #ffffff;
}

.modal .modal-content {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: none;
    color: var(--brand-black);
}
.modal .modal-content .modal-header{
    border-radius: 25px 25px 0 0;
    background:var(--brand-black);
}
.modal-header h4{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}
.modal-header h4:before{
    font-family: var(--font-awesome);
    font-weight:900;
    display:inline-block;
    content:"\f234";
}
.modal-header .close{
    position: absolute;
    opacity: 1;
    padding: 0;
    top: -5px;
    right: -5px;
    font-size: 1.2rem;
    line-height: normal;
    transition: var(--transition);
    text-shadow: none;
    transform: scale(1) translateY(0px) rotate(0deg);
}
.modal-header .close:hover{
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    transform: scale(1.01) translateY(-3px) rotate(-5deg); 
}
.modal .modal-content .modal-header .close span{
    position: relative;
    text-indent: -999px;
    overflow: hidden;
    line-height: normal;
}
.modal-header .close span:after{
    font-family: var(--font-awesome);
    display: inline-block;
    font-weight: 900;
    content: "\f056";
    color: rgba(231, 76, 60, 1.0);
    background: #ffffff !important;
    border-radius: 999px;
    line-height: normal;
    font-size: 1.7rem !important;
    width: 29px;
    height: 29px;

}

.modal .modal-content .modal-header h4{
    font-size: 1.3rem;
    color:var(--brand-gold);
    line-height: normal;
}

.userNew .btn-group {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.userNew .btn-group #submitAbstract {
    padding: 0.75rem 1.2rem;
    margin: 0.75rem 0;
    background: #0d7061;
    border-color: #0d7061;
    color: #ffffff;
    border-radius: 16px;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
    transform: var(--transform);
    width: auto;
    height: auto;
    font-size: 1.1rem;
    will-change: transform, box-shadow;
}

.userNew .btn-group #submitAbstract:hover {
    background: #008876;
    border-color: #008876;
    transition: var(--transition);
    box-shadow: var(--box-shadow-hover);
    transform: var(--transform-hover);
}

.click-to-select {
    font-size: 0.8rem;
    font-weight: normal;
    display: inline-flex;
    color: #555555;
    margin: 0.7rem 0 0 0;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    background: #fefefe;
    border-radius: 9px;
    width: auto;
    justify-content: center;
    font-style: italic;
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.05);
}

.click-to-select i {
    color: rgba(52, 152, 219, 1.0);
}

#recentAbstract {
    margin: 2rem 0rem 1rem 0;
}

.recentAbstracts,
.tablesorter-default {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 4px 12px rgba(00, 00, 00, 0.05);
}

.recentAbstracts thead,
.recentAbstracts thead *,
.tablesorter-default thead,
.tablesorter-default thead *,
.table-bordered {
    border: none !important;
}

.recentAbstracts thead th,
.tablesorter-default thead th,
.table-bordered thead th {
    background: var(--accent);
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 12px 15px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.recentAbstracts thead th:hover,
.tablesorter-default thead th:hover, 
.table-bordered thead th:hover{
    background: var(--accent-hover);
}

.recentAbstracts thead th,
.recentAbstracts tbody th,
.recentAbstracts tbody td,
.tablesorter-default thead th,
.tablesorter-default tbody th,
.tablesorter-default tbody td,
.table-bordered tbody th,
.table-bordered tbody td {
    border: none;
}

.tablesorter-default tbody tr th,
.tablesorter-default tbody tr td,
.recentAbstracts tbody th,
.recentAbstracts tbody td,
.table-bordered tbody th,
.table-bordered tbody td{
    background: rgba(255, 255, 255, 0.8);
    padding:0.5rem 1rem;
    font-size: 1rem;
}

.recentAbstracts thead th:nth-of-type(1),
.tablesorter-default thead th:nth-of-type(1),
.table-bordered thead th:nth-of-type(1){
    border-radius: 25px 0 0 0;
    border: none !important;
    padding: 8px 0px 8px 21px;
}


.recentAbstracts tbody td:nth-of-type(1),
.tablesorter-default tbody td:nth-of-type(1),
.tablesorter-bordered tbody td:nth-of-type(1),
.table-bordered tbody td:nth-of-type(1) {
    padding: 8px 8px 8px 21px;
}

.recentAbstracts thead th:last-of-type,
.tablesorter-default thead th:last-of-type,
.tablesorter-bordered thead th:last-of-type,
.table-bordered thead th:last-of-type  {
    border-radius: 0 25px 0 0;
    border: none !important;
    padding: 8px 21px 8px 15px;
}

.recentAbstracts tbody tr:last-of-type td:nth-of-type(1),
.tablesorter-default tbody tr:last-of-type td:nth-of-type(1),
.tablesorter-bordered tbody tr:last-of-type td:nth-of-type(1),
.table-bordered tbody tr:last-of-type td:nth-of-type(1){
    border-radius: 0 0 0 25px;
    border: none !important;
    padding: 8px 0px 8px 21px;
    
}

.recentAbstracts tbody tr:last-of-type td:last-of-type,
.tablesorter-default tbody tr:last-of-type td:last-of-type,
.tablesorter-bordered tbody tr:last-of-type td:last-of-type,
.table-bordered tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 25px 0;
    border: none !important;
}

.recentAbstracts thead th.tablesorter-headerAsc::after,
.recentAbstracts thead th.tablesorter-headerDesc::after,
.tablesorter-default thead th.tablesorter-headerAsc::after,
.tablesorter-default thead th.tablesorter-headerDesc::after,
.tablesorter-bordered thead th.tablesorter-headerAsc::after,
.tablesorter-bordered thead th.tablesorter-headerDesc::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
}
.table-bordered tbody td{
    color: #111111;
}
.recentAbstracts thead th:nth-of-type(1) div.tablesorter-header-inner {
    width: 158px !important;
}

.recentAbstracts thead th:nth-of-type(2) {
    width: 100% !important;
}
#recentAbstract .recentAbstracts thead th:nth-of-type(3) div.tablesorter-header-inner,
#recentAbstract .recentAbstracts thead th:nth-of-type(4) div.tablesorter-header-inner{
    width: 140px !important;
    text-align: center;
}

#recentAbstract .recentAbstracts tbody td:nth-of-type(4),
#recentAbstract .recentAbstracts tbody td:nth-of-type(3){
    
    text-align: center;
}

.recentAbstracts thead th:nth-of-type(2) div.tablesorter-header-inner {
    width: auto !important;
}

.recentAbstracts thead th:last-of-type,
.table-bordered thead th:last-of-type {
    width: auto !important;
}

.recentAbstracts thead th:last-of-type div.tablesorter-header-inner {
    width: 128px !important;
    text-align: center;
}

.recentAbstracts thead th:last-of-type div.tablesorter-header-inner {
    width: auto !important;
}

.recentAbstracts tbody tr td:last-of-type,
.recentAbstracts tbody tr td:nth-of-type(5),
.tablesorter-default tbody tr td:last-of-type,
.tablesorter-default tbody tr td:nth-of-type(5),
.table-bordered tbody tr td:last-of-type,
.table-bordered thead tr th:last-of-type{
    text-align: center;
}

.recentAbstracts thead th.tablesorter-headerAsc::after,
.tablesorter-default thead th.tablesorter-headerAsc::after {
    border-bottom-color: #fff;
}

.recentAbstracts thead th.tablesorter-headerDesc::after,
.tablesorter-default thead th.tablesorter-headerDesc::after {
    border-top-color: #fff;
}

.recentAbstracts tbody tr,
.tablesorter-default tbody tr {
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.recentAbstracts td,
.tablesorter-default td {
    padding: 12px 15px;
    border: none;
    vertical-align: middle;
    color: #333;
}

.tooltip {
    position: absolute;
}

.tablesorter-default>tfoot>tr>th {
    border-bottom: none;
    border-left: none;
    border-right: none;
}

table.tablesorter th:last-child {

    padding-left: 1rem;
}

.tablesorter-default thead tr th:nth-of-type(1),
.tablesorter-default thead tr th:nth-of-type(3),
.tablesorter-default thead tr th:nth-of-type(4),
.tablesorter-default thead tr th:nth-of-type(5),
.tablesorter-default tbody tr td:nth-of-type(1),
.tablesorter-default tbody tr td:nth-of-type(3),
.tablesorter-default tbody tr td:nth-of-type(4),
.tablesorter-default tbody tr td:nth-of-type(5) {
    text-align: center;
}

.tablesorter-default tbody tr td:nth-of-type(5) span {
    color: var(--brand-gold) !important;
    font-size: 0.85rem;
    display: grid;
    line-height: normal;
    align-items: center;
}

/*
.tablesorter-default tbody tr td:nth-of-type(5) span::before{
    font-family: var(--font-awesome);
    font-weight: 900;
    display:inline-block;
    content:"\f071";
}
*/
.tablesorter-default colgroup col,
.tablesorter-default thead tr th:nth-of-type(4) {
    width: unset !important;
}

.tablesorter-default colgroup col:nth-of-type(1) {
    width: 172px !important;
}

.tablesorter-default colgroup col:nth-of-type(3) {
    width: 185px !important;
}

.tablesorter-default colgroup col:nth-of-type(4) {
    width: 145px !important;
}

.tablesorter-default colgroup col:last-of-type {
    width: 100px !important;
}


.recentAbstracts thead tr th:first-of-type{
    width:300px;
}


/* Zebra striping alternative */
.recentAbstracts tbody tr.odd,
.tablesorter-default tbody tr.odd {
    background-color: rgba(255, 255, 255, 0.95);
}

.recentAbstracts tbody tr.even,
.tablesorter-default tbody tr.even {
    background-color: rgba(255, 255, 255, 0.9);
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .recentAbstracts thead {
        display: none;
    }

    .recentAbstracts tbody tr {
        display: block;
        margin-bottom: 15px;
    }

    .recentAbstracts tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .recentAbstracts tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #555;
    }
}

th.total_rows span {
    background: #f99f1e;
    color: #223562;
    border-radius: 999px;
    width: 33px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    box-shadow: 0px 0px 10px rgba(249, 159, 30, 0.3);
}

.modalset.btn.btn-primary,
.btn-warning{
    background: var(--brand-gold) !important;
    color: var(--brand-black) !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
    font-size: var(--base-size);
    align-items: center;
    gap: 0.3rem;
    width: auto;
    margin: 0.5rem 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
    line-height: normal;
    height: unset;
    letter-spacing: 0.02rem;
    display: inline-flex;
}

.modalset.btn.btn-primary:hover,
.btn-warning:hover{
    transition: var(--transition) !important;
    color: var(--brand-black) !important;
    background: #e7bd15 !important;
    border-color: #e7bd15 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(214, 171, 0, 0.35) !important;

}

.modalset.btn.btn-primary:before {
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    content: "\f0ed";
    font-size: 1.3rem;
    transition: var(--transition);
    transform: scale(1) translateY(0px);
    text-shadow: none;
}

.modalset.btn.btn-primary:hover:before {
    transition: var(--transition);
    transform: scale(1.02) translateY(-2px);
    box-shadow: 0px 3px 13px rgba(249, 159, 30, 1);
}
/*
#submitGradeBttn {
    text-align: center;
}

#submitGrade {
    background: #008876 !important;
    border-color: #008876 !important;
    box-shadow: 0px 0px 10px rgba(00, 136, 118, 0.3);
}

#submitGrade:hover {
    box-shadow: 0px 2px 13px rgba(00, 136, 118, 0.5);
}
*/
#wrap p{font-size:var(--base-size) !important;}

#reviewPapers #wrap {
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0px 3px 20px rgba(00, 00, 00, 0.5);
    border-top: 3px solid var(--accent-hover);
    border-bottom: 3px solid var(--accent-hover);
    background: rgba(00, 00, 00, 0.2);
    border-right: none;
    border-left: none;
    margin: 1rem 0;
}

#fieldVar-106050{

}

#reviewPapers #wrap div[data-id="106050"].field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

#reviewPapers #wrap .field h2 {
    font-size: 1.3rem;
    font-weight: 600;
    width: 75%;
    margin: 0 0 1rem;
    flex: 1 1 100%;
    color: var(--brand-gold);
    letter-spacing: 0.02rem;
    position: relative;
}



#reviewPapers #wrap .field.has-options p {
    position: relative;
    margin: 0;
}

#fieldVar-106050 p input {
    position: absolute;
    opacity: 0;
    display: none;
}

#reviewPapers #wrap .field.has-options p .blank_space {
    display: none;
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p label {
    padding: 0.75rem 1.5rem !important;
    background:#ffffff;
    border-radius: 13px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.05);
    border: 2px solid transparent;
    transition: var(--transition);
    transform: scale(1) translateY(0px);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p label:after,
#reviewPapers #wrap div[data-id="106050"].field.has-options p input:checked~label:after,
#reviewPapers #wrap .field table td label:after,
#reviewPapers #wrap .field table td input:checked+label:after{
    top: -11px !important;
    right: -11px !important;
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p input:checked~label,
#reviewPapers #wrap .field table td input:checked+label{
    color: #ffffff !important;
    transform: scale(1.01) translateY(-2px);
     box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.85);
}


#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(1) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(1) input:checked~label {
    background: rgba(244, 81, 30, 1);
    border-color: rgba(244, 81, 30, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(2) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(2) input:checked~label {
    background: rgba(255, 112, 67, 0.95);
    border-color: rgba(255, 112, 67, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(3) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(3) input:checked~label {
    background: rgba(255, 138, 101, 0.9);
    border-color: rgba(255, 138, 101, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(4) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(4) input:checked~label {
    background: rgba(255, 183, 77, 0.85);
    border-color: rgba(255, 183, 77, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(5) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(5) input:checked~label {
    background: rgba(255, 241, 118, 0.85);
    border-color: rgba(255, 241, 118, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(6) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(6) input:checked~label {
    background: rgba(174, 213, 129, 0.8);
    border-color: rgba(174, 213, 129, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(7) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(7) input:checked~label {
    background: rgba(129, 199, 132, 0.75);
    border-color: rgba(129, 199, 132, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(8) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(8) input:checked~label {
    background: rgba(102, 187, 106, 0.7);
    border-color: rgba(102, 187, 106, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(9) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(9) input:checked~label {
    background: rgba(67, 160, 71, 0.65);
    border-color: rgba(67, 160, 71, 1);
}

#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(10) label:hover,
#reviewPapers #wrap div[data-id="106050"].field.has-options p:nth-of-type(10) input:checked~label {
    background: rgba(46, 125, 50, 0.6);
    border-color: rgba(46, 125, 50, 1);
}



#reviewPapers #wrap .field table {
    width: auto;
}

#reviewPapers #wrap .field table td {
    padding: 0.5rem;
}

#reviewPapers #wrap .field table td input {
    opacity: 0;
    position: absolute;
}

#reviewPapers #wrap .field table td label {
    padding: 0.75rem 1.5rem;
    border-radius: 13px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.1);
    border: 2px solid transparent;
    background: #ffffff;
    color: #666666 !important;
    transition: var(--transition);
}

#reviewPapers #wrap .field table td label:hover,
#reviewPapers #wrap .field table td input:checked+label {
    box-shadow: 0px 3px 14px rgba(00, 00, 00, 0.17);
    transform: scale(1.01) translateY(-2px);
    box-shadow: 0px 3px 10px rgba(00, 00, 00, 0.85);
    color:#ffffff !important;
}

#reviewPapers #wrap .field table td:nth-of-type(1) {
    display: none;
}

#reviewPapers #wrap .field table td:nth-of-type(3) label:hover,
#reviewPapers #wrap .field table td:nth-of-type(3) input:checked+label {
    background: rgba(39, 174, 96, 0.5);
    border-color: rgba(39, 174, 96, 1.0);
    /*color: rgba(39, 174, 96, 1.0);*/
}

#reviewPapers #wrap .field table td:nth-of-type(2) label:hover,
#reviewPapers #wrap .field table td:nth-of-type(2) input:checked+label {
    background: rgba(192, 57, 43, 0.5);
    border-color: rgba(192, 57, 43, 1.0);
    /*color: rgba(192, 57, 43, 1.0);*/
}

.reviewComplete td {
    /*color: rgba(46, 204, 113, 1.0);*/
    font-weight: normal;
    font-style: normal;
}

.reviewComplete td:nth-of-type(1):before {
    font-family: var(--font-awesome);
    font-weight: 400;
    display: inline-block;
    content: "\f058";
}

.reviewComplete td:nth-of-type(1) {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

#scoringForm {
    display: grid;
    gap: 1rem;
}

#scoringForm .field {
    margin: 0 !important;
}

.btn-group.reviewtraversing {
    margin: 1rem 0;
}

#reviewPapers .table.table-summary {
    width: auto;
}

#reviewPapers .table.table-summary th,
#reviewPapers .table.table-summary td {
    border: none;
}

#reviewPapers .container-fluid.summary {
    padding: 2rem;
    border-radius: 25px;
    box-shadow:0px 3px 20px rgba(00, 00, 00, 0.5);
    border-top: 3px solid var(--accent);
    border-bottom: 3px solid var(--accent);
    background: rgba(00, 00, 00, 0.2);
}

/***********************
	Footer
***********************/
#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 #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: rgba(247,148,45,0.7);
    font-size: 60px;
    position: absolute;
    left: -80px;
}

#inner-footer {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer {
    background:rgba(00, 00, 00, 0.2) !important;
    box-shadow: none !important;
    padding: 50px;
    color:rgba(255, 255, 255, 0.5);
    border-top: 1px solid #dadada;
    box-shadow: none !important;
    height:100%;
}

#inner-footer:before {
    border-top: 1px solid rgba(00, 00, 00, 0.1);
    display: block;
    content: "";
    width: 100%;
    height: 1px;
}

#tagline {
    font-size: 1.5rem;
    margin-top: 0;
    margin-left: 84px;
    flex: 1 1 100%;
    position: relative;
    line-height: 29px;
    padding-top: 30px;
    color: rgba(255, 255, 255, 0.5);
}

#footLinks {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem 0 !important;
    width: auto;
}
#footLinks li {
    float: none !important;
    color: unset;
    border: none;
    padding: 0;
    height: 100%;
    position: relative;
}

#footLinks li a,
#footLinks li a.btn {
    display:block;
    color:var(--brand-gold);
    transition: var(--transition);
    text-shadow: 0 0px 0px rgba(214, 171, 00, 0);
    transform: scale(1) translateY(0px);
}
#footLinks li a:hover,
#footLinks li a.btn:hover{
    color:var(--accent-hover);
    transition: var(--transition);
    text-shadow: 0 3px 10px rgba(214, 171, 00, 0.75);
    transform: scale(1.01) translateY(-3px);
    text-decoration: none;
}
/* Buttons */
.field-wrapper .btn-group {
    width: 100%;
    text-align: unset;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 0 0;
}

#submitGradeBttn{text-align: center;}

.field-wrapper .btn-group button[type="submit"],
#submitGrade {
    padding: 1.2rem 2rem !important;
    font-size: 1.2rem !important;
    background: rgba(76, 217, 100, 0.6) !important;
    border-color: rgba(76, 217, 100, 0.8) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    float: none !important;
    transition: var(--transition);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
    transform: scale(1) translateY(0px) !important;
}

.field-wrapper .btn-group button[type="submit"]:hover,
.field-wrapper .btn-group button[type="submit"]:focus,
#submitGrade:hover,
#submitGrade:focus {
    background: rgba(76, 217, 100, 1) !important;
    box-shadow:0 4px 12px rgba(76,217,100,0.4) !important;
    border-color: rgba(76, 217, 100, 1) !important;
    color: #ffffff !important;
    box-shadow: 0 3px 12 rgba(76, 217, 100, 0.5) !important;
    transform: scale(1.01) translateY(-3px) !important;
}



/* Table Displays */

table.table-summary th,
table.table-summary td,
table.table-summary td a {
    font-size: 1rem !important;
}

table.table-summary th {
    width: 25%;
}

table.table-summary th br {
    display: inline;
}

.reviewComplete.descriptor {
    font-size: 1rem !important;
    font-style: normal;
    font-weight: normal;
    background: rgba(241, 196, 15, 0.5) !important;
}

/* System MSG */
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,
.reviewComplete.descriptor {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

div.systemMsg ul li,
.reviewComplete.descriptor {
    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,
.reviewComplete.descriptor:before,
div.systemMsg ul.error li:before{
    font-family: var(--font-awesome);
    font-weight: 900;
    display: inline-block;
    font-size: 1.2rem;
    content: "";
}

div.systemMsg ul.notice li,
.reviewComplete.descriptor {
    background: rgba(245, 196, 81, 0.12);
    color: #F5C451;
    border-left: 4px solid rgba(245, 196, 81, 0.35);
    border-right: 4px solid rgba(245, 196, 81, 0.35);
}

div.systemMsg ul.notice li:before,
div.systemMsg ul.error li:before,
.reviewComplete.descriptor:before {
    color: #F5C451;
    content: "\f071";
}
div.systemMsg ul.error li:before{
    color:#FF5C5C;
}

div.systemMsg ul.success li {
    background: rgba(76, 217, 100, 0.12);
    color: #4CD964;
    border-left: 4px solid rgba(76, 217, 100, 0.35);
    border-right: 4px solid rgba(76, 217, 100, 0.35);
}

div.systemMsg ul.success li:before {
    color: #4CD964;
    content: "\f058";
}

div.systemMsg ul.error li {
    background:rgba(255, 92, 92, 0.12);
    color: #FF5C5C;
    border-left: 4px solid rgba(255, 92, 92, 0.35);
    border-right: 4px solid rgba(255, 92, 92, 0.35);
}

.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;
}

#loading {
    background-color: rgba(00, 00, 00, 0.1);
    backdrop-filter: blur(10px);
    opacity: 1 !important;
}

#loading #spinner {
    background: url(../image/circle-1700.gif) no-repeat center transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 117px;
    text-align: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #223562;
    font-size: 1rem;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(00, 00, 00, 0.1);
    backdrop-filter: blur(10px);
    opacity: 1 !important;
}

#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;
}



.modal .modal-body .field {
    height: 100%;
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 0;
    background:transparent;
    box-shadow: none;
    border-radius: 0;
    border:none;
}

.modal .modal-body .field-wrapper {
    padding: 1rem;
    display: grid;
    gap: 0.3rem;
}

.modal .modal-body .field h3 {
    font-size: 1.1rem;
    color: var(--brand-black);
    margin: 0;
    line-height: 1rem;
    font-family: var(--body-font);
    min-width: 20%;
    display: flex;
    align-items: center;
    height: 100%;
}

.modal .modal-body .field.required-field h3 {
    position: relative;
}

.modal .modal-body .field.required-field h3:before {
    height: 100%;
    width: 3px;
    position: absolute;
    background: rgba(192, 57, 43, 1.0);
    display: inline-block;
    content: "";
    left: -12px;
}

.modal .modal-body .field .field-header span.required {
    display: none;
}

.modal .modal-body .field .field-values {
    margin: 0;
}

.modal .modal-body .field .field-values p {
    margin: 0 1rem;
}

/* Author Section */
.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,
#loginbtn,
#registerbtn,
#contactform input[name="submit"],
.dragdropper a.btn{
    background: var(--brand-gold) !important;
    color: var(--brand-black) !important;
    border: none !important;
    padding: 1rem 2rem !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
    font-size: var(--base-size);
    display: flex;
    align-items: center;
    gap: 0.3rem;
    width: auto;
    margin: 0.5rem 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
    line-height: normal;
    height: unset;
}

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

.author-wrapper .btn:hover,
.button-wrapper .btn-group .btn:hover,
#loginbtn:hover,
#registerbtn:hover,
#contactform input[name="submit"]:hover,
.dragdropper a.btn:hover{
    transition: var(--transition) !important;
    color: var(--brand-black) !important;
    background: #e7bd15 !important;
    border-color: #e7bd15 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(214, 171, 0, 0.35) !important;
}

.dragdropper a.btn{
	display:inline-flex;
	align-items: center;
	gap:0.5rem;
	align-items: center;
}
.dragdropper a.btn:before{
	font-family: var(--font-awesome);
	display:inline-block;
	font-weight: 900;
	content:"\f0ee";
	font-size:1.4rem;
}

.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 a:first-of-type:before{
    content: "\f2bd";
}

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

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



/* Animated checkmark */
div.field label>span.checkmark {
    position: absolute;
    top: 24%;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--accent-color);
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: transform 0.25s ease;
    font-size: 0.9rem;
    pointer-events: none;
}

.de_fieldset .is-selected .checkmark {
    transform: scale(1);
    background: #e7bd15;
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 0.05)
}

.form-control {
    height: unset !important;
    padding: 12px 15px !important;
    font-size: var(--base-size) !important;
    font-size: 1.1rem !important;
    line-height: normal !important;
    border-radius: 10px !important;
    transition: var(--transition) !important;
    transform: scale(1) translateY(0px);
    background: rgba(255, 255, 255, 0.95);
}

.form-control,
.form-control.valid,
.has-error .form-control{
    border-color:rgba(0, 0, 0, 0.5);
}

.form-control.error{
    border-color: rgba(192, 57, 43, 1.0);
    box-shadow: 0 2px 14px rgba(192, 57, 43, 0.8);
    transform: translateY(-3px);
}

.dashnote .card {
    padding: 2rem;
    background: rgba(00, 00, 00, 0.2);
    border-radius: 25px;
    box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.2);
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    background: rgba(255, 255, 255, 1);
    border-color: var(--abi-green);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(214, 171, 00, 0.75), 0 0 8px rgba(214, 171, 00, .6);
    box-shadow: inset 0 1px 1px rgba(214, 171, 00, .075), 0 0 8px rgba(214, 171, 00, .6);
    transition: var(--transition);
    transform: scale(1) translateY(-2px);
}

.field-wrapper {
    display: grid;
    gap: 0.5rem;
    width: 100%;
}

div.field {
    height: 100%;
    overflow: visible;
    width: 100%;
    margin: 10px auto;
    padding: 1rem;
    background: rgba(00, 00, 00, 0.2);
    border-radius: 25px;
    box-shadow: 0px 3px 20px rgba(00, 00, 00, 0.4);
    border: 1px solid rgba(00, 00, 00, 0.1);
}

div.field.has-options .field-values {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

div.field.has-options .field-header{
    display: flex;
    align-items: center;
}
div.field.has-options .field-header .check-apply{
font-size: 0.85rem;
    background: rgba(241, 196, 15, 0.2);
    padding: 0.5rem .85rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    clear: none;
    width: auto;
    margin: 0 1rem;
    border-radius: 999px;
    gap: 0.5rem;
    border-left: 2px solid var(--brand-gold);
    border-right: 2px solid var(--brand-gold);
}
div.field.has-options .field-header .check-apply i{
    color:var(--brand-gold);
}
div.field.has-options .field-values p {
    position: relative;
    display: flex;
    max-width: 49%;
    width: 100%;
    margin: 0;
}

div.field.has-options .field-values p span.blank_space {
    display: none;
}

.has-options .field-values input {
    position: absolute;
    opacity: 0;
    display: none;
}

div.field.has-options .field-values p label,
#scoringForm .field p label{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1.25rem !important;
    border-radius: 14px;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
    transition: var(--transition);
    height: 100% !important;
    position: relative;
    color: #666666 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
}

.has-options .field-values p label:hover,
#scoringForm .field p label{
    transition: var(--transition);
    box-shadow: 0px 3px 14px rgba(214, 171, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
    border-color: rgba(214, 171, 00, 0.3);

}

.has-options .field-values label:after,
#scoringForm .field p label:after,
#reviewPapers #wrap .field table td label:after{
    font-family: var(--font-awesome);
    display: inline-block;
    content: "\f111";
    position: absolute;
    top: 20px;
    right: 13px;
    font-size: 1.6rem;
    color:rgba(58,58,55,0.1);
    font-weight: 400;
    border-radius: 9999px;   
}
#scoringForm .field p label:after{
    color:transparent;
}
#reviewPapers #wrap .field table td input:checked+label:after{
    transition: var(--transition);
    box-shadow: 0px 3px 14px rgba(214, 171, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
    border-color: rgba(214, 171, 00, 0.8);
    /*background: linear-gradient(-36deg, rgba(214, 171, 00, 0.2), rgba(214, 171, 00, 0.8));*/
    color: #e7bd15;
}

.has-options .field-values p input:checked~label,
#scoringForm .field p input:checked~label{
    transition: var(--transition);
    box-shadow: 0px 3px 14px rgba(214, 171, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
    border-color: rgba(214, 171, 00, 0.8);
    background: linear-gradient(-36deg, rgba(214, 171, 00, 0.2), rgba(214, 171, 00, 0.8));
    color: #ffffff !important;
}

.has-options .field-values input:checked~label:after,
#scoringForm .field p input:checked~label:after,
#reviewPapers #wrap .field table td input:checked+label:after{
    content: "\f058";
    font-weight: 900;
    color: #e7bd15;
    background: #ffffff;
}

#scoringForm .field p input[type="radio"]{position: absolute;opacity: 0; display:none;}

.lostPassword,
.createAccount {
    margin: 1rem 0;
}

.lostPassword a,
.createAccount a {
    padding: 0;
    margin: 0;
    background: transparent;
    color: var(--accent);
    border: none;
    text-decoration: none;
}

.lostPassword a:hover,
.lostPassword a:focus,
.createAccount a:hover,
.createAccount a:focus {
    text-decoration: none;
    background: none;
    color: var(--accent-hover);
}

.modal.childSummary {
    z-index: 9999;
}


/* File Drop */
.field .file-dropzone {
    border: 2px dashed #aaa;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
    background: #fdfdfd;
    transition: var(--transition);
    transform: var(--transform);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
        width: 96%;
    margin: 1rem;
}

.field .file-dropzone.dragover {
    border-color: #4caf50;
    background: #f0fff0;
    transform: var(--transform-hover);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.075);
}

.field .file-dropzone:hover {
    transform: var(--transform-hover);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.075);
}

.field .file-dropzone i {
    font-size: 2rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.field .file-preview {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.field .file-preview img {
    max-height: 350px;
    max-width: 350px;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    object-fit: cover;
}

.field .file-remove {
    color: #f44336;
    cursor: pointer;
    font-size: 1.2rem;
}
#scoringForm #fieldVar-106054.field p label{display:none !important; opacity: 0; height: 0px;}

#scoringForm #fieldVar-106055{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
#scoringForm #fieldVar-106055>h2{
        flex: 1 1 100%;
    width: 100%;
}
#scoringForm #fieldVar-106055 p{
    max-width: 33%;
    width:100%;
}

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

.logincard{
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
}

#content-login h2,
#content-register h2{
    text-align: center;
}

#content-login .content,
#content-register .content{
    max-width: 50%;
    width:100%;
}
#content-login .content #loginAdmin,
#content-register .content #register,
#contact-wrapper{
    padding: 2rem;
    background: rgba(00, 00, 00, 0.2);
    border-radius: 25px;
    box-shadow: 0px 4px 18px rgba(00, 00, 00, 0.2);
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
}
#contact-wrapper{
    border-right: none;
    border-left: none;
}
.signuptype{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.signuptype .createcheck{
    max-width: 50%;
    width:100%;
}
.createcheck .blank_space{
    display:none;
}
.createcheck label{
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1.25rem !important;
    border-radius: 14px;
    border: 2px solid transparent;
    background: #fff;
    cursor: pointer;
    transition: var(--transition);
    height: 100% !important;
    position: relative;
    color: #666666 !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    transform: scale(1) translateY(0px);
}
.createcheck input{
    position: absolute;
    opacity: 0;
    display:none;
}

.createcheck label:hover{
    transition: var(--transition);
    box-shadow: 0px 3px 14px rgba(214, 171, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
    border-color: rgba(214, 171, 00, 0.3);

}

.createcheck label:after{
    font-family: var(--font-awesome);
    display: inline-block;
    content: "";
    position: absolute;
    top: 20px;
    right: 13px;
    font-size: 1.6rem;
    color: #e7bd15;
    background: #ffffff;
    border-radius: 9999px;
    box-shadow: inset 0px 0px 4px rgba(00, 00, 00, 1), 0px 3px 10px rgba(00, 00, 00, 0.2);
}
.createcheck input:checked~label{
    transition: var(--transition);
    box-shadow: 0px 3px 14px rgba(214, 171, 00, 0.085);
    transform: scale(1.01) translateY(-2px);
    border-color: rgba(214, 171, 00, 0.8);
    background: linear-gradient(-36deg, rgba(214, 171, 00, 0.2), rgba(214, 171, 00, 0.8));
    color: #ffffff !important;
}

.createcheck input:checked~label:after{
    content: "\f058";
}
#register h3{
    position: relative;
    margin: 1.3rem 0 1.3rem 0;
}
#register h3:after,
.txtfieldedit label:after{
    font-family: var(--font-awesome);
    font-weight:900;
    display: inline-block;
    content:"\*";
        color: rgba(192, 57, 43, 1.0);
    font-size: 0.5rem;
    position: absolute;
    top: 0;
}
#register label{
    position:relative;
}
.createcheck .required,
.txtfieldedit .required{
    display:none;
}
.txtfieldedit label{
    width:auto !important;
    position: relative;
}
.loginbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
    padding: 0.5rem 0;
}
#contactform p{
    margin:1rem 0;
}

.field .file-remove {
    will-change: transform, text-shadow, box-shadow;
    color: rgba(192, 57, 43, 1.0);
    cursor: pointer;
    font-size: 0.85rem;
    background: rgba(192, 57, 43, 0.1);
    margin: 0 0 1rem 0;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    justify-content: center;
    border: 2px solid rgba(192, 57, 43, 0.7);
    transition: var(--transition);
    box-shadow: 0px 0px 0px rgba(192, 57, 43, 0.0);
    transform: scale(1) translateY(0px);
    text-shadow: 0px 0px 0px rgba(192, 57, 43, 0.0);
}
.field .file-remove:hover{
    box-shadow: 0px 3px 10px rgba(192, 57, 43, 0.3);
    text-shadow: 0px 3px 10px rgba(00, 00, 00, 0.3);
    transform: scale(1.01) translateY(-3px);
}
.field .file-remove .fa-trash-can{
    will-change: transform, text-shadow;
    font-size: 0.85rem;
    color: rgba(192, 57, 43, 1.0);
    margin: 0;
    transition: var(--transition);
    text-shadow: 0px 0px 0px rgba(192, 57, 43, 0.0);
    transform: scale(1) translateY(0px) rotate(0deg);
}
.field .file-remove:hover .fa-trash-can{
    text-shadow: 0px 3px 10px rgba(00, 00, 00, 0.3);
    transform: scale(1.01) translateY(-2px) rotate(-5deg);
}
#scoringForm .field p label.hide{display:none !important;}


.field-information-display {
    font-weight: 400;
    font-style: italic;
    color: #222222;
    border: none;
    padding: 1.2rem;
    position: absolute;
    z-index: 8;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    box-shadow: 0px 3px 18px rgba(00, 00, 00, 0.5);
    top: 61px;
    right: 0;
    left: -27px;
    margin: 0;
    backdrop-filter: blur(10px);
    font-size: 1rem;
}
.field-information-display p{
    max-width: unset !important;
}
.field-information-display .info-close {
    position: absolute;
    right: -6px;
    top: 0px;
    background: #ffffff;
    border: none;
    border-radius: 999px;
    width: 27px;
    height: 21px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.field-information-display .info-close i {
    color: rgba(192, 57, 43, 1.0);
    font-size: 1.6rem;
}