@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
body{

	font-family: 'Work Sans', sans-serif !important;
	
}
@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@500&display=swap');
#select_forms{
	cursor:pointer;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  
    float: left;
	width: 95%;
}
.remove_item{
cursor:pointer;	
}

.tablex {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.tablex caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.tablex tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.tablex th,
.tablex td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd !important;
}

.tablex th {
 font-size: 15px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	
	.left-content{
		padding-left:15px !important;
	}
	
	.d-flex{
		display: table !important;
    margin: 0 auto;
	}
	
	.credits2{
		margin:0 auto !important;
		display:table !important;
	}
	
	.footer{
		
		position:relative !important;
	}
	.third-news-update{
		margin-bottom:44px !important;
	}
  .tablex {
    border: 0;
  }

  .tablex caption {
    font-size: 1.3em;
  }
  
  .tablex thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .tablex tr {
    border-bottom: 3px solid #ddd;
	
    display: block;
    margin-bottom: .625em;
  }
  
  .tablex td {
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    display: block;
    font-size: 16px;
    text-align: right;
	padding-bottom: 10px;
  }
  
  .tablex td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	margin-bottom: 5px;
	font-size:15px;
  }
  
  .tablex td:last-child {
    border-bottom: 0;
  }
  
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	
float:left;	

}



#request_form_container .row input[type=text],#request_form_container .row input[type=number],#request_form_container input[type=number]{
	
	border-bottom: 0px;
    background-image: url(../images/bb.png);
    background-repeat: repeat-x;
    /* background-position-y: -2px; */
    background-position: 0 22px;
	margin-top: 2px;
	
}

.shadow{
	
	position: absolute;
    left: 1.4px;
    width: 22px;
    top: 3.3px;
	
}

@font-face {
  font-family: myriad-pro-regular;
  src: url(../fonts/myriad-pro-regular.ttf);
}
body{
    
    font-family: myriad-pro-regular;
    
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-wrapper-merit-transfer-regular{
width:55%;
min-width: 370px;
margin:0 auto;
display: table;
padding:5px;

margin-top:0px;
margin-bottom: 50px;
border:1px solid #000;	
	
}

.form-wrapper{

width:65%;
min-width: 370px;
margin:0 auto;
display: table;
padding:5px;
/*-webkit-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);*/
margin-top:0px;
margin-bottom: 0px;
border:1px solid #000;
}

.form-wrapper-md{

width:90%;
min-width: 370px;
margin:0 auto;
display: table;
padding:5px;
/*-webkit-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);
box-shadow: 10px 10px 24px -10px rgba(0,0,0,0.75);*/
margin-top:0px;
margin-bottom: 50px;
border:1px solid #000;
}

.wrapper-inner-border{
padding:20px;
border:1px solid #000;
width:100%;
float:left;
}

.form-wrapper h1{

text-align: center;
width: 100%;
/*font-family: 'Heebo', sans-serif;*/
font-family: myriad-pro-regular;
margin-bottom: 30px;

}

.form-wrapper-md h1{

text-align: center;
width: 100%;
/*font-family: 'Heebo', sans-serif;*/
font-family: myriad-pro-regular;
margin-bottom: 20px;
font-size:30px;
font-weight:bold;

}

.h1_wrapper{
    
    width:80%;
    margin:0 auto;
    margin-bottom:30px;
    
}

.h1_wrapper p{
    
    width:100%;
    text-align:center;
    font-size:23px !important;
}

.form-wrapper p,.form-wrapper-md p{
font-family: myriad-pro-regular;
font-size: 20px;
}

.gradient-border {
  --borderWidth: 3px;
  background: #ffffff;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}

.form-wrapper .checkboxes, .form-wrapper-md .checkboxes{
font-family: myriad-pro-regular;
width:100%;
float: left;
}

.input--large{

	width: 100%;
	float: left;
}
.input--large .checkbox-text, .input-text{
    font-family: myriad-pro-regular;
	font-size: 20px;
	font-weight: normal !important;
	margin-top: 0px;
}

.row2, .row5{

	margin-top:0px;
}

.row6{

	margin-top: 20px;
}

.row4{

	margin-top:0px;
}


:after, :before {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    /* box-sizing: border-box; */
}

.checkbox-input{
font-family: myriad-pro-regular;
	width: 100%;
	border: none;
	border-bottom: 1px solid #6d6d6d;
	outline: none;
	    margin-top: 0px;
	    font-size: 18px !important;
	    background-color: transparent;
}
.checkbox-input:focus{
border: none;
outline: none;
border-bottom: 1px solid #77c6e4;
transition: all ease-in-out 0.3s;
	}





.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 20px;
  font-family:myriad-pro-regular;
  padding-top: 0px;
  font-weight:normal;
   -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.control input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
   border:1px solid #000;
    /* -webkit-box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 75%);*/
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ffffff;
   border:1px solid #000;
    /*-webkit-box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 75%);*/
  
}
.control input:checked ~ .control__indicator {
  background: #ffffff;
  border:1px solid #000;
   /* -webkit-box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 0px 0px rgb(0 0 0 / 75%);*/
    
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #ffffff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 7px;
    top: 3px;
  width: 3px;
  height: 8px;
  border: solid #404040;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.custom-btn {
  padding: 10px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/**** BTN No. 10 ****/
.btn-10 {
  background: #fff;
  border: 2px solid #000 !important;
  transition: all 0.3s ease;
  font-weight:bold;
}

.btn-10:before {
  left: -15%;
}
.btn-10:after {
  right: -15%;
}
.btn-10:hover {
  background: #000;
  color: #fff;
}
.btn-10:hover:before {
  left: -10%;
}
.btn-10:hover:after {
  right: -10%;
}



@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@media only screen and (max-width: 2500px) {
			.mobile_logo{
	display:none;
}

.fg, .pass{
		
		width:400px;
		
	}
	.product-name{
		
		text-align:left;
	}
}

@media only screen and (max-width: 1500px) {
	
		.second_group{
	
	margin-top:-30px !important;
	
}
	
	.third-news-update{
		
		
	}
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:90% !important;
	
	
	
	
	}
	
		.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		zoom:70% !important;
	}
		.mobile_logo{
	display:none;
}

.fg, .pass{
		
		width:400px;
		
	}
	.product-name{
		
		text-align:left;
	}
}

