
a {
    color: #6b4483;
    text-decoration:none;
}
    
a:hover {
    color: #d84996;}


.footer {
    background: #6b4483;
	color:rgba(255,255,255,0.7);
    background-image: linear-gradient(
135deg,#554389,#713b6a);
}

.politika-line a:hover, .soc_buttons a:hover {
    color: rgba(255,255,255,0.5);
}


.header {
    background: #fff;
}
.header-sticky {
    box-shadow: none;
}

.main-menu > li > a {
    color: #343434;
}

.main-menu > li > a:hover {
    color: #d84996;
    text-decoration:none;
}

.button-login .btn-blue-border-2, .btn-blue  {
    background: #d84996;
    background-image: linear-gradient(
100deg,#c14aac,#ed4882);
}

.btn-blue-border-2, .btn-blue {
    border: none;
    border-radius: 20px;
}

.btn-blue {
    padding: 15px 40px;
    border-radius: 30px;
}
    
.button-login .btn-blue-border-2:hover, .btn-blue:hover {
    background-color: #d3348a;
    color: #fff;
    border-color: transparent;
    background-image: linear-gradient(
100deg,#c14ac0 0,#ed489d);
    box-shadow: 0 8px 50px -6px rgb(84 84 120 / 26%);
}

.course_item {
    background: #f9fafe;
}

.course_data_wrap {
    background: #efefef;}
    
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    
    background: #e04265!important;
    background-image: linear-gradient(
100deg,#c14ac0 0,#ed489d)!important;
color:#ffffff!important;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgb(255 255 255 / 80%)!important;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff!important;
}

.totop {
    background: #e84888!important;
    
}
