HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/propbase/propbase_website/styles/common.scss
@import "partials/partials";
ul,ol{
    margin: 0;
    padding: 0;
}
.body-wrapper{
    font-family: $font-primary;
    display: flex;
    min-height: 100vh;
    @media($sm-991){
        flex-direction: column;
    }
    .nav-block{
        flex: 0 0 auto;
        position: relative;
        z-index: 1001;
    }
    .content-block-outer{
        background: #F7F7FC;
        flex: 1 1 auto;
        transition: .3s;
        max-width: calc(100% - 300px);
    }
    &.nav-collapse{
        @media ($lg-992) {
            .content-block-outer{
                // max-width: calc(100% - 95px);
                max-width: calc(100% - 85px);
            }
        }
    }
}
.shadow-bg{
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}


.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    min-height: 85px;
    .header-title-block{
        .header-title{
            margin-bottom: 0;
            color: $primary-dark;
            font-size: 16px;
            font-weight: 700;
        }
        .btn-back{
            color: $text-primary-dark;
        }
    }
    .right-block{
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    
    .wallet-btn{
        border-radius: 20px;
        border: 1px solid #000;
        background: #FFF;
        padding: 8px 30px;
        transition: .3s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        &:hover{
            opacity: .8;
        }
    }
    .wallet-btn-cover{
        position: relative;
        .wallet-btn-copy{
            position: absolute;
            right: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-color: #F0F0F8;
        }
    }
    
    .prof-avt{
        margin-left: 25px;
        img{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
            object-fit: cover;
        }
    }
}
@media($sm-1679){
    .header-wrapper .wallet-btn{
        font-size: 14px;
    }
    .header-wrapper .prof-avt img {
        width: 36px;
        height: 36px;
    }
    .header-wrapper {
        padding: 10px 15px;
        min-height: 70px;
    }
}

@media($sm-991){
    .header-wrapper .wallet-btn {
        padding: 6px 30px;
    }
    .header-wrapper .prof-avt {
        margin-left: 20px;
    }
}
.body-content-outer{
    padding: 15px;
    max-width: 1800px;
    margin: 0 auto;
}
.sec-title-block{
    padding-bottom: 15px;
    .sec-title{
        color: $text-primary-dark;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        display: flex;
        align-items: center;
    }
    &.sec-title-filter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        .block-right{
            display: flex;
            .exl-upload-btn{
                flex-shrink: 0;
                padding: 7px 20px;
                font-size: 14px;
                font-weight: 400;
                transition: .3s;
                border: none;
                .add-label-mob{
                    @media (max-width: 370px) {
                        display: none;
                    }
                }
                @media ($sm-1679) {
                    max-height: 36px;
                    padding: 6px 20px;
                    font-size: 13px;
                }
                @media ($sm-1481) {
                    padding: 6px 20px;
                }
                @media ($sm-1199) {
                    padding: 6px 15px;
                }
                img{
                    margin-left: 15px;
                    @media ($sm-1481) {
                        margin-left: 8px;
                        width: 13px;
                    }
                }
                &:hover{
                    opacity: .8;
                }
            }
        }
    }
    &.title-filter-3-col{
        @media ($sm-767) {
            flex-wrap: wrap;
            .block-right{
                width: 100%;
                padding-top: 15px;
            }
        }
        @media ($sm-579) {
            .block-right{
                flex-wrap: wrap;
                justify-content: flex-end;
                .title-search-box{
                    width: 100%;
                    margin-right: 0 !important;
                    margin-bottom: 10px;
                }
            }
        }
    }
    .create-btn{
        flex-shrink: 0;
        padding: 7px 30px;
        min-width: 180px;
        font-weight: 400;
        font-size: 14px;
        img{
            margin-left: 15px;
        }
        .add-label-mob{
            display: none;
            img{
                margin-left: 0;
                max-width: 100%;
            }
        }
        @media($sm-1679){
            min-width: 140px;
        }
        @media($sm-1441){
            min-width: 120px;
        }
        @media($sm-1441){
            min-width: 100px;
            padding: 7px 20px;
        }
        @media($sm-767){
            min-width: auto;
            padding: 0;
            border: none;
            border-radius: 50%;
            .add-label-mob{
                display: block;
            }
            .add-label-web{
                display: none;
            }
        }
    }
    .filter-dropdown-group .filter-dropdown-btn{
        border-radius: 30px;
    }

    .filter-dropdown-group{
        .filter-dropdown-btn{
            box-shadow: none;
            width: 140px;
            height: 40px;
            font-size: 14px;
            padding: 8px 25px;
            border-radius: 20px;
            border: 1px solid #E3E4F3 !important;
            background: #FFF !important;
            color: #697F9B;
            justify-content: space-between;
            display: inline-flex;
            align-items: center;
            @media ($sm-1679) {
                max-height: 36px;
                font-size: 13px;
            }
            &::after{
                display: none;
            }
        }
        .filter-dropdown-menu{
            width: 420px;
            border-radius: 12px;
            background-color: #FFF;
            border: none;
            box-shadow: 0px 3px 12px 8px rgba(0, 0, 0, 0.06);
        }
    }
    .filter-wrapper{
        .filter-dropdown-group{
            .filter-dropdown-btn{
                background-color: transparent !important;
                border-color: #4D6090 !important;
                color: #4D6090;
            }
        }
    }
}



