@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
*
{
    padding:0;
    margin:0;
    
}
body
{
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden;
}


/* start loading style */
#loading
{
    position:fixed;
    width: 100%;
    height:100vh;
    background: #fff url('../../assets/img/loading.gif') no-repeat center;
    z-index:99999;
    overflow: hidden;
}
#loading h2
{
    font-size:2rem;
    color:#002539;
    margin-top:30%;
}
.typed-cursor
{
    display: none;
}
/* end loading style */

/* start checkbox and radio style */
.margin-r
{
    margin-right: 10px;
    vertical-align: top;
    line-height: 1.6;
}
.margin-r-image
{
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1.6;
}
/* end checkbox and radio style */
.list-main-img
{
    width:200px;
    height: 150px;
}
/* start upload main image style */
.chooseimage
{
    display:none;
}
#chooseimage
{
    width:50%;
}

.file-upload
{
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn
{
    width: 100%;
    margin: 0;
    color: #fff;
    background: #002539;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.file-upload-btn:active
{
    border: 0;
    transition: all .2s ease;
}
.file-upload-content , .file-upload-content2
{
    display: none;
    text-align: center;
}
.file-upload-input , .file-upload-input2
{
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left:0;
}
.image-upload-wrap , .image-upload-wrap2
{
    margin-top: 20px;
    border: 4px dashed #002539;
    position: relative;
}
.image-dropping
{
    background-color: #1FB264;
    border: 4px dashed #ffffff;
}
.image-title-wrap
{
    padding: 0 15px 15px 15px;
    color: #222;
}
.drag-text
{
    text-align: center;
}
.drag-text h1
{
    font-weight: 100;
    text-transform: uppercase;
    color: #002539;
    padding: 60px 0;
}

.file-upload-image , .file-upload-image2
{
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image
{
    width: 100px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.remove-image:hover
{
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
.remove-image:active
{
    border: 0;
    transition: all .2s ease;
}
.save-image
{
    width: 100px;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.save-image:hover
{
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
.save-image:active
{
    border: 0;
    transition: all .2s ease;
}
/* end upload main image */

/* end upload main image */


/* start add info  */
#add-info
{
    border:#002539 dotted 2px;
    margin-bottom: 30px;
}
.ar-info , .en-info
{
    color:#808080;
}
/* end add info */

.btn-warning
{
    color:#fff;
}