:root {
    --bg-color: #ffffff;
    --text-color: #000000;
}

a {
    cursor: pointer;
}
  
  body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: background-color 0.3s, color 0.3s;
    font-family: 'Mulish', sans-serif; 
  }
  
  section#login-wrapper {
    .login-right {
        div#login-text {
            background: rgba(0, 7, 12, 0.65);
            backdrop-filter: blur(25px);
            border-radius: 24px;
            color: #fff;
            width: 480px;
            margin: 0 auto;
            display: table;
            position: absolute;
            bottom: 30px;
            padding: 40px !important;

            h2 {
                font-family: 'Inter';
                font-weight: 700;
                font-size: 30px;
                line-height: 38px;
                letter-spacing: 0.02em;
                text-transform: capitalize;
            }

            p {
                font-family: 'Inter';
                font-weight: 200;
                font-size: 18px;
                line-height: 24px;
                letter-spacing: 0.02em;
                text-transform: capitalize;
            }

            .button-wrapper {
                a.btn {
                    font-family: 'Mulish';
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 150%;
                    color: #000000;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 12px;
                    background: #FFCA10;
                    border-radius: 6px;
                }
            }
        }
        .image-wrapper {
            img {
                padding-bottom: 140px;
                height: 676px;
                width: 676px;
            }
        }
    }
}
section#login-wrapper {
    .login-left {
        form {
            background: #FFFFFF;
            border: 1px solid #D3D1D1;
            border-radius: 12px;
            padding: 25px;
            margin-top: 10px;
            margin-bottom: 10px;

            label {
                font-family: 'Mulish';
                font-style: normal;
                font-weight: 600;
                font-size: 14px;
                line-height: 18px;
                text-align: center;
                letter-spacing: 0.02em;
                text-transform: capitalize;
                color: #000000;
            }

            label.form-check-label {
                margin-left: 5px !important;
            }

            input.form-control {
                height: 40px;
                background: #FFFFFF;
                border: 1px solid #F1F1F1;
                border-radius: 6px;
            }

            .submit-wrapper {

                button {
                    height: 44px;
                    background: #FFCA10;
                    border-radius: 6px;
                    width: 100% !important;
                    border-color: #FFCA10;
                    font-family: 'Mulish';
                    font-weight: 800;
                    font-size: 16px;
                    line-height: 20px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    text-transform: capitalize;
                    color: #000000;
                }

                a {
                    height: 44px;
                    width: 100% !important;
                    background: #F2F0F0;
                    border: 1px solid #F1F1F1;
                    border-radius: 6px;
                    font-family: 'Mulish';
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    text-transform: capitalize;
                    color: #3D3D3D;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

            }

            .text-or {
                position: relative;

                span {
                    font-family: 'Mulish';
                    font-weight: 400;
                    font-size: 12px;
                    line-height: 15px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    text-transform: capitalize;
                    color: #4B4A4A;
                    background: white;
                    padding: 10px;
                    z-index: 3;
                    position: relative;
                }
                
                &::before {
                    content: '';
                    height: 1px;
                    width: 100%;
                    position: absolute;
                    background: #F1F1F1;
                    left: 0;
                    top: 13px;
                }

            }

            .login-with-linkedin {

                button, .linkedin-btn {
                    width: 100% !important;
                    height: 44px;
                    background: #FFFFFF;
                    border: 1px solid #F1F1F1;
                    border-radius: 6px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: 'Mulish';
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    text-transform: capitalize;
                    color: #090909;
                }

                p {
                    font-family: 'Mulish';
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 20px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    color: #3E4445 !important;

                    a {
                        color: #018DFF;
                    }
                }

            }

            .options-wrapper {

                a {
                    width: 100% !important;
                    height: 44px;
                    background: #FFFFFF;
                    border: 1px solid #F1F1F1;
                    border-radius: 6px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: 'Mulish';
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 20px;
                    text-align: center;
                    letter-spacing: 0.02em;
                    text-transform: capitalize;
                    color: #090909;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    .button-icon {
                        margin-left: 10px;
                    }

                }

            }
            
            .mb-3.form-check {
                margin: 0px !important;
            }
            
        }

        .logo-wrapper {
            img {
                height: 110px;
            }
        }
    }

    .text-center {
        p {
            font-family: 'Mulish';
            font-weight: 600;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            letter-spacing: 0.02em;
            color: #3E4445 !important;

            a {
                color: #018DFF;
            }
        }
    }
}