@media($sm-579){
    .sec-title-block.sec-title-filter{
        flex-wrap: wrap;
    }
    .sec-title-block.sec-title-filter .block-right{
        width: 100%;
        padding-top: 15px;
    }
}
.title-search-box{
    .btn{
        z-index: 1;
    }
    .input-group{
        border-radius: 20px;
        border: 1px solid #E3E4F3;
        background: #FFF;
        height: 40px;
        width: 320px;
        padding-right: 15px;
        overflow: hidden;
        @include placeholder{
            color: #ADC3DF;
        }
        .form-control, .btn{
            box-shadow: none !important;
            outline: none !important;
            border: none !important;
        }
        .form-control{
            color: $primary-dark;
            font-size: 14px;
            padding-left: 25px;
        }
    }
}

@media($sm-1679){
    .title-search-box .input-group{
        height: 38px;
        width: 280px;
    }
}
@media($sm-1199){
    .title-search-box .input-group{
        width: 240px;
        padding-right: 5px;
        height: 36px;
        .btn{
            padding-top: 0;
            padding-bottom: 0;
        }
    }
}
@media($sm-579){
    .sec-title-block.sec-title-filter .block-right{
        .title-search-box{
            flex: 1 1 auto;
        }
        .title-search-box .input-group{
            width: 100%;
        }
    }
}
.inp-block{
    .form-label{
        width: 100%;
        color: $text-primary-dark;
        font-weight: 400;
        font-size: 12px;
        margin-bottom: 8px;
        sup{
            top: -3px;
            font-size:12px;
            color: #FC5252;
            @media($sm-579){
                top: -1px;
            }
        }
    }
    .custom-inp{
        box-shadow: none;
        outline: none;
        border-radius: 22px;
        border: 1px solid #E3E4F3;
        background: #FFF;
        padding: 10px 24px;
        color: $text-primary-dark;
        font-size: 14px;
        box-shadow: none;
    }    
    .custom-selectbox{
        background: {
            image: url('../public/img/select-arrw.svg');
            position: calc(100% - 20px) center;
            repeat: no-repeat;
        };
    }
}
.react-custom-select{
    .css-13cymwt-control, .css-t3ipsp-control{
        border-radius: 30px;
        border: 1px solid #E3E4F3;
        background: #FFF;
        padding: 10px 24px;
        color: #7F97B5;
        font-size: 14px;
        box-shadow: none;
        @media($sm-1679){
            padding: 8px 24px;
        }
        .css-hlgwow{
            padding-left: 0 !important;
        }
    }
    &.react-custom-select-bg{
        .css-13cymwt-control, .css-t3ipsp-control{
            background: #FFF;
        }
    }
    .css-13cymwt-control, .css-t3ipsp-control{
        border-color: #E3E4F3 !important;
    }
    .custom-inp{
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .css-1u9des2-indicatorSeparator{
        display: none;
    }
    .css-1xc3v61-indicatorContainer{
        padding-right: 0;
    }
}

.react-custom-select-rect{
    .css-13cymwt-control, .css-t3ipsp-control{
        border-radius: 8px;
        border: 1px solid #E3E4F3;
        background: #FFF;
        width: 100%;
        height: 48px;
        box-shadow: none;
        font-size: 16px;
        font-weight: 500;
        color: $primary-dark;
        padding: 0 25px;
        outline: none;
        @media($sm-1679){
            font-size: 15px;
            height: 44px;
        }
        @media($sm-1481){
            font-size: 14px;
            padding: 8px 20px;
        }
        @media($sm-579){
            padding: 8px 15px;
            height: 42px;
            font-size: 13px;
        }
        .css-hlgwow{
            padding-left: 0 !important;
        }
    }
    
    .css-13cymwt-control, .css-t3ipsp-control{
        border-color: #E3E4F3 !important;
    }   
    .css-1u9des2-indicatorSeparator{
        display: none;
    }
    .css-1xc3v61-indicatorContainer{
        padding-right: 0;
    }
}

.alert-msg-cover{
    position: relative;
    .alert-msg{
        font-size: 12px;
        position: absolute;
        top: 100%;
        left: 20px;
        color: #FC5252;
        @media($sm-579){
            font-size: 11px;
        }
    }
}
.btn-blue{
    background-color: $primary-blue;
    border-radius: 34px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    transition: .3s;
    border: none;
    &:hover{
        color: #fff;
        opacity: .9;
    }
}
.custom-modal .btn-blue{
    background-color: $primary-blue !important;
}
.btn-prmary{
    background-color: $primary-blue;
    border-radius: 34px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    transition: .3s;
    &:hover{
        color: #fff;
        opacity: .8;
    }
}
.btn-border{
    background-color: #fff;
    border-radius: 34px;
    color: $primary-dark;
    font-weight: 500;
    padding: 10px 15px;
    transition: .3s;
    border: solid 1px $primary-dark !important;
    &:hover{
        opacity: .8;
    }
}
// custom scroll
.custom-scroll {
    &::-webkit-scrollbar {
      width: 5px;
      height: 5px;
    }
    &::-webkit-scrollbar-track {
      border-radius: 3px;
      background: #f8f6fa;
    }
  
    &::-webkit-scrollbar-thumb {
      background: #ECDFF5;
      border-radius: 3px;
    }
    &::-webkit-scrollbar-thumb:hover {
      background: #dfc6f1;
    }
}



// No data
.table-no-data{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10vh 15px;
    text-align: center;
    p{
        padding-top: 15px;
        color: $text-primary-dark;
        font-family: $font-primary;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        text-align: center;
    }
}
@media($sm-1679){
    .table-no-data .img-block img{
        width: 105px;
    }
    .table-no-data p{
        font-size: 14px;
    }
}
@media($sm-1481){
    .table-no-data .img-block img{
        width: 95px;
    }
    .table-no-data p{
        font-size: 13px;
    }
}
@media($sm-991){
    .table-no-data .img-block img{
        width: 80px;
    }
}
@media($sm-767){
    .table-no-data .img-block img{
        width: 65px;
    }
}

 /*Select Scroll Bar */
 .css-1jj59y3-MenuList2{
    max-height: 250px;
   }
   .css-1jj59y3-MenuList2::-webkit-scrollbar {
     width: 5px;
     height: 0px;
   }
   .css-1jj59y3-MenuList2::-webkit-scrollbar-track {
     background: #f8f6fa;
   }
   .css-1jj59y3-MenuList2::-webkit-scrollbar-thumb {
     background: #ECDFF5;
   }
   .css-1jj59y3-MenuList2::-webkit-scrollbar-thumb:hover {
     background: #dfc6f1;
   }  
 
   .css-15lsz6c-indicatorContainer{
     padding-right: 0 !important;
   }

//    Progress bar
.range-block{
    .progress-bar{
        border-radius: 5px;
    }
    .progress{
        background-color: #E3E4F3;
    }
    .range-value{
        font-weight: 600;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #ffffff00;
}
button{
    outline: none;
}
.btn-check:checked+.btn, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: inherit;
    background-color: transparent;
    border: inherit;
}

.btn-back{
    padding-left: 0;
    box-shadow: none;
    transition: .3s;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    &:hover{
        transform: translateX(-3px);            
    }
}
button{
    box-shadow: none !important;
}


// Datepiker inp
.inp-block{
    .ant-picker{
        width: 100%;
        border-radius: 34px;
        border: 1px solid #E3E4F3 !important;
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
        height: 60px;
        box-shadow: none;
        @media($sm-1679){
            font-size: 15px;
            height: 52px;
        }
        @media($sm-1481){
            font-size: 13px;
            height: 46px;
        }
        @media($sm-579){
            padding-left: 15px;
            padding-right: 15px;
            height: 44px;
        }
        @media($sm-479){
            height: 41px;
        }
        .ant-picker-input >input{
            @media($sm-1679){
                font-size: 15px;
            }
            @media($sm-1481){
                font-size: 13px;
            }   
        }
    }
    .ant-picker-range .ant-picker-active-bar{
        background-color: $primary-dark;
    }
    :where(.css-18iikkb).ant-picker:hover, :where(.css-18iikkb).ant-picker-focused {
        border-color: #E3E4F3;
    }
    :where(.css-18iikkb).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner, 
    :where(.css-18iikkb).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner, 
    :where(.css-18iikkb).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{
        background-color: $primary-dark;
    }
}

.lg-backdrop, .lg-outer{
    z-index: 9999 !important;
}

.disabled{
    opacity: .8;
    cursor: not-allowed !important;
}
.img-dark-theme{
    display: none;
}
.react-custom-select .css-art2ul-ValueContainer2{
    padding-left: 0;
}


.ant-picker-custom-range .ant-picker-panel-container .ant-picker-panels{
    
    &::-webkit-scrollbar {
        width: 5px;
        height: 8px;
      }
      &::-webkit-scrollbar-track {
        border-radius: 3px;
        background: #f8f6fa;
      }
    
      &::-webkit-scrollbar-thumb {
        background: #ECDFF5;
        border-radius: 3px;
      }
      &::-webkit-scrollbar-thumb:hover {
        background: #dfc6f1;
      }
    @media($sm-767){
        max-width: 80vw;
        overflow: hidden;
        overflow-x: auto;
    }
    @media($sm-479){
        max-width: 300px;
    }
}
@media(max-width: 430px){
    .filter-form-content .ant-picker .ant-picker-input >input, .ant-picker .ant-picker-separator{
        font-size: 14px;
    }
}
@media(max-width: 400px){
    .custom-modal.crate-stake-modal .inp-block-modal .custom-inp.ant-picker-range.ant-picker .ant-picker-suffix{
        display: none;
    }
    .custom-modal.crate-stake-modal .inp-block-modal  .ant-picker-large .ant-picker-input>input {
        font-size: 14px;
    }

    .custom-modal.crate-stake-modal .inp-block-modal .custom-inp.ant-picker{
        height: 40px;
    }
    .custom-modal.crate-stake-modal .ant-picker-range .ant-picker-range-separator{
        padding: 0 3px;
    }
}
   
@media(max-width: 349px){
    .custom-modal.crate-stake-modal .inp-block-modal  .ant-picker-large .ant-picker-input>input {
        font-size: 13px;
    }
}
.inp-block .ant-picker-range .ant-picker-active-bar {
    background-color: $primary-blue;
}
.action-btn-highlight{
    position: relative;
    animation: pulse 1s linear infinite;
    &:after {
        content: '';
        position: absolute;
        width: 28px;
        height: 28px;
        border: 4px solid #8183b9;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: scaleUp 1s linear infinite;
    }

    @keyframes scaleUp {
        0% {
            transform: translate(-50%, -50%) scale(0)
        }

        60%,
        100% {
            transform: translate(-50%, -50%) scale(1)
        }
    }

    @keyframes pulse {

        0%,
        60%,
        100% {
            transform: scale(1)
        }

        80% {
            transform: scale(1.1)
        }
    }
}

.filter-dropdown-group{
    .filter-dropdown-menu-lg{
        width: 720px !important;
        max-width: 90vw;
        @media($sm-1679){
            width: 650px !important;
        }
        @media($sm-1481){
            width: 630px !important;
        }
        .filter-form-content .inp-cover{
            @media($sm-1481){
                padding: 15px 40px;
            }
            @media($sm-1199){
                padding: 15px 25px;
            }
        }
        .inp-block .custom-inp {
            @media($sm-1481){
                padding: 7px 24px;
                font-size: 13px;
            }
        }
    }
}

.custom-inp-disabled{
    background-color: #EFF3FF !important;
    border-color: #EFF3FF !important;
}
.spinner-border{
    vertical-align: middle;
    width: 22px;
    height: 22px;
}
.custom-modal {
    .spinner-border{
        width: 20px;
        height: 20px;
    }
}


.sec-title-block{
    .filter-btn, .filter-select{
        font-weight: 400;
        margin-left: 10px;
        font-size: 14px;
        padding: 8px 20px;
        border-radius: 34px;
        border: none;
        outline: none;
        height: 40px;
        @media ($sm-1679) {
            height: 38px;
        }
        @media ($sm-1199) {
            height: 36px;
        }
    }
    
    .filter-select{
        padding-right: 30px;
        width: 140px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #4D6090;
        border: solid 1px $primary-blue;
        background: {
            image: url('../public/img/arw-select.svg');
            position: calc(100% - 20px) center;
            repeat: no-repeat;
        };
    }
    .resource-refund-btn{
        background-color: #ABBBDA;
        color: #2A3B5C;
    }
}
.sec-title-refund{
    .filter-btn{
        @media (min-width: 1700px) {
            min-width: 170px;
        }
        @media ($sm-1441) {
            font-size: 13px;
            padding: 8px 17px;
        }
        @media ($sm-479) {
            font-size: 12px;
            padding: 8px 12px;
        }
    }
    .export-select{
        @media ($sm-1679) {
            width: 130px;
        }
        @media ($sm-1441) {
            width: 120px;
            font-size: 13px;
            padding-right: 25px;
        }
        @media ($sm-479) {
            font-size: 12px;
            width: 95px;
            background-size: 7px;
            background-position: calc(100% - 10px) center;
            padding: 8px 12px;
            padding-right: 15px;
        }
    }
    @media ($sm-1481) {
        .title-search-box .input-group {
            width: 245px;
        }
        .title-search-box .input-group .form-control{
            padding-left: 20px;
        }
        .filter-btn, .filter-select {
            margin-left: 7px;
        }
        .filter-dropdown-group .filter-dropdown-btn{
            padding: 8px 20px;
            width: 125px;
        }
    }
    @media ($sm-1023) {
        .title-search-box .input-group {
            width: 230px;
        }
    }
    .end-btn-grp{
        display: flex;
    }
    @media (max-width: 1300px) {
        flex-wrap: wrap;
        .block-right{
            width: 100%;
            flex-wrap: wrap;
            padding-top: 10px;
            .end-btn-grp{
                margin-left: auto;
                margin-right: 0;
            }
        }
    }
    @media ($sm-767) {
        .title-search-box {
            flex: 1 1 auto;
            width: auto;
            margin-bottom: 5px;
            margin-right: 8px !important;
            .input-group{
                width: 100%;
            }
        }
        .block-right .end-btn-grp{
            flex-wrap: wrap;
            .filter-btn, .filter-select{
                margin-top: 10px;
            }
        }
    }
    @media ($sm-579) {
        .refund-filter-cover{
            margin-left: 8px;
        }
        .title-search-box {
            flex: 1 1 auto;
            width: auto !important;
            margin-bottom: 5px;
            margin-right: 8px !important;
            .input-group{
                width: 100%;
            }
        }
    }
    @media ($sm-479) {
        .title-search-box {
            width: 100% !important;
        }
        .refund-filter-cover{
            margin-left: 0;
        }
        // .filter-dropdown-group .filter-dropdown-btn{
        //     padding: 8px 20px;
        //     width: 100%;
        //     font-size: 12px;
        // }
        .refund-filter-cover{
            width: 100%;
        }
        .filter-dropdown-group {
            width: 100%;
            .filter-dropdown-btn{
                width: 100%;
            }
        }
        .block-right .title-search-box{
            width: 100%;
            margin-right: 0 !important;
            padding-right: 0;
        }
        .block-right .end-btn-grp{
            width: 100%;
            flex-wrap: nowrap;
        }
        .filter-btn{
            flex-grow: 1;
            &:first-child{
                margin-left: 0;
            }
        }
        .filter-select{
            flex-grow: 1;
            
        }
    }
    @media (max-width: 410px) {
        .title-search-box{
            margin-right: 0 !important;
        }
        .filter-dropdown-group{
            width: 100%;
            .filter-dropdown-btn{
                width: 100%;
            }
        }
        
    }
    @media (max-width: 350px) {
        .block-right .end-btn-grp{
            flex-wrap: wrap;
            .filter-select{
                margin-left: 0;
                width: 100%;
            }
        }
    }

}

.kyc-warning-banner{
    display: flex;
    background: linear-gradient(90deg, #112148 0%, #2A50AE 100%);
    border-radius: 12px;
    padding: 10px 15px;
    padding-left: 30px;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
    @media($sm-767){
        position: relative;
    }
    .txt-block{
        img{
            margin-right: 15px;
            @media($sm-1199){
                margin-right: 10px;
            }
            @media($sm-579){
                display: none;
            }
        }
        .kyc-label{
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            @media($sm-1199){
                font-size: 13px;
            }
            @media($sm-767){
                padding-left: 15px;
                padding-right: 15px;
            }
            @media($sm-579){
                text-align: center;
                display: block;
            }
        }
    }
    .btn-block{
        @media($sm-767){
            padding-top: 8px;
        }
        .kyc-proceed-btn{
            display: inline-flex;
            align-items: center;
            min-height: 35px;
            padding: 8px 25px;
            color: #fff;
            text-decoration: none;
            border-radius: 30px;
            background-color: #112452;
            transition: .3s;
            font-size: 13px;
            font-weight: 500;
            img{
                margin-left: 15px;
            }
            &:hover{
                opacity: .8;
            }
            @media($sm-767){
                width: 150px;
                justify-content: center;
            }
        }
        .kyc-close{
            padding: 0;
            line-height: 0;
            background-color: transparent;
            box-shadow: none;
            outline: none;
            border: none;
            margin-left: 10px;
            @media($sm-767){
                position: absolute;
                right: 8px;
                top: 8px;
            }
            img{
                width: 15px;
            }
        }
    }
    @media($sm-1481){
        padding-left: 20px;
    }
    @media($sm-1199){
        padding-left: 15px;
    }
    @media($sm-767){
        flex-wrap: wrap;
        flex-direction: column;
    }
}

// Badge
.staking-app-badge{
    margin-bottom: 15px;
    border-radius: 50px;
    border: 1px solid #DFD04C;
    background-color: #FFF27E;
    color: #70650C;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    padding: 7px 15px;
    padding-left: 30px;
    align-items: center;
    @media ($sm-767) {
        font-size: 11px;
    }
    @media ($sm-1199) {
        padding-left: 15px;
    }
    @media ($sm-767) {
        padding-left: 20px;
    }
    .item-block{
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        @media ($sm-479) {
            flex-wrap: wrap;
            justify-content: center;
        }
    }
    .right-block{
        flex-shrink: 0;
        margin-left: auto;
        margin-right: 0;
        @media ($sm-479) {
            margin-left: 0;
            margin-top: 4px;
        }
    }
    .feedback-btn{
        display: inline-flex;
        align-items: center;
        padding: 4px 15px;
        border-radius: 40px;
        background-color: #121212;
        color: #FBCB5E;
        font-size: 12px;
        text-decoration: none;
        margin-right: 50px;
        font-size: 400;
        img{
            margin-left: 15px;
            
        }
        @media ($sm-1679) {
            margin-right: 30px;
        }
        @media ($sm-1481) {
            margin-right: 10px;
        }
        @media ($sm-1199) {
            margin-right: 5px;
        }
    }
    .left-block{
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        padding-right: 15px;
        @media ($sm-479) {
            justify-content: center;
        }
    }
    .badge-icon{
        margin-right: 15px;
        @media ($sm-767) {
            margin-right: 5px;
            display: none;
        }
    }
    p{
        margin: 0;
    }
    .badge-close{
        padding: 0;
        line-height: 0;
        background-color: transparent;
        box-shadow: none;
        outline: none;
        border: none;
        margin-left: auto;
    }
}


.staking-app-badge.kyc-app-badge{
    .item-block{
        @media ($sm-767) {
            flex-wrap: wrap;
        }
        .right-block{
            @media ($sm-767) {
                margin-left: 0;
                margin-top: 4px;
                width: 100%;
                text-align: center;
            }
        }
        .left-block{
            @media ($sm-767) {
                text-align: center;
                padding-left: 5px;
                justify-content: center;
            }
        }
    }
}

.btn-shadow-anm{
    position: relative;
    opacity: 1 !important;
    &:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: 0.2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10;
    }
    &:hover{
        &:after {
            left: 120%;
            transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        }
    }
}

.btn-anm-1{
    position: relative;
    overflow: hidden;
    z-index: 1;
    &::after{
        display: none;
        content: '';
        position: absolute;
        width: 25%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        // transform: skewX(328deg);
        transform: skew(-10deg,0deg);
        z-index: -1;
        // animation: 2s animateLeftRight linear -1s infinite;
        background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
        animation: move 2s;
		animation-iteration-count: infinite;
		animation-delay: 1s;
    }
    &::before{
        content: '';
        position: absolute;
        margin: 0 auto;

    }
}

@keyframes move {
    0%{ left: 0; opacity: 0; }
	5% {opacity: 0.0}
	48% {opacity: 0.2}
	80% {opacity: 0.0}
	100% { left: 82%; opacity: 0;}
}


@keyframes anm1 {
    0%,51%{transform:scale(1)}
    50%   {transform:scale(0)}
  }
  .anim-2{
    position: relative;
    z-index: 1;
    
  }
  .anim-2:after {
    border-radius: 50px;
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 0;
    animation: slide 2s linear infinite;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
  
  @keyframes slide {
    0% {
      right: 70%;
      left: 2px;
    }
    5% {
      left: 2px;
    }
    50% {
      right: 2px;
      left: 60%;
    }
    55% {
      right: 2px;
    }
    100% {
      right: 80%;
      left: 2px;
    }
  }
    
  .anim-3{
    z-index: 1;
    position: relative;
  }
  .anim-3:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    background: linear-gradient(45deg, #5B5EA9, rgba(255,255,255,1),  rgba(255,255,255,0.8), #002bff, #5B5EA9, #5B5EA9, #5B5EA9);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -2;
    filter: blur(3px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    border-radius: 30px;
    transition: opacity .3s ease-in-out;
    animation: glowing 20s linear infinite;
}

.anim-3:before {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5B5EA9;
    left: 0;
    top: 0;
    border-radius: 30px;
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.anim-4{
    position: relative;
    z-index: 1;
    &::after{
        width: 100%;
        border-radius: 35px;
        height: 100%;
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba($color: #fff, $alpha: 0.2);
        z-index: -1;
        animation: zoomToggle 2s linear infinite;
    }
}
@keyframes zoomToggle {
    0% { transform: scale(0); }
    // 51% { transform: scale(1);}
    100% { transform: scaleY(1);}
}


.anm-5{
    position: relative;
    z-index: 1;
    &::after{
        z-index: -1;
        content: '';
        position: absolute;
        margin: auto;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(#5B5EA9, 0.6);
        box-shadow: 0 0 1px 5px rgba(#5B5EA9, 0.6),
        0 0 1px 10px rgba(#5B5EA9, 0.3),
        0 0 1px 15px rgba(#5B5EA9, 0.2) !important;
        animation: shadowanm 1.5s linear infinite;
        border-radius: 30px;
    }
}
@keyframes shadowanm {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}


.buy-pros-dropdown{
    .dropdown-menu{
        animation: growDown 300ms ease-in-out forwards;
        transform: translate3d(0px, 36px, 0px);
        transform-origin: top center;
        top: 50px !important;
        @media ($sm-1679) {
            top: 45px !important;
        }
        @media ($sm-767) {
            top: 30px !important;
        }
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

// Reg props banner
.reg-props-banner{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 15px;
    background: {
        image:url('../public/img/reg-bnr-bg.png');
        size: cover;
    };
    @media ($sm-1679) {
        padding: 20px 15px;
    }
    @media ($sm-767) {
        flex-wrap: wrap;
        flex-direction: column;
    }
    @media ($sm-579) {
        padding: 15px 10px;
    }
    .banner-lft-block{
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        padding-right: 15px;
        .props-icon{
            flex-shrink: 0;
            margin-right: 13px;
            @media ($sm-1679) {
                margin-right: 10px;
            }
            img{
                @media ($sm-1679) {
                    width: 36px;
                }
                @media ($sm-579) {
                    display: none;
                }
            }
        }
        h5{
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0;
            color: #fff;
            @media ($sm-1679) {
                font-size: 14px;
            }
            @media ($sm-1481) {
                font-size: 13px;
            }
            @media ($sm-579) {
                text-align: center;
            }
            span{
                font-weight: 400;
            }
        }
    }
    .banner-rgt-block{
        flex: 0 0 auto;
        @media ($sm-767) {
            padding-top: 10px;
        }
        .reg-btn{
            display: inline-block;
            padding: 10px 25px;
            border-radius: 30px;
            background-color: #fff;
            color: #022DB7;
            font-size: 14px;
            margin-right: 15px;
            text-decoration: none;
            transition: .3s;
            @media ($sm-1679) {
                font-size: 13px;
                margin-right: 5px;
                padding: 10px 18px;
            }
            @media ($sm-1481) {
                padding: 8px 15px;
            }
            @media ($sm-479) {
                padding: 8px 12px;
                font-size: 12px;
            }
            &:hover{
                background-color: rgba(#fff, 0.9);
            }
            &:last-child{
                margin-right: 0;
            }
        }
    }
}

.txt-blue{
    color: $primary-blue !important;
}

.lg-toolbar .lg-close{
    @media ($sm-479) {
        margin-right: 15px;
    }
}

.sec-title-block.sec-title-filter.portfolio-filter-nodata{
    border-bottom: solid 1px transparent;
}
.copy-btn-norm{
    border: none;
    background-color: transparent;
    padding: 5px;
}
.min-h-0{
    min-height: auto !important;
}


.table-no-data-sm{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 15px;
    min-height: 120px;
    width: 100%;
    &.no-data-sm-b{
        border: solid 1px #E3E4F3;
        background-color: #fff;
        border-radius: 8px;
    }
    p{
        padding-top: 8px;
        font-weight: 500;
        font-size: 14px;
        color: $text-primary-dark;
        margin-bottom: 0;
    }
    @media($sm-1679){
        img{
            width: 34px;
        }
        p{
            font-size: 13px;
        }
    }
    @media($sm-579){
        img{
            width: 30px;
        }
        p{
            font-size: 12px;
        }
    }    
}



// Filter
.filter-dropdown-menu{
    width: 420px;
    border-radius: 12px;
    background-color: #FFF;
    border: none;
    box-shadow: 0px 3px 12px 8px rgba(0, 0, 0, 0.06);
    .filter-title{
        position: relative;
        border-bottom: solid 1px #E3E4F3;
        padding: 24px;
        .filter-close-btn{
            position: absolute;
            right: 15px;
            top: 15px;
            padding: 2px;
            border: none;
            line-height: 0;
            background-color: transparent;
        }
        h4{
            font-size: 14px;
            margin-bottom: 0;
            font-style: normal;
            font-weight: 500;
            color: $primary-dark;
        }
    }
    .filter-form-content{
        .custom-input-group{
            background-color: #fff;
        }
        .inp-cover{
            padding: 25px 50px 30px;
        }
        .custom-inp{
            width: 100%;
        }
        .inp-block{
            margin-bottom: 25px;
        }
        .price-range-block{
            border-radius: 19px;
            border: solid 1px #D6DCEE;
            padding: 20px 25px;
            .price-title{
                color: $text-primary-dark;
                font-size: 14px;
                margin-bottom: 15px;
                .value{
                    font-weight: 600;
                    color: $text-primary-dark;
                }

            }
        }
        .btn-block{
            border-top: solid 1px #E3E4F3;
            padding: 25px;
            text-align: right;
            .btn{
                box-shadow: none;
                min-width: 124px;
                padding: 8px 15px;
                text-align: center;
                border-radius: 20px;
                transition: .3s;
                &:hover{
                    opacity: .8;
                }
                &.btn-reset{
                    border: 1px solid $primary-blue;
                    background: #FFF;
                    color: $text-primary-dark;
                }
                &.btn-save{
                    color: #fff;
                    border: 1px solid $primary-blue;
                    background: $primary-blue;
                }
            }
        }
    }
}

@media($sm-1679){
    .filter-dropdown-group .filter-dropdown-btn{
        height: 38px;
    }
    .filter-dropdown-menu .filter-title{
        padding: 15px 20px;
    }
    .filter-dropdown-menu .filter-title .filter-close-btn{
        top: 5px;
    }
    .filter-dropdown-menu .filter-form-content .inp-cover {
        padding: 20px 40px 25px;
    }
    .inp-block .custom-inp{
        padding: 9px 24px;
    }
    .filter-dropdown-menu .filter-form-content .inp-block {
        margin-bottom: 20px;
    }
    .filter-dropdown-menu .filter-form-content .btn-block .btn{
        font-size: 14px;
        min-width: 110px;
    }
    .filter-dropdown-menu .filter-form-content .price-range-block .price-title{
        font-size: 13px;
    }
    .filter-dropdown-menu .filter-form-content .btn-block{
        padding: 15px 25px;
    }
    .filter-dropdown-menu .react-custom-select .css-13cymwt-control,
    .filter-dropdown-menu .react-custom-select .css-t3ipsp-control {
        height: 52px;
    }
}
@media($sm-1481){
    .filter-dropdown-menu .react-custom-select .css-13cymwt-control, 
    .filter-dropdown-menu .react-custom-select .css-t3ipsp-control {
        padding: 5px 18px;
        height: 46px;
        font-size: 13px;
    }
    .filter-dropdown-menu .filter-form-content .inp-block {
        margin-bottom: 15px;
    }
}

@media($sm-1199){
    .filter-wrapper {
        padding: 13px 15px;
    }
    .filter-dropdown-group .filter-dropdown-btn {
        height: 36px;
        width: 135px;
    }
    .filter-dropdown-menu .filter-form-content .inp-cover {
        padding: 20px 25px 25px;
    }
    .filter-dropdown-group .filter-dropdown-menu {
        width: 380px;
    }
    .filter-dropdown-group .filter-dropdown-menu {
        width: 380px;
        max-width: 90vw;
    }
    .filter-dropdown-menu .filter-form-content .inp-block {
        margin-bottom: 15px;
    }
    .filter-dropdown-menu .filter-form-content .btn-block {
        padding: 10px 25px;
    }
    .filter-dropdown-menu .filter-form-content .btn-block .btn {
        font-size: 14px;
        min-width: 100px;
    }
    .featured-sec .featured-slider .item .logo-block .img-block img {
        margin-right: 10px;
        min-width: 100px;
    }
    .filter-wrapper {
        padding: 13px 15px;
    }
}

@media($sm-767){
    .filter-dropdown-menu .filter-form-content .btn-block .btn {
        font-size: 13px;
        min-width: 90px;
        padding: 6px 15px;
    }
}
@media($sm-579){
    .filter-dropdown-menu .react-custom-select .css-13cymwt-control, 
    .filter-dropdown-menu .react-custom-select .css-t3ipsp-control {
        padding: 2px 15px;
        height: 44px;
    }
}
@media($sm-479){
    .filter-dropdown-menu .react-custom-select .css-13cymwt-control,
    .filter-dropdown-menu .react-custom-select .css-t3ipsp-control {
        height: 41px;
    }
    .filter-wrapper .filter-nav-btn-wrapper{
        width: 100%;
        overflow-y: auto;
    }
}