:root{
    --tree-primary: #893045 !important;
    --tree-secondary: #c04662 !important;
}
.bg-primary {
    background: var(--tree-primary) !important;
    color: #FFF;
}

.wallet-card-section {
    position: relative; }
.wallet-card-section:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 140px;
    background: var(--tree-primary);
}
.sidebar-balance {
    padding: 6px 16px;
    background: var(--tree-primary);
}
.wallet-card .balance .right .button {
    color:  var(--tree-primary);
    background: rgba(137, 48, 69, 0.1);
}
.wallet-card .balance .right .button:hover {
    background: var(--tree-primary);
    color: #fff; }
.btn-primary {
    background:  var(--tree-primary) !important;
    border-color:  var(--tree-primary) !important;
    color: #FFFFFF !important;
}
.btn-primary:hover {
    background:  var(--tree-secondary) !important;
    border-color:  var(--tree-secondary) !important;
    color: #FFFFFF !important;
}
.btn-primary:focus  {
    background:  var(--tree-primary) !important;
    border-color:  var(--tree-primary) !important;
    color: #FFFFFF !important;
}
.appBottomMenu .item.active .icon, .appBottomMenu .item.active ion-icon, .appBottomMenu .item.active strong {
    color: var(--tree-primary) !important;
    font-weight: 500;
}
.appBottomMenu .item.active:before {
    background:  var(--tree-primary);
}
.custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background:  var(--tree-primary) !important;
    border-color:  var(--tree-primary) !important;
}
.form-group .input-wrapper.active .label {
    color: var(--tree-primary) !important; }
.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
    border-bottom-color: var(--tree-primary);
    box-shadow: inset 0 -1px 0 0 var(--tree-secondary); }
.form-group.boxed .form-control:focus {
    border-color: var(--tree-primary); }

input[type="file"] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
}

.brt-icon{
    color: #0a0e14;
    font-size: 40px;
    padding-right: 15px;
}
.edit-delete-icon{
    color: var(--tree-secondary);
    font-size: 1.30rem;
    padding-right: 5px;
}
.custom-switch {
    padding-left: 0;
}
#card-category {
    height: auto;
    text-align: left;
    background: var(--tree-primary);
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    color: #FFF;
    position: relative;
}
.card-block .card-main-brt {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 100%);
    border-radius: 10px;
    display: flex;
    padding: 40px 24px;
    text-align: left;

}
#youtube-link{
    height: auto;
    text-align: left;
    background: var(--tree-primary);
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    color: #FFF;
    position: relative;
}
.card-block .card-main-yt {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 100%);
    border-radius: 10px;
    display: flex;
    /*padding: 40px 24px;*/
    text-align: left;

}
.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Or use 16:9 aspect ratio with 9/16 * 100% = 56.25% */
    overflow: hidden;
    border-radius: 10px;
}

.youtube-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.link-page{
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: center center;
}
.link-row{
    background-color: rgba(60, 60, 60, 0.4);
    border-radius: 10px;
    width: 80%;
    margin: auto;
    margin-top: 20%;
    margin-bottom: 20%;
}
.link-card{
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.card-body .card-title{
    color: #fff;
}
.link-card .card-img-top{
    border-radius: 50%; !important;
    max-width: 40%;
    margin: auto;
    height: auto;
    object-fit: cover;
}
.link-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* İstediğin genişliği ayarla */
    height: 40px; /* İstediğin yüksekliği ayarla */
    border-radius: 50%;
    background-color: #ffffff; /* Buton arka plan rengi */
    color: #000000; /* Buton içindeki metin ve ikon rengi */
    font-size: 25px; /* İstediğin font büyüklüğü */
    text-decoration: none;
    margin: 15px;
}

.modal-dialog{
    width: 70%;
    margin: auto;
}
.modal-link-share-btn {
    padding: 7px;
    text-align: left;
    background-color: #e5e5e5;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    color: #000000;
    width: 100%;
    display: flex; /* display'ı flex olarak değiştir */
    align-items: center; /* Dikeyde ortalama sağla */
    justify-content: space-between;
    margin: auto;
}
.modal-link-share-btn-outline {
    padding: 7px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    color: var(--tree-primary);
    width: 100%;
    display: flex; /* display'ı flex olarak değiştir */
    align-items: center; /* Dikeyde ortalama sağla */
    justify-content: space-between;
    margin: auto;
}
.modal-link-share-btn:hover{
    background-color: #ffffff;
    color: #000000;
    border: 2px solid var(--tree-primary);
}
.social-btn-icon{
    font-size: 30px;
    padding-right: 15px;
}
.share-btn-icon{
    font-size: 25px;
    margin-left: auto;
    text-align: right;
}
.button-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
