/* main support page */

.main-container{
    font-size: 18px;
}

.grid-container{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-bottom: 100px !important;
}

.left-menu{
    width: 25%;
}
.calendly-overlay .calendly-popup{
    height: 100%;
    max-width: 100%;
    width: 100%;
}
#callbackbtn {
display: none;}
.right-content{
    width: 75% !important;
}
#searchInput{
    opacity: 0.9;
}
.discussbtn:hover {
    background-color:#4E7BC4;
    color: white;
      transition: 0.1s;
      transform:scale(1.04,1.04);
    -webkit-transform:scale(1.04,1.04);
    -moz-transform:scale(1.04,1.04);
  }

.banner{
    color: white;
    background-color: #DDEAFF;
    border: 1px solid #4E7BC4;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
.topbannersection {
    text-align: -webkit-center;
    background-color: #DDEAFF;
    border-bottom: 1px solid #91bbfe;
    padding: 2% 10%;
    color: black;
    padding-bottom: 50px !important;
}
.banner h1{
   font-size: 30px;
}
.banner h4{
    font-size: 19px;
 }


.menu-links{
    background-color: #D2EEFF;
    border-bottom-color: #59C1FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #000;
    display: block;
    padding: 5px;
    text-decoration: none;
    font-size: large;
    padding-left: 10px;
    padding-right: 10px;
}

#support-heading{
    color: #F93;
}

.support-links{
    font-weight: bold;
    text-decoration: none;
    color: #551A8B;
    font-size: 1.7rem;
}

.support{
    margin-top: 10px;
    background-image: url(/static/bullet_ball_blue.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: 25px;
}

/* searchbar */

.search-wrapper {
	width: 100%;
	margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.search-box {
    color: #000;
    width: 100%;
    border: 0px solid white;
    outline: 0;
    border-radius: 15px;
    min-width: 600px;
    padding: 5px 0px 5px 20px;
}
.search-box:focus {
	box-shadow: 0 0 5px black;
}

.searchBox-fakeInput {
    background: white;
    border: 1px solid #0089bf61;
    border-radius: 3px;
    display: flex;
    border-radius: 15px;
    min-width: 312px;
    align-items: center;
    width: fit-content;
}

.search_forum,
.searchBox-clearWrapper {
	width: 100%;
    margin-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

.search_forum{
    width: fit-content;
}

.searchInput {
 	background-color: transparent;
	border: none;
  box-shadow: none;
  outline: none;
	width: 100%;
	padding: 0.5rem;
	font-size: inherit;
}
#searchInput:focus {
  outline: none;
  box-shadow: none;
}
.searchBox-clearWrapper {
    width: 10%;
    display: flex;
    align-items: center;
}
.searchBox-clear {
	color: #CCC;
	padding: 0;
	cursor: pointer;
	font-size: inherit;
	cursor: pointer;
	line-height: 1.5;
 	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.searchBox-clearInput:hover {
	color: #AAA;
}

/* CONTACT US PAGE */

.container-contactus{
    margin: 10px 20px;
    padding: 20px 10px;
}

.conactus-heading{
    text-align: center;
    color: #F93;
}

.content{
    margin-top: 7% !important;
    /* text-align: center; */
    width: 85%;
    margin: auto;
}
.help-btn{
    text-align: center;
    text-decoration: none;
    margin: 0 25px;
    padding: 0;
}
.help-btn:hover, .discussbtn:hover{
        text-decoration: none;
}
.btn-div{
    margin: 20px auto;
    height: 100px;
    width: 200px;
    border: 3px solid #0089bf;
    border-radius: 10px;
    display: flex;
    color: #0089bf;
}
div.btn-div h5 {
    font-size: 17px;
}
.btn-div:hover{
    background-color: #87d6e5;
    border: 3px solid #87d6e5;
    color: white;
}

h5{
    margin: auto;
    font-size: 15px;
}
.contact-buttons{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.ques{
    text-align: left;
    margin-top: 34px;
}
#tech_btn,
#purchase_btn,
#smthng_else_btn{
    cursor: pointer;
}
#selProduct, #productVersion{
    margin: 0 0;
    border-radius: 5px;
    padding: 5px;
    padding-left: 10px;
    border: 1.7px solid black;
}
#productVersion{
    line-height: 1;
}
#issue{
    height: 35px;
    width: 50%;
    border-radius: 5px;
    padding: 3px;
    padding-left: 10px;
    border: 1.7px solid black;
    display: block;
}
#solution-textbox{
    border: 1.7px solid black;
    border-radius: 10px;
    width: 100%;
    padding: 6px;
}

