@import './mapMoreMedicine.css';
@import './medicineMappingcoverage.css';

@font-face {
    font-family: 'Circular Std Book';
    src: url('../fonts/CircularStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Circular Std Book';
}

.fullWrap {
    float: left;
    width: 100%;
}

.halfWrap {
    float: left;
    width: 50%;
}
.floatRight {
    float: right !important;
}

.commonList {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.commonTable {
    width: 100%;
}

.commonTable tbody tr {
    border-top: 1px solid rgba(54, 66, 73, 0.16);
}

.commonTable tbody tr:last-child {
    border-bottom: 1px solid rgba(54, 66, 73, 0.16);
}

.commonTable tr td, .commonTable tr th {
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

.commonTable tbody tr, .commonTable thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.commonTable tbody {
    display: block;
    max-height: 100px;
    overflow-y: auto;
}

.mainWrapper {
    background-color: #eff3f6;
    float: left;
    width: 100%;
}

.menuHead {
    padding: 10px 20px;
    /* float: left; */
    height: 56px;
    background: white;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-menu {
    display: flex;
    align-items: center;
}

.menu-item {
    margin: 0 8px ;
}

/* .menuHead div {
    float: left;
    width: 50%;
} */

.halfWrapper {
    padding: 1%;
    float: left;
    width: 100%;
    height: calc(100vh - 56px);
    background-color: #eff3f6;
}

.leftWrap {
    float: left;
    width: 25%;
    height: calc(100vh - 90px);
    background: white;
    border: solid 1px #bdbdbd;
}

.rightWrap {
    padding: 0% 0% 0% 1%;
    float: left;
    width: 75%;
    height: calc(100vh - 90px);
}

.inputWrap input {
    height: 40px;
    padding-left: 40px;
    background: none;
    border-radius: 4px;
    border: solid 1px #bdbdbd;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.15px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6);
}

.searchIcon {
    position: absolute;
    margin: 9px 0px 0px 10px;
}

.graphWrap {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* height: calc(100vh - 150px);
    overflow-y:scroll; */
}

.dataNotAvailable {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    padding: 10% 2% !important;
}

.graphBox {
    padding: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    width: 49%;
    /* height: 40vh; */
    background: white;
    border-radius: 4px;
    border: solid 1px #bdbdbd;
}

/*.graphView{
    height: 70%;
}
.graphInfo{
    height: 30%;
}*/

.graphInfo p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 0, 0, 0.76);
    margin-bottom: 0px;
}

.graphInfo span {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0px;
    text-align: left;
    color: #404040;
}

.scrollbar {
    background-color: #F5F5F5 !important;
    border-radius: 4px;
    float: left;
    margin-bottom: 25px;
    overflow-y: scroll;
}

.mainScrollbar {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 0px !important;
    border-radius: 4px !important;
    background-color: #F5F5F5 !important;
}

.scrollbar::-webkit-scrollbar-thumb {
    opacity: 0.6 !important;
    border-radius: 4px !important;
    background-color: #364249 !important;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3) !important;
    background-color: #F5F5F5 !important;
    border-radius: 4px !important;
}

.customScroll {
    border-radius: 4px;
    float: left;
    margin-bottom: 25px;
    overflow-y: scroll;
}

.customScroll::-webkit-scrollbar {
    width: 3px !important;
    border-radius: 4px !important;
    background-color: #F5F5F5 !important;
}

.customScroll::-webkit-scrollbar-thumb {
    opacity: 0.6 !important;
    border-radius: 4px !important;
    background-color: #364249 !important;
}

.customScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3) !important;
    background-color: #F5F5F5 !important;
    border-radius: 4px !important;
}

.customNav li {
    width: 50%;
    height: 49px;
    text-align: center;
    border-bottom: 2px solid #ddddd9;
}

.customNav>li>a {
    font-weight: bold;
    color: #757575 !important;
}

.customNav.nav-tabs .nav-item.show .nav-link, .customNav.nav-tabs .nav-link.active, .customNav.nav-tabs .nav-link:hover {
    background: #efe5fd !important;
    outline: none;
    color: #6100ed !important;
    text-decoration: none;
    height: 100%;
    border-bottom: 2px solid #6100ed !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6 #fff !important;
}

.customScroll {
    height: calc(100vh - 300px);
    overflow-y: scroll;
    width: 95%;
    padding: 0% 0% 0% 8%;
}

.customScroll p {
    padding: 5%;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.24px;
    text-align: left;
    color: #6100ed;
    margin-bottom: 0px;
    cursor: pointer;
}

.blueBg, .customScroll p:hover {
    border-radius: 4px;
    background-color: #efe5fd;
}

.calenderWrap {
    padding: 25px 20px;
}

.pinIcon {
    position: absolute;
    right: 3%;
    top: 3%;
}

.singleValueList {
    width: 100%;
    float: left;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.singleValueList li {
    float: left;
    width: calc(25% - 10px);
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    word-break: break-all;
}

.singleValueList li span {
    display: block;
    font-size: 40px;
    padding: 10px 0;
}

.lastTransitionDate {
    width: 19%;
    text-align: right;
    display: inline-block;
}

.loginOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 20;
    cursor: pointer;
}

/* Bordered form */

/* Full-width inputs */

.logininput {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */

button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */

img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */

.logincontainer {
    padding: 5% 35%;
}

/* The "Forgot password" text */

span.psw {
    float: right;
    padding-top: 16px;
}

.contentWrapMain {
    display: none;
}

.macroInnerTab {
    background-color: #fff;
}

.macroInnerTab li {
    float: left;
    padding: 8px 15px;
    font-size: 20px;
    border-bottom: 2px solid #ddddd9;
    cursor: pointer;
}

.macroInnerTab li.active {
    color: #6100ed;
    border-bottom: 2px solid #6100ed;
}

.macroInnerTabContent {
    display: none;
}

.macroSalesTable tbody {
    max-height: 80vh;
}

.mainLoaderWrap {
    display: none;
    float: left;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.loaderInner {
    width: 100px;
    height: 100px;
    display: flex;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    background-image: url('../images/loader.svg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .csvDownlaodButton {
      cursor: pointer;
      padding: 10px;
  }
