input[type="checkbox"] {
    appearance: checkbox;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

    input[type="checkbox"] ~ label {
        margin-left: 5px;
        vertical-align: top;
    }

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus {
        box-shadow: none;
    }

    .btn .fa {
        margin-right: 5px !important;
    }

.btn-info {
    color: #fff !important;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-of-profile {
    top: -10px;
    right: -10px;
    position: relative;
    float: right !important;
    color: white !important;
    min-width: 120px;
}

strong {
    font-weight: bold;
}

.strong-block {
    display: block;
    margin-bottom: 10px;
}

.required:after {
    content: '*';
    color: red;
    font-size: 24px;
    position: relative;
    top: 8px;
    margin-left: 2px;
}

.modal-content {
    display: block;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border: none !important;
}

.modal-header {
    background-color: #f3f2ef !important;
    border-radius: 5px 5px 0px 0px !important;
    /*font-family: Verdana;*/
    text-transform: capitalize;
    display: block;
    color: #333;
    position: sticky;
    top: 0px;
    z-index: 10;
    /*border-radius: 0px !important;*/
}

    .modal-header .css-modal-header-image {
        display: block;
        background-image: url('https://www.mpgi.edu.in/Uploads/banner/3hbanner_banner_banner1.jpg');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 200px;
        width: 100%;
        position: relative;
    }

    .modal-header h4 {
        font-size: 25px;
        font-weight: bold;
    }

    .modal-header i {
        font-size: 14px;
        text-transform: initial;
        /*margin-top: 10px;*/
        display: block;
        line-height: initial;
        font-weight: normal;
    }

    .modal-header .fa {
        display: inline-block;
        font-size: 18px;
    }

    .modal-header .btn-close {
        float: right;
    }

        .modal-header .btn-close:focus {
            box-shadow: none;
        }

.modal-body hr {
    margin: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

.modal-body a {
    text-decoration: none;
    color: #06626d;
}

    .modal-body a:hover {
        text-decoration: underline;
    }

.modal-footer {
    display: block;
    background-color: #f1f1f1 !important;
    text-align: right;
    /* border-radius: 0px 0px 5px 5px !important; */
    position: sticky;
    bottom: 0px;
}

.modal-backdrop.show {
    opacity: .75;
}

.input-group input, .input-group textarea {
    border: 1px solid #ced4da;
}

.input-group select {
    border: 1px solid #ced4da;
}

input[type="text"], input[type="email"], select, textarea {
    margin: 0px;
}

*:disabled {
    cursor: no-drop;
    background-color: #ced4da !important;
}

label b {
    font-weight: bold;
}

form .error {
    color: #ff0000;
    display: block;
    position: relative;
    padding-top: 5px;
}

.btn-google-login {
    background-image: url('/images/identity/google.png') !important;
    background-repeat: no-repeat !important;
    background-position: 10px 5px !important;
    background-size: auto 70% !important;
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
    padding-left: 20px;
}

    .btn-google-login:hover {
        cursor: pointer;
    }

.input-group {
    margin-top: 10px;
}

.row {
    margin-bottom: 20px;
}

.form-control {
    background-color: #f8f8f8;
}

table tr th, table tr td {
    vertical-align: top;
}

.bringbuzz-table thead tr th {
    background-color: rgb(0 0 0 / 50%) !important;
    color: #fff !important;
    border: solid 1px #888 !important;
    vertical-align: top !important;
}

.bringbuzz-table tbody tr td {
    border: solid 1px #ccc !important;
    vertical-align: top !important;
}

.css-email {
    text-decoration: none !important;
    color: #333 !important;
    text-transform: lowercase !important;
}

    .css-email .fa {
        margin-left: 10px;
        font-size: 15px;
    }

    .css-email:hover {
        color: #333 !important;
        text-decoration: underline !important;
    }

.css-phone {
    text-decoration: none !important;
    color: #333 !important;
    text-transform: lowercase !important;
}

    .css-phone .fa {
        margin-left: 10px;
        font-size: 20px;
    }

    .css-phone:hover {
        color: #333 !important;
        text-decoration: underline !important;
    }

.panel-heading .button-float-right {
    top: unset !important;
    position: relative;
    float: right !important;
    border-radius: 0px !important;
    color: white !important;
}

    .panel-heading .button-float-right .fa {
        font-size: 18px;
        top: 2px;
        left: -5px;
        position: relative;
    }

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 500px;
    /*top: unset !important;
    left: unset !important;*/
    position: absolute !important;
    z-index: 1100 !important;
}

    .ui-autocomplete table tbody tr td {
        border: none !important;
    }

    .ui-autocomplete li {
        display: block;
        padding: 10px !important;
        list-style: none !important;
        padding: 5px !important;
        margin: 0px !important;
    }

        .ui-autocomplete li:after {
            background: none !important;
        }

        .ui-autocomplete li:hover {
            background-color: #ffd800 !important;
            cursor: pointer;
        }

.ui-menu-item-wrapper {
}

.ui-state-active {
    background: none !important;
    border: none !important;
}

.ui-menu-item img {
    height: 40px;
    width: 40px;
    border-radius: 40px;
}

.ui-autocomplete-item {
    display: block;
    font-weight: bold;
    padding-left: 10px;
}

.ui-autocomplete-description {
    font-size: smaller;
    display: block;
    padding-left: 10px;
}

.dropdown-menu {
    padding: 0px;
    box-shadow: 0px 0px 5px rgb(86 96 117 / 20%);
}

    .dropdown-menu .divider {
        background-color: #eaedf0;
        height: 1px;
        margin: 3px 0;
        border-bottom: 0px;
        display: block;
    }

    .dropdown-menu .dropdown-item {
        line-height: 25px;
        color: #2a2e36;
        text-align: left;
        margin: 5px;
        width: auto;
    }

        .dropdown-menu .dropdown-item:hover {
            border-radius: 4px;
        }

    .dropdown-menu a {
        text-decoration: none !important;
    }

        .dropdown-menu a:active {
            text-decoration: none !important;
            background-color: #ced4da;
        }

        .dropdown-menu a .fa {
            margin-right: 5px;
        }

    .dropdown-menu .danger {
    }

        .dropdown-menu .danger:hover {
            background-color: red;
            color: #fff;
        }

/*#main .row > col-*-* {
    padding: 0px;
}*/
@media only screen and (max-width: 1024px) {
    .css-custom-signup-control {
        width: unset;
        display: inline-flex;
    }

        .css-custom-signup-control input[type='text'] {
            max-width: 200px;
        }

    .col-lg-10 {
        padding-right: 0px;
    }

    .col-lg-8 {
        padding-right: 0px;
    }

    .col-lg-2 {
        padding-right: 0px;
    }

    .col-sm-4 {
        padding-right: 0px;
    }

    /*[class*="col-"] {
        padding-right: 0px;
    }*/

    .css-form-view, .css-bringbuzz-box {
        border-radius: 0px;
    }

    .dialog-ovelay .dialog {
        width: 330px !important;
    }

        .dialog-ovelay .dialog footer .controls .button {
            max-width: 100px !important;
        }
}

.css-custom-signup-control {
    width: unset;
    display: inline-flex;
}

.ellipsisText {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

/*.btn-group-sm > .btn, .btn-sm {
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}*/
