﻿@font-face {
    font-family: 'Yekan';
    src: url('font/yekan-font/Yekan.eot'); /* IE9 Compat Modes */
    src: url('font/yekan-font/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/yekan-font/Yekan.woff') format('woff'), /* Pretty Modern Browsers */
    url('font/yekan-font/Yekan.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/yekan-font/Yekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.nav-pills .nav-link.active {
    background-color: #269957
}
.btn-primary {
    background-color: #269957
}

    .btn-primary:hover {
        background-color: #269957
    }

body {
    direction: rtl;
    font-family: 'Yekan'
}
.right {
    text-align: right !important;
}

.main {
    background: inherit;
    margin: auto;
    height: auto;
}


.sec {
    width: 100%;
    background-color: #269957;
    cursor: pointer;
    text-align: right;
    color: #ffffff;
    height: 40px;
    font-size: 15px;
    margin-top: 10px;
    padding-right: 15px;
    padding-top: 10px;
}
.customebutton { 
    color: black; 
}

.collapsable {
    width: 100%;
    display: none;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sec i {
    color: lightslategrey;
}

@media only screen and (max-width: 425px) {
    .main {
        width: 90vw;
    }

    .sec {
        width: 100%;
    }


    .collapsable {
        width: 100%;
        display: none;
    }
}

.notification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}
 
.btn:hover {
    background-color: RoyalBlue;
}