* {
    box-sizing: border-box;
}

body {
    background-color: #0D0F19;
}

.page-wrap {
    overflow-x: hidden;
}

.page-wrap,
.content-wrap {
    float: left;
    width: 100%;
}

a {
    color: #e0e0e08a;
}

p {
    color: #e0e0e0fb;
    /* color: #d1d1d1; */
    font-family: 'Futura PT';
    font-size: 18px;
    line-height: 128%;
    font-weight: 300;
    font-style: normal;
}

h1 {
    color: white;
    font-family: 'Futura PT';
    font-size: 48px;
    /* font-size: 51px; */
    font-weight: 500;
    font-style: normal;
}

h2 {
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 35px;
    font-style: normal;
}

h4 {
    color: #325AE7;
    font-family: 'Futura PT';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

h5 {
    color: white;
    font-family: 'Futura PT';
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
}

h6 {
    color: #F4F3F5;
    font-family: 'Futura PT';
    font-size: 19px;
    font-weight: 900;
    font-style: normal;
}

a {
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 300;
}

pre {
    color: #e0e0e0fb;
    /* color: #d1d1d1; */
    font-family: 'Futura PT';
    font-size: 18px;
    line-height: 128%;
    font-weight: 300;
    font-style: normal;
}

button {
    background: none;
    border: none;
    color: #e0e0e08a;
}

.header {
    float: left;
    width: 100%;
    height: 51px;
    position: fixed;
    background: #0D0F19;
    z-index: 12;
}

@media (max-width: 991.98px) {
    .header {
        position: relative;
    }
    .row-header {
        background-color: #0D0F19;
    }
}

.main-navbar {
    background: #0D0F19;
}

.navbar-brand {
    font-family: 'Futura PT';
    font-size: 23px;
    font-weight: 800;
    font-style: normal;
}

.nabvar-right {
    float: left;
    background: #11131C;
    z-index: 13;
}

.main {
    z-index: 3;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #0D0F19;
}

footer {
    height: 400px;
    float: left;
    width: 100%;
    padding: 87px 0 0 0;
    position: relative;
    z-index: 10;
    background: #151720;
    /* box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); */
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #e0e0e0c4;
}

footer h6 {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    footer {
        height: 590px;
    }
}


/* v-fullscreen */

.v-fullscreen {
    position: relative;
    min-height: 150vh;
    margin-top: 20px;
    display: flex;
    z-index: 1;
}

.v-fullscreen-content {
    padding-top: 166px;
    z-index: 2;
}

.v-fullscreen-overlay {
    height: 150vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #0D0F19 0%, rgba(13, 15, 25, 0.9) 20.31%, rgba(13, 15, 25, 0.87) 38.54%, rgba(13, 15, 25, 0.92) 69.27%, #0D0F19 100%);
    /* linear-gradient(180deg, #0D0F19 0%, rgba(13, 15, 25, 0.88) 41.67%, #0D0F19 100%); */
    /* linear-gradient(180deg, #0D0F19 0%, rgba(13, 15, 25, 0.81) 41.67%, #0D0F19 100%) */
    z-index: 1;
}

.v-fullscreen-video-wrap {
    position: fixed;
    width: 100vw;
    z-index: 0;
    overflow: hidden;
    height: 100%;
}

.v-fullscreen-video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    z-index: 0;
    background: url('../img/bg-img/posrer-video.jpg') no-repeat #0D0F19;
    background-size: cover;
}


/* utp */

.utp {
    z-index: 3;
    margin-top: 170px;
}

.utp_card {
    height: 268px;
    padding: 64px 47px;
    background: #151720;
    box-shadow: 12px 10px 47px rgba(50, 90, 231, 0.02);
    border-radius: 8px;
}

.utp_card:hover {
    height: 268px;
    background: #20222B;
    box-shadow: 12px 10px 47px rgba(50, 90, 231, 0.02);
    border-radius: 8px;
    -webkit-transition: all 0.23s linear;
    -moz-transition: all 0.23s linear;
    -ms-transition: all 0.23s linear;
    -o-transition: all 0.23s linear;
    transition: all 0.23s linear;
}

