@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;600;700&display=swap');

.ad100{animation-delay:100ms}
.ad200{animation-delay:200ms}
.ad300{animation-delay:300ms}
.ad400{animation-delay:400ms}
.ad500{animation-delay:500ms}
.ad600{animation-delay:600ms}
.ad700{animation-delay:700ms}
.ad800{animation-delay:800ms}
.ad900{animation-delay:900ms}
.ad1000{animation-delay:1000ms}
.ad1100{animation-delay:1100ms}
.ad1200{animation-delay:1200ms}
.ad1300{animation-delay:1300ms}
.ad1400{animation-delay:1400ms}
.ad1500{animation-delay:1500ms}
.ad1600{animation-delay:1600ms}
.ad1700{animation-delay:1700ms}
.ad1800{animation-delay:1800ms}
.ad1900{animation-delay:1900ms}
.ad2000{animation-delay:2000ms}
.ad2100{animation-delay:2100ms}
.ad2200{animation-delay:2200ms}
.ad2300{animation-delay:2300ms}
.ad2400{animation-delay:2400ms}
.ad2500{animation-delay:2500ms}
.ad2600{animation-delay:2600ms}
.ad2700{animation-delay:2700ms}
.ad2800{animation-delay:2800ms}
.ad2900{animation-delay:2900ms}
.ad3000{animation-delay:3000ms}
.ad3100{animation-delay:3100ms}
.ad3200{animation-delay:3200ms}
.ad3300{animation-delay:3300ms}
.ad3400{animation-delay:3400ms}
.ad3500{animation-delay:3500ms}
.ad3600{animation-delay:3600ms}
.ad3700{animation-delay:3700ms}
.ad3800{animation-delay:3800ms}
.ad3900{animation-delay:3900ms}
.ad4000{animation-delay:4000ms}
.ad4100{animation-delay:4100ms}
.ad4200{animation-delay:4200ms}
.ad4300{animation-delay:4300ms}
.ad4400{animation-delay:4400ms}
.ad4500{animation-delay:4500ms}
.ad4600{animation-delay:4600ms}
.ad4700{animation-delay:4700ms}
.ad4800{animation-delay:4800ms}
.ad4900{animation-delay:4900ms}
.ad5000{animation-delay:5000ms}

.animaetd.ad100,
.animaetd.ad200,
.animaetd.ad300,
.animaetd.ad400,
.animaetd.ad500,
.animaetd.ad600,
.animaetd.ad700,
.animaetd.ad800,
.animaetd.ad900,
.animaetd.ad1000,
.animaetd.ad1100,
.animaetd.ad1200,
.animaetd.ad1300,
.animaetd.ad1400,
.animaetd.ad1500,
.animaetd.ad1600,
.animaetd.ad1700,
.animaetd.ad1800,
.animaetd.ad1900,
.animaetd.ad2000,
.animaetd.ad2100,
.animaetd.ad2200,
.animaetd.ad2300,
.animaetd.ad2400,
.animaetd.ad2500,
.animaetd.ad2600,
.animaetd.ad2700,
.animaetd.ad2800,
.animaetd.ad2900,
.animaetd.ad3000,
.animaetd.ad3100,
.animaetd.ad3200,
.animaetd.ad3300,
.animaetd.ad3400,
.animaetd.ad3500,
.animaetd.ad3600,
.animaetd.ad3700,
.animaetd.ad3800,
.animaetd.ad3900,
.animaetd.ad4000,
.animaetd.ad4100,
.animaetd.ad4200,
.animaetd.ad4300,
.animaetd.ad4400,
.animaetd.ad4500,
.animaetd.ad4600,
.animaetd.ad4700,
.animaetd.ad4800,
.animaetd.ad4900,
.animaetd.ad5000
{	 -webkit-animation-fill-mode: backwards;    animation-fill-mode: backwards;}