.discuss-div{
    display: flex;
    justify-content: space-between;
    border: 1.7px solid #86cef0;
    padding: 3%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px;
}

.discussbtn{
    justify-content: center;
    padding: 5px 7px 5px 7px;
    border: 1px solid #0089bf;
    border-radius: 5px;
    display: flex;
    color: white;
    background-color: #0089bf;
}
.discussbtn h5{
    text-align: center;
}
#need_more_help_txt{
    margin-top: 10px;
}
.subQueBlock{
    margin-bottom: 2.5%;
}

.productDetails{
    display: block;
}

.flex-item{
    display: inline-block;
}

.priorityS{
    font-size: 1.6rem;
}

#prodVer-item{
    margin-left: 7%;
}
#default{
    padding-left: 10px;
}
#default p, .solutions p{
    margin-bottom: 0px;
}
.content h4{
    text-align: left;
    font-size: 17px;
}
.ques label h4{
    color:#141414;
}
.subQueBlock h4 label{
    color:#141414;
}
#searchInput{
padding-right: 16px;
}
.content #heading1{
   color: #000;
}
.support-popupform input::placeholder, .supportform_message::placeholder {
    opacity: 0.5 !important;
  }

@media (max-width: 426px){
    .search-wrapper {
        transform: scale(0.8);
        margin-left: -20px !important;
    }
    
    .form-popup .form-wrapper {
        transform: scale(0.9) !important;
        top: -5em !important;
    }
    #hide_this_element_in_mob{
        display: none;
    }
    .Sendbtn_support,.close-form{
        transform: scale(0.88);
    }
    .Support-popup_btn{
        gap: 0px !important;
    }
}

select#form_productName option {
    font-size: 13px ;
    
}
#form_productName{
    color: rgba(128, 128, 128, 0.733);
}
#ph_no_field{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* #email_field{
    display: flex;
flex-direction: column;
align-items: flex-start;
} */
#pro_details_label{
    display: flex;
}
/* For mobile */
@media (max-width: 766px){
    
  .right-content {
    width: 96% !important ;
}
}
@media (max-width: 666px){
    .search_support input {
        margin-left: 10px;
        width: 100% !important;
    }
    .search-wrapper{
        padding: 0px !important;
    }
    .search_support{
        align-items: center;
    }
    .searchbox_container{
        gap: 15px;
        width: fit-content;
        flex-direction: column;
        }
    .support_dropdown-content {
        transform: scale(1);
        left: 2px!important;
        max-width: 333px !important;
        top: 41px;
    }
    .Sendbtn_support {
        background-color: #004599 !important;
        border: 2px solid #004599 !important;
        color: #ffffff !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35) !important;
    }
    .close-form {
        border: 2px solid #e75d5d !important;
        color: #ffffff !important;
        background-color: #e75d5d !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35) !important;
    }
    select#form_productName option {
        font-size: 11px !important;
    }
    .form-popup .form-wrapper {
        transform: scale(0.93);
    }
    #popup-input_fields{
        width: 100% !important;
    }
    .form-popup, .form-wrapper{
        /* height: 650px !important; */
        top: 1em !important;
        overflow-y: scroll !important;
        scroll-behavior: smooth;
    }
    .row {
        gap: 0px !important;
    }
    
    .discuss-div label{
        margin: 1%;
        text-align: center;
        
    }
    #callbackbtn{
        font-size: 15px;
    width: 50%;
    margin-left: 25%;
    flex-direction: row-reverse;
    }
    #sendmsgbtn{
    font-size: 15px;
    width: 50%;
    margin-left: 25%;
    flex-direction: row-reverse;
    }
    #productVersion{
        padding-left: 14px;
    }
    .ques{
        margin-top: 16px;
    }
    .btn-div{
    margin: 10px ;
    border-radius: 10px;
    width: 230px;
    }
    .grid-container{
        display: flex;
        justify-content: center;
        
    }
    .content #heading1{
        margin-left: 0px !important;
        
    }
    
    #searchInput{
        font-size: 15px;
    padding-right: 5px;
    min-width: 240px !important;
    }
    .main-container h4{
       font-size: 16px !important;
    }
    .topbannersection h1 {
        font-size: 29px !important;
    }
    .content{
        width: 100%;
    }
    .contact-buttons{
        flex-flow: column;
    }
    #issue, #selProduct, #productVersion{
        width: 100% !important;
        margin: 10px 0;
    }
    #versionLabel{
        margin-left: 0%;
    }
    .productDetails{
        display: flex;
        flex-flow: column;
    }
    #prodVer-item{
        margin-left: 0%;
    }
    .discuss-div{
        flex-flow: column;
    }
    .ques {
        margin-left: 0px !important;
    }
    .search-wrapper {
        width: 100%;
        margin: auto;
        margin-left: -3px !important;
    }
    .form-popup .form-wrapper{
        width: 90% !important;
        padding: 10px 0 !important;
    }
