﻿@import url('/theme/fa/assets/fonts/fonts.css');

.menu-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.icon-wrap {
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

    .icon-wrap svg {
        width: 16px !important;
        height: 16px !important;
        display: block !important;
    }

.menu-text {
    line-height: 1 !important;
}
.nav-menus-wrapper li a {
    color: #fff;
}


.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clockpicker-plate {
    font-family: "primary-font" !important;
}
popover-title {
    font-family: "primary-font" !important;
}
.font-farsi {
    font-family: "primary-font" !important;
}

.btn-success:hover{
    color:white !important;
}
.btn-success:visited{
    color:white !important;
}
.btn-success:active{
    color:white !important;
}

.btn-danger:hover {
    color: white !important;
}
.btn-danger:visited {
    color: white !important;
}
.btn-danger:active {
    color: white !important;
}

.lette-space-form {
    letter-spacing: 30px;
}

.lette-space-form-2 {
    letter-spacing: 40px;
}

.one-line-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#search-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}