body {
	font-family: 'Lexend Deca', sans-serif;
	color: #FFF;
	background-color: #1A1919;
    min-height: 100vh;
	overflow-x: hidden;
}
body.lang_tc {
	font-family: 'Noto Sans TC', sans-serif;
}
body.login_page {
	background-image: url('../images/login_background.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, b, .font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-regular {
    font-weight: 400;
}

.noselect, .noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

a {
	text-decoration: none;
}

.dnone {
	display: none;
}

.row {
    margin: 0px;
}

.progress 
{
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 5px;
 z-index: 9999;
 display: none;
}
.bar 
{ 
  background-color: #FCDF16; 
  width:0%; 
  height:5px; 
  border-radius: 3px; 
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}

.login_deco_section{
    min-height: 100vh;
	position: relative;
	overflow: hidden;
}
.login_section {
	color: #1A1919;
	background-color: #FFF;
}
.icon_login_deco {
	position: absolute;
    width: 200%;
    top: 50%;
    right: -100%;
    z-index: -1;
    transform: translateY(-50%);
    animation: icon_login_deco 60s infinite linear;
}

@keyframes icon_login_deco {
  0% {
      transform: translateY(-50%) rotate(0deg);
  }
  100% {
      transform: translateY(-50%) rotate(360deg);
  }
}

.login_deco_section_title {
	font-size: 80px;
}

form input {
    border: none;
    background: rgb(193 189 164 / 50%);
    width: 100%;
    border-radius: 8px;
    padding: 10px;
	outline: none;
	transition: all .3s;
}

form input.error {
    background: #f0c4c4;
}

form input:focus {
    background: rgb(193 189 164 / 100%);
}

form select {
    border: none;
    background: rgb(193 189 164 / 100%);
    width: 100%;
    border-radius: 8px;
    padding: 10px;
	outline: none;
	transition: all .3s;
}

form textarea {
    border: none;
    background: rgb(193 189 164 / 50%);
    width: 100%;
    border-radius: 8px;
    padding: 10px;
	outline: none;
	transition: all .3s;
	height: 100px;
}
form textarea:focus {
    background: rgb(193 189 164 / 100%);
}

form .brief_file_container {
	outline: 2px dashed rgb(193 189 164 / 100%);
    outline-offset: -10px;
    background: rgb(193 189 164 / 50%);
	transition: all .3s;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
	min-height: 150px;
}

form .brief_file_container:hover {
    background: rgb(193 189 164 / 80%);
}

form .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#uploadfile {
    text-align: center;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

#uploadfile > svg {
	width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

#file{
    display: none;
}

/* Thumbnail */
.brief_file_preview {
	margin: 10px;
}
.thumbnail {
    width: 100%;
    height: 30px;
    border: 1px solid #9B927E;
    border-radius: 10px;
	overflow: hidden;
	margin: 4px 0px;
    display: flex;
	position: relative;
}

.thumbnail img{
	object-fit: cover;
}

.thumbnail .filename {
	height: 100%;
	width: 70%;
	font-size:12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin: 0px;
	padding: 0px 10px;
	line-height: 30px;
}

.thumbnail .size{
    font-size:12px;
	margin: 0px;
	height: 10%;
	padding: 0px 4px;
}

.thumbnail .thumbnail_delete {
	position: absolute;
	right: 0;
	height: 100%;
	width: 30%;
	transition: all .3s;
	cursor: pointer;
	background: #FCDF16;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 0px 10px 10px 0px;
    font-weight: 700;
}
.thumbnail .thumbnail_delete:hover {
	background: #FFC02E;
}


form label {
    color: #F00;
    font-size: 14px;
}

.button {
    background: #FCDF16;
	color: #1A1919;
    border-radius: 100px;
    padding: 8px 16px;
	transition: all .3s;
	cursor: pointer;
	font-weight: 700;
}
.button.disabled {
	background: #aaacaa;
}
.button:hover {
	background: #FFC02E;
}
.button.disabled:hover {
	background: gray;
}

.button.button_grey {
	background: #F4F3EC;
}
.button.button_grey:hover {
	background: #DDD;
}


.terms-text {
	height: 200px;
	overflow-y: auto;
	color: #B1AFA1;
}
.terms-text > ol > li {
	color: #B1AFA1;
}


.submit_button {
    background: #FCDF16;
    border-radius: 100px;
    padding: 20px 20px 20px 25px;
	transition: all .3s;
	cursor: pointer;
}
.submit_button > img {
	width: 30px;
}
.submit_button:hover {
	background: #FFC02E;
}

.forget_password_btn {
	color: #9B927E;
	cursor: pointer;
}

.site_background {
	background-image: url('../images/platform_backgroud.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.menu_bar {
	width: 80px;
	min-height: 100vh;
	background: #FCDF16;
	transition: all .3s;
	overflow-x: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	color: #1A1919;
}
.site_content {
	width: calc(100% - 80px);
	transition: all .3s;
	overflow-y: auto;
    max-height: 100vh;
}
.menu_bar.expanded {
	width: 300px;
}
.menu_bar.expanded  ~ .site_content {
	width: calc(100% - 300px);
}

.menu_item {
	display: flex;
	align-items: center;
	border-radius: 50px;
	padding: 10px;
}
.menu_item.clickable {
	cursor: pointer;
	transition: all .3s;
}
.menu_item.clickable:hover {
	background: #70707066;
}

.menu_bottom_border {
	border-bottom: 1px solid #70707066;
}

.menu_item_icon {
	width: 30px;
	height: 30px;
	text-align: center;
}

.menu_item_text {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	max-width: 200px;
	transition: all .3s;
	max-height: 27px;
	color: #1A1919;
}
.menu_bar:not(.expanded) .menu_item_text {
	max-width: 0px;
	margin-left: 0px;
}

#collapse_button > .menu_item_icon {
	transform: rotate(0deg);
	transition: all .3s;
}

.menu_bar.expanded #collapse_button > .menu_item_icon {
	transform: rotate(180deg);
}

#brief_button {
	background: #FFF;
    width: fit-content;
}

.menu_bar.expanded #brief_button {
    padding: 10px 20px;
}


.dropdown_btn {
	background: #1A1919;
	border: 1px solid #707070;
	border-radius: 50px;
	color:#FFF;
	font-weight: 600;
}