.right-content{
    width: 95% !important;
}

    /* for the ask schedule call div in technical support page support  */
    .priority-ask-msg{
        flex-direction: column;
    }

    .discuss-div-inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

} 


/* send message page */

.msg-form{
    width: fit-content;
    background-color: lightblue;
    padding: 3%;
    margin: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 0 8px black;
}
.msg-inputs{
    width: 100%;
    padding: 2px 7px;
    border: 1px solid black;
    border-radius: 5px;
}
.msg-labels{
    display: block;
}


/* popup */

.form-group{
    text-align: left;
}

.form-popup,
.success-message {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .5);
    transition: .5s;
}
.form-popup .form-wrapper {
    border-radius: 17px;
    top: 2em !important;
    background: white;
    padding: 28px;
    padding-top: 23px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 649px;
    position: absolute;
    top: 0px;
    bottom: 0;
    height: fit-content;
    max-height: 675px;
    left: 0;
    right: 0;
}
.form-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.close-form {
    cursor: pointer;
    padding: 8px 25px;
    background-color: #00459900;
    border: 2px solid #0089bf;
    color: #0089bf;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s;
    border-radius: 8px;
}
.close-form:hover {
    border: 2px solid #e75d5d;
    color: #ffffff;
    background-color: #e75d5d;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35) !important;
}
.Sendbtn_support {
    cursor: pointer;
    border-radius: 8px;
    font-weight: 600;
    padding: 8px 30px;
    background-color: #0089bf;
    border: 2px solid #004599;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
}
.Sendbtn_support:hover {
    background-color: #004599;
    border: 2px solid #004599;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35) !important;
}
.Support-popup_btn{
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.topbannersection div h2 ,.topbannersection h1 {
    font-size: 36px;
    color: #01183d;
    font-weight: bold;
}

.btn:hover {
    color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
}
.success-message {
    text-align: center;
}
.success-message h1 {
    color: #ffffff;
    margin-top: 3em;
}
.content{
    margin-top: 3% !important;
}

.form-control{
    font-size: 18px;
}
select#form_productName{
    height: 34px !important;
}
button.btn.send-form {
    float: right;
    margin-right: 14px;
}

/* For Tab */
@media only screen and (max-width: 1200px) and (min-width: 767px){
    .form-popup, .form-wrapper{
        overflow-y: scroll;
        scroll-behavior: smooth;
    }
    .productDetails {
        display: flex;
        width: 100%;
    }
    .grid-container {
        margin: 3%;
    }
    .flex-item{
        width: 60%;
    }
    .content #heading1{
        margin-left: 0px !important;
    }
    #prodVer-item{
        width:39%;
    }
    #selProduct{
        width: 104% !important;
    }
    .ques {
        text-align: left;
        margin-left: 0px;
        margin-top: 16px;
    }
    .subQueBlock{
        margin-left: 0px !important;
    }
    #productVersion{
        width: 99%;
    }
    #sendmsgbtn{
        padding: 1% 1%; 
        width: 117px;
        font-size: 14px;
    }
    .discuss-div{
        padding: 1%;
    }
   
