﻿html, body {
    font-size: small;
    color: #262626;
    background-color: white;
}

h2, h3, h4, h5, h6, th {
    font-family: "Segoe WP Semibold", "Segoe UI", "Arial", sans-serif;
    font-size: small;
}

input {
    font-family: "Segoe WP", "Segoe UI", "Arial", sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 5px 0;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="text"], input[type="password"] {
        border: 1px solid #cccccc;
    }

    input[type="submit"] {
        width: 100px;
        height: padding-left:5px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        border: 1px solid #cccccc;
        background-color: white;
        margin: 0 0 5px 0;
        padding: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Segoe WP", "Segoe UI", "Arial", sans-serif;
        font-size: 12px;
        line-height: 16px;
    }

        input[type="submit"]:hover:enabled {
            border-color: #7eB4ea;
            background-color: #e5f1fc;
        }

        input[type="submit"]:active:enabled {
            border-color: #569de5;
            background-color: #cee5fc;
        }

.successMessage {
    display: inline;
}

.successMessageNone {
    display: none;
}

.appErrorMessage {
    display: inline;
}

.appErrorMessageNone {
    display: none;
}

.errorMessage {
    color: Red;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F7F7F7;
    width: 100%;
    clear: both;
    font-size: 0.9em;
}

    body:has(.AddressMainContainer) {
        display: flex;
        flex-direction: column;
    }

    body:has(.login-title) #TopNavContainer {
        display: none;
    }

a {
    text-decoration: none;
}

#top-element {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    pointer-events: none;
    pointer-events: auto;
}

#Contents_body {
    clear: both;
    background-color: #F7F7F7;
    width: 100%;
    height: 65%;
    padding: 5px 10px 0px 10px;
    box-sizing: border-box;
}

    #Contents_body:has(.AddressMainContainer) {
        flex: 1;
    }

    #Contents_body:has(.login-title) {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 97%;
        min-height: 480px;
        padding: 0px;
    }

#logonmessage {
    margin: 5px 40px 5px 40px;
    float: left;
}

#logonerrormessage {
    color: red;
    margin: 15px 40px 5px 40px;
    float: left;
}

#TopNavContainer {
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-width: 800px;
    font-size: 14px;
}

#top_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    color: black;
    text-align: left;
}

#companylogo {
    float: right;
    margin-top: 12px;
    margin-left: 10px;
}

    #companylogo img {
        border: 0;
    }

.logo {
    display: flex;
    align-items: center;
    flex: 1;
    box-sizing: border-box;
    min-height: 50px;
    background: #124dba url("/Images/login-logo.png") no-repeat center;
}

.top_nav_menudiv {
    display: flex;
    align-items: flex-end;
    padding-top: 7px;
}

    .top_nav_menudiv A {
        color: Black;
    }

        .top_nav_menudiv A:visited {
            color: black;
        }

        .top_nav_menudiv A:active {
            color: Black;
        }

        .top_nav_menudiv A:hover {
            color: #0b57d0;
        }

.TopCategoryBox {
    height: 100%;
    vertical-align: middle;
    align-content: center;
    box-sizing: border-box;
}

    .TopCategoryBox.Center {
        padding-left: 16px;
        padding-right: 16px;
        border: 1px solid #C0c0c0;
        border-radius: 3px 3px 0px 0px
    }

    .TopCategoryBox.current.Center {
        background-color: #e2e2e2;
        border-bottom: 0px none transparent;
    }

    .TopCategoryBox.current.Right {
        background-image: url('images/TopCategoryRight.png');
        background-repeat: no-repeat;
        background-position: top;
        width: 3px;
        margin-right: 1px;
    }

    .TopCategoryBox.Right:has(+.TopCategoryBox.padding) {
        margin-right: 0px;
        border-bottom: 1px solid #C0c0c0;
    }

    .TopCategoryBox.padding {
        width: 5px;
        border-bottom: 1px solid #C0c0c0;
    }

    .TopCategoryBox.padding-end {
        width: 15px;
        border-bottom: 1px solid #C0c0c0;
    }

