/*currencies-single-exchange*/
#currencies-single-exchange .header-cerrencies-single-exchange .btn{
    background-color: #4383FF;
    color: #fff;
}
#currencies-single-exchange .currencies.show-more-action{
     height: 270px;
     overflow-y: hidden;
 }
 #currencies-single-exchange .currencies.show-less-action{
     height: auto;
 }
#currencies-single-exchange .currencies .table{
    width: 100%;
    height: auto;
}
#currencies-single-exchange .currencies .table tbody tr:hover {
    background-color: #fff;
}
#currencies-single-exchange .currencies .table thead tr th,
#currencies-single-exchange .currencies .table tbody tr th{
    text-align: center;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) div span:nth-child(1){
    width: 30px;
    height: 30px;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) div span:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#currencies-single-exchange .currencies .table tbody{
  counter-reset: section;    
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(2):before{
    content: counter(section);
    counter-increment: section;
    color: #69768B;
    font-size: 13px;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) span:not(:first-child){
    width: auto;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) span:nth-child(1){
     min-width: 20%;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) div span:nth-child(2){
   font-size: 14px;
       font-weight: 600;
    font-variation-settings: "wght" 600, "KSHD" 100;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(3) div span:nth-child(5){
   font-size: 14px;
       font-weight: 400;
    font-variation-settings: "wght" 400, "KSHD" 100;
    color: #7E7F86;
}
#currencies-single-exchange .currencies .table tbody tr th:nth-child(5) strong,
#currencies-single-exchange .currencies .table tbody tr th:nth-child(4) strong{
    font-size: 13px;
       font-weight: 600;
    font-variation-settings: "wght" 600, "KSHD" 100;
} 
#currencies-single-exchange .currencies .table tbody tr th:nth-child(5) button,
#currencies-single-exchange .currencies .table tbody tr th:nth-child(4) button{
    font-size: 12px;
       font-weight: 600;
    font-variation-settings: "wght" 600, "KSHD" 100;
    border: 1px solid #19191940;
    border-radius: 100px;
	transition: all 0.2s linear;
} 
 #currencies-single-exchange .currencies .table tbody tr th:nth-child(4) button:hover {
   background-color: #04A448 ;
   color: #fff;
   border: 1px solid #04A448;
}
 #currencies-single-exchange .currencies .table tbody tr th:nth-child(5) button:hover svg path,
 #currencies-single-exchange .currencies .table tbody tr th:nth-child(4) button:hover svg path {
   fill: #fff;
}
 #currencies-single-exchange .currencies .table tbody tr th:nth-child(5) button:hover {
   background-color: Red ;
   color: #fff;
   border: 1px solid Red;
}
.show-more-and-less .show-less,
.show-more-and-less .show-more{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    color: #191919;
    font-size: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600, "KSHD" 100;
	cursor: pointer;
}
.show-more-and-less .show-less .rorateSvg-showMore svg{
	transform: rotate(180deg)
}
.show-more-and-less .show-less{
	display: none;
}