@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500&family=Montserrat:ital,wght@1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;800&display=swap");

:root {
    --background: #9c88ff;
    --navbar-width: 285px;
    --navbar-width-min: 80px;
    --navbar-dark-secondary: #2c3e50;
    --navbar-light-primary: #f5f6fa;
    --navbar-light-secondary: #8392a5;
}

* {
    font-family: 'Cairo';
    text-align: right;
    direction: rtl;
}

.sfa {
    float: left;
}

a {
    text-decoration: none;
    color: black;
}

.col {
    width: 100%;
    padding: 0px;
}

.row {
    width: 100%;
    margin-right: 0rem;
}

body {
    width: 100%;
    background-color: #fffbfb;
    background-image: url(images/bg.png);
    background-size: cover;
}

form label {
    font-size: 16px;
}

table {
    width: 100%;
}

.side-bar {
    margin-right: -1rem;
}

.add-btn {
    text-align: center;
}

.navbar-nav {
    font-weight: 900;
}

/*************** Dashboard Start ****************/

@media only screen and (max-width: 600px) {
    .card {
        margin-top: 2rem;
    }
}



/*************** Dashboard End ****************/


/*************** types  Start ***************/

#types button {
    background-color: rgba(255, 255, 255, 0);
    border: none;
}

#types .card-title {
    font-weight: 600;
    color: black;
}

#types h5.card-title {
    font-weight: 600;
    color: #DF4739;
}

#types .card-text {
    font-weight: 500;
    color: #956c50;
}

.card{
    padding-top: 20px;;
}


/*************** types  End ***************/


/*************** Add  Start ***************/

#addType .back-icon {
    margin-right: 3.5rem;
    margin-top: 1rem;
}

#addType input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}


#addType input[type=number] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

#addType label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

#addType input[type=submit] {
    text-align: center;
    background-color: #DF4739;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    width: 15%;
    margin: auto;
    margin-top: 1rem;
}

#addType input[type=submit]:hover {
    background-color: #DF4739;
}

#addType .container {
    margin-top: 2rem;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

#addType .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

#addType .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

#addType .row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {

    #addType .col-25,
    #addType .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }

    #addType input[type=submit] {
        width: 50%;
    }
}


/*************** Add  End ***************/
.navbar-toggler:focus {
    box-shadow: none;
}

.btn,
.btn:hover,
.btn:active {
    background-color: #DF4739;
    border: none;
}


/*************** LogIn Start ****************/

.log-in {
    min-height: 100vh;
    background-image: url(images/login.jpeg);
    background-size: cover;
}

.box-log-in {
    width: 22rem;
    height: 28rem;
    background-color: #fff;
    opacity: 0.8;
    margin: auto;
    margin-top: 5%;
    border-radius: 7%;
}

.log-in .avatar {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    margin: auto;
    margin-top: 10%;
    text-align: center;
}

.log-in form {
    text-align: center;
    margin-top: 10%;
    margin-right: 0rem;
}

.log-in input {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0.5rem 1rem;
    font-size: 12px;
    height: 2rem;
    width: 15rem;

}

.log-in button {
    margin: auto;
    margin-top: 3rem;
    background-color: #DF4739;
    color: white;
}

.log-in .btn-info {
    --bs-btn-color: #DF4739;
    --bs-btn-bg: #DF4739;
    --bs-btn-border-color: #DF4739;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DF4739;
    --bs-btn-hover-border-color: #DF4739;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #DF4739;
    --bs-btn-active-bg: #DF4739;
    --bs-btn-active-border-color: #DF4739;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #DF4739;
    --bs-btn-disabled-bg: #DF4739;
    --bs-btn-disabled-border-color: #DF4739;
}

/*************** LogIn End ****************/


.image-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.point {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: green;
    border-radius: 50%;
    cursor: pointer;
    border: white solid 1px;
}

.point:hover {
    scale: 1.2;
}

.form-check-input[type="checkbox"] {
    border-color: #DF4739;
    width: 20px;
    height: 20px;
}

.form-check-input[type="checkbox"]:checked {
    background-color: #DF4739;
}

.inpfc {
    width: 30% !important;
}

.imgmain {
    width: 100%;
    height: 580px;
}

.table-striped {
    width: 70%;
    margin: 2rem auto;
}

.conp {
    width: 70%!important;
}

@media screen and (max-width: 600px) {

    .inpfc {
        width: 100% !important;
    }

    .box-log-in {
        width: 90%;
    }

    .log-in input {
        width: 90%;
    }

    .imgmain {
        width: 100%;
        height: auto;
    }

    .point {
        width: 15px;
        height: 15px;
    }

    .table-striped {
        width: 98%;
    }

    .table-striped thead tr th {
        font-size: 14px;
    }

    .table-striped tbody tr td {
        font-size: 14px;
    }

    .conp {
        width: 100% !important;
    }
}