#window{
    margin-top: 50px;
    border: 1px solid #eaecef;
    color: #000;
    padding: 15px;
    border-radius: 20px;
    box-shadow: rgba(33, 33, 33, 0.1)1px 4px 15px 7px;
}
.swapbox_select input:focus {
  color: #495057;
  background-color: unset;
  border-color:unset;
  outline: 0;
  box-shadow: none;
}
.swapbox_select {
    width: 45%;
    float: left;
    border-radius: 13px;
}
.swapbox_label{
  font-size: 12px;
}
.swapbox_select input {
    background-color: unset;
    box-shadow: unset;
    border: none;
    padding: 10px 22px;
    border-radius: 12px;
}
.activeLight{
    background: #4b5e6c!important;
    color: white!important;
}
#turnOnDark{
    cursor: pointer;
    background: white;
    color: #4b5e6c; 
    padding: 12px 15px;
    border-radius: 9px;
}
.lightColor{
    color: rgba(0,0,0,.9)!important;
}
.darkColor{
    color: rgba(255,255,255,.9)!important;
}
.lightVersion{
    color: rgba(0,0,0,.9)!important;
    display: none;
}
.darkVersion{
    color: rgba(255,255,255,.9)!important;
    display: none;
}
#turnOnLight{
    cursor: pointer;
    background: white;
    color: #4b5e6c; 
    padding: 12px 15px;
    border-radius: 9px;  
}
.full-container{
    display: flex;
}
#sidebar{
    border-right: 2px solid rgba(133, 133, 133, 0.1);
    width: 240px;
    background: white;
    display: flex;
    flex-direction: column;
    overflow: initial;
    height: 100vh;
}
.tabIcon{
    margin-right: 8px;
}
.tokenSearch{
    border-radius: 10px;
    width: 100%;
    margin: 15px 0px 20px;
    padding: 12px;
    font-size: 18px;
    border: none;
}
.subMenuIcon{
    position: absolute;
    right: 18px;
    margin-top: 5px;
    font-size: 10px;
}
.mainSidebar{
    padding-left: 0px;
    margin-top: 12px;
}
.verbergen{
    display: none;
}
.sibebarTab:hover{
    cursor: pointer;
    background-color: rgb(239, 244, 245);
}
.sibebarSubTab:hover{
    cursor: pointer;
    background-color: rgb(239, 244, 245);
}
.subSideBar{
    margin-top: 10px;
    display: none;
    padding-left: 20px;
}
.subSideBarEarn{
    margin-top: 10px;
    display: none;
    padding-left: 20px;
}
.subMenu{
    display: none;
}
.sibebarSubTab{
    list-style-type: none;
    position: relative;
    padding: 12px 20px 12px 20px;
    background-color: transparent;
    color: rgb(129, 142, 152);
}
.sibebarTab{
    font-weight: 600;
    list-style-type: none;
    position: relative;
    padding: 12px 20px 12px 20px;
    background-color: transparent;
    color: rgb(129, 142, 152);
}
.darkLightVersion{
    position: absolute;
    right: 190px;
    top: 25px;
    color: #ccdce6;
    border-radius: 8px;
}
.lightBackground{
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
.darkBackground{
    background: linear-gradient(90deg, #191f2e 0%, #182848 100%);
}
#gas_estimate{
    background-color: rgb(236, 236, 236);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 16px;
    margin-bottom: 10px;    
}
#resultMessage{
    margin-top: 10px;
    text-align: center;
}
.liberaButton{
     display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;   
}
.textDark{
    color: white!important;
}
.textLight{
    color: black!important;
}
.darkBackground{
    background: #182540!important;
}
.liberaContainer{
    display: flex;
    margin-top: 90px;
}
.liberaBox{
    width: 50%;
    padding: 20px;
}
.liberaTitel{
    width: 100%;
    display: block;
    text-align: center;
    font-family: Kanit, sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}
.liberaSubTitel{
    color: rgb(38, 47, 54);
    font-size: 16px!important;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    display: block;
}
.logoLeft{
    position: absolute;
    width: 9%;
    top: 12%;
    left: 285px;
    opacity: 0.1;
}
.logoRight{
    position: absolute;
    width: 9%;
    top: 12%;
    right: 2%;
    opacity: 0.1;
}
.navbar {
    padding: 1.2rem 1.8rem;
    border-bottom: 2px solid rgba(133, 133, 133, 0.1);
    background: #fff;
}
.menuButton{
    border: none;
    background-color: rgb(21 21 21);
    color: #ffffff!important;
    border-radius: 27px;
    padding: 10px 22px;
    font-weight: bolder;
    font-size: 15px;
}
.menu_logo{
    width: 40px;
}
#chainOptions{
    position: absolute;
    right: 17px;
    top: 53px;    
}
.kiesCurrency{
    border: 1px solid;
    padding: 10px;
    border-radius: .25rem;
    margin-bottom: 5px;    
}
.kiesCurrency:hover{
    background:#007bff;
    color:white;  
    cursor: pointer;
}
.swapbox{
    overflow: auto;
    margin: 20px 0;
    padding: 20px;
    border-radius: 16px;
    background-color: rgb(236, 236, 236);
    box-shadow: rgba(74, 74, 104, 0.1) 0px 2px 2px -1px inset;
}
.token_select{
    padding:5px 0;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(74, 74, 104, 0.1) 0px 2px 2px -1px inset;
    border: none;
    padding: 7px 22px;
    border-radius: 12px;
    margin-right: 15px;
    color: #6c757d;
}
.token_select:hover{
    background-color: #ddd;
    color: #000;
    cursor: pointer;   
}
.token_list_img, .token_image{
    width: 40px;
}
.modal-body{
    height: 600px;
    overflow: scroll;
}
.token_row{
    padding: 5px 10px;
}
.token_row:hover{
    background-color: #e4e4e4;
    cursor: pointer;
}
@media screen and (max-width: 600px){
    .hideMobile{
        display: none;
    }
}