.gg{
	margin-top:107px !important;
}

@media only screen and (max-width: 1206px) {
	
	#payments_and_offerings_add_to_busket2{
		font-size:12px !important;
	}
	
	.gap{
		margin-top:22px !important;
		padding:0 !important;
	}
	
	.shadow, .control__indicator{
		margin-top:-7px !important;
	}
	
	
		.second_group{
	
	margin-top:-20px !important;
	
}
	#request_form_container .row input[type=text],#request_form_container .row input[type=number],#request_form_container input[type=number]{
	

   background:none !important;
    background-repeat: repeat-x;
    /* background-position-y: -2px; */
    background-position: auto;
	margin-top: -5px;
	border-bottom:1px solid #000;
	padding:0 !important;
	
	
}


.ssarf input[type=text]{
	
	margin-top: 13px !important;
}


.checkbox-input{
	font-size:12px !important;
}
	
	.third-news-update{
		
		
	}
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:65% !important;
	
	
	
	
	}
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		zoom:60% !important;
	}
	.ssh{
	zoom:70% !important;

	}
		.mobile_logo{
	display:none;
}

.fg, .pass{
		
		width:400px;
		
	}
	
	.requests .btn{
		padding:10px;
	}
.product-name{
		
		text-align:left;
	}
	
	.tablex th, .control,.input-text{
		font-size:12px !important;
	}
	
	.gap0{
		margin-top:25px !important;
		padding:0 !important;
	}
	
	
	.gap-15{
		margin-top:20px !important;
		margin-bottom:10px !important;
		padding:0 !important;
	}
	
	.gapbt{
	margin-bottom:30px !important;
		padding:0 !important;	
	}
	.gapbt2{
	margin-bottom:20px !important;
		padding:0 !important;	
	}
	.offering_icon{
		display:none !important;
	}
	
	.gg{
		margin-top:15px !important;
		padding:20px !important;
	}
	
	.dotx{
	height:30px !important;
width:100% !important;	
	}
	
	.gap3{
		margin-top:0px !important;
		padding:0 !important;
	}
	.main_title{
		font-size:25px !important;
	}
	.main_title h1, .main_title p{
		font-size:15px !important;
	}
	.main_title2{
		font-size:20px !important;
	}
	.subtitle{
		font-size:15px !important;
	}
	.gap4{
		margin-bottom:15px !important;
	}
	.outside_title{
		font-size:25px !important;
	}
	
	.skipbr br{
		display:none !important;
	}
	
	.main_title2x{
		font-size:20px !important;
	}
	
	.main_title3{
		font-size:27px !important;
	}
	
	.main_title2x br {
    display: none;
	}
	
	.input-text2{
		font-size:14px !important;
	}
	
}
@media only screen and (max-width: 1085px) {
	
	#payments_and_offering_form .col-form-label{
		font-size:12px !important;
	}
	
	#payments_and_offerings_add_to_busket2{
		font-size:10px !important;
	}
}

@media only screen and (max-width: 1000px) {
	
	#payments_and_offering_form .col-form-label{
		font-size:11px !important;
	}
	
	#payments_and_offerings_add_to_busket2{
		font-size:10px !important;
	}
	
	.third-news-update{
		
		margin-top:50px !important;
	}
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:65% !important;
	
	
	
	
	}
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		zoom:60% !important;
	}
		.mobile_logo{
	display:none;
}

