@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    list-style: none;
    font-size: 12px;
}

body {
    overflow-x: hidden;
    position: relative;
}

:root {
    --c1: #007d40;
    --c2: #2222;
    --c3-dark: #2a2a2a;
    --c4-light: #fff;
}

a, button {
    transition: all 0.5s ease-in-out 0s;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

a:hover, button:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p, span, small {
    margin: 0px;
}

ul, ul.list-inline {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
}

.header-menu img {
    width: 40px;
    height: 40px;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    place-items: center;
    background: rgb(0, 52, 98);
    padding: 1.7rem;
}

.header {
    color: rgb(255, 255, 255);
}

.header-login a {
    color: rgb(255, 255, 255);

}
.header-login{
    top:-50px;
}
.header-menu h4 {
    font-size: 18px;
}

.title_content {
    background: black;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px;
}

.form-images img {
    width: 100%;
    /* border: 2px solid; */
}

section.editorial-manger {
    margin-top: 2rem;
}

.metrial-form {
    background: rgb(244, 244, 244);
    border: 1px solid rgb(215, 215, 215);
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    margin-top: 3rem;
}

.primary-btn {
    padding: 1px 5px;
    font-weight: normal;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    background-color: rgb(206, 206, 206);
    background-image: linear-gradient(rgb(228, 228, 228) 50%, rgb(206, 206, 206) 100%);
    border: 1px solid rgb(206, 206, 206);
    border-radius: 0.35em;
    box-shadow: rgb(85, 85, 85) 1px 1px 2px;
    font-size: 11px;
    color: rgb(3, 33, 62);
}

.metreail-pra {
    width: max-content;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 7px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 2px 5px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 0px;
}

.form-copy a, .form-copy p {
    font-size: 10px;
}

.from-group label {
    font-size: 12px;
    font-weight: 400;
    width: 80px;
}

.from-group {
    margin-top: 4px;
}

.from-group input {
    height: 18px;
    vertical-align: middle;
    line-height: 18px;
    width: 200px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.from-group input {
    border-width: 1px;
    border-color: rgb(240, 240, 240);
    border-style: inset;
    border-radius: 0px;
    margin: 0px;
    font-size: 100%;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
}

.login-list span a:hover {
    color: rgb(0, 0, 51);
}

ul.login-list {
    margin-top: 1rem;
}

.login-list span a {
    color: rgb(0, 0, 238);
}

.login-list span {
    margin-right: 1rem;
    padding-left: 1rem;
}

ul.login-list li {
    padding-bottom: 5px;
    padding-top: 5px;
}

.ocid-pra {
    border-top: 1px solid rgb(204, 0, 0);
    border-bottom: 1px solid rgb(204, 0, 0);
    padding: 10px 10px 30px;
    margin: 10px;
    font-size: 11px;
    text-align: start;
}

.ocid-pra strong {
    font-size: 11px;
}

ul.header-nav {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.header-bottom {
    background: rgb(223, 227, 230);
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.header-nav li a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: Roboto, arial, helvetica, sans-serif !important;
}

.instruction {
    margin-top: 15px;
    padding-bottom: 4rem;
}

ul.instruction-list {
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
}

ul.instruction-list li {
    background: rgb(0, 0, 0);
    width: 24.8%;
    text-align: center;
    padding: 2px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
}

.instruction-praga p {
    font-size: 14px;
    padding-bottom: 10px;
}

section.authore-login {
    padding: 0rem 2rem;
}

.left_side.column h3 {
    font-size: 18px;
}

.left-box {
    background: rgb(244, 244, 244);
    padding: 6rem 1rem;
    border: 2px solid rgb(204, 204, 204);
    margin-top: 4rem;
}

.left-box span a {
    color: rgb(0, 105, 170);
    font-size: 14px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

ul.new-submissions h6 {
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

ul.new-submissions {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 4rem;
    padding-top: 3rem;
}

ul.new-submissions li {
    font-size: 14px;
    padding-left: 4rem;
}

.left_side.column {
    box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 4px -4px;
    height: 100vh;
    padding-right: 1rem;
    padding-top: 3rem;
}

.middle_side_colum {
    padding: 0px 3rem;
}

.s-s {
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.authore-webinars h6 {
    font-size: 18px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

ul.new-submissions li a {
    color: rgb(0, 115, 152);
}

.list__1 {
    padding-top: 18px !important;
    margin-bottom: 0px !important;
}

.list__1 li {
    padding-left: 0px !important;
}

.list__1 li, .list__1 a {
    line-height: 20px;
    font-size: 13px !important;
}

.authore-webinars {
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(252, 247, 247) 0px 0px 20px 0px;
    padding: 1.5rem;
}





/* step form sec */

section.step-form .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
}
*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    /* top: 21px; */
    /* bottom: 0; */
    /* position: absolute; */
    /* content: " "; */
    /* width: 100%; */
    /* height: 1px; */
    /* background-color: #ccc; */
    /* z-index: 0; */
}
.btn.btn-circle.btn-default {
    margin-left: 18px;
}
.stepwizard-step:not(:last-child) {
    position: relative;
    width: 15%;
    margin-left: auto;
    text-align: left;
}
.btn.btn-circle.btn-default.active {
    border: unset;
}

.btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 12px;
  display: block;
  background: #fff;
  line-height: 1.428571429;
  border-radius: 50px;
  line-height: 30px;
  border: 3px solid #d7d7d7;
  padding: 0 !important;
}
.btn.btn-circle.btn-default.active::before {
    position: absolute;
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    left: 0;
    background: #003462;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 31px;
}

.btn.btn-circle.btn-default.active {
    position: relative;
    overflow: auto;
}
.stepwizard-step p {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}
.stepwizard-step:not(:last-child):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d7d7d7;
    top: 20%;
    left: 49px;
}
.step__form {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    padding-bottom: 1.5rem;
}

.step__form h4 {
    color: #fff;
    background: #336699;
    font-size: 12px;
    padding-left: 2rem;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}

.AccordLabelCell {
    padding-top: 1rem;
    padding-left: 2rem;
}

 select:not([multiple]) {
    background: linear-gradient(45deg, transparent 50%, #888 56%), linear-gradient(135deg, #888 50%, transparent 50%), linear-gradient(to right, #000, #e6e6e6 1px), linear-gradient(to left, #fff, #fff);
    background-position: calc(100% - 12px) calc(8px), calc(100% - 8px) calc(8px), 100% 0, 100% 0;
    background-size: 4px 4px, 4px 4px, 24px 18px, 100% 18px;
    background-repeat: no-repeat;
    padding: 1px 25px 1px 1px;
    min-width: 36px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

 select {
    border-width: 1px;
    border-color: #f0f0f0;
    border-style: inset;
    border-radius: 0;
    padding: 0px 0px 0px 1px;
    font-size: 95%;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    color: #000000;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

button.btn {
    font-size: 18px !important;
    font-family: arial !important;
    background-color: #336699;
    color: #ffffff;
    font-weight: bold;
    Border-radius: 5px;
    Box-shadow: 2px 2px 1px #ffffff;
    background-image: none;
    margin-top: 5px;
    border-width: 0px;
    padding: 10px 50px;
    display: inline-block;
}
.pull-right {
    margin: 0px 0px 0px auto;
    display: block;
    /* margin-top: 2rem !important; */
}


/* drag and drop section  */
.firstColumnMetaShowing {
    padding: 0 0 0 2em;
    vertical-align: top;
    display: table-cell;
    margin: auto;
}

.UploadFileOnly {
    text-align: center;
    vertical-align: top;
    padding-top: 1em;
    display: table-cell;
}
.browseDragDrop {
    height: 10em;
    width: 250px;
    margin: auto;
}
#overallProgressPanel {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 45px;
    border-top: 4px solid #CCCCCC;
    background-color: white;
    color: blue;
}


.browsebutton {
    min-width: 72px;
    Box-shadow: 2px 2px 1px #808080 !important;
}
.browsebutton {
    width: 72px;
    Box-shadow: 2px 2px 1px #808080 !important;
}
.bluebutton32 {
    height: 32px;
}

#btnChooseFiles {
        font-family: arial;
    background-color: #336699;
    color: #ffffff;
    font-weight: bold;
    Border-radius: 5px;
    Box-shadow: 2px 2px 1px;
    background-image: none;
    border-color: #336699;
}

.content-pra p {font-size: 11px;}


input.txt {
    font-size: 100%;
    height: 18px;
    vertical-align: middle;
    line-height: 18px;
    width: 200px;
    color: #000000;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
}
input[type="text"], input[type="password"], input:not([type]), textarea, input[type="button"].txt_disabled, input[type="button"].req_disabled {
    border-width: 1px;
    border-color: #f0f0f0;
    border-style: inset;
    border-radius: 0px;
    padding: 2px;
    margin: 0;
    font-size: 10px;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
}
.fl-sortable .fl-listitem-item .fl-listitem-sortable {
    width: 9px;
    overflow: hidden;
    background-image: url(../images/drag.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #75a9d9;
    display: table-cell;
    cursor: pointer;
}
span#lblAttachFilesGridInscructions {
    font-size: 12px;
    color: #000033;
    margin-bottom: 1rem;
    display: block;
}

.divRow {
    margin-top: 2rem;
}

.fileinventoryheader th {
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 10px;
}
.submissionItemRow {
    background-color: #fff;
    cursor: move;
}
.submissionItemRow {
    height: 50px;
}
.submissionItemRow, .altrow td {
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}
input[disabled="disabled"].bluebutton, input[disabled="disabled"].bluebutton:hover, button[type="submit"].bluebutton:disabled {
    font-family: arial;
    background-color: #999999;
    color: #ffffff;
    font-weight: bold;
    Border-radius: 5px;
    Box-shadow: 2px 2px 1px;
    background-image: none;
    border-color: #999999;
}
.bluebutton:disabled {
    border: 1px solid #cecece;
    cursor: not-allowed;
}
.bluebutton {
    padding: 1px 5px;
    font-size: 11px;
}
#btnUpdateFileOrder {
    margin-top: 0.5em;
}
.prevBtn {padding: 5px 20px !important;}
/*  */

/* step 3  s*/
.box {
    padding: 10px 0px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 12px;
    margin-right: 2rem;
    border: 1px solid #000;
    border-right: unset;
    border-left: unset;
}
/* step 3  e*/


/* step 4 s  */
button.accordion-button.collapsed {
    color: #437bb7;
    background: #e0e8f0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #336699;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-weight: bold;
}
.accordion-button::after {
    left: 22px;
    position: absolute;
    top: 5px;
    content: "\f067";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    background: unset;
}

.accordion-button:not(.collapsed)::after {
    background: unset;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    transform: unset;
}
button.accordion-button {
    padding-left: 43px !important;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 5px;
}
.accordion-body {box-shadow: 2px 1px 7px #555555;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.list-review h6 {
    font-size: 11px;
    font-weight: 700;
    color: #ff0000;
}
.fl-header {
    display: flex;
    justify-content: space-between;
    background: #3A5568;
    color: #fff;
    padding: 2px 5px;
}



.fl-header-text ,.fl-add a {
    font-weight: bold;
    font-size: 10.5px;
    color: #fff;
    line-height: 2em;
    font-family: Verdana,Arial,sans-serif;
    margin-left: 0.5em;
    display: inline-block;
}

.fl-add a {
    font-weight: 300;
}
.list-review h6 {
    margin-bottom: 7px;
}

.fl-no-items span {
    font-style: italic;
    font-size: 11.5px;
    padding: 1.5rem;
    display: block;
}

.suggest-list {
    border: 1px solid #d7d7d7;
}
.btn-3 {
    display: inline-block;
    background-color: #3a5568;
    color: #fff;
    font-size: 11px;
    padding: 8px 12px;
}
.btn-3-bg {background: #dedede;}
.nextButton.next {
    display: inline-block;
    padding: 7px 14px;
    background: #369;
    color: #fff;
    border-radius: 4px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.btn-next {
    text-align: end;
}
/* step 4 e */
/* step 5 s */
.questions_box {
    border: #aaaaaa Solid 1px;
    border-radius: 0.5em;
    padding-bottom: 13px;
    padding-left: 10px;
    margin-right: 2rem;
    font-size: 12px;
    margin-left: 2rem;
    padding-right: 10px;
    margin-top: 1.5rem;
    margin-bottom: 10px;
}

.questions_box h6 {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.questions_box p {
    /* padding-bottom: 2rem; */
    padding-top: 2rem;
}

ul.questions_list {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

ul.questions_list p {
    padding: 0;
}
.warning {
    color: #cc0000;
}
.questions_textarea textarea {border: 1px solid #ccc;}

ul.questions-sublist {
    display: flex;
    align-items: center;
    gap: 8px;
}
ul.questions_list li a {
    display: block;
}
p.warning {margin-top: 1rem;margin-bottom: 1rem;}
.f-w {
    font-weight: 900;
}
body {
    color: #000033;
}.width-model {
    max-width: 35vw;
}
.width-model .modal-header h5 {
    font-size: 12px !important;
}

.width-model .modal-header {
    padding: 5px;
    background: #369;
    margin: 3px;
    color: #fff !important;
    border-radius: 5px;
}
.width-model .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

.model-form-list {
    display: flex;
    gap: 10px;
}

span.plus-minus {
    position: relative;
}

span.plus-minus i {
    position: absolute;
    left: -3px;
    color: #0b42df !important;
    font-size: 13px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: 2px;
}

ul.model-form-list li i {
    font-size: 16px;
    color: #000;
}


.contact-form {
    margin-left: 8rem;
}


.form-group label.form-label {
    width: 25%;
    text-align: end;
    margin-right: 9px;
}

.form-group input {
    width: 174px;
}

.contact-form .form-group:nth-child(6) input {width: 50%;}

.contact-form .form-group:nth-child(6) small {
    display: block;
    text-align: end;
    padding: 10px;
    margin-left: 60px;
    font-size: 13px;
}

.contact-form .form-group:nth-child(6) small i {
    margin-left: 10px;
}
.btn-right {
    margin-top: 3rem;
    text-align: end;
}
/* step 5 e */
