﻿body {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 1.5;
    /*background-color: #eceff3;*/
    color: #212529;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ts-main-content {
    margin-top: 80px;
}

ul.dropdown-menu.dropdown-menu-dark.custom.show {
    width: 200px;
}

.dropdown-item {
font-size:15px;
}

.dropdown-menu {
    text-align: left;
}

.page-header {
    padding: 10px 10px 10px 0px;
    border-bottom: 1px #000000 solid;
    margin-bottom: 15px;
}


.dropdown-menu {
    border-radius: 0px;
}
ul.dropdown-menu.show {
    top: 52px;
}

span.row-id {
    display: inline-block;
    padding: 5px;
}

.amzgridstyle {
    font-size:12px;
}

.amzgridstyle thead {
    text-align:center;
    }

.title_amz {
    width: 250px;
}
.amz_itemgroup {
    width: 250px;
}
.fs-7 {
    font-size: 11px;
}

.handle {
    position: fixed;
    top: 35%;
    right: -25px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #06a386;
    border: none;
    color: white;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.obj_hide {
    display:none;
    visibility:hidden;
}

.icon-button {
    margin-left: 5px;
    color: darkblue;
    font-size: large;
    background:none;
    border:none;
}

.form-control {
    border-radius: 0px !important;
}
.input-group .btn {
    border-radius: 0px !important;
}



/* login page css start */
.form-page {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.no-b {
    border-radius: 0;
}

.left {
    background-color: #2a3272;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
/* login page css end */


