@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);*{box-sizing:border-box;margin:0;padding:0;letter-spacing:1px;-webkit-user-select:none;-ms-user-select:none;user-select:none}body,html{width:100vw;height:auto;overflow-x:hidden;font-family:"Nunito",sans-serif}div,h1,h2,h3,h4,h5,h6,span{cursor:default}a{text-decoration:none;color:#5680e9}.container{margin-left:20vw;width:80vw;min-height:100vh;padding:50px}.container .show_flex_container{width:100%;height:80vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;overflow:hidden}.container .show_flex_container .show_liner_loading{width:50%}.input{border-radius:5px;font-size:16px;padding:7px 7px 7px 10px}.input[data-valid=true]{border:1px solid #c1c1c1}.input[data-valid=false]{border:1px solid #d9534f}.input:focus{outline-color:#5680e9}.button{color:#fff;padding:10px 20px;border:0;border-radius:2px;background:#5680e9;cursor:pointer;font-size:17px;font-weight:500;box-shadow:0 3px 5px rgba(0,0,0,.4);transition:all .1s ease;outline:none}.button:active{-webkit-transform:scale(.95);transform:scale(.95)}.delete{background-color:#d9534f}.main_title{width:100%;padding:20px 0;font-size:40px}.empty_image{width:40%;margin-bottom:50px}@media screen and (max-width:750px){.container{margin-left:0;min-height:92vh;margin-top:8vh;padding:50px 20px}.container,.container .show_flex_container{width:100vw}}#login{position:fixed;width:100vw;height:100vh;z-index:999;display:grid;grid-template-columns:50% 50%;padding:50px 200px;transition:all 1s ease}#login #login_img{width:130%}#login .login_grid_item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center}#login .login_grid_item:first-child{-webkit-align-items:flex-start;align-items:flex-start}#login .login_grid_item:nth-child(2){-webkit-align-items:center;align-items:center}#login #login_title{font-size:3rem;margin-bottom:30px;margin-top:-30px}#login .login_input{padding:10px 5px 10px 15px;border:2px solid #c1c1c1;outline:none;width:300px;border-radius:3px;margin-bottom:20px}#login .login_input:focus{border:2px solid #5680e9}#login #login_btn_wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:50px}#login #login_btn{outline:none;padding:10px 50px;background-color:#5680e9;border:0;cursor:pointer;color:#fff;font-size:17px;font-weight:500;margin-top:20px;border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.3);transition:all .1s ease}#login #login_btn:active{-webkit-transform:scale(.97);transform:scale(.97)}@media screen and (max-width:750px){#login{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;padding:0}#login .login_input{width:80vw}#login .login_grid_item:nth-child(2){display:none}}@media screen and (min-width:1024px)and (max-width:1080px){#login{padding:50px 100px}#login #login_img{width:110%}}#navbar{position:fixed;-webkit-flex-direction:column;flex-direction:column;z-index:10;top:0;left:0;width:20vw;height:100vh;background-color:#282828;color:#fff}#navbar,#navbar .navbar_bottom{display:-webkit-flex;display:flex}#navbar .navbar_bottom{-webkit-flex-direction:row;flex-direction:row;height:auto;-webkit-align-items:center;align-items:center}#navbar .navbar_bottom #navbar_setting{color:#fff;font-size:1.4rem;margin-left:20px;margin-top:40px;margin-bottom:20px;cursor:pointer}#navbar .navbar_bottom #navbar_setting:hover{color:#5680e9}#navbar .navbar_bottom #navbar_logout{color:#fff;font-size:1.4rem;margin-left:30px;margin-top:30px;cursor:pointer;margin-bottom:20px}#navbar .navbar_bottom #navbar_logout:hover{color:#d9534f}#navbar #navbar_mobile{display:none}#navbar #navbar_title{cursor:pointer;color:#fff;padding:30px;margin-bottom:1vh}#navbar #navabr_links{height:93vh;overflow-y:auto}#navbar #navabr_links,#navbar .navbar_item{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#navbar .navbar_toggle_link{width:100%;padding:10px 40px;font-size:20px;font-weight:700;background-color:#313131}#navbar .navbar_dropdown_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;color:#434242}#navbar .navbar_link{width:100%;padding:10px 40px;font-size:16px;cursor:pointer;font-weight:700}#navbar .navbar_link[data-active=false]{color:#c1c1c1;background-color:#434242}#navbar .navbar_link[data-active=false]:hover{background-color:rgba(67,66,66,.2)}#navbar .navbar_link[data-active=active]{color:#fff;background-color:#5680e9}@media screen and (max-width:750px){#navbar{width:0;height:0;background:transparent}#navbar #navbar_title{display:none}#navbar #navbar_mobile{position:fixed;z-index:10;top:0;left:0;width:100vw;height:8vh;background-color:#282828;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;text-align:center;-webkit-align-items:center;align-items:center;padding:0 20px}#navbar #navbar_mobile #navbar_mobile_menu{width:20px;font-size:20px;justify-self:flex-start}#navbar #navbar_mobile .navbar_mobile_title_wrap{width:100%}#navbar #navbar_mobile #navbar_mobile_title{color:#fff;padding-right:20px;width:100%}#navbar #navabr_links{position:fixed;z-index:10;background-color:#282828;width:100vw;height:92vh;margin-top:8vh;padding-top:4vh;transition:all .5s ease}#navbar #navabr_links[data-active=false]{-webkit-transform:translateX(-100vw);transform:translateX(-100vw)}#navbar #navabr_links[data-active=true]{-webkit-transform:translateX(0);transform:translateX(0)}}#home{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-align:center}#home h1{font-size:3rem;color:#c1c1c1}@media screen and (max-width:750px){#home h1{font-size:2rem}}#BlogForm #BlogForm-form-wrapper,#CustomBlogForm #BlogForm-form-wrapper{width:100%}#BlogForm #BlogForm-form-wrapper .input,#CustomBlogForm #BlogForm-form-wrapper .input{width:70%}#BlogForm .BlogForm_input_wrapper,#CustomBlogForm .BlogForm_input_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;margin:25px 0}#BlogForm .BlogForm_input_wrapper .BlogForm_title,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_title{margin-bottom:10px}#BlogForm .BlogForm_input_wrapper #BlogForm-description,#CustomBlogForm .BlogForm_input_wrapper #BlogForm-description{height:16vh;resize:none}#BlogForm .BlogForm_input_wrapper .display_tags_wrapper,#CustomBlogForm .BlogForm_input_wrapper .display_tags_wrapper{display:grid;grid-template-columns:auto auto auto auto;list-style:none}#BlogForm .BlogForm_input_wrapper .BlogForm_tags_content_wrapper,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_tags_content_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}#BlogForm .BlogForm_input_wrapper .BlogForm_tags_content_wrapper .button,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_tags_content_wrapper .button{margin-left:20px}#BlogForm .BlogForm_input_wrapper #BlogForm_display_tags,#CustomBlogForm .BlogForm_input_wrapper #BlogForm_display_tags{margin-top:10px}#BlogForm .BlogForm_input_wrapper #BlogForm_display_tags .BlogForm_tag,#CustomBlogForm .BlogForm_input_wrapper #BlogForm_display_tags .BlogForm_tag{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:5px 7px;color:#fff;background:#5680e9;border-radius:2px;margin-right:10px;margin-bottom:5px}#BlogForm .BlogForm_input_wrapper #BlogForm_display_tags .BlogForm_tag .BlogForm_tag_exit,#CustomBlogForm .BlogForm_input_wrapper #BlogForm_display_tags .BlogForm_tag .BlogForm_tag_exit{cursor:pointer}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=true],#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=true]{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border:1px dashed #c1c1c1;cursor:pointer;padding:20px 10px;width:200px;height:140px;overflow:hidden;border-radius:5px;border-spacing:5px;word-wrap:break-word;font-size:16px;color:#c1c1c1}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=true] #BlogForm-label-icon,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=true] #BlogForm-label-icon{font-size:50px}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=false],#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-label[data-active=false]{display:none}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=true],#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=true]{display:block;margin-left:40px;max-height:140px;border-radius:5px}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image,#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=false],#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image,#CustomBlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=false]{display:none}@media screen and (max-width:750px){#BlogForm .BlogForm_input_wrapper .display_tags_wrapper{grid-template-columns:auto auto}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper{-webkit-flex-direction:column;flex-direction:column}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=true]{margin-left:0;margin-top:10px}#BlogForm .BlogForm_input_wrapper .BlogForm_image_wrapper #BlogForm-image-preview[data-active=false]{display:none}#BlogForm #BlogForm-form-wrapper .input{width:100%}}#ProjectForm #ProjectForm-form-wrapper{width:100%}#ProjectForm #ProjectForm-form-wrapper .input{width:70%}#ProjectForm .ProjectForm_input_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;margin:25px 0}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_title{margin-bottom:10px}#ProjectForm .ProjectForm_input_wrapper #ProjectForm-description{height:16vh;resize:none}#ProjectForm .ProjectForm_input_wrapper .display_tags_wrapper{display:grid;grid-template-columns:auto auto auto auto;list-style:none}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_tags_content_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_tags_content_wrapper .button{margin-left:20px}#ProjectForm .ProjectForm_input_wrapper #ProjectForm_display_tags{margin-top:10px}#ProjectForm .ProjectForm_input_wrapper #ProjectForm_display_tags .ProjectForm_tag{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:5px 7px;color:#fff;background:#5680e9;border-radius:2px;margin-right:10px;margin-bottom:5px}#ProjectForm .ProjectForm_input_wrapper #ProjectForm_display_tags .ProjectForm_tag .ProjectForm_tag_exit{cursor:pointer}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image-label[data-active=true]{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border:1px dashed #c1c1c1;cursor:pointer;padding:20px 10px;width:200px;height:140px;overflow:hidden;border-radius:5px;border-spacing:5px;word-wrap:break-word;font-size:16px;color:#c1c1c1}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image-label[data-active=true] #ProjectForm-label-icon{font-size:50px}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image-label[data-active=false]{display:none}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image-preview[data-active=true]{display:block;margin-left:40px;max-height:140px;border-radius:5px}#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image,#ProjectForm .ProjectForm_input_wrapper .ProjectForm_image_wrapper #ProjectForm-image-preview[data-active=false]{display:none}@media screen and (max-width:750px){#ProjectForm .ProjectForm_input_wrapper .display_tags_wrapper{grid-template-columns:auto auto}#ProjectForm #ProjectForm-form-wrapper .input{width:100%}}#TeamForm #TeamForm-form-wrapper{width:100%}#TeamForm #TeamForm-form-wrapper .input{width:70%}#TeamForm .TeamForm_input_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;margin:25px 0}#TeamForm .TeamForm_input_wrapper .TeamForm_title{margin-bottom:10px}#TeamForm .TeamForm_input_wrapper #TeamForm-careerDescription,#TeamForm .TeamForm_input_wrapper #TeamForm-description{height:16vh;resize:none}#TeamForm .TeamForm_input_wrapper .display_tags_wrapper{display:grid;grid-template-columns:auto auto auto;list-style:none}#TeamForm .TeamForm_input_wrapper .TeamForm_tags_content_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;width:100%;margin-top:20px}#TeamForm .TeamForm_input_wrapper .TeamForm_tags_content_wrapper .button{margin-left:20px}#TeamForm .TeamForm_input_wrapper .TeamForm_tags_content_wrapper #TeamForm_skills_perecentage{width:60%}#TeamForm .TeamForm_input_wrapper .TeamForm_tags_content_wrapper #TeamForm_skill_value{margin-left:20px;margin-right:0}#TeamForm .TeamForm_input_wrapper #TeamForm_display_tags{margin-top:10px}#TeamForm .TeamForm_input_wrapper #TeamForm_display_tags .TeamForm_tag{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:5px 7px;color:#fff;background:#5680e9;border-radius:2px;margin-right:10px;margin-bottom:5px}#TeamForm .TeamForm_input_wrapper #TeamForm_display_tags .TeamForm_tag .TeamForm_tag_exit{cursor:pointer;margin-left:15px}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-label[data-active=true]{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;border:1px dashed #c1c1c1;cursor:pointer;padding:20px 10px;width:200px;height:140px;overflow:hidden;border-radius:5px;border-spacing:5px;word-wrap:break-word;font-size:16px;color:#c1c1c1}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-label[data-active=true] #TeamForm-label-icon{font-size:50px}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-label[data-active=false]{display:none}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-preview[data-active=true]{display:block;margin-left:40px;max-height:140px;border-radius:5px}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image,#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-preview[data-active=false]{display:none}@media screen and (max-width:750px){#TeamForm #TeamForm-form-wrapper .input{width:100%}#TeamForm .TeamForm_input_wrapper .display_tags_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper{-webkit-flex-direction:column;flex-direction:column}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-preview[data-active=true]{margin-left:0;margin-top:10px}#TeamForm .TeamForm_input_wrapper .TeamForm_image_wrapper #TeamForm-image-preview[data-active=false]{display:none}}#show{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#show .team_valid_wrapper{-webkit-align-items:center;align-items:center;margin-bottom:20px;margin-top:20px}#show .show_search_wrapper,#show .team_valid_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}#show .show_search_wrapper{-webkit-align-content:center;align-content:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;width:100%}#show .show_search_wrapper #show_search_btn{padding:2px 20px;margin-left:20px;margin-right:20px}#show .show_search_wrapper #show_search_txt{width:100%}#show .show_container{display:grid;grid-template-columns:25vw 25vw 25vw;margin-top:40px}#show .show_card{border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.1);width:90%;height:auto;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;padding:15px;overflow:hidden;margin-bottom:50px;text-align:center}#show .show_card .show_image{width:200px;height:200px;-webkit-align-self:center;align-self:center;border-radius:5px}#show .show_card .show_content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:20px 20px 30px;-webkit-justify-content:space-between;justify-content:space-between}#show .show_card .show_content .show_buttons{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-end;align-items:flex-end;margin-top:20px}#show .show_card .show_content .show_buttons .button:nth-child(2){margin-left:20px}@media screen and (max-width:750px){#show .team_valid_wrapper{font-size:15px}#show .show_container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}#show .show_card{width:95%}}@media screen and (min-width:750px)and (max-width:1080px){#show .show_container{display:grid;grid-template-columns:35vw 35vw}#show .show_card{width:95%}}#review .review_container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start}#review .review_card{border-radius:5px;box-shadow:0 3px 5px rgba(0,0,0,.3);display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;padding:10px;color:#434242;margin-bottom:30px}#review .review_card .review_relate_container{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:20px;border:2px solid #c1c1c1;border-radius:5px;width:50%;text-align:center}#review .review_card .review_relate_container .review_image{width:100%;border-radius:5px}#review .review_card .review_relate_container .review_title{margin-top:10px}#review .review_card .review_content{padding:20px 30px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:50%;height:auto}#review .review_card .review_content .review_email{margin-bottom:20px}#review .review_card .review_content .review_description{word-wrap:break-word;height:100%}#review .review_card .review_content .review_buttons{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;-webkit-align-self:flex-end;align-self:flex-end;padding:5}#review .review_card .review_content .review_buttons .review_delete{color:#d9534f;font-size:1.6rem;margin-left:20px;cursor:pointer}@media screen and (max-width:750px){#review .review_card{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#review .review_card .review_content,#review .review_card .review_relate_container{width:100%}#review .review_card .review_content{padding:20px 20px 5px}}#user{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#user .show_flex_container{height:100px}#user .user_search_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-top:30px}#user .user_search_wrapper #user_search_txt{width:100%}#user .user_search_wrapper #user_search_btn{margin-left:20px}#user .user_add_new_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;width:100%;margin:30px 0 20px}#user .user_add_new_wrapper .user_admin_email_add_new{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;width:100%}#user .user_add_new_wrapper .user_add_new_txt{margin-left:5px}#user .user_add_new_wrapper .user_new_admin_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;width:100%}#user .user_add_new_wrapper #user_add_new{width:40%}#user .user_add_new_wrapper #user_add_new_btn{margin-left:20px}#user .user_table{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#user .user_table .user_row{display:grid;grid-template-columns:50% 50%;box-shadow:0 3px 5px rgba(0,0,0,.2);margin-bottom:10px;padding:10px 40px;-webkit-align-items:center;align-items:center}#user .user_table .user_row[data-role="super admin"]{color:#fff;background-color:#434242}#user .user_table .user_row .user_data:nth-child(2){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center}#user .user_table .user_row .delete{padding:5px;color:#fff;border:0;outline:none;cursor:pointer;border-radius:3px}@media screen and (max-width:750px){#user .user_add_new_wrapper .user_new_admin_wrapper{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}#user .user_add_new_wrapper #user_add_new{width:65%}#user .user_table .user_row{padding:10px}#user .user_table .user_row .user_data:first-child{font-size:.6rem}#user .user_table .user_row .user_data:nth-child(2){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end}}#customers{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#customers .show_flex_container{height:100px}#customers .customers_search_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-top:30px}#customers .customers_search_wrapper #customers_search_txt{width:100%}#customers .customers_search_wrapper #customers_search_btn{margin-left:20px}#customers .customers_add_new_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-start;align-items:flex-start;width:100%;margin:30px 0 20px}#customers .customers_add_new_wrapper .customers_add_new_txt{margin-left:5px}#customers .customers_add_new_wrapper .customers_new_admin_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:flex-start;align-items:flex-start;width:100%}#customers .customers_add_new_wrapper #customers_add_new{width:100%;max-width:100%;min-width:90%;min-height:20vh}#customers .customers_add_new_wrapper #customers_add_new_btn{margin-left:20px}#customers .customers_table{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}#customers .customers_table .customers_row{display:grid;grid-template-columns:50% 50%;box-shadow:0 3px 5px rgba(0,0,0,.2);margin-bottom:10px;padding:10px 40px}#customers .customers_table .customers_row .customers_data:nth-child(2){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:center;justify-content:center}#customers .customers_table .customers_row .delete{padding:5px;color:#fff;border:0;outline:none;cursor:pointer;border-radius:3px}@media screen and (max-width:750px){#customers .customers_add_new_wrapper #customers_add_new{width:75%;max-width:75%;min-width:75%;min-height:20vh}#customers .customers_table .customers_row{padding:10px}#customers .customers_table .customers_row .customers_data:first-child{font-size:.6rem}#customers .customers_table .customers_row .customers_data:nth-child(2){display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end}}#socialMedia .socialMedia_title{margin-bottom:40px}#socialMedia .socialMedia_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:20px}#socialMedia .socialMedia_wrapper .input{width:60%;margin-top:8px}#socialMedia .button{margin-top:10px}@media screen and (max-width:750px){#socialMedia .socialMedia_wrapper .input{width:90%}}#settings{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;align-items:flex-start;color:#464867}#settings .settings_title{color:#000;margin-bottom:30px}#settings .settings_email_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-bottom:20px}#settings .settings_email_wrapper .settings_email_title{margin-right:7px}#settings .settings_password_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;margin-top:10px}#settings .settings_password_wrapper .input{margin-right:10px}#settings .settings_password_wrapper #settings_btn{margin-left:10px}@media screen and (max-width:750px){#settings .settings_password_wrapper{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;width:100%}#settings .settings_password_wrapper .input{margin-right:0;margin-bottom:10px}#settings .settings_password_wrapper #settings_btn{margin-left:0}}.deletePopup{background-color:rgba(0,0,0,.2);position:fixed;top:0;left:0}.deletePopup[data-active=false]{display:none}.deletePopup .deletePopup_container{min-width:20vw;min-height:20vh;background-color:#fff;border-radius:5px;padding:30px}.deletePopup .deletePopup_container .top{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:20px}.deletePopup .deletePopup_container .top .exit_icon{color:#d9534f;cursor:pointer}.deletePopup .deletePopup_container .button_wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;grid-gap:20px;gap:20px;-webkit-justify-content:flex-end;justify-content:flex-end}#notFound{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}#notFound h1{color:#c1c1c1;font-size:5rem}
/*# sourceMappingURL=main.36ddf39e.chunk.css.map */