body{
    color: #7e7e80;
    background: #eef0f8;
    font-size: 14px;
    font-family: 'Poppins-Regular';
}
@media (min-width: 769px){
    .home .container, .main-header .container, .header_menu .container {
        width: 1090px;
        max-width: 98%;
    }
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('/font/SFProText-Regular.woff2') format('woff2'),
        url('/font/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('/font/SFProDisplay-Regular.woff2') format('woff2'),
        url('/font/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('/font/SFProDisplay-Bold.woff2') format('woff2'),
        url('/font/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('/font/Poppins.woff2') format('woff2'),
        url('/font/Poppins.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header-section{
    background: #fff !important;
}
.header-logo {
    font-size: 20px;
    padding: 10px 0px;
}
.logo-div {
    padding-left: 30px;
}
.logo-h1 img {
    float: left;
    width: auto;
    padding-right: 10px;
}
.header-logo span {
    padding: 20px 0px 0px 14px;
    display: block;
    text-decoration: none;
    color: #e40582 !important;
    text-align: left;
}
.header-logo {
    font-weight: bold;
    color: #e40582 !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    padding: 10px 0px;
    margin: 0;
}
a,a:hover {
    text-decoration: none;
}
.section-login{
    background: #eef0f8 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.section-img{
    background: #eef0f8 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: scroll; */
}
.img-frm{
    background: #fff !important;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border-radius: 4px;
    border-color: white;
    padding: 30px 20px;
    margin-top : 30px
}
.login-frm{
    background: #fff !important;
    box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
    border-radius: 4px;
    border-color: white;
    padding: 30px 20px;
    width: 36%;
    margin-top : 30px
}
.section-login h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #181c32 !important;
    font-family: 'SF Pro Text';
    letter-spacing: 0px;
}
.navbar-collapse.collapse {
    padding-top: 6px;
}
.form-control{
    display: block;
    width: 100%;
    padding: 10px 12px !important;
    height: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #3f4254;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    border-radius: .42rem;
    -webkit-box-shadow: none;
    font-family: 'SF Pro Text';
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.topmargin{margin-top:30px;}
.topmarginsm{margin-top:15px;}
.pl_0{padding-left:0px !important;}.pr_0{padding-right:0px !important;}.mt_10{margin-top: 10px !important;}
.mt_0{margin-top: 0px !important;}
.f-right{float:right}
.btn-login{
    color: #fff !important;
    background-color: #e40582;
    border-color: #e40582;
    border: 1px solid transparent;
    padding: 8.4px 14px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 4.72px;
    text-align: center;
    float: left;
    font-weight: 400;
    font-family: 'SF Pro Text';
}
.signtxt ,a.signtxt:hover{
    font-size: 15px;
    color: #828282;
    font-family: 'Heebo',sans-serif;
    font-weight: 400;
}
.center{text-align: center;}
#main-nav-wrap{
    float: right;
    padding: 20px 0px;
    margin: 0;
}
#main-nav-wrap .nav-links a {
    color: #878787;
    letter-spacing: 1px;
    position: relative;
    font-family: 'SF Pro Text';
    text-transform: capitalize;
    font-size: 14px;
    margin: 10px;
}
#main-nav-wrap .nav-links a:hover,#main-nav-wrap .nav-links a:active {
    color: #000;
}
.center-justify{
    justify-content: center;
    align-items: center;
    display: flex;
}
.dragDropTxt{
    font-size: 17px;
    line-height: 3;
    font-family: 'SF Pro Text';
    text-align: center;
}
#documentContainerDiv img{
    width: 150px;
    height:150px;
}
.txtarea
{   
        margin-top: 15px;
        width: 100%;
        height: 75px;
}
.img-name{
    font-size: 15px;
    color: #e20681;
    font-family: 'SF Pro Text';
}
/* Tagging Basic Style */
.tagging {
	border: 1px solid #CCCCCC;
	cursor: text;
	font-size: 1em;
	height: auto;
	padding: 10px 10px 15px;
}

.tag {
	background: none repeat scroll 0 0 #e20681;
    border-radius: 2px;
    color: white;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 0;
    margin: 5px 10px 0 0;
    font-family: 'SF Pro Text';
}

.tag span {
	background: none repeat scroll 0 0 #9f045b;
    border-radius: 2px 0 0 2px;
    margin-right: 5px;
    padding: 5px 10px 5px;
    font-family: 'SF Pro Text';
}

.tag .tag-i {
	color: white;
	cursor: pointer;
	font-size: 1.3em;
	height: 0;
	line-height: 0.1em;
	position: absolute;
	right: 5px;
	top: 0.7em;
	text-align: center;
	width: 10px;
}

.tag .tag-i:hover {
	color: black;
	text-decoration: underline;
}

.type-zone {
	border: 0 none;
	height: auto;
	width: auto;
	min-width: 20px;
	display: inline-block;
}

.type-zone:focus {
	outline: none;
}
.d_none{display: none;}

/************ Responsive view css ******************/
@media(max-width:768px){
    .login-frm {
        background: #fff !important;
        box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
        border-radius: 4px;
        border-color: white;
        padding: 30px 20px;
        width: 100%;
        margin-top: 0px;
    }
    .logo-div {
        padding-left: 15px;
    }
    .container {
        width: 600px;
        max-width: 98%;
    }
    .nav {
        width: 100%;
        background-color: #fff;
        position: relative;
    }
    .nav > .nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .nav > .nav-btn > label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 30px 50px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .nav > .nav-btn > label > span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #000;
    }
    .nav > .nav-links {
        position: absolute;
        display: block;
        width: 100%;
        background-color: #fff;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
    }
    .nav > .nav-links > a {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 18px;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
        height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
        height: auto;
        overflow-y: auto;
        z-index: 3;
    }
    input[type=file] {
        display: block;
        width: 100%;
    }
    .dragDropTxt {
        font-size: 15px;
        line-height: 3;
        font-family: 'SF Pro Text';
        text-align: center;
    }

}