body {
    margin: 0 auto;
    background: #FF9E9E;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}


/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* ================================ navigation bar================================ */

.navbarContainer {
    height: 10vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navBox {
    width: 407px;
    height: 48px;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 31px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grid5 {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    gap: 10px;
}

.bold {
    font-weight: 900;
}

.textLg {
    font-size: 30px;
    font-weight: 900;
}

.lime {
    background-color: lime;
}

.lightPurple {
    background-color: #FFBCA6;
}

.white {
    background: #f1f1f1;
}

.pointer {
    cursor: pointer;
}

/* ------------------- colors ------------------ */
.purple50 {
    background: rgba(255, 188, 166, 0.5);
}

.purple50:hover {
    background: rgba(255, 188, 166, 1);
}

.board {
    background: #FFF5CC;
}

.lightBoard {
    background: #FFF5CC;
}



.main {
    height: 80vh;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.box {
    border-radius: 5px;
    padding: 18px;
}



/* ============================== left  divs ========================== */
.leftDivContainer {
    display: grid;
    grid-template-rows: 5fr 3fr;
    gap: 10px;
}


/* ======================================= right divs ============================= */
.rightDivContainer {
    background: #EB8FA6;
    border: 5px solid #FFF5CC;
    border-radius: 18px;
}

.container_Of_This_Month {
    width: 90%;
    margin: auto;
}

/* ============================================ content box =============================== */
.contentTitle {
    height: 10%;
    margin-top: 0px;
    background: #FFE0AB;
    /* padding: 10px; */
    text-align: center;
}

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}


.contentArea {
    margin-top: -19px;
    height: 400px;
    overflow-y: scroll;
    /* font-size: x-large; */
}

.hr {
    border: 3px solid #FFF5CC;
    width: 90%;
}

.task {
    width: 400px;
    margin: 5px;
    padding: 0px;
    border-radius: 18px;
    /* background: #FFE0AB; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 3fr 1fr;
}

.task_Text_area {
    margin: 5px;
    /* background: #FFE0AB; */
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 5px;
}

.FFE0AB {
    background: #FFE0AB;
}

.B1D8B7 {
    background: #B1D8B7;
}

.blueBG {
    background: #8A8AFF;
}

.text_contener {
    font-size: 20px;
    font-weight: 400;
    /*  display: grid;
    grid-template-rows: 1fr 2fr; */
}

.done_btn {
    background: #EB8FA6;
    border-radius: 0px 0px 15px 15px;
}

.done_btn:hover {
    background: #f76c8f;

}

.iframe {
    display: flex;
    align-items: center;
    justify-items: center;
}



/* ================================================================================ */
/* --------------------------------------------- add items ----------------------- */
/* ==================================================================================== */

.add_Item_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FF9E9E;
    padding: 10px;
    display: none;
}

.add_item_div {
    display: grid;
    grid-template-columns: 7fr 2fr;
    gap: 20px;
    cursor: none;
}

.add_item {
    background: #EB8FA6;
    border: 5px solid #FFF5CC;
    border-radius: 18px;
    padding: 10px;
}


/* ======================================= input filed ================================= */
.input_field {
    display: grid;
    grid-template-columns: 4fr 4fr 2fr;
}

.add_preView {
    border: 5px solid #FFF5CC;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_Header {
    width: 90%;
    height: 50px;
    font-size: 1.3rem;
    font-weight: 800;
    padding: 10px;
    margin: 2px;
    border: 2px solid #FFF5CC;
}

.input_Header:hover {
    border: 2px solid purple;

}


.input_Details {
    width: 90%;
    height: 200px;
    font-size: 1rem;
    font-weight: 900;
    padding: 10px;
    border: 2px solid #FFF5CC;
}

.input_Details:hover {
    border: 2px solid purple;
}

.boxOfInput {
    height: 80px;
    width: 130px;
    background: #FFBCA6;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px;
    font-weight: 900;
    font-size: 1.5rem;
    border: 2px solid #FFBCA6;
}

.boxOfInput:hover {
    background: #fa9d7d;
    cursor: none;
    border: 2px solid #b64019;
    color: aliceblue;
}

.days_Input {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.color_Input {
    display: grid;
    grid-template-columns: 1fr;
}

.done {
    margin-top: 20px;
    height: 70px;
    border-radius: 18px;
    cursor: pointer;
}

.ok {
    width: 70%;
}

.cancel {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font: bolder;
    color: #595455;
}

.cancel:hover {
    background-color: #b64019;
    color: #f1f1f1;
}

.ok:hover {
    background-color: limegreen;
}


.grid {
    display: flex;
    gap: 20px;
}

/* ------------------------------ image box container -------------------------- */

.img_box_container {
    padding: 10px;
    display: flex;
    justify-content: space-around;
}

.img_box {
    background-color: #000;
    border-radius: 10px;
    width: 70px;
    height: 70px;
}

.img_box:hover {
    background-color: rgb(70, 3, 3);
}

.img_box img {
    width: 95%;
}

.Task_img {
    border-radius: 10px;
    /* display: flex; */
}

.Task_img img {
    width: 95%;
}

/* -------------------------------- mobile device alert */
.alert {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .alert {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #fa9d7d;
    }

    #body {
        display: none;
    }

    .alertHeading {
        font-size: 42px;
        background: -webkit-linear-gradient(rgb(56, 131, 49), rgb(42, 27, 27));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .textLarge {
        font-size: 72px;
        font: bolder;
    }
}