﻿@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
    }

div.g-recaptcha {
    padding-top: 8px;
    display: inline-block;
}

.custommodule {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 125px;
}

@media screen and (max-width: 575px) 
{
    .custommodule {
        padding-top: 50px;
    }
}

.input-cursor {
    cursor: pointer;
}

.fs-20 {
    font-size: 18px;
}

.timestwo {
    transform: scale(2);
}

li.termoption {
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

span.termoptionname {
    font-size: large;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

#myTabContent {
    border: 1px;
    border-color: darkgrey;
    border-style: solid;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

li.active-item {
    background-color: #8FBC8F;
}

li.inactive-item {
    background-color: #e9ecef;
}

.breadcrumb {
    margin-bottom: 15px;
    background-color: #e9ecef;
    padding: 15px;
    border-radius: 0.25rem;
}

.form-group{
    padding-top: 5px;
    padding-bottom: 5px;
}