#sub_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 700px;
    clear: both;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    color: #000000;
    text-align: left;
    padding-left: 10px;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #C0c0c0;
}

    #sub_nav #title {
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 0;
    }

.submanubox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

.submanu_item {
    display: flex;
    align-items: center;
    padding: 0px 15px 0 15px;
    height: 30px;
}

    .submanu_item A:hover {
        color: #0b57d0;
    }

    .submanu_item.current {
        background-color: #e2e2e2;
    }

    .submanu_item A {
        color: Black;
    }

.UserMailAddressBox {
    display: flex;
    align-items: center;
    padding: 0px 20px 0 20px;
    height: 30px;
}

.LoginMenuBox {
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px 20px 0 20px;
}

    .LoginMenuBox A {
        color: Black;
    }

    .LoginMenuBox.logon A {
        color: black;
    }

    .LoginMenuBox A:hover {
        color: #0b57d0;
    }

.submenu_separator {
    align-self: flex-end;
    height: 37px;
    width: 1px;
    margin: 0px 6px 0 6px;
    background-color: #cecece;
}

.submanubox .header-menu-content {
    display: flex;
    align-items: center;
    margin: 0px 8px 0px 5px;
}

    .submanubox .header-menu-content #header-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        width: 30px;
        background-color: transparent;
        border-style: none;
    }

        .submanubox .header-menu-content #header-menu:hover {
            color: #0b57d0;
        }

        .submanubox .header-menu-content #header-menu:focus-visible {
            outline: none;
        }

.submanubox .menu-items {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    right: 0px;
    top: 30px;
    margin: 3px;
    padding: 5px;
    border: 1px solid #C0c0c0;
    background-color: #fafafa;
    box-sizing: border-box;
    box-shadow: 0 5px 9px #cccccc;
}

    .submanubox .menu-items .menu-item {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        font-size: 12px;
        line-height: 0;
    }

        .submanubox .menu-items .menu-item:first-child {
            margin-top: 0px;
        }

        .submanubox .menu-items .menu-item:last-child {
            margin-bottom: 0px;
        }

        .submanubox .menu-items .menu-item:hover {
            background-color: #E5E5E5;
        }

        .submanubox .menu-items .menu-item:active {
            background-color: #F5F5F5;
        }

        .submanubox .menu-items .menu-item.boder {
            margin: 0px;
            padding: 0px;
            border-top: 1px solid #C0c0c0;
        }

        .submanubox .menu-items .menu-item a {
            color: black;
        }

h1, h2 {
    font-weight: normal;
    font-size: large;
}

h1 {
    float: left;
    margin-top: 8px;
    margin-left: 6px;
    font-size: 18px;
    font-weight: bold;
}

/* Footer */
#footer {
    clear: both;
    width: 98%;
    min-width: 650px;
    float: left;
    font-size: small;
    height: 28px;
    margin: 15px 5px 3px 4px;
    padding: 5px 5px 0px 5px;
    vertical-align: middle;
    background-color: #EEEEEE;
    color: #000000;
    background-image: url('images/FooterBackground.png');
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px white outset;
}

#footer_menu {
    margin: 2px 5px 5px 5px;
    float: left;
}

    #footer_menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow: hidden;
    }

    #footer_menu li {
        padding: 0px 5px 0px 5px;
        display: inline;
        margin: 0 0px 0 -3px;
        border-left: 1px solid #808080;
    }

        #footer_menu li a {
            color: black;
            text-decoration: none;
        }

            #footer_menu li a:hover {
                color: #FF3300;
                border-bottom-style: solid;
                border-bottom-width: 1px;
                border-bottom-color: #FF3300;
                text-decoration: none;
            }

#Copyright {
    padding-top: 10px;
    margin: 0px;
    float: right;
    font-size: x-small;
    vertical-align: bottom;
}

#pbwalogo {
    float: right;
    margin: 10px 10px 0 0;
}