@media ( max-width: 962px ) and ( min-width: 220px ) {
    #login-wrapper {
        background: url('../images/mobile-bg.png');
        background-size: 100% 100% !important;
        
        .login-right {
            display: none !important;
            width: 100% !important;
        }
        .login-left {
            width: 100% !important;

            .submit-wrapper {
                display: block !important;

                button {
                    margin-bottom: 20px; !important;
                }

                a {
                    margin: 0px !important;
                }
            }
	
            .g-recaptcha iframe {
    		   scale: 0.9;
    		   margin-left: -25px;
		}

            .options-wrapper {
                display: block !important;

                a {
                    margin: 0px !important;
                }

                a:nth-child(1) {
                    margin-bottom: 20px !important;
                }
            }
            
        }
    }

    section#login-wrapper {
        .login-left {
            background: #fff0 !important;
        }
    }
    #login-wrapper {
        .text-center {
            p {
                color: #fff !important;
    
                a {
                    color: #ffca10 !important;
                }
            } 
        }
    }
    #login-wrapper {
        .login-with-linkedin {
            p {
                font-size: 12px !important;
            }
        }
        .text-center {
            p {
                font-size: 12px !important;
            }
        }
    }
    
    body {
        .login-v2 {
            background: #F4F6F9 !important;
        
            #text-center {
                p {
    
                    color: #3E4445 !important;
    
                    a {
                        color: #018DFF !important;
                    }
                }
            }
        }
    }
}

body {
    .login-v2 {
        background: #F4F6F9 !important;
    
        .text-center {
            p {

                color: #3E4445 !important;

                a {
                    color: #018DFF !important;
                }
            }
        }
    }
	.ht-cards{
		.card{   

			.card-body{
    				height: 350px;
    				overflow: hidden;
    				overflow-y: scroll;
			}
		}
	}
}


