.td1{
    width: 40%;
}
.logo{
    width: 10%;border-radius: 50%;
}
.td2{
    width: 60%;
}
.edsnav {
    padding: 0em;
}
.c-btn{
    border: none;
    border-radius: 8px;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.41' height='14' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2em center;
}
.btn-default {
    font-family: Raleway-SemiBold;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.75);
    letter-spacing: 1px;
    line-height: 15px;
    border: 2px solid rgba(108, 89, 179, 0.75);
    border-radius: 30px;
    background: transparent;
    transition: all 0.3s ease 0s;
}
.footer{
    font-size: 1em;
    font-family: 'Almarai', sans-serif;
}
.langnav {
    display:inline-block;
}
@media only screen and (max-width: 600px) {
    .logo{
        width: 30%;border-radius: 50%;
        alignment: center;
    }
    .nav-link{
        border-bottom: 1px solid  #d9d9dc;
        padding: 0.8em;
    }
    .navtog{
        margin-left: 1em;
        margin-right: 1em;
    }
    .navsearch{
        margin-left: 1em;
        margin-right: 1em;
    }
    .edsnav {
        padding-left: 2em;
        padding-right: 2em;
        padding-top: auto;
        padding-bottom: auto;
    }
}
.btn-default:hover {
    color: #FFF;
    background: rgba(108, 88, 179, 0.75);
    border: 2px solid rgba(108, 89, 179, 0.75);
}
.td1 {
    padding: 0.3em;
}
.nav-item,dropdown-item{
font-size: 0.9em;
font-family: 'Almarai', sans-serif;

}
@media only screen and (max-width: 600px) {
#langs{
    display: inline-block;
}
}
.dropdown-item{
    font-size: 0.9em;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    width: 100%;
    padding-bottom: 0.7em;
    padding-right: 1em;
    padding-top: 0.7em;
    padding-left: 1em;
}

.dropdown-toggle::after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 8px;

}
h1,h2,h3,h4,h5,p {
    font-family: 'Almarai', sans-serif;
}
::placeholder {
    font-size: 1.1em;
    font-family: 'Times New Roman';
}
.dropdown-menu {
    width: fit-content;
    right:0;
}

.form-group{
    font-size: 0.9em;
    font-family: 'Almarai', sans-serif;
}
@media only screen and (max-width: 600px) {
    .authcolmn{
        padding-right: 3em;
        padding-left: 3em;
    }
    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .3em;
        vertical-align: middle;
        font-size: 1.2em;
        vertical-align: 0; /* to center vertically */
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        float: right;
        margin-top: 8px;
    }
    .card{
        margin-bottom: 10%;
    }
    .cards,newsbox{
        padding-left: 10%;
        padding-right: 10%;
        border: #4a5568;
    }
    .newsbox{
        padding-left: 10%;
        padding-right: 10%;
        border: #4a5568;
    }
}
.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.nav-link li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:auto;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
i:hover {
    color: #2062a9;
    font-size: 20px;
    transition: 0.2s;
}
.fab.fa-facebook-square:hover {
    color: #2062a9;
    font-size: 20px;
}
.fa {
    font-size: 1.25em;
    color: #2062a9;
    width: 50px;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
.list-inline{display:block;}
.list-inline li{display:inline-block;}
.list-inline li:after{content:'|'; margin:0 10px;}
form i {
    cursor: pointer;
}
