.sp-breadcrumb{
	margin-top: 15px;
	margin-bottom: 15px;
}
.supprt-banner{
	background-image: url('../../image/support.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.supprt-banner h1{
	color: #fff;
	text-align: center;
	margin-top: 160px;
	line-height: normal;
}
.ticket-links{
	margin-top: 20px;
}
.ticket-links > li > a{
	color: #fff;
	margin-left: 15px;
	outline: none;
	cursor: pointer;
}
.ticket-links li .dropdown-toggle:hover{
	color: #33C6F0;
	text-decoration: none;
}
.support-type ul{
	margin: 0;
	border: none;
}
.support-type ul li{
	float: left;
	text-align: center;
	padding: 0;
}
.support-type ul li a{
	display: block;
	background-color: #F6F6F7;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 0;
	border-radius: 0;
	border: none;
	outline: none;
}
.support-type ul li a:hover{
	background-color: #fff; 
}
.support-type .active a{
	background-color: #fff; 
	border: none !important;
}
.support-type .active i, .support-type .active span{
	color: #33C6F0;	
	border-color: #33C6F0;
}
.support-wrap{
	position: relative;
	left: 0;
	right: 0;
	top: -70px;
}
.support-type{
	box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	-moz-box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -60px 50px rgba(0,0,0,.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.support-type ul li a:hover i, .support-type ul li a:hover span{
	color: #33C6F0;	
	border-color: #33C6F0;
}
.support-type ul li i{
	border: 1px solid #838485;
	border-radius: 50%;
	color: #838485;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.support-type ul li span{
	display: block;
	font-size: 18px;
	color: #838485;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.support-wrap .support-dept{
	padding: 0 20px 
}
.support-wrap .support-dept ul{
	margin:0 -10px;
}
.support-wrap .support-dept ul li{
	float: left;
	text-align: center;
	margin: 0 10px 20px;
}
.support-wrap .support-dept ul li a{
	display: block;
}
.support-wrap .support-dept ul li i{
	font-size: 80px;
	display: block;
	border: 1px solid #ddd;
	height: 130px;
	line-height: 130px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.support-wrap .support-dept ul li span{
	display: block;
	color: #626b75;
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
}
.support-wrap .support-dept ul li span small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #969ea6;
}
.support-form-wrap{
	margin-top: 15px;
	padding: 30px 80px;
	background: #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.support-form-wrap .buttons-holder{
	margin-top: 15px;
}
.support-form-wrap h2{
	margin-top: 0;
}
.button{
	font-size: 16px;
	width: auto;
	min-width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px;
	display: inline-block;
}
.btn-blue:hover {
    background-color: #397cac;
}
.btn-blue{
	background-color: #3f8abf;
	color: #fff;
	border: 1px solid #316c95;
	border-bottom-width: 2px;
}	
.btn-gray:hover {
    background-color: #a4abb2;
}
.btn-gray{
	background-color: #969ea6;
	color: #fff;
	border: 1px solid #78828c;
	border-bottom-width: 2px;
}	
.support-list-wrap .ticket-record{
	background: #F4F5F5;
	padding: 20px;
	margin-top: 25px;
}
.support-list-wrap .recordnumber{
	margin-top: 7px;
}
.support-list-wrap .table tr th{
	border-top: 1px solid #e2e2e2 !important;
	height: 45px;
	background: #f8f8f8;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
	background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	vertical-align: middle;
	padding: 0 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: #626b75;
	cursor: pointer;
	position: relative;
	text-align: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;
}
.support-list-wrap .table{
	border: 1px solid #e2e2e2;
}
.support-list-wrap .table tr td{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;	
}
.support-list-wrap .table > .table-body > tr > td{
	height: 65px;
	vertical-align: middle;
	padding: 0 10px;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	color: #969ea6;
}
.support-list-wrap .table > .table-body .label {
    display: inline-block;
    width: 150px;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 15px;
}
.support-list-wrap .label-Closed{
	background: #e50635;
}
.support-list-wrap .label-active{
	background: #39b114;
}
.support-list-wrap .btn-gray{
	color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
#content{
	min-height: 600px;
}
.ticketview-wrap .table{
	margin-bottom: 0;
}
.ticketview-wrap .table tr th{
	border-top: 1px solid #e2e2e2 !important;
	height: 55px;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: none;
	color: #969ea6;
	vertical-align: middle;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
	background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.reply-chat{
	background-color: #F9FDFF;
}
.reply-wrap{
	padding: 30px 40px;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
}
.reply-wrap .ticket-header{
	position: relative;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.reply-wrap .ticket-header img{
	display: inline-block;
	margin-right: 10px;
}
.reply-wrap .ticket-header h3{
	margin-top: 0;
	display: inline-block;
	font-size: 18px;
}
.reply-wrap .ticket-content{
	font-size: 16px;
	line-height: initial;
	color: #333333;
}
.ticket-attachments{
	margin-top: 20px;
}
.purple-tag{
	background: #8c4aa5;
	border-radius: .25em;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	padding: 3px 17px;
}
.yellow-tag{
	background: #faa91b;
	border-radius: .25em;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	padding: 3px 17px;
}
.video-guide{
	margin: 0 -15px;
}
.video-guide article{
	float: left;
	background-color: #f7f8f8; 
	border: 1px solid #f7f8f8;
	text-align: center;
	padding: 20px;
	margin-top: 30px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.video-guide article:hover{
	border-color: #33C6F0;
	background: #fff;
}
.video-guide article:hover .play-btn{
	background: rgba(26, 164, 26,1);
}
.video-guide article:hover h1{
	color: #33C6F0;
}
.video-guide article h1{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.video-guide article p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.video-guide article .play-btn{
	background: rgba(26, 164, 26,0.6);
	color: #fff;
	padding: 10px 35px;
	color: #fff;
	font-size: 24px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}
#iframe-modal .modal-body{
	padding: 0;
}
.support-support .modal-backdrop.in{
	opacity: 0.7;
}
#iframe-modal .iframe-close{
	color: #fff;
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 30px;
}
.knwlgdebase-guide a:hover article{
	background-color: #f7f8f8; 
}
.knwlgdebase-guide article{
	float: left;
	text-align: center;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.knwlgdebase-guide h1{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}
.knwlgdebase-guide p{
	color: #888888;
	font-size: 15px;
	line-height: 1.5;
}
.knwlgdebase-guide i{
	font-size: 45px;
	color: #33C6F0;
	margin-bottom: 15px;
}
.knwledge-wrap .side-nav{
	margin-top: 25px;
}
.knwledge-wrap .side-nav li a{
	color: #303A4C;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	display: block;
}
.knwledge-wrap .side-nav li a:hover, .knwledge-wrap .side-nav li.active a{
	color: #33C6F0;
}
.knwledge-wrap .knwldge-head{
	margin-top: 25px;
}
.knwledge-wrap .knwldge-head h2{
	color: #303A4C;
	color: 22px;
	margin-top: 0;
}	
.knwledge-wrap .knwldge-head p{
	color: #303A4C;
	font-size: 18px;
	line-height: 1.5;
}
.knwledge-wrap .knwldge-list{
	padding-left: 10px;
}
.knwledge-wrap .knwldge-list li{
	padding: 5px 0;
}
.knwledge-wrap .knwldge-list li a{
	color: #303A4C;
	font-size: 14px;
	text-decoration: underline;
}
.knwledge-wrap .knwldge-list li a:hover{
	color: #33C6F0;
}
.knwledge-wrap .article-wrap ul{
	padding: 0;
	margin-left: 25px;
}
.knwledge-wrap .article-wrap .article-content h1,h2,h3,h4,h5,h6{
	color: #1D252C;
}
.knwledge-wrap .article-wrap .article-content{
	font-size: 14px;
	line-height: 2;
}
.knwledge-wrap .article-help{
	font-size: 14px;
	margin-bottom: 20px;
}
.knwledge-wrap .article-help .vote-btn{
	padding: 5px 10px;
	border: 1px solid #bcbcbc;
	color: #666;
}
.knwledge-wrap .article-help .vote-btn:hover{
	color: #33C6F0;
}
.knwledge-wrap .related-article{
	font-size: 14px;
}
.knwledge-wrap .related-article ul{
	padding: 0;
	margin-left: 10px;
}
.knwledge-wrap .related-article ul li{
	padding: 5px 0;
}
.knwledge-wrap .related-article ul li a{
	color: #33C6F0;
}
.modal .modal-dialog{
	margin: 70px auto;
	width: 480px;
}
.modal .modal-body{
	padding: 20px 30px;
}
.modal .modal-content{
	border-radius: 0;
}
.modal .nav-tabs{
	display: flex;
	background-color: #0277bd;
	margin: -25px 10px 10px;
	padding: 10px;
}
.modal .nav-tabs > li{
	flex: 1;	
}
.modal .nav-tabs > li > a{
	color: #fff;
	border: none;
	text-align: center;
	font-size: 16px;
	outline: none;
}
.modal .nav-tabs > li > a:hover{
	background: none;
	border: none;
}
.modal .nav-tabs .nav-item.active{
	background-color: #fff;
}
.modal .nav-tabs .nav-item.active a{
	color: #000;
}
.modal .nav-tabs > li.active > a, .modal .nav-tabs > li.active > a:focus, .modal .nav-tabs > li.active > a:hover{
	border: none
}
.new-file {
	margin-bottom: 10px; 
	padding : 5px;
	background: #eee;
	border-radius: 5px;
}
.new-file i{
	margin-right: 5px;
}
.new-file .me-remove{
	cursor: pointer;
}
.ticket-form .control-label{
	 text-align: left;	
	 margin-bottom: 5px;
}
.open-register {
	cursor: pointer;
}
.open-login {
	cursor: pointer;
}
.open-forgot {
	cursor: pointer;
}
.sp-content{
	text-align: center;
}
.sp-content .icon i{
	font-size: 30px;
	border: 2px solid #199f29;
	color: #199f29;
	border-radius: 50%;
	padding: 20px;
}
.sp-content .icon{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sp-content h1{
	margin-bottom: 20px;
	font-weight: bold;
}
.reply-section{
	border: 1px solid #ddd;
    margin-bottom: 10px;
}
.reply-section textarea{
	background: #f5f5f5;
}
@media(min-width: 768px){
	.ticket-links > li > a{
		font-size: 20px;
	}
	.supprt-banner h1{
		font-size: 60px;
	}
	.support-type ul li{
		width: 33.333%;
	}
	.support-type ul li i{
		font-size: 56px;
		width: 100px;
		height: 100px;
		line-height: 99px;
		margin-bottom: 20px;
	}
	.support-type ul li a{
		padding: 45px 0;
	}
	.support-wrap .support-dept ul li{
		width: calc((100% / 5) - 20px);
	}
	.video-guide article{
		width: calc((100% / 3) - 30px); 
	}
	.knwlgdebase-guide article{
		width: calc((100% / 3) - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 30px;
	}
	.reply-wrap{
		padding: 30px 40px;
		padding-left: 110px;
	}
	.reply-wrap .ticket-header{
		padding-right: 200px;
	}
	.reply-wrap .ticket-time{
		position: absolute;
		top: 0px;
		right: 0;
	}
	.reply-section{
		padding: 20px 50px;
	}
	.support-form-wrap{
		padding: 30px 80px;
	}
	.support-form-wrap h2 {
	    font-weight: 30px;
	}
	.modal .modal-dialog{
		margin: 70px auto;
		width: 480px;
	}
	.supprt-banner{
		min-height: 400px;
	}
}
@media(max-width: 767px){
	.ticket-links > li > a{
		font-size: 17px;
	}
	.supprt-banner h1{
		font-size: 35px;
	}
	.support-type ul li{
		width: 100%;
	}
	.support-type ul li i{
		font-size: 25px;
		width: 50px;
		height: 50px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.support-type ul li a{
		padding: 20px 0;
	}
	.support-wrap .support-dept ul li{
		width: calc((100% / 2) - 20px);
	}
	.support-wrap .support-dept ul li span{
		min-height: 85px
	}
	.knwlgdebase-guide article{
		width: 100%;
		margin-top: 10px;
	}
	.knwledge-wrap .article-wrap h2{
		font-size: 18px;
	}
	.knwledge-wrap .article-wrap .article-content h3{
		font-size: 16px;
	}
	.reply-wrap{
		padding: 15px;
	}
	.reply-section{
		padding: 20px;
	}
	.support-form-wrap{
		padding: 15px;
	}
	.button{
		margin-bottom: 10px;
	}
	.support-form-wrap h2 {
	    font-size: 18px;
	}
	.modal .modal-dialog{
		margin: 70px auto;
		width: 315px;
	}
	.supprt-banner{
		min-height: 340px;
	}
}

/*-----Add For Oc 4.x-----*/
:root, [data-bs-theme="light"] {
  --bs-blue: #229ac8;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #da4f49;
  --bs-orange: #fd7e14;
  --bs-yellow: #faa732;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #229ac8;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #faa732;
  --bs-danger: #da4f49;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 34, 154, 200;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 250, 167, 50;
  --bs-danger-rgb: 218, 79, 73;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #0e3e50;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #644314;
  --bs-danger-text-emphasis: #57201d;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d3ebf4;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #feedd6;
  --bs-danger-bg-subtle: #f8dcdb;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a7d7e9;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #fddcad;
  --bs-danger-border-subtle: #f0b9b6;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.8125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.8;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #229ac8;
  --bs-link-color-rgb: 34, 154, 200;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #1b7ba0;
  --bs-link-hover-color-rgb: 27, 123, 160;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #feedd6;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.2rem;
  --bs-border-radius-lg: 0.3rem;
  --bs-border-radius-xl: 0.3rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(34, 154, 200, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #da4f49;
  --bs-form-invalid-border-color: #da4f49;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #7ac2de;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #fcca84;
  --bs-danger-text-emphasis: #e99592;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #071f28;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #32210a;
  --bs-danger-bg-subtle: #2c100f;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #145c78;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #96641e;
  --bs-danger-border-subtle: #832f2c;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #7ac2de;
  --bs-link-hover-color: #95cee5;
  --bs-link-color-rgb: 122, 194, 222;
  --bs-link-hover-color-rgb: 149, 206, 229;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #644314;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #e99592;
  --bs-form-invalid-border-color: #e99592;
}

.col {
  flex: 1 0 0%;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7109375rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.8em + 0.7rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da4f49'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da4f49' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.45em + 0.175rem) center;
  background-size: calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.8em + 0.7rem);
  background-position: top calc(0.45em + 0.175rem) right calc(0.45em + 0.175rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23da4f49'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da4f49' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.9em + 0.35rem) calc(0.9em + 0.35rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.8em + 0.7rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.d-block {
  display: block !important;
}