#journal-page {
    background: #f5f6f9;
    
    header {
        background: #fff;

            .logo{
                 width: 82px; 
                 height: 80px;
            }

        .login-reg{
                 a:first-of-type{ 
                    padding-right: 1.1rem;
                    border-right: 1px solid #d5d5d5;
                }
        }
    }

    .search-bar {
        position: relative;

        form {
            align-items: center;

            .form-control {
                padding: 20px 250px 20px 70px;
                background: url('../images/search-normal.svg');
                border: 1px solid #D8D8D8;
                border-radius: 30px;
                background-repeat: no-repeat;
                background-position-x: 2.5%;
                background-position-y: 50%;
            }

            .button-wrapper {
                position: absolute;
                right: 40px;
                display: flex;
                flex-wrap: nowrap;
                align-items: center;

                .form-select {
                    height: 40px;
                    border-radius: 30px;
                    padding: 0px 33px 0px 20px !important;
                    background-color: #F1F1F1;
                    border: 0px;
                }

                .btn {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    background: #FFCA10;
                    border-radius: 30px;
                    border-color: #FFCA10;
                    font-family: 'Mulish';
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 100%;
                    color: #070707;
                    gap: 10px;
                    height: 40px;
                    padding: 0 20px;

                    span {

                        img {
                            width: 16px;
                        }
                        
                    }
                    
                }
            }
        }
    }
    .journal-wrapper {
        border: 1px solid #D8D8D8;
        border-radius: 30px;
        background: #fff;
        padding: 50px 50px;

        .journal-details {

            border-bottom: 1px solid #F1F1F1;
            padding-bottom: 25px;

            .title-wrapper {

                margin-bottom: 30px !important;
                
                h2 {
                    font-family: 'Mulish';
                    font-weight: 700;
                    font-size: 32px;
                    line-height: 125%;
                    color: #000000;
                }
                
            }

            .scores {

                .score-col {

                    .score-item {
                        background: #F1F1F1;
                        border-radius: 12px;
                        padding: 14px 20px;
                        display: flex;
                        justify-content: space-between;

                        .score-label {
                            font-family: 'Mulish';
                            font-weight: 700;
                            font-size: 18px;
                            line-height: 150%;
                            color: #000000;
                        }

                        .score-value {
                            font-family: 'Mulish';
                            font-weight: 800;
                            font-size: 18px;
                            line-height: 150%;
                            color: #0084FF;
                        }
                    }
                }

                .index-wrapper {
                    
                    background: #F1F1F1;
                    border-radius: 12px;
                    padding: 14px 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    p {
                        margin-bottom: 0px;
                        font-family: 'Mulish';
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 150%;
                        color: #000000;
                    }

                    a.view-all {
                        font-family: 'Mulish';
                        font-weight: 700;
                        font-size: 16px;
                        line-height: 150%;
                        color: #000000;
                        background: #fff;
                        border-radius: 12px;
                        padding: 8px 20px;
                        text-decoration: unset;
                    }
                }
                
            }

            .description-wrapper {
                
                margin-top: 20px;

                p {

                    font-family: 'Mulish';
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: #000000;
                    margin-bottom: 5px;

                    strong {

                        display: block;
                        font-family: 'Mulish';
                        font-weight: 800;
                        font-size: 20px;
                        line-height: 140%;
                        color: #000000;
                        margin-bottom: 10px;
                        
                    }
                    
                }

                p.limited {
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    transition: all 0.3s ease;
                }

                p.expanded {
                    -webkit-line-clamp: unset;
                    overflow: visible;
                }

                a {

                    font-family: 'Mulish';
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: #0084FF;
                    text-transform: capitalize;

                }
                
            }

            .submission-button-wrapper {

                a, button {
                    
                    width: 100%;
                    background: #FFCA10;
                    font-family: 'Mulish';
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 150%;
                    color: #000000;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 10px;
                    border-color: #FFCA10;
                    padding: 12px 20px;
                    margin-top: 20px;
                }
                
            }
    
        }

        .editor-sec {

            padding-top: 10px;

            .col-md-6:not(:last-child) {
                border-right: 1px solid #F1F1F1;

                h3 {

                    strong {

                        font-family: 'Mulish';
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 140%;
                        color: #000000;
                        
                    }
                    
                }

                ul {

                    margin: 0;
                    padding: 0;

                    li {

                        list-style: none;
                        font-family: 'Mulish';
                        font-weight: 400;
                        font-size: 18px;
                        line-height: 150%;
                        color: #000000;

			b, strong{
				font-weight:normal;
				display:block;

			}
                        
                    }
                    
                }
                
            }

            .issn-wrap {

                p {

                    font-family: 'Mulish';
                    font-weight: 400;
                    font-size: 18px;
                    line-height: 150%;
                    color: #000000;

                    a {
                        color: #0084FF;
                    } 

                }

                p:not(:last-child) {
                    margin-bottom: 10px;
                }
                
            }
            
        }
    }

    .notice-wrapper {
        
        background: #FBC711;
        padding: 40px 25px 25px 25px;
        border-radius: 12px;
        margin-top: 20px;
        position: relative;

        h3 {
            
            font-family: 'Mulish';
            font-weight: 700;
            font-size: 22px;
            color: #000000;

            span {
                font-size: 20px;    
            }
            
        }

        p {

            font-family: 'Mulish';
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #000000;

            a {

                font-family: 'Mulish';
                font-weight: 400;
                font-size: 16px;
                line-height: 150%;
                text-decoration-line: underline;
                color: #0084FF;
                position: relative;
                z-index: 5;
                
            }
            
        }

        &::before {
            content: '';
            background: url('../images/notice-icon.svg');
            background-size: 7%;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-position-x: 5%;
            background-position-y: 3%;
        }
        
    }
}


@media ( max-width: 1100px ) and ( min-width: 1024px ) {
    #journal-page {
        section#journal-section {
            .journal-main {
                &::before {
                    width: 20vh !important;
                }
            }
        }
    }
}

