
/******************************  SCROLL CSS  *********************************/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    opacity: 0.3;
    border-radius: 5px; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ccc; 
  }

  /*mozila*/

  ::-moz-scrollbar{
      width: 5px;
      height: 5px;
  }

  /* Track */
  ::-moz-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-moz-scrollbar-thumb {
    background: #d7d7d7;
    opacity: 0.3;
    border-radius: 5px; 
  }
  
  /* Handle on hover */
  ::-moz-scrollbar-thumb:hover {
    background: #ccc; 
  }

/******************************  END SCROLL CSS  *********************************/  
.content{
    display: inline-block;
    min-width: 49%;
}
.content .content-box{
    position: relative;
}
.custom-input{
    position: relative;
}
.custom-input input[type=text]{
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	box-shadow: none;
	border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222529;
    border-bottom: 1px solid #F0F2F5;
    width: 145px;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.custom-input select {
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	box-shadow: none;
	border: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #222529;
    border-bottom: 1px solid #F0F2F5;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 20px;
    background-image: url(../image/Polygon\ 1\ \(Stroke\).svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.custom-input .input-icon{
    position: absolute;
    bottom: 30px;
    right: 10px;
}

.right-icon{
    float: right;
}
.right-icon img{
    margin-right: 10px;
}

.gray-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #A3AEBF;
    margin-right: 10px;
}
.gray-text-right{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #A3AEBF;
    float: right;
}

.gray-section{
    max-height: 220px;
    overflow-y: auto;
    margin-top: 15px;
}

.gray-box{
    min-width: 245px;
    padding: 20px;
    background: #F5F7FA;
    border-radius: 12px;
    margin-bottom: 10px;
}
.gray-box .heading{
    font-size: 13px !important;
}
.gray-box .matter{
    font-size: 15px !important;
}

.gray-box .matter .amount{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #222529;
    float: right;
}

.center-txt{
    margin-left: 21px;
}


.search-box{
    height: 40px;
    width: 100%;
    border: 1px solid #F0F2F5;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #A3AEBF;
    position: relative;
    text-indent: 80px;
    outline: none;
}

.search-icon{
    position: absolute;
    top: 73px;
    left: 50px;
}

.blue-box{
    background: #E3EEFF;
    border-radius: 8px;
    padding: 8px 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0066FF;
    width: auto;
    height: auto;
    position: absolute;
    left: 80px;
    top: 67px;
}
.subtract{
    margin-left: 10px;
}

.search-text{
    position: absolute;
    top: 73px;
    left: 275px;
    color: #b8aebf;
}

.input-text{
    width: 100%;
    border: none;
    border-bottom: 1px solid #EBEDF0;
    height: 45px;
    color: #212429;
    font-size: 15px;
    outline: none;
}
