﻿.Area1 {
    grid-area: Area1;
}

.Area2 {
    grid-area: Area2;
}

.Area3 {
    grid-area: Area3;
}

.Area4 {
    grid-area: Area4;
}

.Area5 {
    grid-area: Area5;
}

.Area6 {
    grid-area: Area6;
}

.Area7 {
    grid-area: Area7;
}

.Area8 {
    grid-area: Area8;
}

.Area9 {
    grid-area: Area9;
}

.Area10 {
    grid-area: Area10;
}

.Area11 {
    grid-area: Area11;
}

.Area12 {
    grid-area: Area12;
}

.Area13 {
    grid-area: Area13;
}
/*Normal Toast Message*/

.normal_toast_parent_div {
    height: 80px;
    width: 350px;
    background: rgba(36, 44, 50,1);
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 10px;
    z-index: 2000;
    overflow: hidden;
}
/*Alert Boxes*/
.create_actions_parent_div {
    height: 132px;
    width: 350px;
    background: rgba(36, 44, 50,1);
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 10px;
    z-index: 2000;
    overflow: hidden;
    display: none;
    padding-inline: 5px;
}

.create_actions_parent_div_loadboard {
    height: 132px;
    width: 350px;
    background: rgba(36, 44, 50,1);
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 10px;
    z-index: 2000;
    overflow: hidden;
    display: none;
}


@keyframes growStretch {
    0% {
        width: 320px;
    }

    100% {
        width: 0;
    }
}

.close_btn_action {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

    .close_btn_action:hover {
        cursor: pointer;
    }

.create_actions_content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 10%;
}

.create_actions_icon {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create_content_icon_holder {
    position: relative;
    background: #303746;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .create_content_icon_holder i {
        padding: 3px;
        font-size: 20px;
        border-radius: 50%;
    }

.action_flare {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.create_content_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.content_header {
    font-size: 20px;
    color: white;
    margin-top: 5px;
    margin-bottom: 10px;
}

.content_body {
    font-size: 15px;
    color: white;
    font-weight: 200;
    line-height: 18px;
    color: #C8C5C5;
}

/*Colors*/
/*Green*/
.create_actions_parent_div.color_green::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #01E17B;
    border-bottom-color: #01E17B;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_parent_div_loadboard.color_green::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #01E17B;
    border-bottom-color: #01E17B;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_content.color_green::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #01E17B;
    border-bottom-color: #01E17B;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_content.color_green::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #01E17B;
    border-bottom-color: #01E17B;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_content_icon_holder.color_green i {
    background: #01E17B;
    color: #242C32;
}

.action_flare.color_green {
    background: #01E17B;
    box-shadow: 0px 0px 120px 50px #01E17B;
}
/*Yellow*/
.create_actions_parent_div.color_yellow::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #FFD21F;
    border-bottom-color: #FFD21F;
    /*animation: growStretch 10s linear;*/
    z-index: 2000;
}

.create_actions_parent_div_loadboard.color_yellow::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #FFD21F;
    border-bottom-color: #FFD21F;
    /*animation: growStretch 10s linear;*/
    z-index: 2000;
}

.create_actions_content.color_yellow::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #FFD21F;
    border-bottom-color: #FFD21F;
    /*animation: growStretch 10s linear;*/
    z-index: 2000;
}

.create_actions_content.color_yellow::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #FFD21F;
    border-bottom-color: #FFD21F;
    /*animation: growStretch 10s linear;*/
    z-index: 2000;
}

.create_content_icon_holder.color_yellow i {
    background: #FFD21F;
    color: #242C32;
}

.action_flare.color_yellow {
    background: #FFD21F;
    box-shadow: 0px 0px 120px 50px #FFD21F;
}
/*Red*/
.create_actions_parent_div.color_red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #F04349;
    border-bottom-color: #F04349;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_parent_div_loadboard.color_red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #F04349;
    border-bottom-color: #F04349;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_content.color_red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #F04349;
    border-bottom-color: #F04349;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_actions_content.color_red::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 3px solid #F04349;
    border-bottom-color: #F04349;
    animation: growStretch 5s linear;
    z-index: 2000;
}

.create_content_icon_holder.color_red i {
    background: #F04349;
    color: #242C32;
}

.action_flare.color_red {
    background: #F04349;
    box-shadow: 0px 0px 120px 50px #F04349;
}

body {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    width:100vw;
    margin:0;
    font-family:Calibri;
}
form {
    width: 30%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 8px 16px;
    background: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px;
    grid-auto-rows: 80px;
    gap: 20px;
    padding: 20px;
    overflow: auto;
}
.input_form{

}