.fg, .pass{
		
		width:400px;
		
	}
	
	.requests .btn{
		padding:10px;
	}
.product-name{
		
		text-align:left;
	}
	
	.tablex th{
		font-size:12px !important;
	}
	
		.second_group{
	
	margin-top:-40px !important;
	
}
	
}

.dropzone.dz-started .dz-message {
  opacity: 1 !important; /* Don't let it disappear */
  display:block !important;
  height:150px;
  position:relative;
}
.dropzone.dz-max-files-reached .dz-message {
  opacity: 0 !important; /* Make it disappear */
  display:none !important;
}

@media only screen and (max-width: 992px) {
.second_group{
	
	margin-top:30px !important;
	
}
	#payments_and_offering_form .col-form-label{
		font-size:14px !important;
	}
	
	#payments_and_offerings_add_to_busket2{
		font-size:14px !important;
	}


}

@media only screen and (max-width: 821px) {
	
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{

	zoom:60% !important;

	}	
	
	.second_group{
	
	margin-top:0px !important;
	
	
}

	
	/*.hrr .form-wrapper{
			-webkit-transform: scale(0.9) !important;
transform: scale(0.9) !important
	}
	
	.control,.input-text{
		font-size:14px !important;
	}
	
	.gap{
		
	}
	
	.gap2{
		
	}*/
	
	
	
}



@media only screen and (max-width: 800px) {
		.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:60% !important;
	
	
	
	
	}	
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		zoom:55% !important;
	}
	.second_group{
		margin-top:0px !important;
	}
	
	.fg, .pass{
		
		width:400px;
		
	}
	.fg{
		display:table;
	}
	.mobile_logo{
	display:none;
}
.product-name{
		
		text-align:left;
	}


	
}


@media only screen and (max-width: 992px) and (min-width: 768px){
	
	.hpopup .col-md-4{
		
		width:100% !important;
		
	}
	
	
	
	
}


@media only screen and (max-width: 767px) and (min-width: 486px){
	
	#go_back{
		display:none !important;
	}
	
	
	.tablex th{
		font-size:10px !important;
	}
	
	
		.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:55% !important;
	
	
	}	
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		zoom:45% !important;
	}
	.second_group{
		margin-top:0px !important;
	}
	.product-name{
		
		text-align:right;
	}
	
	.signout_btn_header{
		margin-left:10px !important;
	}
	
	.gap{
		margin-top:22px !important;
		padding:0 !important;
	}
	
	.shadow, .control__indicator{
		margin-top:-7px !important;
	}
	
	
	
}


@media only screen and (max-width: 486px){
	
	.third-news-update{
		margin-top:10px !important; 
	}
	
	#go_back{
		display:none !important;
	}
	.cart-btn{
		margin:0 auto;
		display:table;
		margin-bottom:10px;
		float:none !important;
		margin-right:0 !important;
	}
	
	.product-name{
		
		text-align:right;
	}
	
	#login-btn{
		
		margin: 0 auto !important;
    display: table !important;
		
	}
	
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:39% !important;
	
	}
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		
		zoom:31% !important;
	}
	
	
	.hrr .gap00{
		margin-top:10px !important;
	}
	

	.hrr .gap3{
		margin-top:25px !important;
	}
	
	.hrs .gap00{
		margin-top:10px !important;
	}
	

	.hrs .gap3{
		margin-top:25px !important;
	}
	
.hrc19 .subtitle{
		font-size:9px !important;
	}
	.hrc19 .main_title, .hrc19 .main_title2x{
		font-size:15px !important;
	}
	.hrc19 .main_title h1{
		font-size:30px !important;
		margin-bottom:30px !important;
	}
	.hrc19 .main_title p{
		font-size:20px !important;
		
	}
	.hrc19 .main_title2{
		font-size:7px !important;
	}
	.hrc19 .subtitle{
		font-size:5px !important;
	}	
	
	.hrc19 .row1{
		
		margin-top:15px !important;
	}
	
	.hrc19 .row4{
		margin-top:15px !important;
	}
	
	.hrc19 .other_req_text2{
		margin-top:20px !important;
	}
	

	.hrc19 .row5{
		margin-top:50px !important;
	
}
	
	
	.hrc19 .outside_title{
		font-size:28px !important;
		margin-top:15px !important;
		margin-bottom:15px !important;
	}

.hrc19 .control--checkbox{
		font-size:20px !important;
	
	}

.hrc19 .checkbox-input{
	font-size:20px !important;
}



.hrc19 .input-text{
	font-size:20px !important;
}