.utp-text_card {
    color: rgb(197, 200, 211)
}


/* about */

.about {
    margin-top: 200px;
    /* margin-top: 400px; */
    padding-top: 90px;
    height: 1221px;
    width: 100%;
    background: url('../img/bg-img/about.png') no-repeat;
    background-size: cover;
    /* scroll-snap-type: y mandatory;
    overflow-y: scroll; */
}

.about_text {
    line-height: 153.5%;
}


/* service */

.service {
    margin-top: 280px;
}

.btn-service {
    color: #fffffffb;
    height: 25px;
    width: 167px;
    padding-bottom: 28px;
    text-decoration: none;
    border-bottom: solid 1px;
}

.btn-service a {
    color: #fffffffb;
    font-family: 'Futura PT';
    font-size: 18px;
    line-height: 128%;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

.ads {
    margin-top: -221px;
}

.ads_block {
    height: 466px;
    padding-left: 84px;
    padding-top: 70px;
    /* background: #151720; */
    border-radius: 9px;
}

.ads_device_img img {
    margin-left: -60px;
    margin-top: -45px;
}


/* portfolio */

.portfolio {
    margin-top: 194px;
}

.btn-portfolio {
    width: 175px;
    height: 60px;
    border: 0.5px solid #ffffffa6;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-portfolio a {
    color: #E3E3E3;
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

.cover-portfolio {
    position: absolute;
    padding-top: 97px;
    height: 822px;
    width: 100%;
    background: linear-gradient(180deg, #06168D 25.54%, rgba(6, 22, 141, 0.863) 44.25%, rgba(50, 90, 231, 0) 74.85%);
    z-index: 1;
    overflow-x: hidden;
}

.potfolio-flex {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 0;
}

@media screen and (min-width: 681px) {
    .potfolio-flex {
        padding: 0 50px 0 35px;
    }
}

.portfolio-item {
    padding: 16px;
}

.portfolio-wrap {
    height: 345px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-1 {
    width: 60%;
}

.item-2 {
    width: 40%;
}

.item-3 {
    width: 55%;
}

.item-4 {
    width: 45%;
}

.item-5 {
    width: 70%;
}

.item-6 {
    width: 30%;
}

.item-7 {
    width: 40%;
}

.item-8 {
    width: 60%;
}

.item-9 {
    width: 35%;
}

.item-10 {
    width: 65%;
}

.item-11 {
    width: 45%;
}

.item-12 {
    width: 55%;
}

@media screen and (max-width: 1200px) {
    .item-1 {
        width: 60%;
    }
    .item-2 {
        width: 40%;
    }
    .item-3 {
        width: 55%;
    }
    .item-4 {
        width: 45%;
    }
    .item-5 {
        width: 60%;
    }
    .item-6 {
        width: 40%;
    }
    .item-7 {
        width: 40%;
    }
    .item-8 {
        width: 60%;
    }
    .item-9 {
        width: 40%;
    }
    .item-10 {
        width: 60%;
    }
    .item-11 {
        width: 45%;
    }
    .item-12 {
        width: 55%;
    }
}

@media screen and (max-width: 910px) {
    .item-1 {
        width: 100%;
    }
    .item-2 {
        width: 100%;
    }
    .item-3 {
        width: 100%;
    }
    .item-4 {
        width: 100%;
    }
    .item-5 {
        width: 100%;
    }
    .item-6 {
        width: 100%;
    }
    .item-7 {
        width: 100%;
    }
    .item-8 {
        width: 100%;
    }
    .item-9 {
        width: 100%;
    }
    .item-10 {
        width: 100%;
    }
    .item-11 {
        width: 100%;
    }
    .item-12 {
        width: 100%;
    }
}


/* reviews */

.reviews {
    width: 100%;
    /* height: 822px; */
    padding-top: 71px;
    padding-bottom: 103px;
    margin-top: 172px;
    background: #FFFFFF;
}

.reviews h1 {
    color: #232531;
    font-weight: 800;
}

.reviews p {
    color: #232531;
    ;
    font-weight: 500;
}

.reviews-slider {
    margin-top: 125px;
    /* margin-left: 20%; */
}

.reviews-text {
    max-width: 340px;
}

.name-rating-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rating {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-top: 4px;
}

.rating img {
    margin-right: 5px;
}

.logos-clients-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding: 13px 0; */
    padding: 10px 0;
    margin-top: 107px;
    /* margin-top: 84px; */
    width: 1023px;
    background: #FFFFFF;
    box-shadow: 1px 2px 15px rgba(33, 44, 79, 0.09);
    border-radius: 10px;
}

.logos-clients-item {
    padding: 12px 16px;
}


/* projects */

.projects {
    margin-top: 182px;
}

.projects-block {
    width: 100%;
    height: 570px;
    padding: 111px 130px;
    /* padding: 113px 122px; */
    overflow: hidden;
    background: #151720;
    border-radius: 9px;
}

.projects-block h1 {
    font-weight: 300;
}

.btn_projects {}


/* steps_work */

.projects-block img {
    margin-top: -46px;
    margin-left: -41px;
    /* margin-left: -44px; */
    /* margin-top: -39px;
    /* -26px; 
    margin-left: -75px; */
}

.projects-badge {
    width: 206px;
    height: 27px;
    background: #000000;
    border-radius: 50px;
}

.steps_work {
    height: 300px;
    width: 100%;
    margin: 0;
    background: #0D0F19;
}

@media screen and (max-width: 1190px) {
    .projects-block {
        width: 100%;
        height: 570px;
        padding: 113px 0 0 74px;
        overflow: hidden;
        background: #151720;
        border-radius: 9px;
    }
    .projects-block img {
        margin-top: 40px;
        margin-left: -7px;
        max-width: 100%;
        height: auto;
        display: block;
    }
}

@media screen and (max-width: 982px) {
    .projects-block {
        width: 100%;
        height: 755px;
        padding: 113px 0 0 100px;
        overflow: hidden;
        background: #151720;
        border-radius: 9px;
    }
    .projects-block img {
        margin-top: 40px;
        margin-left: -7px;
        max-width: 100%;
        height: auto;
        display: block;
    }
}


}
@media screen and (max-width: 768px) {
    .projects-block {
        width: 100%;
        height: 870px;
        padding: 50px 0 0 28px;
        /* padding: 50px 0 0 50px; */
        background: rgba(21, 23, 32, 0.5);
        border-radius: 8px;
        overflow: hidden;
    }
    
    .projects-block img {
        margin-top: 120px;
        margin-left: -7px;
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .reviews p {
        color: #232531 !important;
    }
}
@media screen and (max-width: 431px) {
    .projects-block {
        width: 100%;
        height: 870px;
        padding: 50px 0 0 35px;
        /* padding: 50px 0 0 50px; */
        background: rgba(21, 23, 32, 0.5);
        border-radius: 8px;
        overflow: hidden;
    }
    
    .projects-block img {
        margin-top: 120px;
        margin-left: -7px;
        max-width: 100%;
        height: auto;
        display: block;
    }
    
    .reviews p {
        color: #232531 !important;
    }
}

/* way_works */
.way_works {
    margin-top: 141px;
}
.way_works_content {
    display: block;
    margin-left: 25%;
    margin-right: auto;
    margin-top: 71px;
}
.way_work_step {
    display: flex;
    height: 114px;
}
.way_work_step_v_2 {
    display: flex;
    height: 148px;
}
.way_work_text {
    width: 450px;
    margin-left: 70px;
}
.way_work_subtitle {
    color: #AFAFAF;
}
.way_work_rounder {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #325AE7;
    border-radius: 50%;
    z-index: 10;
}
.way_work_line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #909090;
    transform: translate(6px, -7px);
}
@media screen and (max-width: 768px) {
    .way_work_step {
        display: flex;
        height: 164px;
    }
    
    .way_work_step_v_2 {
        display: flex;
        height: 236px;
    }
}
@media screen and (max-width: 576px) {
    .way_work_step {
        display: flex;
        height: 200px;
    }
    
    .way_work_step_v_2 {
        display: flex;
        height: 344px;
    }
    
    h1 {
        font-size: 36px;
        color: #fff !important;
    }
    
    p {
        font-size: 17px;
        color: #e0e0e0fb !important;
    }
    
    h5 {
        font-size: 28px;
        color: #fff !important;
    }
}
@media screen and (max-width: 426px) {
    .way_work_step {
        display: flex;
        height: 264px;
    }
    
    .way_work_step_v_2 {
        display: flex;
        height: 444px;
    }
}

/* FAQ */
.FAQ {
    margin-top: 115px;
}
.FAQ h6 {
    font-size: 20px;
    font-weight: 300;
}

/* contant_me */
.contant_me {
    margin-top: 256px;
    margin-bottom: 71px;
}
.contant_me_block {
    width: 100%;
    height: 710px;
    padding: 0 0 0 50px;
    background: rgba(21, 23, 32, 0.5);
    /* background: #1e1c2e;
        /* Old browsers */
    /* background: -moz-linear-gradient(top, #181725 0%, #11131c 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, #181725 0%, #11131c 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #181725 0%, #11131c 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#181725', endColorstr='#11131c', GradientType=0); */
    
    border-radius: 8px;
    overflow: hidden;
}
.contant_me_block h1 {
    font-weight: 300;
}
.border-dashed-right {
    border-right: 1px dashed rgba(160, 160, 160, 0.2);
}
.border-dashed-bottom {
    border-bottom: 1px dashed rgba(160, 160, 160, 0.2);
    transform: translate(-11px, -7px);
}
.link-policy {
    color: #858aa0;
}
@media screen and (max-width: 768px) {
    .contant_me_block {
        width: 100%;
        /* height: 1200px; */
        height: 720px;
        padding: 0 0 0 0;
        background: rgba(21, 23, 32, 0.5);
        /* background: #1e1c2e;
        /* Old browsers */
        /* background: -moz-linear-gradient(top, #181725 0%, #11131c 100%); */
        /* FF3.6-15 */
        /* background: -webkit-linear-gradient(top, #181725 0%, #11131c 100%); */
        /* Chrome10-25,Safari5.1-6 */
        /* background: linear-gradient(to bottom, #181725 0%, #11131c 100%); */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#181725', endColorstr='#11131c', GradientType=0); */
        border-radius: 8px;
        overflow: hidden;
    }
}

/* portfolio-page */
.portfolio-page {
    margin-top: -40px;
    padding: 250px 0 300px 0;
}
.portfolio-filter {
    height: 25px;
    border: 1px solid #575757;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
}
.portfolio-filter p {
    font-family: 'Futura PT';
    font-size: 16px;
    padding-right: 10px;
    line-height: 128%;
    font-weight: 300;
    color: #b1b1b1fb;
    font-style: normal;
    text-decoration: none;
}
.portfolio-filter p::before {
    content: "●";
    font-size: 14px;
    padding: 0 6px;
    color: #0ec295;
}

/* .p-filter-green p::before {
        color: #0ec295;
    } */
.p-filter-purple p::before {
    color: #8e48fc !important;
}
.p-filter-blue p::before {
    color: rgb(13, 69, 255)!important;
}

/* price */
.price {
    padding-top: 118px;
    /* padding-bottom: 420px; */
    
    margin-top: -11px;
    width: 100%;
    /* height: 420px; */
    
    height: 455px;
    background: url('../img/bg-img/price.png') no-repeat;
    background-size: cover;
    z-index: 2;
}
.btn_price {
    padding: 9px 28px;
    min-width: 102px;
    font-size: 17px !important;
    color: #fff;
    text-decoration: none;
    background-color: #9e41bd;
    border-color: #9e41bd;
    border-radius: 20px;
}
.btn_price:hover {
    padding: 10px 28px;
    min-width: 102px;
    font-size: 17px !important;
    color: #fff;
    text-decoration: none;
    background-color: #CD68EC;
    border-color: #CD68EC;
    border-radius: 20px;
}

/* price-table */
.price-table {
    padding: 55px 0 100px 0;
    background: #fff;
    z-index: 3;
}

/* service-page */
.service-page {
    margin-top: -50px;
    padding: 220px 0 300px 0;
}
.service-page h6 {
    font-size: 24px;
}

/* blog_header */
.blog_header {
    margin-top: -50px;
    padding-top: 400px;
    width: 100%;
    height: 100vh;
    background: url('../img/bg-img/blog.png') no-repeat;
    background-size: cover;
}

/* blog_content */
.blog_content {
    padding: 160px 0 320px 0;
    background: #fff;
}
.blog_content h1 {
    color: #232531;
    font-weight: 800;
}
.article_header {
    padding-top: 13%;
    padding-bottom: 13%;
    width: 100%;
    height: 100%;
    position: relative;
}
.article_header_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

/* components */
.main-decoration {
    text-decoration: underline dotted #e0e0e081;
}
.border-right {
    height: 100%;
    border-right: 1px solid #8a8a8a3a;
}
.btn_blue {
    padding: 9px 19px;
    color: #E3E3E3;
    background: #325AE7;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.btn_blue:hover {
    padding: 9px 19px;
    color: #E3E3E3;
    background: #325AE7;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.btn_blue-lg {
    padding: 13px 19px;
    color: #E3E3E3;
    background: #325AE7;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.btn_blue-lg:hover {
    padding: 13px 19px;
    color: #E3E3E3;
    background: #325AE7;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Futura PT';
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
}
.text-gray {
    color: rgb(187 196 216 / 50%);
}
.text-blue {
    color: #325AE7;
}
.fix-textarea {
    height: 120px !important;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 12% !important;
    list-style: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding-right: 25%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots .slick-active button {
    background: none;
    border: 3px solid #325AE7;
    width: 14px;
    height: 14px;
}

/* bootstrap  */
.nav-tabs {
    border-bottom: 1px solid #dee2e6 !important;
}
.nav-tabs .nav-link {
    color: #162D3D !important;
    margin-bottom: -1px !important;
    background: #ddc7ff !important;
    border: 1px solid transparent !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #162D3D !important;
    background: #D3B6FF !important;
    border-color: #D3B6FF !important;
    isolation: isolate
}
.nav-tabs .nav-link.disabled {
    color: #6c757d !important;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #aa4dc8 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    box-shadow: 4px 0 4px 0 rgb(122 43 43 / 10%), -4px 0px 4px rgb(80 52 52 / 10%) !important;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0
}
.nav-link {
    color: rgba(227, 225, 252, 0.63) !important;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #0d6efd
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ffffff !important;
    text-align: left;
    background-color: #151720 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease !important;
}
.accordion-item {
    background-color: #151720;
    border: 0 !important;
}
.btn-outline-light {
    padding: 0px .40rem !important;
    color: #0D0F19;
    border-color: #f8f9fa;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c7c9cc !important;
    background-color: #151720 !important;
    background-clip: padding-box;
    border: 1px solid #151720 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.form-control::-moz-placeholder {
    /* color: rgb(168, 175, 192); */
    
    color: rgb(169, 173, 182) !important;
    opacity: 1
}
.form-control::placeholder {
    /* color: rgb(168, 175, 192); */
    
    color: rgb(169, 173, 182) !important;
    opacity: 1
}
.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dddee0 !important;
    background-color: #151720 !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #151720 !important;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Scroll Bar */
 ::-webkit-scrollbar {
    width: .60rem;
    background-color: #181616;
}
 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 px;
    border-radius: 4px;
    background-color: #4c4c4c;
}