#issue{
    width: 100%;
    height: 35px;
}
.btn-div {
    margin: 20px auto;
    height: 84px;
    width: 170px;
    border: 3px solid #0089bf;
    border-radius: 10px;
    display: flex;
    color: #0089bf;
}
.grid-container {
    justify-content: center;
}
.content{
    width: 100%;
    margin: 0% !important;
    margin-top: 1% !important;
}
.right-content{
    width: 90% !important;
}
.contact-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
}

.country-list{
    width: 261px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-disable{
    background-color: #808080;
    color: white;
    border: 0px !important;
    pointer-events: none ;
}
.btn-disable *{
    cursor: not-allowed;
    pointer-events: none;
}

.btn-yes-no{
    color: #0089bf;
    border: 1px solid #0089bf;
    background-color: white;
    border-radius: 6px;
    min-width: 73px;
    transition: 0.5s;

    &:hover{
        background-color:rgb(0 137 191 / 20%);
    }

    &:focus{
        outline: none !important;
    }
}




.searchbox_container{
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchbutton {
    border: none;
    cursor: pointer;
    color: white;
    background-color: transparent ;
    border-radius: 0px 14px 14px 0px;
    margin-left: 10px;
    height: 34px;
    border-left: 2px solid #0089bf61;
    filter: brightness(0) saturate(100%) invert(37%) sepia(59%) saturate(5654%) hue-rotate(176deg) brightness(97%) contrast(101%);
}
#searchbutton:hover{
    background-color: #0089bf !important;
    filter: none;
}
    #searchbutton:focus{
      border: none;
      outline: none;
}

.searchbox_container{
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchbutton {
    border: none;
    cursor: pointer;
    color: white;
    background-color: transparent ;
    border-radius: 0px 14px 14px 0px;
    margin-left: 10px;
    height: 34px;
    border-left: 2px solid #0089bf61;
    filter: brightness(0) saturate(100%) invert(37%) sepia(59%) saturate(5654%) hue-rotate(176deg) brightness(97%) contrast(101%);
}
#searchbutton:hover{
    background-color: #0089bf !important;
    filter: none;
}
    #searchbutton:focus{
      border: none;
      outline: none;
}




.search_results_list:last-child{
    margin-bottom: 20px;
}
#history_ul_support a {
    background-image: url(/static/history.png);
    background-size: 20px;
    background-position: 22px;
    padding-left: 61px;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
}
#history_ul_support a:nth-last-child(-n+4),
#history_ul_support a:nth-last-child(-n+4) {
    display: block !important;
}
#history_ul_support a:last-child {
    margin-bottom: 15px !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
}
#history_ul_support a:first-child {
    border-top: none !important;
}
#history_ul_support a {
    display: none ;
}
.list_group_item{
    border-top: 1px solid rgba(0,0,0,.125) !important;
    padding: 10px 0px;
    cursor: pointer;
}
.list_group_item:hover{
    background-color: #f1f1f1d2;
    color: #007bff !important;
}

#history_ul_support{
    display: flex;
    margin-top: 0px;
    margin-left: 0px;
    /* flex-direction: column-reverse; */
}
#show_one:first-child{
    display: block !important;
}
#show_one li{
    display: none;
}
.search_results_header:first-of-type{
    height: 35px;
    background-image: url(/static/search_suggestions.png);
    background-size: 172px;
    background-position-y: 12px;
    background-position-x: 20px;
    padding-left: 45px;
    background-repeat: no-repeat;
}
.search_history_header:first-of-type{
    height: 35px;
    background-image: url(/static/search_history.png);
    background-size: 115px;
    background-position-y: 12px;
    background-position-x: 20px;
    padding-left: 45px;
    background-repeat: no-repeat;
}