fieldset {
    clear: both;
    margin: 10px 30px 5px 30px;
    padding: 5px 0 5px 15px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-bottom: 2px solid #909090;
    border-right: 2px solid #909090;
}

#inputarea {
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

#loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.loginbutton {
    clear: both;
    text-align: left;
    padding: 8px 15px 8px 15px;
    margin-top: 20px;
}

/*.editor-label {
	text-align: right;
	padding: 0 10px 0 0;
}*/
.editor-field {
    text-align: left;
}

    .editor-field.text input {
        clear: both;
        font-size: large;
        width: 300px;
    }

    .editor-field span {
        clear: both;
        text-align: left;
        display: block;
        font-size: small;
        color: Red;
    }

.validation-summary-errors {
}

.HabBrowserSearchResultUpdatingimg {
    position: absolute;
    width: 100%;
    filter: Alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.40;
    background-color: white;
}

.HabBrowserUpdatingPanel {
    position: absolute;
    width: 100%;
    filter: Alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.40;
    background-color: white;
}

h3 {
    border-left: solid 1px #C0C0E0;
    border-bottom: solid 1px #8080B0;
    padding: 2px 0 2px 5px;
    background-color: #E9E9FF;
    margin-top: 40px;
}

#txtcontent {
    padding: 0 5px 0px 5px;
    width: 99%;
}

#txtcontentmain {
    margin: 0 5px 0 0;
}

p.content {
    margin-left: 8px;
}

h4 {
    background-image: url('images/h4mark.png');
    background-repeat: no-repeat;
    background-position: left middle;
    padding: 0 0 0 26px;
    margin-left: 4px;
}

.required {
    margin: 0 0 0 10px;
    width: 94%;
    border: solid 1px #C0C0E0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    font-size: small;
}

    .required tr.header {
        background-color: #EDEDFF;
    }

    .required td {
        border: solid 1px #C0C0E0;
        padding: 0 2px 0 6px;
    }

        .required td.col1 {
            width: 35%;
            background-color: #EDEDFF;
        }

.attention {
    text-align: center;
    border-bottom: 2px solid #FFC0C0;
    border-top: 1px solid #FFC0C0;
    padding: 5px 10px 5px 10px;
    color: red;
}

#homemain {
    float: left;
    width: 72%;
    padding-right: 20px;
}

#homerightpain {
    float: left;
    width: 25%;
    padding-top: 0px;
}

span.title {
    display: block;
    background-image: url('images/sub_nav_background.png');
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
    padding: 5px 0 5px 0;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #f0f0f0;
}

.rightpanel {
    margin-bottom: 15px;
    padding: 0;
}

span.rightpanel-body {
    font-size: small;
    display: block;
    padding: 2px 3px 2px 3px;
}

span.rightpanel-date {
    color: red;
    font-size: x-small;
    text-align: right;
    display: block;
    border-top: 1px dashed #6060ff;
    padding: 1px 2px 1px 0;
}

ul.rightpanelul {
    padding-left: 0;
    margin: 0;
    border-bottom: 1px solid #a0a0ff;
    border-left: 1px solid #a0a0ff;
    border-right: 1px solid #d0d0ff;
}

    ul.rightpanelul li.even {
        list-style: none;
        background-color: #D3E4FF;
    }

    ul.rightpanelul li.odd {
        list-style: none;
        background-color: #f9f9ff;
    }

/*kogawa add start*/
#userdata {
    clear: both;
    width: 99%;
    min-width: 650px;
    float: left;
    font-size: small;
    margin: 10px 0px;
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-position: bottom;
    border: 1px white outset;
    box-sizing: border-box;
}

    #userdata table {
        margin: 10px 5px 10px 5px;
        padding: 5px 5px 5px 5px;
        table-layout: fixed;
        width: 100%;
    }

    #userdata tr {
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;
    }

    #userdata td {
        width: 50%;
    }

        #userdata td input {
            width: 70%;
            margin-left: 5px;
            margin-right: 5px;
        }

        #userdata td div {
            width: 20%;
            margin-left: 5px;
            margin-right: 5px;
            float: left;
            word-wrap: break-word
        }

