.uyari,
.invalid-feedback,
.error {
    color: red;
}

.dark-mode .tab-link,
.dark-mode .tab-container .tab-content-item {
    background: var(--c-dark-alternate);
    color     : var(--c-p-color);
}

.dark-mode .tab-container .tab-content-item .tab-content-item-head span.tab-icon svg {
    fill: var(--c-p-color);
}

.tab-container {
    width    : 100%;
    max-width: 600px;
    margin   : 0 auto;
}

.tabs {
    display                   : flex;
    overflow-x                : auto;
    white-space               : nowrap;
    cursor                    : pointer;
    margin-bottom             : 10px;
    -webkit-overflow-scrolling: touch;
    /* for smooth scrolling on iOS */
    scrollbar-width           : none;
}

.tabs::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.tab-link {
    flex         : 1 0 auto;
    padding      : 10px;
    background   : var(--c-t-color);
    color        : #000;
    border-radius: 10px;
    text-align   : center;
    display      : inline-block;
    margin-left  : 10px;

}

.tab-link.active {
    background: var(--c-primary);
    color     : #fff;
}

.tab-content {
    display   : none;
    padding   : 10px;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.tab-container .tab-content-item {

    align-content: center;
    color        : #000;
    width        : 45%;
    margin-right : 10px;
    background   : var(--c-t-color);
    border-radius: 4px;
    padding      : 10px;
    font-weight  : 500;
}

.tab-container .tab-content-item .tab-content-item-head {
    display        : flex;
    justify-content: space-between;

}

.tab-container .tab-content-item .tab-content-item-head span.tab-icon svg {
    height: 20px;
    fill  : #000;
}

.tab-container .tab-content-item .tab-content-item-head span {
    font-size  : 2.5rem;
    margin     : 5px 10px 10px 10px;
    line-height: 4rem;
    display    : block;
}

.tab-container .tab-content-item>div.tab-content-item-txt {
    font-size  : 1rem;
    margin     : 5px 10px 10px 10px;
    line-height: 2rem;
    display    : block;
    text-align : center;
}

.tab-container .tab-content-x {
    display        : flex;
    justify-content: space-between;

}

.d-none {
    display: none !important;
}

.cursor-hand:hover {
    cursor: pointer;

}


.theme__item {
    width : calc(16% - 19px);
    height: 40px;
}

.theme__item:nth-child(4n) {
    margin-right: 25px !important;
}

.theme__item:nth-child(6n) {
    margin-right: 0 !important;
}


.dark-btn .btn--primary,
.dark-btn .profile__top__item:last-child,
.dark-btn .tab-link.active {
    color: #000;
}

.dark-btn .switch input:checked+.switch__slider::before {
    background-color: #000;
}

.dark-mode .color-000 {
    background-color: #fff !important;
}

.custom-color {
    display: flex;
}

.custom-color-palette {
    position  : relative;
    min-width : 50px;
    min-height: 50px;
    width     : 100%;
}

.clr-picker {
    width    : 300px !important;
    max-width: 90%;
}

.clr-gradient {
    height: 200px !important;
}

.clr-field {
    height: 50px !important;
    width : 100% !important;
}

.clr-field button {
    width                     : 80px !important;
    border-top-right-radius   : 5px;
    border-bottom-right-radius: 5px;

    border-style: none;
}

.clr-field input {
    height       : 100% !important;
    padding-left : 20px !important;
    border-radius: 5px !important;
    width        : 100% !important;
    background   : 0 0 !important;
    border       : none !important;

}

.dark-mode .clr-field input {
    background: 0 0;
    background: var(--c-dark-alternate);
    color: var(--c-p-color) !important;
}

.dark-mode #clr-swatch-1 {
    color: #fff !important;
}

#clr-swatches button {
    border-radius: 5px !important;
    width        : calc(16% - 10px) !important;
    height       : 35px !important;
}
#clr-clear{
    display: none !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.m-auto{
margin: auto;
}
.w-200px {
    width: 200px;
}
.w-100{
    width: 100%;
}
.txt-center{
    text-align: center;
}

.uyari{
    background: #fff;
  border-radius: 5px;
  padding: 15px;
  display: block;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: var(--c-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}

body{
 margin:auto !important;   
}
main{
    max-width: 500px !important;
    margin: auto !important;
}
.profile__top{
    max-width: 500px !important;
  left: unset !important;
}



