﻿	a{
        text-decoration: none !important;
    }

	.form-switch input{
		background-color: #9D9D9D !important;
	}

	.form-switch input:checked{
		background-color: #F03D80 !important;
		border: none !important;
	}

	.form-switch input:focus{
		box-shadow: none !important;
		border-color: none !important;
		border: none !important;
	}

	.capsText{
		text-transform: uppercase !important;
	}

	.captcha #captcha_container label{
		margin-top: 10px !important;
	    float: left !important;
	    margin-bottom: 10px !important;
	}  
	
	.otp-box{
		width: 50px;
		height: 50px;
		border:0px;
		border-bottom:3px solid #81C1BD;
		background-color: #F3FBFB;
		text-align: center;
		border-radius: 0px;
		font-size: 26px;
	}

	.box-wrapper{
		position: relative;
	}

	.box-wrapper label{
		position: absolute;
		z-index: 1;
		left: 2em;
		background-color: white;
		padding: 0 5px;
	}

	.box-wrapper p{
		border: 1px solid rgba(0,0,0,.125);
		border-radius: 6px;
		position: relative;
		margin: 10px;
		line-height: 6ex;
		padding: 10px;
	}

	select{
		-webkit-appearance:auto;
	}

	.srch-boxclick{
		display: flex;
	}

	ul{
		padding-left: 0px !important;
		margin-bottom: 0px !important;
	}

	input[type=checkbox] 
	{
		display: block !important;
	}

	.form-control:focus {
		border-color: inherit;
		-webkit-box-shadow: none;
	}
	/*for table*/
	hr{
		margin-top: 18px !important;
	}
	
	.drop-container {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 5px;
	  border-radius: 5px;
	  border: 2px dashed gray;
	  cursor: pointer;
	}

	.drop-container:hover {
	  background: #eee;
	  border-color: #111;
	}

	.drop-container:hover .drop-title {
	  color: #222;
	}

	.drop-title {
	  color: #444;
	  font-size: 11px;
	  font-weight: bold;
	  text-align: center;
	  transition: color .2s ease-in-out;
	}
	.otpinput{
		width: 70%;
	}
	
	@media only screen and (max-width: 760px),(min-device-width: 761px) and (max-device-width: 1024px)
	{
		.otp-box {    
			width: 40px !important;
    		height: 40px !important;
    	}
		.row
		{
			margin-left: 0px !important;
			margin-bottom: 0px !important;
		}
		.otpinput{
			width: 90%;
		}

		.form-switch .form-check-input {
		    margin-left: -3.5em !important;
		}
	}

	/*CUSTOM CSS*/