.tradingview-widget-container{
    position: relative;
    z-index: 3;
    height: 67px!important;
}

.theme-light .white-logo{
    display: block!important;
}

.uni-banner-text-area {
    padding-bottom: 50px;
}
div.google-yeni {
   border:1px solid #576574;
   border-radius: 5px 5px;
   transition: all .5s ease-in-out;
}
div.google-yeni:hover{
    cursor: pointer;
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    background-color: #c8d6e5;
}

html.theme-dark input.form-control{
    background-color: #2f3640;
    color: whitesmoke;
    border: 1px solid #576574;
}
html.theme-dark input.form-control::placeholder{
    color:#8395a7;
}
html.theme-light input.form-control{
    border: 1px solid #c8d6e5;
}

small.packet_badge{
    position: absolute;
    padding: 10px 25px;
    font-size: 14px;
    background-color: #ffbe76;
    top: -35px;
    left: 31%;
    color: #6c6c6c!important;
    border-radius: 10px 10px 0 0;
    font-weight: 800;
    z-index: -1;
}

.banner-bg1{
    margin-top: -251px;
}
.uni-banner{
    margin-top: -145px;
}
@media screen and (max-width:991px) {
    .banner-bg1{
        margin-top: -132px;
    }
    .uni-banner {
        margin-top: -132px;
    }
}

.footer-newsletter .input-group .btn{
    width: unset;
    height: unset;
    font-size:14px;
}

/*
    Profile CSS Start
*/

.img-account-profile {
    height: 10rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}
.card .card-header {
    font-weight: 500;
}
.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}
.card-header {
    padding: 1rem 1.35rem;
    margin-bottom: 0;
    background-color: rgba(33, 40, 50, 0.03);
    border-bottom: 1px solid rgba(33, 40, 50, 0.125);
}
.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 0.875rem 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav-borders .nav-link.active {
    color: #0061f2;
    border-bottom-color: #0061f2;
}
.nav-borders .nav-link {
    color: #69707a;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
/*
    Profile CSS Finish
*/

@media screen and (max-width: 1200px) {

    .twitter-timeline-rendered{
        width: 100%!important;
    }
}
@media screen and (min-width: 1200px) {

    .twitter-timeline-rendered{
        width: 500px!important;
    }
}

.default-button-2{
    padding: 5px 15px!important;
}
button.btn-basket{
    background-color: #00f169;
}

.pricing-2 {
    background-image: url(../images/my-images/background/bg-images-2.png)!important;
}
.responsive-youtube {
	overflow:hidden; padding-bottom:56.25%; position:relative; height:0;
}
.responsive-youtube iframe {
	left:0; top:0; height:100%; width:100%; position:absolute;
}

.far.fa-star.fas.fa-star.active{
    color: gold;
}

.fixed-footer {
    height: 60px;
    color: aliceblue;
    font-size: 1.8vh;
    left: 0;
    bottom: 0;
    font-weight: bolder;
    z-index: 99;
}