html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font: normal 16px / 24px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

body {
    transition: background-color .5s;
}

.container {
    border: none;
    box-shadow: 0px 0px 10px 0px gray;
    margin: auto;
    max-width: 1100px;
}

.inner {
    display: flex;
}

.center-box {
    border: none;
    margin: auto;
    width: 60%;
    min-height: 700px;
    margin-top: 10px;
    padding: 10px;
}

.sending_abstracts {
    background-color: #d4edda;
    border-radius: 4px;
    border: solid 1px #c3e6cb;
    color: #155724;
    padding: 8px;
    text-align: center;
    align-items: center;
}

.form-container {
    border: solid 1px lightgray;
    border-radius: 4px;
    width: 100%;
    height: fit-content;
    border-top: none;
}

.title-send-article {
    border-bottom: solid 1px #c3e6cb;
    background-color: #d4edda;
    /* border: solid 1px #d54309;
    background-color: #f4e3db; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 40px;
    padding: 7px;
}

#fas {
    color: #007bff;
    padding: 7px;
    margin: 15px;
}

.p_snd_title {
    font-size: 16px;
    text-align: center;
    color: #155724;
    /* color: #d54309; */
}

.title_affilation_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}

.title_affilation_span {
    font-size: 16px;
}

.affilation_inp_div {
    width: 98%;
    margin: auto;
}

.affilation_inp {
    display: flex;
    justify-content: center !important;
}

.affilation_selects {
    display: flex;
    width: 48%;
    padding-top: 8px;
    margin: 1%;
}

.aff_select {
    padding: 5px;
}

.fourth_line,
.fiveth_line {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.third_line,
.sixth_line {
    padding: 10px;
}

textarea {
    width: 100%;
    padding-left: 7px;
    padding-top: 3px;
}

.select,
.namediv,
.lnamediv,
.emaildiv,
.altemaildiv,
.select_num {
    width: 205px;
    padding: 5px;
}

.ownin {
    width: 100%;
    padding: 5px;
    margin: auto;
}

#commentdiv {
    width: 96%;
    margin: auto;
}

.input_box {
    display: flex;
}

#law_inps {
    border: solid 1px lightgray;
    width: 100%;
    border-radius: 4px;
    padding-left: 7px;
}

#law_inps:focus,
textarea:focus,
select:focus,
button:focus,
input:focus {
    outline: #bdddff solid 3px;
    border: #80bdff solid 1px;
}

