.tradingview-widget-container {
    height: 100%;
}
.cek {
    width: 50% !important;
    border-radius: 5px
}

.yatir {
    width: 100% !important;
    padding: 20px !important;
    background: #f3f3f3;
    border-radius: 8px;
}

.dark .yatir {
    background: #313642 !important;
}

.yatir .card__preview {
    margin: auto;
    width: 50%;

}

.text-danger {
    color: red;
}


@media screen and (max-width: 767px) {
    .cek {
        width: 100% !important;
        border-radius: 5px
    }
    .yatir {
        padding: 10px 10px 4px;
    }
}

.dark .nav__menu {
    background: #141416;
    color: #fcfcfd;
}
.dark .active-link {

}
.mobile-header {
    z-index: 1000;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list,
.nav__link {
    display: flex;
}

.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    font-weight: 600;
}

.nav__icon {
    font-size: 1.5rem;
}

.nav__name {
    font-size: .625rem;
}

.nav__list {
    justify-content: space-around;
}

.active-link {
    position: relative;
    color: #3772ff;
    transition: .3s;
}


@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        box-shadow: 0 -1px 12px hsla(174, 63%, 15%, 0.15);
        width: 100%;
        height: 4rem;
        padding: 0 1rem;
        display: grid;
        align-content: center;
        border-radius: 1.25rem 1.25rem 0 0;
        transition: .4s;
    }
}

@media screen and (min-width: 767px) {
    #mobile-header {
        display: none;
    }
    .md-none {
        display: none;
    }
}

.pages-home-index-searchEntry {
    flex: 1 1;
    background: #f8f9fc;
    height: 8.53333vw;
    margin-left: 2.66667vw;
    border-radius: 43.2vw;
    padding-left: 3.2vw;
    display: flex;
    align-items: center;
    color: #777e90;
    font-size: 3.73333vw;
    width: 215px;
}
.header__wrapper .icon, .header__wrapper .bx {
    height: 24px;
    margin-right: 8px;
    transition: fill .2s;
    width: 24px;
}
.header__wrapper .bx {
    font-size: 24px;
    padding-top: 5px;
}

.comments-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.header__pic_mobile {
    width: 110px;
    height: 33px;
}

@media screen and (min-width: 410px) {
    .md-none .pages-home-index-searchEntry{
        width: 225px;
    }
}


@media screen and (max-width: 450px) {
    .header__head {
        width: 35px !important;
        height: 35px !important;
    }

    .float-md-left {
        float: left;
        margin-left: auto;
    }

    .header__logo {
        margin: 0;
    }


    .display-block:first-child {
        display: inline !important;
    }
}
.security__row.textarea{
    display: block;
    padding-left: 17px;
    margin-top: 15px;
}
.security__row.textarea .field {
    width: 100%;
    margin: 0 -8px;
}
.security__row textarea {
    width: 100%;
    height: 150px;
}
#copy-input {
    cursor: pointer;
}
.security__email .referrals__col {
    display: block;
    width: 100%;
    flex: initial;
    margin: 0;
}

.yatir .security__email {
    display: block;
}

.alert {
    padding: 20px;
    color: white;
    margin-bottom: 15px;
}
.alert-info {
    background-color: #2196F3 !important;
}
.alert-danger {
    background-color: #f44336 !important;
}
.alert-warning {
    background-color: orange !important;
}


.card {
    padding: 5px;
    width: 100%;
}
.card img {
    width: 250px;
    object-fit: cover;
}

.badge {
    background-color: blue;
    color: white;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
}

.btn-custom-add {
    color: green;
    font-weight: bold;
    background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 6px;
}

.dark .btn-custom-add {
    background: #1d2028;
}

.section-main-one {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media screen and (min-width: 767px) {
    .section-main-one {
        padding-top:32px;
        padding-bottom: 32px;
    }
}

@media screen and (min-width: 1023px) {
    .section-main-one {
        padding-top:40px;
        padding-bottom: 40px;
    }
}

.section-main-one .slick-slider .slick-list {
    margin-bottom: 24px;
}

@media screen and (min-width: 767px) {
    .section-main-one .slick-slider .slick-list {
        margin-bottom:32px;
    }
}

.section-main-one .slick-slider .process-dots {
    margin: 0 auto;
    margin-top: -8px;
    bottom: unset;
}

.section-slider-one {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1248px;
}

@media screen and (min-width: 767px) {
    .section-slider-one {
        padding-left:24px;
        padding-right: 24px;
    }
}

.slider-wrapper{
    box-sizing:border-box;
    margin:0;
    min-width:0;
}

.slick-dots {
    margin: 0 auto;
    margin-top: -8px;
    bottom: unset;
    position: absolute;
    right: 0px;
    bottom: -15px;
    left: 0px;
    z-index: 15;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0px;
    list-style: none;
    display: flex !important;
}

.slick-dots li{
    position:relative;
    display:inline-block;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    -webkit-flex:0 1 auto;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    width:8px;
    height:3px;
    margin:0 2px;
    margin-right:3px;
    margin-left:3px;
    padding:0;
    text-align:center;
    text-indent:-999px;
    vertical-align:top;
    -webkit-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.slick-dots li button{
    display:block;
    width:100%;
    height:8px;
    padding:0;
    color:transparent;
    font-size:12px;
    background-color:#474D57;
    border:0;
    border-radius:8px;
    outline:none;
    cursor:pointer;
    -webkit-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.slick-dots li.slick-active{
    width:24px;
}
.slick-dots li.slick-active button{
    background-color: #3772ff;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots-left{
    right:auto;
    left:12px;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots-right{
    right:12px;
    left:auto;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots{
    top:50%;
    bottom:auto;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    width:8px;
    height:auto;
    margin:0;
    -webkit-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.slider-wrapper.uikit-carousel-vertical .slick-dots li{
    width:8px;
    height:8px;
    margin:4px 2px;
    vertical-align:baseline;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots li button{
    width:8px;
    height:8px;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots li.slick-active{
    width:8px;
    height:24px;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots li.slick-active button{
    width:8px;
    height:24px;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots.slick-dots-bottom{
    bottom:12px;
}
.slider-wrapper.uikit-carousel-vertical .slick-dots.slick-dots-top{
    top:12px;
}

.slider-wrapper {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    min-width: 0;
    font-feature-settings: "tnum";
}

.slider-one {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slider-items .link {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #3772ff;
    display: block !important;
    width: 100%;
}

.slider-preview {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.slider-preview img {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 16px;
}