.dashboard-card {
    border-radius: 0.5rem;
    border: 0;
    min-height: 340px;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    padding: 10px;
    background-color: #fff;
    height: 100%;
}

.account-item {
    width: 100%;
    margin: 15px 0px;
    border-left: 4px solid var(--bs-primary);
    padding-left: 8px;
}

.account-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--title);
    margin-bottom: 5px;
}

.account-info {
    font-size: 12px;
    color: #A3AED0;
}

.Integration-list {
    display: flex;
    padding: 9.5px 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
    border-left: 5px solid #0000ff;
    margin: 15px 0px;
    align-items: center;
    justify-content: space-between;
}

.Integration-iocn {
    margin-right: 0px;
}

.Integration-iocn img {
    width: 30px;
}

.Integration-name {
    margin: 0px 6px;
    font-size: 12px;
}

.Integration-status {
    margin-right: 0px;
    font-size: 20px;
    padding: 0 4px;
    border-radius: 5px;
    color: #00A153;
    font-weight: 500;

}
.view-more-but {
    color: var(--bs-blue);
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    width: 100%;
    margin-top: 65px;
    padding-right: 5px;
}

.dashboard-sale {
    background-color: #FFE2E5;
    border-radius: 10px;
    padding: 15px 15px;
}
.dashboard-sale .icon {
        background-color: #FA5A7D;
        color: var(--bs-body-bg);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        font-size: 23px;

    }

    .dashboard-sale h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0px;
    }

    .dashboard-sale .count {
        color: #425166;
        font-size: 16px;
        font-weight: 500;

    }


.know-more {
    color: #4079ED;
    margin-top: 10px;
    font-weight: 500;
}
.dashboard-inventory {
    background-color: #FFF4DE;
    border-radius: 10px;
    padding: 15px 15px;
}

.dashboard-inventory .icon {

    background-color: #FF947A;
    color: var(--bs-body-bg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 23px;
}

.dashboard-inventory .icon h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

.dashboard-inventory .icon .count {
    color: #425166;
    font-size: 16px;
    font-weight: 500;
}

.dashboard-inventory .icon .view-more {
    color: var(--bs-primary);
    margin-top: 10px;
    font-weight: 500;
}


.dashboard-product {
    background-color: #DCFCE7;
    border-radius: 10px;
    padding: 15px 15px;
}

.dashboard-product .icon {
    background-color: #3CD856;
    color: var(--bs-body-bg);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 23px;

}

.dashboard-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0px;
}

.count {
    color: #425166;
    font-size: 16px;
    font-weight: 500;
}

.view-more {
    color: var(--bs-primary);
    margin-top: 10px;
    font-weight: 500;
}


.connection-title-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F4F5F9;

}

.connection-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F4F5F9;
    border-bottom: 5px solid #fff;
    align-items: center;

}

.connection-item {
    flex: 0 33.3%;
}
.connection-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    padding-left: 16px;
    padding-top: 16px;
}
.source-info-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px;
    align-items: center;
}

.source-info {
    display: flex;
    align-items: center;
}

.source-info img {
    margin-right: 16px;
}

.source-info p {
    margin: 0;
}

.processes-info-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 16px 16px;
}

.processes-info {
    display: flex;
    align-items: center;
}

.processes-info img {
    margin-right: 16px;
}

.processes-info p {
    margin: 0;
}

