/* 
    Created on : Jan 31, 2022, 3:11:34 PM
    Author     : Sandeep Verma
*/

:focus {
    outline: 0;
}

.login-form .form-group{
    position: relative;
    margin-bottom: 16px;
}

.custom-form{
    margin-top: 2.5em;
}

.custom-form label {
    float: left;
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 500;
    color: #666;
    color: #878C9F;
    font-size: 13px;
    font-weight: 500;
}
.custom-form label span{
    color:red;
    margin-left:0.5em;
    font-size: 1.2em;
}

.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type=email],
.custom-form input[type=password],
.custom-form input[type=button],
.listsearch-input-item input[type="text"] {
    float: left;
    border: 1px solid #e5e7f2;
    background:transparent;
    width: 100%;
    padding: 10px 20px;
    border-radius: 2em;
    color: #7d93b2;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
}



.custom-form textarea:focus,
.custom-form input[type="text"]:focus,
.custom-form input[type=email]:focus,
.custom-form input[type=password]:focus,
.listsearch-input-item input[type="text"]:focus {
    background: #fff;
}


.custom-form input {
    margin-bottom: 20px;
}

.lost_password a, .main-register-holder .filter-tags {
    color: #7d93b2;
    font-size: 12px;
    font-weight: 600;
}
.main-login .filter-tags {
    float: left;
    margin-top: 20px;
}

.main-login .filter-tags.ft-list {
    margin-top: 2px;
}

.custom-form .filter-tags label {
    font-size: 11px;
    color: #7d93b2;
}

.custom-form label {
    padding-bottom: 5px;
}

.filter-tags label, .custom-form .filter-tags label {
    float: left;
    padding: 0 10px;
    position: relative;
    top: 4px;
    color: #888DA0;
    font-weight: 600;
    width: auto;
    font-size: 11px;
}

.filter-tags input, .custom-form .filter-tags input {
    float: left;
    position: relative;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
    color: #fff;
    background: #fff;
    -webkit-appearance: none;
}

.filter-tags input:checked:after, .custom-form .filter-tags input:checked:after {
    font-family: Font Awesome\ 5 Pro;
    content: "\f00c";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 2px;
    z-index: 20;
    color: #0d76df;
}

.lost_password {
    margin-top: 10px;
    float: right;
}

 .custom-form .btn {
    margin-top: 0;
}
.custom-form button {
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;
    border-radius: 2em;
}


.color2-bg, .list-widget-social li a:hover,
.accordion a.toggle.act-accordion,
.banner-wdget-content a:hover,
.inline-lsiw .listsearch-input-wrap_contrl li.current a,
.cc-btn:hover, .down-btn:hover,
.new-dashboard-item:hover, .header-search-button:hover, .lg-actions .lg-next, .lg-actions .lg-prev, .box-media-zoom:hover, .main-search-button {
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
}
.float-btn {
    float: left;
    margin-top: 10px;
}
.btn,.btn:hover {
    padding: 12px 55px 12px 25px;
    color: #fff;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 200ms linear;
    width: 100%;
}

.btn:hover i {
    right: 10px;
    box-shadow: 0px 0px 0px 24px rgba(255,255,255,0.10);
}

.btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    line-height: 20px;
    margin-top: -10px;
    transition: all 200ms linear;
    color: #4DB7FE;
    
}
.fa, .fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
}

/*// Radio Button*/ 

.custom-form .inline-radiobutton{
    display:flex;
    clear: both;
    flex-direction: row;
    align-items: center;
    position: relative;
    float: left;
    border: 1px solid #e5e7f2;
    list-style: none;
    width: 100%;
    padding: 5px;
    border-radius: 2em;
    color: #7d93b2;
    font-size: 14px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.custom-form .inline-radiobutton li{
    display: inline-block;
    width:100%;
}

.custom-form .inline-radiobutton input.siv-radio {
    position: absolute;
    left: -99999em;
    top: -99999em;
}

.custom-form .inline-radiobutton input.siv-radio+label {
    cursor: pointer;
    float: left;
    border-radius: 2em;
    background-color: #fff;
    margin-right: 0px;
    padding: 0.5em 1em;
    color: #093174;
    text-align: center;
    position: relative;
    width: 100%;
}

.custom-form .inline-radiobutton input.siv-radio:checked + label {
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    z-index: 1;
    color: #fff;
}

/*.custom-form .inline-radiobutton label{
    padding-bottom: 0px;
}*/

.reset_btn,.submit_btn{
    padding: 8px 20px;
    box-shadow: 0 0 6px rgba(33,33,33,.2); 
}
.submit_btn{
    background: linear-gradient(90.17deg, #0f9349 8.73%, #0f9349 90.53%);
    color: #fff;
}
.reset_btn{
    color: #080808;
    background: #fff;
}
.formbtn {
    font-weight: 600;
    margin:0em 0.2em;
    position: relative;
    overflow: hidden;
    width: 100%;
}


/*//Custome Css*/
.all_custom_check{
    display: none;
}
@media screen and (max-width: 768px) {
    .all_custom_check{
    display: block;
    }
}

.custom_check{
display:flex;
justify-content: flex-start;
}
            
.custom_check input[type="checkbox"]{
appearance: none;
-webkit-appearance: none;
height: 20px;
width:20px;
background: #d5d5d5;
border-radius: 5px;
cursor: pointer;
display:flex;
align-items: center;
justify-content: center;
outline: none;
margin-bottom: 5px;
margin-left: 8px;
    margin-top: 7px
}

.custom_check input[type="radio"]{
appearance: none;
-webkit-appearance: none;
height: 25px;
width:25px;
background: #d5d5d5;
border-radius: 100%;
cursor: pointer;
display:flex;
align-items: center;
justify-content: center;
outline: none;
}
            
.custom_check label{
color:#4c4c4c;
font-size: 14px;
font-weight: 400;
cursor: pointer;
margin-left: 1em;
}
            
.custom_check input[type="checkbox"]:after,.custom_check input[type="radio"]:after{
font-family: "Font Awesome\ 5 Pro";
content: "\f00c";
font-size:14px;
color:#fff;
display:none;
}
            
.custom_check input[type="checkbox"]:hover,.custom_check input[type="radio"]:hover{
background: #a5a5a5;
}

.custom_check input[type="checkbox"]:checked,.custom_check input[type="radio"]:checked{
background: #5bcd3e;
}

.custom_check input[type="checkbox"]:checked:after,.custom_check input[type="radio"]:checked:after{
display:block;
}

.filteroptionmargin{
    margin: 0.5em 0em;
}


.orderlisttag{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
