/*-----DropDOwn Style----****/
.selectize-input > input{
    min-width: 45px !important;
    background: #fff !important;
    z-index: 999999;
}
/* ----- Begin Social Page User Profile UI ----- */

#UserProfileImg {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
}
.UserProfileControls ul {
    text-align: center;
    margin: 0;
}
.console.profile .console-mouseon {
    background-color: #398FBC;
}
.DNNContainer_Title_h4.SpacingBottom {
    text-align: center;
}

/* ----- End Social Page User Profile UI ----- */

/* ------- Begin Login / Register / Button UI ------- */
/* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
  }
  
  .LoginPanel > div {
	min-width: 300px;   
	max-width: 500px;
  }
  
  /* style the form item wrapper */
  
  .LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
  }
.is-builder[dragwithouthandle] > div > div:not(.is-row-tool) > * {
    cursor: initial;
}
  .sico, .icon-svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
  /* style the form label */
  
  .LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
  }
  
  .LoginPanel .dnnFormItem > .dnnLabel label {
	display: block; 
  }
  
  .LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
  }
  
  /* boostrap fix - remove the yellow background from the checkbox field */
  .dnnCheckbox .mark {
	background: none !important;
  }
  
  /* give the Remember Me checkbox a smaller text size */
  .dnnLoginRememberMe {
	font-size: 15px;
  }
  
  /* style the login panel text input fields */
  .LoginPanel .dnnLoginService input[type="text"], 
  .LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 1px;
	padding: 10px;
  }
  
  /* hide the empty label beside the Reset Password button */
  .LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
  }
  
  .LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
  }
  
  /* primary action buttons - also used in dnn modal popups */
  
  .dnnPrimaryAction, 
  .dnnFormItem input[type="submit"], 
  a.dnnPrimaryAction, .btn-primary {
	background: #000;
	border: none;
	color: #ffffff;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
  }
  .dnnPrimaryAction:hover, 
  .dnnFormItem input[type="submit"]:hover, 
  a.dnnPrimaryAction:hover, .btn-primary:hover {
	background: #398FBC !important;
	text-decoration: none !important;
  }
  
  /* secondary action buttons - also used in dnn modal popups */
  
  .dnnSecondaryAction, 
  .dnnFormItem input[type="submit"], 
  a.dnnSecondaryAction {
	background: #f5f5f5;
	border: none;
	color: #555;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
  }
  .dnnSecondaryAction:hover, 
  .dnnFormItem input[type="submit"]:hover, 
  a.dnnSecondaryAction:hover {
	background: #f1f1f1 !important;
	text-decoration: none !important;
  }
  a.dnnSecondaryAction:hover {
	  color: #398FBC;
  }
  /* ------- End Login / Register / Button UI ------- */

/* User Top Page Account enu */
.Login .userProperties li.ControlPanel {
    border-bottom: 1px solid #5e5e5e;
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
}
/* -------------- */

span.soon-group-inner {
  direction:ltr;
}

