@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&display=swap');

/*modal*/
/* The Modal (background) */
.coolca-branch-selection.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.coolca-branch-selection .modal-content {
	background-color: #fefefe;
	margin: auto;
	/*margin: 5% auto; *//* 15% from the top and centered */
	padding: 20px;
	width: 95%; /* Could be more or less, depending on screen size */
	/*max-width: 500px;*/
	border-radius: 16px;
	min-height: 325px;
	color: #2D2D2D;
	font-family: 'Mulish', sans-serif;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 40px;
	vertical-align: middle;
	/*max-height: 90vh;*/
	height: 95%;
	overflow: hidden;
	padding-bottom: 40px;
}

.coolca-branch-selection.modal iframe{
	overflow: hidden;
}

.coolca-branch-selection .three-col{
	max-height: 60vh;
	overflow: auto; /* Enable scroll if needed */
}

/*Scrollbar*/
/* width */
	.coolca-branch-selection .three-col::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.coolca-branch-selection .three-col::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fefefe;
}

/* Handle */
.coolca-branch-selection .three-col::-webkit-scrollbar-thumb {
	background: #2D2D2D;
}

/* Handle on hover */
.coolca-branch-selection .three-col::-webkit-scrollbar-thumb:hover {
	background: #2D2D2D;
}

.pcoolca-branch-selection .three-col  h2{
	font-size: 24px;
}

.coolca-branch-selection .three-col  .column{
	font-size: 16px;
}

/* The Close Button */
.coolca-branch-selection .close {
	color: #2D2D2D;
	float: right;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
}

.coolca-branch-selection .close:hover,
.coolca-branch-selection .close:focus {
	color: #2D2D2D;
	text-decoration: none;
	cursor: pointer;
}

.coolca-branch-selection .three-col .column {
	float: left;
	width: 33.33%;
}

.coolca-branch-selection .three-col .column:first-child{
	width: 15%;
}

.coolca-branch-selection .three-col .column:nth-child(2){
	width: 70%;
}

.coolca-branch-selection .three-col .column:nth-child(3){
	width: 15%;
}

/* Clear floats after the columns */
.coolca-branch-selection .three-col .row:after {
	content: "";
	display: table;
	clear: both;
}

.coolca-branch-selection .three-col .row {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coolca-branch-selection .three-col .row:hover {
	background: rgba(128, 128, 128, 0.129);
}

.coolca-branch-selection .modal-header {
	min-height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	display: flex;
	align-items: end;
	justify-content: center;
	background-image: url('../img/banner-branch-selection-1920x240.webp');
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.coolca-branch-selection .search-content{
	display: flex;
	align-items: center;
	justify-content: center;
}

.coolca-branch-selection .search-content .search-btn{
	width: 50%;
	min-width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 14px;
	border: 1px solid gray;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coolca-branch-selection .search-content .search-btn input{
	width: 90%;
	background-color: transparent;
	margin: 0px;
	border: none;
}

.coolca-branch-selection .search-content .search-btn:after{
	content: "\f179";
	font-family:"Dashicons";
}

.coolca-branch-selection *:focus {
	outline: none !important;
}

@media all and (max-width:676px){
	.coolca-branch-selection .modal-content{
		width: 90%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.coolca-branch-selection .search-content .search-btn {
		width: 90%;
		min-width: 0px;
	}

	.coolca-branch-selection .modal-header{
		background-size: contain;
		background-position: top;
		min-height: 110px;
	}

	.coolca-branch-selection .three-col .column:first-child{
		width: 30%;
	}
	
	.coolca-branch-selection .three-col .column:nth-child(2){
		width: 40%;
	}
	
	.coolca-branch-selection .three-col .column:nth-child(3){
		width: 30%;
	}

	.coolca-branch-selection .three-col  .column{
		font-size: 14px;
		line-height: 18px;
	}

	.coolca-branch-selection .modal-header h2{
		font-size: 1rem;
	}

	.coolca-branch-selection .three-col .row{
		border-bottom: 1px solid #d2c6c6;
	}
}

.button.coolca-branch-selection-btn,
.button.coolca-branch-select-act{
	cursor: pointer;
}