html {
    position: relative;
    min-height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: Open Sans, sans-serif !important;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

#brand-image {
    height: 35px;
    margin-top: -7px;
}

.secondaryHeader {
    background-color: #000000;
}
.p-2 {
    padding: 8px!important;
}
.text-light {
    color: #f8f9fa !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.bg-orange {
    background-color: #ffba19;
}
.bg-blue {
    background-color: #007bff;
}
.dashstats i{
	font-size: 50px;
}
.dashstats .col-md-4{
	padding:10px;
}
.dashstats .bd-l{
	    border-left: 1px solid;
}
.dashstats{
	color:white;
}
table#quote-table{
	font-size:12px;
}
.text-bold {
    font-weight: bold;
}
.text-white {
    color: #fff !important;
}
.custom-shadow {
    box-shadow: 0px 0px 5px 0.5px #0000000d;
}
input, select, textarea {
    max-width: 280px;
}
.navbar-nav > li {
    padding-left: 20px;
    padding-right: 20px;
}
.anychart-credits{display:none!important}

.jumbotron-calculator {
    background-image: url(/images/insuranceproducts.jpg);
    /* background-image: url(https://media.giphy.com/media/SWhoKfLvgsEp81mD1J/giphy.gif); */
    /* background-image: url(https://media.giphy.com/media/3o85xuMj18HeA47AZy/giphy.gif); */
    /* background-image: url(/images/insurancecarriers.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 38px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 60px;
    height: 150px;
}

.oc-icon-option {
    width: 100%;
    margin: 7px 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    color: #505050;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
}
.oc-icon-option .oc-icon-option__content {
    padding: 10px 5px;
    display: table-cell;
    vertical-align: middle;
}

.formbox {
    background-color: #ECF5FF;
    padding: 0px 10px 20px 10px;
    border: 3px solid #e2e2e2;
    margin: 25px 0px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: #fff !important;
}
.footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

a.link_to_main_site {

	color: #1668b2;
	display: inline-block;
	float: left;
	font-size: 1.2em;
	padding: 15px 28px;
	text-align: center;
}
a.link_to_main_site div.number {
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #fff;
	border: 2px solid;
	text-align: center;
	font-size: 3em;
	margin-left: auto;
	margin-right: auto;
}
.bg-gray {
    background: #f0f0f0;
}

.soldbuttons label.btn.btn-outline-primary.btn-toggle {
    color: #3d4852;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 11px 52px;
    background: #ffffff;
    margin-top: 5px;
}
.soldbuttons label.btn.btn-outline-primary.btn-toggle.active {
  
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #828282;
    padding: 11px 52px;
    background: green;
    margin-top: 5px;
}

.soldbuttons label.btn.btn-outline-primary.btn-toggle.active:focus{
	box-shadow: none;
}

h1.tot_quotes {
    font-size: 60px;
}

.tot_quotes span {
    font-size: 16px;
    position: relative;
    top: -15px;
}

h2.tot_quotes.rank {
    font-size: 16px;
}

label.pendingsold.btn.btn-outline-primary.btn-toggle.active {
    background: #ff6c6c!important;
}

table#agency-table {
    font-size: 14px;
}

label.checksold.pending_agency.btn.btn-outline-primary.btn-toggle.active {
    background: #6ca7e8!important;
}
.dashboard_start.card-deck img{
width: 100px;
}
#dashboard_direct_table img{
	width:300px;
}
    /* Custom styles for better video presentation */
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            background: #000;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
            border-radius: 8px;
        }
        
        /* Ensure proper spacing on mobile */
        @media (max-width: 991px) {
            .video-column {
                margin-top: 2rem;
            }
        }
        
        /* Make video larger on desktop */
        @media (min-width: 992px) {
            .video-column {
                display: flex;
                align-items: center;
                padding-right: 2rem;
            }
        }