.hrc19 .add_to_busket{
	font-size:11px !important;
}
	
	
	

	
	.second_group{
		margin-top:0px !important;
	}
	
	.fg, .pass{
		
		width:auto;
		
	}
	
	.fg{
		display:block;
	}
	
	.login-container{
		width:100%;
	}
	.bubble{
	position:relative;	
right:0;
width:100%;
margin:0;
margin-bottom:10px;
margin-top:10px;

	}
	
	.login-footer{
		position:fixed;
		bottom:0;
	}
	
.container-fluid {

    background-position: center;
}

.third-news-update{
	margin-top: -40px !important;
}

.mobile_logo{
	display:block;
	position:absolute;
	margin-left:100px !important;
	margin-top:3px;
	
}

.toggle-sidebar{
	margin-top:8px;
}
.backbtn{
	margin-top:5px;
}
.page-wrapper .page-body-wrapper .page-title{
	padding-top:20px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn{
	margin-top:15px;
}

.mobile_back{
	color:#fff;
}
.smalltext{
	font-size:17px;
}

.form-wrapper-md{
	padding-top:7px !important;
}
.payments_bc{
	font-size:10px !important;
}

.signout_btn_header{
		margin-left:10px !important;
	}

}




@media only screen and (max-width: 390px){
	
	.third-news-update{
		margin-top:10px !important; 
	}
	
	#go_back{
		display:none !important;
	}
	.cart-btn{
		margin:0 auto;
		display:table;
		margin-bottom:10px;
		float:none !important;
		margin-right:0 !important;
	}
	
	.product-name{
		
		text-align:right;
	}
	
	#login-btn{
		
		margin: 0 auto !important;
    display: table !important;
		
	}
	
	.hrs,.hrr,.mtr,.mtdpr,.mtmpr,.mtoftnd{
	

	zoom:39% !important;
	
	}
	.hrc19,.mtc19,.snyafo,.snyps,.sobf,.ss,.ssobf,.ssarf,.ssh{
		
		
		zoom:28% !important;
	

	}
	
		.main_title{
		font-size:9px !important;
	}
	.main_title h1, .main_title p{
		font-size:15px !important;
	}
	.main_title2{
		font-size:7px !important;
	}
	.subtitle{
		font-size:5px !important;
	}
	.control--checkbox{
		font-size:6px !important;
	}
	
	
	.input-text{
		font-size:6px !important;
	}
	
	.subtitle u{
		font-size:8px !important;
	}
	.gap4{
		margin-bottom:15px !important;
	}
	.row3{
		
		margin-top:-40px !important;
		float:left !important;
	}
	
	.row3 img{
		margin-right:-35px !important;
		margin-top:35px !important;
	}
	
.row3 input{
	margin-top:-50px !important;
	
}
	.btn-10{
		font-size:6px !important;
	}
	.outside_title{
		font-size:8px !important;
		margin-top:5px !important;
		margin-bottom:5px !important;
	}
	
	.skipbr br{
		display:none !important;
	}
	
	.main_title2x{
		font-size:20px !important;
	}
	
	.main_title3{
		font-size:27px !important;
	}
	
	.main_title2x br {
    display: none;
	}
	
	.input-text2{
		font-size:14px !important;
	}
	
	
	

	.second_group{
		margin-top:0px !important;
	}
	
	.fg, .pass{
		
		width:auto;
		
	}
	
	.fg{
		display:block;
	}
	
	.login-container{
		width:100%;
	}
	.bubble{
	position:relative;	
right:0;
width:100%;
margin:0;
margin-bottom:10px;
margin-top:10px;

	}
	
	.login-footer{
		position:fixed;
		bottom:0;
	}
	
.container-fluid {

    background-position: center;
}

.third-news-update{
	
}

.mobile_logo{
	display:block;
	position:absolute;
	margin-left:100px !important;
	margin-top:3px;
	
}

.toggle-sidebar{
	margin-top:8px;
}
.backbtn{
	margin-top:5px;
}
.page-wrapper .page-body-wrapper .page-title{
	padding-top:20px !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper .back-btn{
	margin-top:15px;
}

.mobile_back{
	color:#fff;
}
.smalltext{
	font-size:17px;
}

.form-wrapper-md{
	padding-top:7px;
}
.payments_bc{
	font-size:10px !important;
}

.signout_btn_header{
		margin-left:10px !important;
	}

}


.ip{
	position: relative; display: block; padding-left: 30px; box-sizing: border-box;
}
.payments_and_offering_amount_td label{
	position: relative; display: block; box-sizing: border-box;
}

.payments_and_offering_amount_td label::after {
    content: attr(data-domain);
    position: absolute;
 top: 8px;
    left: 13px;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    display: block;
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
}
.close_details{
	cursor:pointer;
}