#addressBookName {
    margin: 10px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    float: left;
    clear: both;
    box-sizing: border-box;
}

#submit {
    clear: both;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    width: 75px;
}

#cancel {
    clear: none;
    margin: 10px 10px 40px 10px;
    padding: 5px 10px 5px 10px;
}

#buttonErea {
    margin-left: auto;
    /*width:200px;*/
    /*float:right;*/
}
/*kogawa add end*/

/************************2014/04/15 小嶋追記②************************
#gray_panel 
{
	background : #000;
	opacity  : 0.5;
	width  : 100%;
	height  : 99999;
	position : fixed;
	top   : 0;
	left  : 0;
	/*display  : none;*/
/*z-index  : 50;
}
************************2014/04/15 小嶋追記②************************/

/************************2024/05/08************************/
/*Address Look*/
.resourcelook {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*	border: 1px solid #000;
	
	margin: 0 25px;
	height: 98vh;*/
    padding: 20px 0px 20px 0px;
    box-shadow: 0 5px 9px #cccccc;
    border-radius: 15px;
    background-color: white;
}

    .resourcelook .logo {
        border-bottom: 0px none transparent;
        width: 250px;
        height:100%;
    }
    .resourcelook .login-title {
        padding-top: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .resourcelook .login-body {
        position: relative;
        min-height: 280px;
        width: 400px;
        overflow: hidden;
    }

    .resourcelook .login-select {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 40px;
        box-sizing: border-box;
    }

    .resourcelook .login-description {
        padding-top: 0.5em;
        font-size: 13px;
    }

    .resourcelook .login-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 0 20px 0;
    }

        .resourcelook .login-btn > .div-item:first-child {
            padding-right: 1em;
        }

        .resourcelook .login-btn .div-item {
            width: 280px;
            margin: 0px 0px 15px 0px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border: 1px solid #dddddd;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
            padding: 10px;
            box-sizing: border-box;
        }

            .resourcelook .login-btn .div-item:hover {
                /*transform: scale(1.3);*/
                color: white;
                background-color: #2d65e4;
                border-color: #235de3;
            }

            .resourcelook .login-btn .div-item.active {
                /*transform: scale(1.3);
				cursor: default;*/
                cursor: default;
                color: white;
                background-color: #2d65e4;
                border-color: #235de3;
            }

            .resourcelook .login-btn .div-item .div-item-authentication {
                width: 200px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }

            .resourcelook .login-btn .div-item .name {
                font-size: 15px;
                margin-left: 7px;
                text-align: center;
                font-weight: bold;
            }

            .resourcelook .login-btn .div-item .description {
                font-size: 8px;
                text-align: center;
                width: 80%;
                margin-bottom: 7px;
                width: 100%;
            }

            .resourcelook .login-btn .div-item .img-content {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 25px;
                height: 25px;
            }

                .resourcelook .login-btn .div-item .img-content #img-form {
                    width: 23px;
                    height: 23px;
                    padding: 1px 2px 4px 3px;
                }

                .resourcelook .login-btn .div-item .img-content #img-microsoft {
                    width: 25px;
                    height: 25px;
                    padding: 1px 2px 2px 1px;
                }

                .resourcelook .login-btn .div-item .img-content #img-federation {
                    width: 33px;
                    height: 33px;
                    padding: 0px 0px 0px 0px;
                }

    .resourcelook .version {
        padding-top: 10px;
    }

        .resourcelook .version a {
            font-size: 13px;
            color: #2660e3;
        }

    .resourcelook .copyright {
        padding-top: 20px;
        margin: 0px;
        font-size: 11px;
        vertical-align: bottom;
        color: #888888;
    }


    .resourcelook .content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        padding: 10px 40px 0px 40px;
        box-sizing: border-box;
    }

        /*		.resourcelook .content .editor-label {
			width: 110px;
		}*/

        .resourcelook .content .selected-authentication {
            width: 100%;
        }

            .resourcelook .content .selected-authentication .item-authentication {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }

                .resourcelook .content .selected-authentication .item-authentication .img-content {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 16px;
                    height: 16px;
                }

                    .resourcelook .content .selected-authentication .item-authentication .img-content .img.form {
                        width: 16px;
                        height: 16px;
                        padding: 0px 0px 3px 1px;
                    }

                    .resourcelook .content .selected-authentication .item-authentication .img-content .img.microsoft {
                        width: 16px;
                        height: 16px;
                        padding: 0px 0px 0px 0px;
                    }

                    .resourcelook .content .selected-authentication .item-authentication .img-content .img.federation {
                        width: 24px;
                        height: 24px;
                        padding: 0px 0px 0px 0px;
                    }

                .resourcelook .content .selected-authentication .item-authentication .name {
                    font-size: 13px;
                    margin-left: 5px;
                    text-align: center;
                    font-weight: bold;
                }

        .resourcelook .content .editor-field {
            outline: none;
            border: none;
            box-shadow: none;
            width: 100%;
        }

            .resourcelook .content .editor-field input {
                /*				width: 300px !important;*/
                width: 100%;
                box-sizing: border-box;
                border: 1px solid #767676;
                font-size:11px;
                line-height:30px;
            }

                .resourcelook .content .editor-field input::placeholder {
                    font-size: 11px;
                }

                .resourcelook .content .editor-field input:focus {
                    outline: none;
                    box-shadow: none;
                }

        .resourcelook .content .username {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            margin-top: 10px;
            font-size: 13px;
            font-weight: bold;
        }

        .resourcelook .content .password {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            margin-top: 10px;
            font-size: 13px;
            font-weight: bold;
        }

        .resourcelook .content .remember-me {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-top: 10px;
            font-size: 13px;
            font-weight: bold;
        }

            .resourcelook .content .remember-me .checkbox {
                display: flex;
                margin:0;
                flex-direction: row;
                align-items: center;
            }

                .resourcelook .content .remember-me .checkbox input {
                    width: 20px;
                    height: 20px;
                    margin-left: 0;
                    margin-top: 0;
                    cursor: pointer;
                }

                .resourcelook .content .remember-me .checkbox label {
                    cursor: pointer;
                    padding: 0 0 0 2em;
                }


    .resourcelook.authentication-select .content .btn-contain {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 20px;
        width: 100%;
    }

    .resourcelook .content .btn-contain {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        width: 100%;
    }

        .resourcelook .content .btn-contain button {
            cursor: pointer;
            padding: 5px;
            width: 90px;
            height: 30px;
            border-radius: 5px;
            border-width: 0px;
            font-size: 12px;
            line-height: 1;
        }

        .resourcelook .content .btn-contain .btn-back {
            margin-right: 10px;
            background-color: #cccccc;
        }

            .resourcelook .content .btn-contain .btn-back:hover {
                background-color: #c0c0c0;
            }

        .resourcelook .content .btn-contain .btn-login {
            background-color: #0067b8;
            color: white;
        }

            .resourcelook .content .btn-contain .btn-login:hover {
                background-color: #005da6;
            }


    .resourcelook .content .error-msg {
        color: red;
        font-size: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 5px;
    }

        .resourcelook .content .error-msg .validation-summary-errors {
            padding: 5px 15px 0 15px;
        }

            .resourcelook .content .error-msg .validation-summary-errors ul {
                margin-bottom: unset;
                padding-left: unset;
                list-style-type: none;
            }

                .resourcelook .content .error-msg .validation-summary-errors ul li {
                    text-align: center;
                }

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-120%);
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.back-fadeOut {
    animation-name: back-fadeOut;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes back-fadeOut {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(120%);
    }
}

.back-fadeIn {
    animation-name: back-fadeIn;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
}

@keyframes back-fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