@media ( max-width: 962px ) and ( min-width: 220px ) {

    body#journal-page {

        .login-reg {
            width: 100px;
        }
    
        section#journal-section {
    
            .journal-wrapper {

                width: 100%;
                margin: 0 auto;
                padding: 20px;
    
                .row {
                    display: block;
                }

                .col-md-4 {
                    display: flex;
                    width: 100%;
                    align-items: center;
                    margin-bottom: 20px;
                    gap: 25px;

                    .image-wrapper {
                        width: 40%;

                        img {
                            height: 100%;
                        }
                    } 

                    .notice-wrapper {
                        width: 60%;

                        h3.journal-title {

                            font-size: 16px;

                            span {

                                display: block;
                                font-size: 14px;
                            }
                        }

                        p {

                            font-size: 12px;

                            a {

                                font-size: 12px;
                            }
                        }
                    }
                    
                }

                .col-md-8 {
                    width: 100%;

                    .journal-details {
                
                        .title-wrapper {
                            
                            h2 {
                                font-size: 22px;
                            }
                        }

                        .scores {

                            .row {

                                display: flex;
                            }

                            .score-col {
                    
                                .score-item {

                                    span.score-label {

                                        font-size: 12px;
                                    }

                                    span.score-value {

                                        font-size: 12px;
                                    }
                                }
                            }

                            .index-wrapper {

                                display: block;

                                p {

                                    font-size: 12px;
                                }

                                a.view-all {
                                    font-size: 12px;
                                    display: block;
                                    margin-top: 10px;
                                    width: 100%;
                                    text-align: center;
                                }
                            }
                        }

                        .description-wrapper {

                            p {
                                font-size: 16px;

                                strong {

                                    font-size: 18px;
                                }

                                a {
                                    font-size: 16px;
                                }
                            }
                        }

                        .submission-button-wrapper {

                            a {

                                font-size: 16px;
                            }
                        }
                    }
                }

                .editor-sec {

                    border-bottom: 1px solid #F1F1F1;
                    padding-bottom: 20px;
                    
                    .col-md-6 {
                
                        width: 100%;
                        border: 0px !important;

                        h3 {

                            strong {
                                
                                font-size: 18px;
                            }
                        }

                        ul {

                            margin-bottom: 30px;

                            li {

                                font-size: 16px;
                            }
                        }

                        .issn-wrap {

                            p {
                                font-size: 16px;
                            }
                        }
                    }

                }
            }

            form.d-flex {
            
                .button-wrapper {
 
                    .form-select {
    
                        font-size: 14px;
                    }
    
                    .btn {

                        font-size: 14px;
                    }
                    
                }

            }
        }
        
    }
    
}

@media ( max-width: 390px ) {
    body#journal-page {
        section#journal-section {
    
            .journal-wrapper {
                .journal-list {
                   .col-md-4 {
                       /* display: block !important; */

                       .image-wrapper {

                           width: 50%;
                       }
                       
                       .notice-wrapper {

                           width: 50%;
                           padding: 20px 10px 0px 10px;

                           p {

                            font-size: 10px;

                            a {
                                font-size: 10px;
                                display: block;
                            }
                           }
                       }
                    } 
                }
            }
        }
    }
}

body#journal-page {
    #journal-section {
        .journal-main {

            position: relative;
            
            &::before {
                content: '';
                background: #e3e3e3;
                position: absolute;
                height: 100%;
                width: 35vh;
                border-radius: 12px 0px 0px 12px;
                z-index: 2;
            }

            .journal-wrapper {
                position: relative;
                .journal-list {
                    .notice-wrapper {
                        position: relative;
                        z-index: 2;
                    }
                    .image-wrapper {
                        position: relative;
                        z-index: 2;
                    }
                }
            }
        }
    }
}




@media ( max-width: 962px ) and ( min-width: 581px ) {
    body#journal-page {
        #journal-section {
            .journal-main {
    
                position: relative;
                
                &::before {
                    content: '';
                    background: #e3e3e3;
                    position: absolute;
                    height: 35vh;
                    width: 97%;
                    z-index: 2;
                    left: 0px;
                    top: 0px;
                    border-radius: 30px;
                    margin: 0 auto;
                    right: 0;
                }
            }
        }
    }
}


@media ( max-width: 580px ) and ( min-width: 220px ) {
    body#journal-page {
        #journal-section {
            .journal-main {
    
                position: relative;
                
                &::before {
                    content: '';
                    background: #e3e3e3;
                    position: absolute;
                    height: 25vh;
                    width: 95%;
                    z-index: 2;
                    left: 0px;
                    top: 0px;
                    border-radius: 30px;
                    margin: 0 auto;
                    right: 0;
                }
            }
        }
    }
}

@media ( max-width: 440px ) and ( min-width: 220px ) {
    body#journal-page {
        .search-bar {
            form {
                display: block !important;
    
                .form-control {
                    height: 40px;
                    padding: 12px 20px 12px 40px;
                }
                .button-wrapper {
                    position: unset !important;
                    display: block !important;
                    margin-top: 20px;
    
                    .form-select {
                        margin-bottom: 20px;
                        border: 1px solid #d8d8d8;
                        background-color: #fff;
                        height: 40px;
                    }
    
                    .btn {
                        margin: 0 auto;
                        display: table;
                        width: 100%;
                    }
                }
            }        
        }
    }
}