<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.essaccountbg {
    width: 100%;
    background-repeat: no-repeat;
    /* background: url(../img/agent-loginbanner.png); */
    background-size: cover !important;
}

.card-1 {
    margin-bottom: 24px;
    border: none;
    background-color: #ffffff;
    border-radius: 20px;
}

.lets-get-started{
    font-weight: 600;
    color: #ffa400 !important;
    font-size: 22px;
    margin-top: 1rem !important;
}

.input-login-box{
    
    /* border-top-left-radius: 30px !important; */
    /* border-bottom-left-radius: 30px !important; */
    height: 45px !important;
}

.super-side-menu-li{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 10px 15px !important;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #a2a6cb;
    margin: 3px 0px 3px 2px;
    border-radius: 50px 0 0px 50px;
}

.content-title {
    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgb(120 120 120 / 18%);
    border-radius: 21px;
}


.main-profile {
    text-align: center;
    padding: 10px 0px;
    position: relative;
    /* box-shadow: 0px 0px 15px 0px rgb(164 94 211 / 65%); */
    background: #fff;
    border-radius: 25px;
}

.main-profile .image-bx {
    position: relative;
    display: inline-block;
    height: 65px;
    width: 65px;
    margin-bottom: 12px;
    margin-top: 12px;
}
.main-profile .image-bx img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main-profile .image-bx a {
    color: #fdfdfd;
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 20px;
}

.mt-31{
    margin-top: 31px !important;
}

thead {
    background: #FFF8EB !important;
}

.table-txn {
    border-collapse: separate !important;
    border-spacing:0 16px !important;
}

.count-font{
    font-size: 14px !important;
    font-weight: bold !important;
}

.table-space{
    white-space: nowrap;
}

.table-border{
    border:1px solid #e1e1e1 !important;
}
.login-38 .form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #fff;
}

.login-38 .bg-img {
    min-height: 100vh;
    position: relative;
    display: flex;
    padding: 15px 0;
    background:#000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 992px)
{
    .login-38 .bg-img {
        display: none;
    }
  

}

.login-38 .form-section .btn-md {
    cursor: pointer;
    padding: 15.5px 50px 14.5px 50px;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login-2 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    background: #efefef;
}
.login-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    border-radius: 0 100% 100% 0;
    background: #fff;
    background: linear-gradient(132deg, #fea300, #24272a, #212335);
    background-size: 400% 400%;
    animation: Gradient 15s ease infinite;
}
.login-2 .login-box {
    background: #fff !important;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 100% !important;
    border-radius: 20px;
}
.login-2 .bg-img {
    top: 0;
    bottom: 0;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-right: solid 1px #e7e7e7;
    background: #24272a;
}
.login-2 .form-info {
    justify-content: center;
    align-items: center;
    padding: 100px 90px;
}

.login-2 .form-info {
    justify-content: center;
    align-items: center;
    padding: 100px 90px;
}
.login-2 .form-section {
    text-align: center;
}
.login-inner-form {
    width: 100%;
}
.login-2 .form-section {
    text-align: center;
}
@media (max-width: 992px)
{
.login-2 .bg-img {
    display: none;
}
}
.login-2 .logo img {
    margin-bottom: 15px;
    height: 40px;
}
.login-2 .info {
    top: 35%;
    max-width: 400px;
    margin: 0 auto;
}
.login-2 .form-section h3 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #040404;
}

.box-ani {
    width: 300px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(black, .2);
    background: lighten(#f0f4c3, 10%);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
  }
  
  .wave {
    opacity: .4;
    position: absolute;
    top: 3%;
    left: 50%;
    background: #0af;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
  }
  
  .wave.-three {
    animation: drift 5000ms infinite linear;
  }
  
  .wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: yellow;
  }
  
  .box-aniox:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }
  
  .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    line-height: 300px;
    text-align: center;
    transform: translate3d(0, 0, 0);
    color: white;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4em;
    font-size: 24px;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: .3em;
  }
  @keyframes drift {
    from { transform: rotate(0deg); }
    from { transform: rotate(360deg); }
  }
  .card .card-header {
    background-color: #fff;
    padding: 30px;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.crypto-chart .crypto-dashborad-chart {
    margin-bottom: -20px;
}</pre></body></html>