﻿@font-face {
    font-family: 'IRANSansWeb';
    src: url('../Fonts/IRANSansWeb.woff') format('woff');
}
@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url('../Fonts/IRANSansWeb_Bold.woff') format('woff');
}
*{
    font-family:IRANSansWeb_Bold;
}
.dropzone {
    border: 2px dashed #ebedf2 !important;
    min-height:130px !important;
    padding:0;
    text-align:left;
    
}
#attachmentzone > .dz-message{
    padding:50px;
}
.dropzone > div {
    margin: 1rem 0 !important;
}

.dropzone .dz-preview {
    margin : 5px !important;
}

    .dropzone .dz-preview .dz-progress .dz-upload {
        background: #27d327 !important;
    }

.dropzonehover {
    border: 2px dashed green !important;
    background-color : rgba(0,255,0,0.2);
    transition:all 1s;
}
.loginbtn{
    padding:15px !important;
    border-radius:5px;
    text-decoration:none;
   transition:all 300ms;
}
.loginbtn:hover{
    
    background-color:rgba(255,255,255,0.1) !important;
}


#the-basics .tt-dropdown-menu {
    text-align: center;
}

#the-basics span:first-child {
    width: 100%;
}

#the-basics .tt-menu {
    padding: 20px;
    background-color: #eeeeee;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    z-index: 100;
}

#the-basics .tt-suggestion {
    cursor: pointer;
    padding: 5px;
    font-size: 15px;
}

.tt-suggestion:hover {
    color: #58c5f8;
}

.filter-option-inner-inner {
    text-align: center !important;
}

.kt-header--minimize .blackColor {
    color: #6c7293 !important;
}

.kt-header--minimize .blackColorlink {
    color: #6c7293 !important;
}
    .kt-header--minimize .blackColorlink:hover {
        background-color: #f8f8fb !important;
    }

@media (min-width: 1024px) {
     .persionLogoDesktop{
         visibility:visible !important;
     }
}

@media(max-width:1024px){
    .mobilelogin {
        width: 90px !important;
        display: flex !important;
    }

        .mobilelogin > ul {
            padding-right: 0;
            display: flex;
            justify-content: center;
            list-style: none;
            margin-bottom: 0;
            align-items: center;
        }

         .mobilelogin .loginbtnlink {
            display: flex;
            padding: 0 !important;
            cursor: pointer;
        }

           .mobilelogin .loginbtnlink > i {
                color: #646c9a !important;
            }
}
