﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

.bg-colore {
    background-color: black;
}

.bg-img {
    /*background: url('../Images/bg.jpg');*/
    /*background: url('../Images/bg.jpg') no-repeat;*/
    height: 100vh;
    background-size: cover;
    background-position: center;
}

    .bg-img:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.7);
    }

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    text-align: center;
    padding: 60px 32px;
    width: 370px;
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.04);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}

    .content header {
        color: white;
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 5px 0;
        font-family: 'Montserrat',sans-serif;
    }

.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: rgba(255,255,255,0.94);
}

    .field span {
        color: #222;
        width: 40px;
        line-height: 45px;
    }

    .field input {
        height: 100%;
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: #222;
        font-size: 16px;
        font-family: 'Poppins',sans-serif;
    }

.space {
    margin-top: 16px;
}

.show {
    position: absolute;
    right: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
}

.pass-key:valid ~ .show {
    display: block;
}

.pass {
    text-align: left;
    margin: 10px 0;
}

    .pass a {
        color: white;
        text-decoration: none;
        font-family: 'Poppins',sans-serif;
    }

    .pass:hover a {
        text-decoration: underline;
    }

.field input[type="submit"] {
    background: #3498db;
    border: 1px solid #2691d9;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
}

    .field input[type="submit"]:hover {
        background: #2691d9;
    }

.login {
    color: white;
    margin: 20px 0;
    font-family: 'Poppins',sans-serif;
}

.links {
    display: flex;
    cursor: pointer;
    color: white;
    margin: 0 0 20px 0;
}

.facebook, .instagram {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}

.facebook {
    margin-left: 0;
    background: #4267B2;
    border: 1px solid #3e61a8;
}

.instagram {
    background: #E1306C;
    border: 1px solid #df2060;
}

.facebook:hover {
    background: #3e61a8;
}

.instagram:hover {
    background: #df2060;
}

.links i {
    font-size: 17px;
}

i span {
    margin-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

.signup {
    font-size: 15px;
    color: white;
    font-family: 'Poppins',sans-serif;
}

    .signup a {
        color: #3498db;
        text-decoration: none;
    }

        .signup a:hover {
            text-decoration: underline;
        }

.field {
display: flex;
background: rgba(255,255,255,0.94);
}

.field span {
    color: #222;
    width: 40px;
    line-height: 45px;
}

.field input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #222;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

.space {
    margin-top: 16px;
}

.show {
    position: absolute;
    right: 13px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
}

.pass-key:valid ~ .show {
    display: block;
}

.pass {
    text-align: left;
    margin: 10px 0;
}

    .pass a {
        color: white;
        text-decoration: none;
        font-family: 'Poppins',sans-serif;
    }

    .pass:hover a {
        text-decoration: underline;
    }

.field input[type="submit"] {
    background: #3498db;
    border: 1px solid #2691d9;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
}

    .field input[type="submit"]:hover {
        background: #2691d9;
    }

.login {
    color: white;
    margin: 20px 0;
    font-family: 'Poppins',sans-serif;
}

.links {
    display: flex;
    cursor: pointer;
    color: white;
    margin: 0 0 20px 0;
}

.facebook, .instagram {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-left: 10px;
}

.facebook {
    margin-left: 0;
    background: #4267B2;
    border: 1px solid #3e61a8;
}

.instagram {
    background: #E1306C;
    border: 1px solid #df2060;
}

.facebook:hover {
    background: #3e61a8;
}

.instagram:hover {
    background: #df2060;
}

.links i {
    font-size: 17px;
}

i span {
    margin-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Poppins',sans-serif;
}

.signup {
    font-size: 15px;
    color: white;
    font-family: 'Poppins',sans-serif;
}

    .signup a {
        color: #3498db;
        text-decoration: none;
    }

        .signup a:hover {
            text-decoration: underline;
        }


/*ستايل الأزرار  Butoons Styles*/

.btn1 {
    background-color: #FFCC99;
    border: 1px solid yellow;
    cursor: pointer;
    color: Silver;
    border-radius: 4px;
}

    .btn1:hover {
        background-color: #FF9933;
        box-shadow: 0 0 10px #FF99CC;
        color: Menu;
    }

.btn2 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    outline: 1px;
    color: #fff;
    background-color: #99CCFF;
    border: none;
    border-radius: 10px;
    box-shadow: 0 7px #CCCCCC;
}

    .btn2:hover {
        background-color: #9999FF
    }

    .btn2:active {
        background-color: #9999FF;
        box-shadow: 0 4px #666;
        transform: translateY(5px);
    }

.btn3 {
    background-color: #666699; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition-duration: 0.4s;
    border: none;
}

    .btn3:hover {
        box-shadow: 0 4px 6px 0 rgba(0,0,0,0.17),0 6px 8px 0 rgba(0,0,0,0.18);
        background-color: #9999FF;
    }

/*.btn4 {
    background-color: #CC99FF;
    color: black;
    outline: none;
    border: none;
    border-radius: 60%;
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
}*/

.btn4 {
    background-color: #CC99FF; /* Fallback color if the image is not available */
    background-image: url('../Images/close1.jpg'); /* Path to your image */
    background-size: cover; /* Ensures the image covers the entire button */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: black;
    outline: none;
    border: none;
    border-radius: 60%;
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
    width: 100px; /* Set a specific width */
    height: 100px; /* Set a specific height */
}


    .btn4:hover {
    background-color: #990000;
    transition-duration: 0.67s;
    color: Yellow;
}

    .btn4:active {
        background-color: #CC99FF;
    }


.btn5 {
    background-color: #CC99FF; /* Fallback color if the image is not available */
    background-image: url('../Images/NewInvoice.jpg'); /* Path to your image */
    background-size: cover; /* Ensures the image covers the entire button */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: black;
    outline: none;
    border: none;
    border-radius: 60%;
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
    width: 100px; /* Set a specific width */
    height: 100px; /* Set a specific height */
}


    .btn5:hover {
        background-color: #990000;
        transition-duration: 0.67s;
        color: Yellow;
    }

    .btn5:active {
        background-color: #CC99FF;
    }






.btn6 {
    background-color: #CC99FF; /* Fallback color if the image is not available */
    background-image: url('../Images/refresh.png'); /* Path to your image */
    background-size: cover; /* Ensures the image covers the entire button */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    color: black;
    outline: none;
    border: none;
    border-radius: 60%;
    box-shadow: 0 5px #CCCCCC;
    cursor: pointer;
}

    .btn6:hover {        
        border: 0;
        box-shadow: 1px 1px 1px #999;
/*        background: linear-gradient(35deg,#99CCFF, #FFCCFF);
*/        color: rgb(255, 0, 102);
        padding: 20px;
        text-shadow: 0 -3px 3px #1d62ab;
    }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position:fixed;
    z-index: 10;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
