﻿

[data-bs-theme='light'] {
    .btn-sindibad {color: #ffffff !important; background-color: #0C5799 !important; border-color: #0C5788 !important;} 
    .text-sindibad-gray {color: #f4f4f4 !important;}
}

[data-bs-theme='dark'] {
    .btn-sindibad {color: #0C5799 !important; background-color: #ffffff !important; border-color: #0C5788 !important;} 
    .text-sindibad-gray {color: #656262 !important;}
}










.swiper-theme-container .swiper-nav [class*=swiper-] {
    height: 5rem;
    width: 2rem;
    border-radius:10%;
}


:root, [data-bs-theme='light'], [data-bs-theme='dark'] {

.btn-sindibad-alt{ background-color: #34ced7 !important; color: #ffffff !important;}

.bg-sindibad-alt { background-color: #34ced7 !important; color: #ffffff !important; }

.btn-sindibad-primary { background-color: rgba(0, 151, 235, 1) !important; color: #ffffff !important;}

.bg-sindibad-gray {background-color: #f4f4f4 !important; }

}




btn-outline-sindibad {
    --phoenix-btn-color: #0C5799;
    --phoenix-btn-border-color: #0C5799;
    --phoenix-btn-hover-color: #fff;
    --phoenix-btn-hover-bg: #0C5799;
    --phoenix-btn-hover-border-color: #0C5799;
    --phoenix-btn-focus-shadow-rgb: 229, 120, 11;
    --phoenix-btn-active-color: #fff;
    --phoenix-btn-active-bg: #0C5799;
    --phoenix-btn-active-border-color: #0C5799;
    --phoenix-btn-active-shadow: initial;
    --phoenix-btn-disabled-color: #0C5799;
    --phoenix-btn-disabled-bg: transparent;
    --phoenix-btn-disabled-border-color: #0C5799;
    --phoenix-gradient: none;
}








/*
:root, [data-bs-theme='light'] {
  
.btn-sindibad {
    color: #ffffff !important;
    background-color: #0C5799 !important;
    border-color: #0C5788 !important;
}
.bg-sindibad-gray {
    background-color: #f4f4f4 !important;
}

.text-sindibad-gray {
    color: #f4f4f4 !important;
}

.btn-sindibad-primary {
    background-color: rgba(0,151,235) !important;
    color:#ffffff !important;
}


 
}

[data-bs-theme='dark'] {

    
.btn-sindibad {
    color: #ffffff !important;
    background-color: #0C5799 !important;
    border-color: #0C5788 !important;
}
.bg-sindibad-gray {
    background-color: #f4f4f4 !important;
}

.text-sindibad-gray {
    color: #f4f4f4 !important;
}

.btn-sindibad-primary {
    background-color: rgba(0,151,235) !important;
    color:#ffffff !important;
}
 
 
}
*/


