﻿.h-25px {
    height: 25px !important;
}
.w-25px {
    width: 25px !important;
}
img, svg {
    vertical-align: middle;
}
.rounded-circle {
    border-radius: 50% !important;
}
.text-white {
    color: #fff !important;
}
.text-blue {
    color: #009ee3 !important;
}
.text-navy {
    color: #1f325f !important;
}
.text-turquise {
    color: #6bc5d8 !important;
}
.text-lightblue {
    color: #dff1fd !important;
}
.text-yellow {
    color:#fff200 !important;
}
.text-siyah{
    color:#000 !important;
}

.language {
    margin-top: 5px;
    background-color: #2C2C2C;
    padding: 5px;
    border-radius: 20%;
}

.dropup .hide-toggle.dropdown-toggle::after {
    display: none !important;
    padding: 12px 45px 13px;
    border-radius: 50px;
}

.wsfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    /*    background-color: #0C9;
*/ /*color: #FFF;*/
    border-radius: 50px;
    text-align: center;
    /*    box-shadow: 2px 2px 3px #999;
*/
}

.my-float {
    margin-top: 22px;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}