/* ---- RTL ---- */
.rtl .image-embed div {
    width: 30% !important;
}
.rtl .breadcrumbs-box > a {
    font-size: 0 !important;
}
.breadcrumbs .breadcrumbs-box svg {
    font-size: 18px !important;
}
.rtl .loginContent .dnnFormLabel {
    text-align: right !important;
}
.rtl .area-left .header-content-wrap > div {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .dnnModuleDialog .dnnDialogTitle {
  text-align: right;
}
.rtl .external-forms * {
    text-align: right;
}
.rtl .row.align-items-center.ui-sortable-handle {
    text-align: left;
}
.rtl .row.align-items-center.ui-sortable-handle .title-09.mr-lg-30 {
    text-align: right;
}
.rtl .title-09 small::before {
    margin: 0 0 3px 20px;
}


.rtl .H5-Container {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
#dnn_content .dnnForm.dnnLogin {
    padding-top: 20px;
    margin-bottom: -40px;
}
.dnnFormMessage.dnnFormInfo {
    font-size: .7em;
    margin-bottom: 5px;
}
div.dnnRegistrationForm .dnnForm {
    width: 100%;
}
.dnnForm.dnnRegistrationForm .dnnSocialRegistration {
    display: none;
}

body.rtl {
    text-align: right;
}
.rtl .step-02 li .content {
    padding-right: 30px;
}

/* table td no padding class */
.nopadding td {
    padding: 2px !important;
}

/* Register Forms */
.custom-module .input-group input.form-control, .custom-module .form-group select {
    min-height: 50px !important;
    padding: 8px 11px !important;
    border-radius: 6px !important;
    width: 100% !important;
}
.request-form .form-group .mbd-field-uploadfile input {
    background: transparent !important;
    border: none !important;
    color: #ddd !important;
}
.alert-warning {
    color: #ff6e2f !important;
}
.alert-info {
    color: #018dc4 !important;
}
.alert-success {
    color: #155724 !important;
}
.brand {
    background-color: #ddd;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}

/* Home page */
.col-md-7.text-center.text-md-left h1 {
    text-shadow: 0 0 4px #000;
}
.is-box-centered .iconbox-03 {
    background-color: rgba(0,0,0,0.3) !important;
    padding: 10px 30px;
    border-radius: 10px;
}
.top-search .category-wrapper, .top-search .search-text-wrapper {
    background-color:#fff;
}
input[type="text"] {
    border-radius: 8px;
}
div#dnn_BannerPane {
    position: absolute;
    z-index: 1;
    top: 120px;
    width: 100%;
}

@media (max-width: 768px) {
    footer.footer {
        text-align: center;
    }
    .row.align-items-center.row-outline .col-md-7.text-center.text-md-left h1 {
        font-size: 1.2rem;
    }
}

/* FAQs */
.section-tabs-list02 li::before {
    margin: 0 0 0 16px !important;
}
.section-tabs-list02 li:hover {
    background-color: #ebebeb;
}
.section-tabs-list02 li {
    padding: 10px 20px 20px !important;
    border-radius: 15px 15px 0 0 !important;
}
.row.faq-05-list {
    text-align: justify;
}
.faq-05 .title::before, .faq-05 .title::after {
    right: -48px;
    left: auto !important;
}

/* Terms & Conditions */
.iconbox-06 .icon {
    margin-left: 20px;
    margin-right: 0 !important;
}
.accordion03 .panel-heading a {
    padding: 9px 60px 9px 20px !important;
}
.rtl .dg-accordion .panel-heading .arrow {
    right: 10px !important;
}
.infobox-04 .link a span {
    padding-left: 10px;
}

/* Anti Business Engine Bad CSS */
.is-row-tool.is-tool {
    width: auto !important;
}

/* Home Video */
.video {
    min-height: 96vh;
    overflow: hidden;
    display: block !important;
    max-height: 600px;
}
.video video#HomeVideo {
    width: 100%;
}

@media (max-width: 1200px) {
.video {
    max-height: 360px;
    min-height: auto;
    }
}

@media (max-width: 768px) {
.video {
    max-height: 480px;
    min-height: auto;
    }
    .video video#HomeVideo {
        width: 200%;
        margin-right:-50%;
    }
}

body {
    background: none !important;
}



/* Fixed Contact Icons */
.fixed-widget-list li.share {
    display:none !important;
}
.fixed-widget-list li.phone {
    background-color: #20a3fd;
    background-position: 0 -448px;
}
.fixed-widget-list li.vimeo {
    background-color: #1ebea5;
}
.fixed-widget-list li {
    opacity: 1;
    visibility: visible;
}
.rtl ul {
    margin-right: 20px;
    margin-left: auto;
}


@media (max-width: 1400px) {
    #dng-megamenu673076 .primary_structure>li>a, #dng-megamenu673076 .primary_structure>li>a:link, #dng-megamenu673076 .primary_structure>li>a:active, #dng-megamenu673076 .primary_structure>li>a:visited {
    font-size: 14px;
}
#dng-megamenu673076 .primary_structure>li>a {
    padding-right: 10px;
    padding-left: 10px;
}
.UserLeftSideIcon {
    font-size: 13px !important;
}
.top-bar-profile .store-actions > button {
    font-size: 1.25em !important;
    padding-right: 8px !important;
}
i.bi.bi-person-check {
    line-height: 50px;
}
div#dnn_HeaderPaneA {
    width: 100% !important;
}
}