.dashboard-integration {
    margin-top: 24px;
    background-color: var(--bs-body-bg);
    padding: 16px;
     border-radius: 0.5rem;
    border: 0;
    box-shadow: 0 0.125rem 0 rgba(10,10,10,.04);
}
.dashboard-integration-list{
    background-color: #F4F5F9;
    padding: 16px;

}
.dashboard-integration-container {
    display: flex;
    flex-wrap: wrap;
    /* // justify-content: space-between; */
  }
  


  /* Integration Style */
  .Integration-warpper {
    background-color: var(--bs-body-bg);
    padding: 16px;
    margin-top: 16px;
    border-radius: 16px;
    display: flex;
    height: 100%;
}
.Integration-warpper .Integration-connect-list {
    width: 300px;
    height: 100%;
    padding: 10px;
    background-color: #fafbfc;
}
.Integration-warpper .Integration-connect-list-deteails {
    padding-left: 16px;
    width: calc(100% - 300px);
}
.Integration-warpper .Integration-connect-list-deteails .title-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.Integration-warpper .Integration-connect-list-deteails .title-box .title-button .button-2 {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 18px;
    border-width: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 14px 5px 14px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.Integration-warpper .Integration-connect-list-deteails .title-box .title-button .button-blue {
    background-color: var(--bs-blue);
    border-radius: 18px;
    border-width: 0;
    color: var(--bs-body-bg);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 14px 5px 14px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.button-blue {
    background-color: var(--bs-blue);
    border-radius: 18px;
    border-width: 0;
    color: var(--bs-body-bg);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 14px 5px 14px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.connection-list {
    display: flex;
    display: flex;
    padding: 10px 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
    /* border-left: 5px solid #00f; */
    margin: 15px 0px;
    align-items: center;
    justify-content: space-between;
}
.connection-list > button.active{
    border-left: 5px solid #00f !important;
    border-radius: 5px;
}
.connection-list > button.active::before{
    content:'';
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #00f;
}
.connection-list .connection-iocn {
    margin-right: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.connection-list .connection-iocn img {
    width: 30px;
}
.connection-list .connection-name {
    font-size: 13px;
    margin: 0px 8px;
}
.connection-list .connection-status {
    font-size: 20px;
    border-radius: 5px;
    color: #00a153;
    font-weight: 500;
}
.button-secondary {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 18px;
    border-width: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 14px 5px 14px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
/* Integration Style End */

/* login */

.login-wrapper{
height: 100vh;
position: relative;
}
.login-info {
    width: 400px;
}
.login-left-side{

}
.login-right-side{
     background-color: var(--bs-blue);
     height: 100vh;

}
.login-title{
    font-size: 24px;
    color: var(--bs-blue);
    font-weight: 600;
    text-align: center;
}
.login {
  margin: 20px auto;
  max-width: 420px;
  border-radius: 5px;
}
  .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 14px;
    border-radius: 2px; 
    /* font-family: Raleway, sans-serif; */
  
  }
  .login input:focus {
    border-bottom:5px solid var(--bs-blue) ;
    box-shadow: none;
  }
  .password {
    position: relative;
  }
  .password-icon {
    position: absolute;
    top: 56px;
    right: 14px;
    color: #8E8E8E;
    cursor: pointer;
  }
  .forget-pass {
    color: #8E8E8E;
  }
  .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
  }
  
.login input[type=text],
.login input[type=password] {
  /* border: 1px solid #B1B1B1; */
  transition: .2s;
}

.login input[type=text]:hover {
  border-color:var(--bs-blue);
  outline: none;
  transition: all .2s ease-in-out;
} 
/* .login input [placeholder], [placeholder], *[placeholder] {
    color: #8E8E8E !important;
    font-size:14px;

    border:none;
    
} */

.login-button{
  border: none;
  border-radius: 8px;
  background:var(--bs-blue);
  color: white;
  outline: 0;
 margin-top: 25px;
  width: 100%;
  font-weight: 500;
  padding: 15px;
 
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.login-button:hover {
  background: var(--bs-indigo);  
}

  .login h2 {
    margin: 20px 0 0; 
    color: #EF5350;
    font-size: 28px;
  }

.login p {
  margin-bottom: 40px;
}

.links {
  display: table;
  width: 100%;  
  box-sizing: border-box;
  border-top: 1px solid #c0c0c0;
  margin-bottom: 10px;
}

.links a {
  display: table-cell;
  padding-top: 10px;
}

.links a:first-child {
  text-align: left;
}

.links a:last-child {
  text-align: right;
}

  .login h2,
  .login p,
  .login a {
    text-align: center;    
  }

.login a {
  text-decoration: none;  
  font-size: .8em;
}

.login a:visited {
  color: inherit;
}

.login a:hover {
  text-decoration: underline;
}
.login-img {
    position: absolute;
    top: 60px;
    right: 0;
    width: 45%;
    
}
.login-img img {
    width: 75%;
}
.dashboard-search {
    width: 350px;
}