/*================top-header-sticky-search-box==========*/
#tsa-header-sticky-search-box {
    position: fixed;
    top: 0;
    z-index: 9999;
    padding: 50px;
    width: 100%;
    height: 100%;
    /*background: #143F6A;*/
    background-image: linear-gradient(0deg, #EF4754 0, #4055A5 100%) !important;
    text-align: center;
    display: none;
    color: #fff;
    opacity: 1;
    overflow: auto;
}
#tsa-header-sticky-search-close-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    padding: 10px;
    z-index: 1;
    right: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    background-image: url(https://tmedia.topsoftwareadvisor.com/icons/rectangle-xmark-regular.svg);
    height: 30px;
    width: 30px;
    background-position: 50% 50%;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}
.tsa-header-sticky-search-loader-icon {
    display: none;
}
#tsa-header-sticky-search-box .tsa-header-sticky-title {
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 25px;
}
#tsa-header-sticky-search-box .tsa-header-search-left-btn {
    height: 56px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px 0 0 5px;
    background-color: #fff!important;
    color: #EF4754;
    font-weight: 500;
    border: 0px;
    font-size: 18px;

}
#tsa-header-sticky-search-box #tsa-header-sticky-search-btn {
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, #3C65F5 0, #3C65F5 100%);
    border: 0 solid #3C65F5;
    border-radius: 0 5px 5px 0;
    margin: -5px;
}
#tsa-header-sticky-search-box .tsa-close-btn {
    position: absolute;
    top: 10px;
    cursor: pointer;
    z-index: 1;
    right: 10px;
    background-color: #ffff;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center
}
.tsa-header-sticky-search-icon,.tsa-header-sticky-search-loader-icon {
    width: 25px;
    height: 25px
}
#tsa-header-sticky-search-box .tsa-header-search-left {
    position: relative
}
#tsa-header-sticky-search-box #tsa-sticky-search-results {
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    scroll-behavior: smooth!important;
    filter: drop-shadow(0px 5px 5.5px rgba(0, 0, 0, .11));
    top: 56px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    max-height: 300px;
    border: 1px solid #eee;
    padding: 5px 0;
    -webkit-box-shadow: 1.254px 11.934px 91.5px rgba(82,69,156,.14);
    -moz-box-shadow: 1.254px 11.934px 91.5px rgba(82,69,156,.14);
    box-shadow: 1.254px 11.934px 91.5px rgba(82,69,156,.14);
    z-index: 99;
    display: none;
    overflow-y: auto
}
#tsa-header-sticky-search-box #tsa-sticky-search-results::-webkit-scrollbar {
    width: 5px;
    height: 10px
}
#tsa-header-sticky-search-box #tsa-sticky-search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px
}
#tsa-header-sticky-search-box #tsa-sticky-search-results::-webkit-scrollbar-thumb {
    background: #0e2842;
    border-radius: 5px;
    height: 2px
}
#tsa-header-sticky-search-box #tsa-sticky-search-results::-webkit-scrollbar-thumb:hover {
    background: #0e2842
}
/*================top-header-sticky-search-box==========*/
/*==========Model===============*/
/*-----comman Model------*/
.tc-modal-body{
    border-radius: 10px;
    padding: 35px;
}
.tc-form-group{
    margin-bottom: 10px;
}
.form-check-label{
    font-size: 12px;
    color: #000;
    font-weight: 300;
}
.tc-req-popup-modal-form-box{
    position: relative;
    padding: 0px;
}
.tc-req-popup-modal-form-box form{
    padding: 0px 10px 0px 0px;
}
.tc-req-popup-modal-title{
    font-size: 18px;
    color: #f55253;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: center;
}
.tc-req-popup-modal-sub-title{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 15px;
    text-align: center;
}
.tc-request-submit-popup-btn{
    width: auto;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-right: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #f55253;
    cursor: pointer;
    font-weight: 400;
    margin-top: 15px;
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    text-align: center !important;
    margin: 0 auto;
}
#tc-modal-software-info-box{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto .5rem;
    text-align: center;
}
#tc-modal-software-info-box .tc-modal-software-logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #fff;
    filter: drop-shadow(0px 5px 5.5px rgba(82, 69, 156, .10));
    border: 1px solid #eee;
}
#tc-modal-software-info-box .tc-modal-software-logo-box .tc-software-logo{
    padding: 15px !important;
}
#tc-modal-software-info-box .tc-software-name{
    color: #4055A5;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*===========responsive==============*/
@media (max-width:  1024px){

}
@media (max-width: 993px){
	#tsa-mobile-search-trigger {
        display: inline-block !important;
    }
    #tsa-header-sticky-search-box {
    	padding: 50px 25px 25px 25px;
    }
}
@media (max-width:767px){
	.tsa-software-search-header-title {
    	font-size: 28px;
    	padding: 25px;
	}
	.tsa-software-search-block {
	    padding: 25px 25px 50px 25px;
	}
	#tsa-header-sticky-search-box .tsa-header-search-left-btn{
		 border-radius: 5px 5px;
	}
	#tsa-header-sticky-search-box #tsa-header-sticky-search-btn{
		margin: 0px;
		width: 100%;
	}

}
@media (max-width:424px){

}
@media (max-width:320px) {

}
