#errorMessage, #successMessage{
    width: 100%;
    position: fixed;
    top: 1px;
    left: 0;
    z-index: 9999999999;
    text-align: center;
    font-size: 18px;
    display: none;
}
#successMessage{
    color: #155724;
    background-color: #d4edda;
}
#errorMessage{
    color: #f33066;
    background-color: #ffe9e9;
}
.invalid-feedback {
    display: block!important;
    color: red!important;
    font-weight: 400!important;
    font-size: 14px!important
}
/*==========country code=======*/
.tc-country-code-error-msg, .tc-country-code-valid-msg {
    margin-top: .25rem;
    font-size: 80%;
    right: 5px;
    font-weight: 700;
    top: 0;
}
.tc-country-code-hide{
    display: none;
}
.tc-country-code-error-msg{
    color: #dc3545;
    position: absolute;
}
.tc-country-code-valid-msg{
    color: #34a853;
    position: absolute;
}
/*=======loader===========*/
.tc-overlayBox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: hidden;
    opacity: .9;
    display: none;
}
.tc-overlayBox .tc-loader-box-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -150%);
    z-index: 99999;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f55253;
}
.tc-overlayBox .tc-inner-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    border: 3px solid #143F6A;
    border-radius: 50%;
    border-top: 3px solid #f55253;
    border-bottom: 3px solid #f55253;
    width: 38px;
    height: 38px;
    -webkit-animation: 1s linear infinite spin;
    animation: 1s linear infinite spin;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
/*==========header============*/
.tc-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://media.saascounter.com/icons/rectangle-xmark-regular.svg);
    height: 30px;
    width: 30px;
    background-position: 50% 50%;
    display: block;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}
/*================top-header-sticky-search-box==========*/
.tc-header-sticky-search-loader-icon {
    display: none;
}
.tc-top-header-sticky-search-box-overly {
    background: rgb(255,255,255,.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}
#tc-top-header-sticky-search-box #tc-header-sticky-search-box {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 31px;
    width: 100%;
    background: #143F6A;
    text-align: center;
    display: none;
    color: #fff;
}
#tc-top-header-sticky-search-box .tc-header-sticky-title {
    color: #fff;
    margin-bottom: 15px;
}
#tc-top-header-sticky-search-box .tc-header-search-left-btn {
    height: 56px;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 5px 0 0 5px;
    border: 2px solid #f55253;
    background-color: #fff!important;
    color: #000;
    font-weight: 400
}
#tc-top-header-sticky-search-box #tc-header-sticky-search-btn {
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg, #f55253 0, #f55253 100%);
    border: 0 solid #f55253;
    border-radius: 0 5px 5px 0
}
#tc-top-header-sticky-search-box .tc-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
}
.tc-header-sticky-search-icon,.tc-header-sticky-search-loader-icon {
    width: 25px;
    height: 25px
}
#tc-top-header-sticky-search-box .tc-header-search-left {
    position: relative
}
#tc-header-sticky-search-box #tc-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
}
#tc-header-sticky-search-box #tc-sticky-search-results::-webkit-scrollbar {
    width: 5px;
    height: 10px
}
#tc-header-sticky-search-box #tc-sticky-search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px
}
#tc-header-sticky-search-box #tc-sticky-search-results::-webkit-scrollbar-thumb {
    background: #0e2842;
    border-radius: 5px;
    height: 2px
}
#tc-header-sticky-search-box #tc-sticky-search-results::-webkit-scrollbar-thumb:hover {
    background: #0e2842
}
/*================top-header-sticky-search-box==========*/

/*==========Model===============*/
/*-----comman Model------*/
.tc-modal-body{
    background-color: #f0f8ff;
    border-radius: 10px;
    padding: 0px;
}
.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: 30px;
    color: #f55253;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tc-req-popup-modal-sub-title{
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}
.tc-request-submit-popup-btn{
    width: 35%;
    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-grid;
    vertical-align: middle;
    align-items: center;
    text-align: center !important;
}
#tc-modal-software-info-box{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto .5rem;
    text-align: center;
    background-color: #f55253;
    padding: 15px;
}
#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 #ffffff;
}
#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: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*===========responsive==============*/
@media (max-width:  1024px){


}
@media (max-width: 993px){

}
@media (max-width:424px){

}
@media (max-width:320px) {

}