.mbile_input {
    border-left: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.select_inp_num {
    border: solid 1px lightgray;
    border-right: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

select,
textarea {
    border: solid 1px lightgray;
}

.select {
    padding: 5px;
}

.article_titlediv,
.abstract_textarea,
.keywords_textarea,
.category_selectdiv {
    width: 290px;
}

.abstract_textarea,
.keywords_textarea {
    width: 285px;
}

.title_span {
    font-size: 15px;
}

.red_color {
    color: red;
}

.main_cont {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.add_author {
    float: right;
    margin-right: 10px;
    background-color: #007bff;
    color: white;
    border: solid 1px;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
}

.for_add_author {
    width: 100.2%;
}

#remove {
    margin-left: 90%;
    margin-right: 10px;
    background-color: #dc3545;
    color: white;
    border: solid 1px;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
}

.l-hr {
    border: none;
    border-bottom: solid 1px lightgray;
    width: 96%;
    margin: auto;
}

.ownin>textarea {
    padding-top: 8px;
    padding-left: 8px;
}

div.upload {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.upload__input {
    position: relative;
    display: flex;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
    border-radius: .25rem;
}

.upload__input>button {
    background-color: #ececec;
    border: none;
    width: 80px;
    color: #495057;
    border-left: 1px solid rgb(209, 209, 209);
}

div.upload:hover {
    opacity: 0.95;
}

.upload__input>p {
    cursor: pointer;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
}

div.upload input[type="file"] {
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.submit_div {
    border-top: solid 1px lightgray;
    height: 55px;
    padding: 7px;
    background-color: #f7f7f7;
}

.submit {
    float: right;
    margin-right: 10px;
    background-color: #007bff;
    color: white;
    border: solid 1px;
    border-radius: 4px;
    padding: 6px;
    /* cursor: no-drop; */
    cursor: pointer;
}

.submit:hover,
.add_author:hover {
    background-color: #0069d9;
}

#remove:hover {
    background-color: #c82333;
}

.law_info_ul {
    padding-left: 10px;
}

.law_info_li {
    color: gray;
    font-size: smaller;
    margin: 10px;
}

.footnote {
    color: #347bcf;
    font-size: smaller;
    cursor: pointer;
    vertical-align: super;
    text-decoration: none;
}

.pclass {
    margin: 10px;
    padding: 10px;
    position: relative;
    text-align: justify;
    text-justify: inter-word;
    word-wrap: break-word;
    color: #787878;
    font-size: 13px;
    text-indent: 0px;
    cursor: auto;
    align-items: center;
}

.footnote .pclass {
    z-index: -1;
    opacity: 0;
    position: absolute;
    margin-left: -150px;
    margin-top: 26px;
    border: solid 0.1px grey;
    border-radius: 5px;
    max-width: 255px;
    height: fit-content;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 2s ease;
}

.pclass:before {
    content: '';
    border: solid 0.1px grey;
    position: absolute;
    width: 10px;
    height: 10px;
    margin: -16px 26px;
    background: #fff;
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
}

.footnote:hover .pclass {
    z-index: 9;
    opacity: 1;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 1s ease;
}

#copyText {
    display: none;
    background-color: #d4edda;
    border-radius: 4px;
    border: solid 1px #c3e6cb;
    color: #155724;
    padding: 6px;
    width: 80%;
    margin: 15px auto;
    text-align: center;
}

.success-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110em;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.success-container {
    border: solid 5px #4caf50;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    width: 600px;
    transform: translate(-50%, -50%);
    position: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.xmark_div {
    float: right;
}

.xmark_div .fa-xmark {
    color: #4caf50;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.success-modalbox.success {
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
}

.success-modalbox.success.animate .success-icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.success-modalbox.success h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #4caf50;
    padding: 40px;
}

.success-modalbox.success .success-icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: conic-gradient(#4caf50 3.6deg, #ededed 358deg);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon::before {
    content: "";
    position: absolute;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: #fff;
}

.success-modalbox.success .success-icon .fa-check {
    font-size: 2.8em;
    color: #4caf50;
    text-align: center;
    padding-top: 5px;
    z-index: 100000;
}

.failure-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110em;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.failure-container {
    border: solid 5px #ed5249;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    width: 600px;
    transform: translate(-50%, -50%);
    position: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.failure_xmark_div {
    float: right;
}

.failure_xmark_div .fa-xmark {
    color: #ed5249;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.failure-modalbox.failure {
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
}

.failure-modalbox.failure.animate .failure-icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.failure-modalbox.failure h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #ed5249;
    padding: 40px;
}

.failure-modalbox.failure .failure-icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: conic-gradient(#ed5249 3.6deg, #ededed 358deg);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.failure-icon::before {
    content: "";
    position: absolute;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    background-color: #fff;
}

.failure-modalbox.failure .failure-icon .fa-xmark {
    font-size: 2.8em;
    color: #ed5249;
    text-align: center;
    padding-top: 5px;
    z-index: 100000;
}

@media only screen and (max-width: 1100px) {
    .first_line,
    .second_line,
    .fourth_line,
    .fiveth_line {
        flex-direction: column;
    }
    .main_cont {
        justify-content: center;
        width: 88%;
        margin: 0 auto;
    }
    .namediv,
    .lnamediv,
    .emaildiv,
    .altemaildiv,
    .select_num,
    .select {
        width: 100%;
    }
    .article_titlediv,
    .category_selectdiv,
    .abstract_textarea,
    .keywords_textarea {
        width: 88%;
    }
    #commentdiv {
        width: 94%;
    }
    .ownin {
        margin: auto;
        width: 88%;
    }
    .add_author {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 760px) {
    .main_cont {
        flex-direction: column;
    }
    .center-box {
        width: 90%;
    }
    .inner {
        flex-direction: column;
    }
}