﻿.contain {
    height: 200px;
    width: 100%;
    overflow-y: hidden;
}

.contain table thead th {
    position: sticky;
    top: 0;
    background: #282b2f;
    border-top: 0px;
    border-bottom: 2px solid #444;
    color:#95C23D;
}
.header {  
  color:#a5a8ad;
  text-align: center;
  padding: 5px;
}
.header h3 {
  font-size: 15px;
}
.date {
  color: #95C23D;
  text-align: right;
  font-size: 2.75rem;
}
/*ul.currencies {
  height: calc(100vh - 40px - 100px - 40px - 58px);
  background-color: #222;
  padding: 0 1.5rem 1rem 1.5rem;
  overflow-y: auto;
}*/
.currentCurrencyRateList{
    width:100%;
    margin: 0 auto;    
}
.base-currency-rate{
    position: absolute;
    right: 10%;
}
.currencies{
    position: relative;
    right: 4%;
}
ul.currencies li {
  background-color: #2d2d37;
  border-radius: 5px;
  list-style: none;    
  position: relative;
  color: #a5a8ad;
  padding: 1rem;
  margin: 2px;
}
ul.currencies li:last-child {
  margin-bottom: 0;
}
ul.currencies li.base-currency {
  background-color: #264d73;
}
.flag {
  width: 20px;
  height: 15px;
  border: 1px solid #fff;
  vertical-align: top;
  position: relative;
  right: 40%;
}
.info {
  display: inline-block;
  width: 100%;
}
.info .input span {
  font-size: 1rem;
  display: inline-block;
  width: 4rem;
  text-align: center;
}
.info .input input {
  font-size: 1.5rem;
    width: 78%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.info .currency-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  color: #a5a8ad;
}
.info .base-currency-rate {
  font-size: 0.8rem;
  margin-left: 1rem;
  color: #a5a8ad;
}
ul.currencies li .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5rem;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
}
ul.currencies li .close:hover {
  color: #fff;
}
/* Scrollbar */
ul.currencies::-webkit-scrollbar {
  width: 5px;
}
ul.currencies::-webkit-scrollbar-thumb {
  background-color: #2d2d37;
  border-bottom: 1rem solid #222;
}
ul.add-currency-list {
  position: absolute;
  bottom: 54px;
  left: 105%;
  background-color: #f1f1f1;
  color: #333;
  width: 100%;
  height: calc(100vh - 40px - 100px - 55px);
  overflow-y: auto;
  transition: all 0.25s;
}
ul.add-currency-list li {
  list-style: none;
  padding: 0.75rem;
  border-bottom: 1px solid #ddd;
}
ul.add-currency-list li.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
ul.add-currency-list li .flag {
  width: 3rem;
  height: 2rem;
  vertical-align: middle;  
}
ul.add-currency-list li span {
  margin-left: 1rem;
  font-weight: bold;
}

.add-currency-btn {
  background-color: #00b386;
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-top: 3px solid #222;
  outline: none;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.25s;
  position: relative;
}
.add-currency-btn i {
  position: absolute;
  top: 0.6rem;
  left: 30%;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.25s;
}

.add-currency-btn.open {
  background-color: #d9534f;
}
.add-currency-btn.open i {
  opacity: 1;
  left: 1.25rem;
}
.add-currency-btn.open + ul.add-currency-list {
  left: 0;
}
.add-currency-btn.open + ul.add-currency-list li:hover {
  background-color: #ddd;
}

@media (max-width: 600px) {
  html { font-size: 14px; }
  .container { width: 100%; margin: 0 auto; }
  ul.currencies { height: calc(100vh - 83px - 34px - 51px); }
  .header h1 { font-size: 2rem; }
  .flag { width: 3rem; height: 2rem; }
  .info .input span { font-size: 1.25rem; width: 3.5rem; }
  .info .input input { font-size: 1.25rem; width: 76%;}
  .info .currency-name { margin-left: 3.5rem; }
  .info .base-currency-rate { margin-left: 3.5rem; }
  ul.add-currency-list { bottom: 48px; height: calc(100vh - 80px - 51px); }
  .add-currency-btn i { left: 25%; top:0.65rem; }
}

/*.......................Support Ticket button.................*/
body {
    position: relative;
}

.support-btn {
    z-index: 1040;
    /* transform: rotate(-90deg); */
    font-size: 16px;
    letter-spacing: 0.5px;
    background-color: #96c33d;
    color: #fff !important;
    box-shadow: #333 0px 3px 8px;
    font-family: Source Sans Pro !important;
    position: fixed;
    right: -10px;
    bottom: 5px;
    padding: 0px 17px;
    border-radius: 20px 0px 0px 20px;
}


    .support-btn:hover {
        color: #fff;
        background-color: #3bb776;
        /*border-color: #fff;*/
    }
#alartDiv {
    margin-bottom: 0;
    padding: 0px 14px 0px 11px;
    margin-top: 8px;
    position: absolute;
    top: 27px;
    z-index: 9999;
    right: 0px;
    background-color: #c51600 !important;
    font-size: 13px;
    width:100%;
    border-radius: 0px;
}

#close {
    text-decoration: none;
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: -1px;
}

@media screen and (min-width:240px) and (max-width:767px) {

    #alartDiv {
        top: 25px;
        width: 100%;
        
    }
}
@media (min-width: 768px) and (max-width:1200px) {
   
    .chartBtn01 {
        padding: 0px;
        margin-top: 16px;
    }
    #alartDiv {
        margin-bottom: 0;
        padding: 0px 48px 0px 11px;
        margin-top: 8px;
        position: absolute;
        top: 24px;
        z-index: 9999;
        right: 0px;
        background-color: #c51600 !important;
        font-size: 9px;
        width: 100%;
        border-radius: 0px;
    }
    #close {
        text-decoration: none;
        font-size: 15px;
        position: absolute;
        right: 5px;
        top: -4px;
    }
}

/*all input box media query*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .mob-pading {
        padding: 0px 9.5px !important
    }
    .filterSection select {
        width: 100%!important;
        font-size: 10px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .mob-p-8 {
        padding: 0px 8px !important;
    }
    .filterSection select {
        width: 100%!important;
        font-size: 10px;
    }
    .mob-pading{padding:0px 9.5px!important}
    .filterSection input[type="text"] {
        height: 27px;
        font-size: 10px;
        width: 86px!important;
    }
    .filterSection .generatedGraphFilter .bootstrap-select button {
        width: 82px!important;
        font-size: 10px;
        padding: 5px;
    }
    /*#spnForecast {
        font-size: 8px!important;
        height: 16px!important;
        outline: none;
        padding: 1px 5px!important;
        border: 0.5px solid rgb(220, 220, 220);
        color: rgb(255, 255, 255);
        position: absolute;
        right: 0!important;
        margin-right: 8px!important;
        cursor: pointer;
        bottom: -18px!important;
        z-index: 1;
        background-color: rgb(89, 118, 32);
    }*/
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

@media screen (min-width:1024px) and (max-width:1365px) {
    .tag-text {
        font-size: 12px;
        margin-top: 4px;
        color: #a5a8ad !important;
    }
}
