@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700&display=swap');

*:not(i){
	font-family:'Tajawal' !important;
	transition: all 0.25s ease-out;
}
i,.fa-solid,.fa-regular{
	font-family: "Font Awesome 6 Free" !important;
}
[v-cloak] {
    display: none !important;
}
html,body{
	font-size: 17px !important;
	background:#c9d1d7 !important;
	direction: rtl;
    margin: 0;
    padding: 0;
}
.header{
    padding: 10px;
    background-color: #124258;
    color: #fff;
    display: flex;
    align-items: center;
}
.header a , #navbarDropdown{
    color: #fff !important;
    text-decoration: none !important;
}

.header .logo_1_lg{
    height: 60px;
    margin-left: 20px;
}
.header .logo_1_sm{
    height: 60px;
    margin-left: 20px;
    display: none;
}
@media (max-width: 500px) {
    .header .logo_1_lg{
        display: none;
    }
    .header .logo_1_sm{
        display: block;
    }
}
.header .logo_2{
    height: 45px;
}
.header .links{
    display: flex;
    margin-right: auto;
    /* width: 100%; */
    text-align: center;
    align-items: center;
}

button.burger-menu{
    writing-mode: vertical-lr;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    font-size: 25px;
    margin-right: auto;
    margin-left: 15px;
    color: #fff;
    display: none;
}
@media (max-width: 500px) {
    .header .links{
        display: none;
    }
    button.burger-menu{
        display: block;
    }
}
.filterBox{
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 10px;
    column-gap: 20px;
}
@media (max-width: 500px) {
    .filterBox{
       display: none; 
    }
}
.myCard{
    padding: 15px;
    background-color: #efefef;
    border-radius: 10px;
    margin: 15px;
    box-shadow: 0 0 40px #0000000f;
}

@media (max-width: 500px) {
    .myCard{
        margin: 15px 0;
    }
}

.workshopBox{
    height: 450px;
    padding: 10px;
}
.workshopBox .banner{
    display: block;
    height: 150px;
    background-size: cover;
    border-radius: 7px;
    overflow: hidden;
    border: 1px #efefef solid;
}
.workshopBox h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workshopBox h1 a{
    font-size: 20px;
    text-decoration: none;
    color: #232323;
}
.trainer{
    display: flex;
    align-items: center;
}
.trainer .img{
    height: 40px;
    width: 40px;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 1px #efefef solid;
    margin-left: 15px;
}
.trainer .where{
    margin-right: auto;
    padding:5px 8px;
    background-color: #e7e5e5;
    border-radius: 4px;
    color: #999;
}
.workshopBanner{
    background-size: cover;
    background-position: center center;
    border-radius: 0 0 20px 20px;
    margin-bottom: 30px;
}
.worksopLeftDetails{
    line-height: 36px;
}
.worksopLeftDetails strong{
    display: inline-block;
    width: 180px;
}
.attendeesRow{
    margin: 15px 0;
    display: flex;
    align-items: center;
    margin-right: 28px;
}
.attendeesRow span{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    background-color: #dcdcdc;
    border-radius: 50%;
}

.el-radio{
    margin-right: 0 !important;
}
.el-radio__label{
    padding-right: 10px
}
.el-avatar, .el-cascader-panel, .el-radio, .el-radio--medium.is-bordered .el-radio__label, .el-radio__label{
    font-size: 17px !important;
}
.el-scrollbar__wrap{
    overflow: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a.dropdown-item{
    color: #333 !important;
}
.card{
    border-radius: 20px !important
}