.dropdown_btn:hover {
	background: #1A1919;
	border: 1px solid #FFF;
	color:#FFF;
}

.content_card {
	background: #1A1919;
	border: 1px solid #707070;
	color: #9B927E;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.content_card_image {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: #999;
}
.content_card_image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.content_card_title {
}

.content_card_title > span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #FFF;
}
.content_card_title, .content_card_date {
	border-bottom: 1px solid #707070;
}

.popup {
	background: #342F2F99;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 100;
}

.mw_1000 {
	max-width: 1000px;
	margin: auto;
	width: 100%;
	overflow-y: auto;
}
.mw_1200 {
	max-width: 1200px;
	margin: auto;
	width: 100%;
	overflow-y: auto;
}
.mw_1300 {
	max-width: 1300px;
	margin: auto;
	width: 100%;
	overflow-y: auto;
}

.close_btn {
	cursor: pointer;
}

.popup_box {
	width: 100%;
	border-radius: 25px;
	color: #1A1919;
	background: #FFFFFF;
	overflow: hidden;
}

.popup_box_header {
	background: #FCDF16;
}

.platform_selector {
    padding: 10px;
    border-radius: 50%;
	transition: all .3s;
	cursor: pointer;
}
.platform_selector:hover, .platform_selector.selected {
    background: #FCDF16;
}
.platform_selector path {
	transition: all .3s;
}
.platform_selector.selected path {
	fill: #000;
}

.specs_selector {
    padding: 10px;
    border-radius: 50%;
	transition: all .3s;
	cursor: pointer;
}
.specs_selector:hover, .specs_selector.selected {
    background: #FCDF16;
}
.specs_selector path {
	transition: all .3s;
}
.specs_selector.selected path {
	fill: #000;
}

.brief_argee_box_row {
	cursor: pointer;
}
#brief_argee_box {
    background: #F4F3EC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	transition: all .3s;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: center;
}
#brief_argee_box:hover {
	background: #DDD;
}
#brief_argee_box.checked {
    background: #FCDF16;
}
#brief_argee_box.checked:hover {
    background: #FFC02E;
}
#brief_argee_box svg{
    opacity: 0;
	transition: all .3s;
}
#brief_argee_box.checked svg{
    opacity: 1;
}


.popup_box_border_right {
	border-right: 1px solid #70707060;
}
.popup_box_border_bottom {
	border-bottom: 1px solid #70707060;
}
.popup_box_content_menu {
	overflow: auto;
}

.popup_box_content_menu_item {
	width: fit-content;
    white-space: nowrap;
	border-radius: 50px;
    padding: 4px 10px;
	transition: all .3s;
	cursor: pointer;
	font-weight: 600;
}

.popup_box_content_menu_item:hover, .popup_box_content_menu_item.actived {
	background: #FCDF16;
}

#brief_details_attachment_list {
	display: flex;
	flex-wrap: wrap;
}

.brief_details_attachment_list_image {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
}
.brief_details_attachment_list_image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.brief_details_return_pic {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.brief_details_return_pic > img {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brief_details_return_pic_download {
    position: absolute;
    right: 5%;
    bottom: 5%;
	transform: scale(.7);
}


.brief_details_return_copy {
	border-radius: 10px;
	overflow: hidden;
	background: #ECECEC;
	width: 100%;
	height: 100%;
}

.brief_details_feedback {
	border: none;
    background: #FFF;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    outline: none;
    transition: all .3s;
    height: 100px;
}
.brief_details_feedback:read-only {
    background: transparent;
}

.hidden_field {
    width: 0;
    height: 0;
    padding: 0;
}

.setting_box {
	max-width: 800px;
	background: #1A1919;
	border: 1px solid #707070;
	border-radius: 10px;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.specs-text {
	font-size:12px;
}

.textarea-container {
	position: relative;
	width: 100%;
	height: 100px;
}

.textarea-container textarea {
	position: absolute;
	top: 0;
	left: 0;
}

.textarea-container > .char-counter {
	position: absolute;
	bottom: 3px;
	right: 7px;
	font-size: 12px;
	color: #9B927E;
	z-index: 1;
}


@media only screen and (max-width: 1199px) {
	
}
@media only screen and (max-width: 991px) {
	.login_deco_section_title {
		font-size: 36px;
	}
	.navbar-brand img {
		height: 24px;
	}
	.login_section {
		position: absolute;
		margin: 20px;
		width: calc(100% - 40px);
		top: 40%;
		transform: translateY(-50%);
		border-radius: 13px;
	}
	.submit_button > img {
		width: 16px;
	}

	.submit_button {
		padding: 10px 10px 5px 12.5px;
	}
	.menu_bar {
		position: absolute;
		z-index: 10;
	}
	.site_content {
		position: absolute;
		left: 80px;
		width: calc(100% - 80px) !important;
	}
	
	.popup_box_border_right {
		border-right: none;
		border-bottom: 1px solid #70707060;
	}
}


@media only screen and (max-width: 767px) {
	
	
}