﻿.outside-terms-and-condition-message {
    max-height: 400px;
    background-color: #f2f2f2;
        overflow: scroll!important;
    overflow-x: hidden!important;
}

.outside-terms-and-condition-message::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(98, 98, 98)!important;
}

.outside-terms-and-condition-message::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(154, 154, 154)!important;
    border-radius: 5px;
}

.outside-terms-and-condition-message::-webkit-scrollbar {
    width: 5px!important;
}

.k-window-content {
    -webkit-box-shadow: inset 5px 0px 0px rgba(128, 128,128, 0.1)!important;
    -moz-box-shadow: inset 0px 0px 1px rgba(128, 128, 128, 0.1)!important;
    box-shadow: inset 0px 3px 5px rgba(128, 128, 128, 0.1)!important;
    background: #f2f2f2!important;
    height: auto;
}

.btn-specialtyiq {
    display: none;
}

.i-accept-btn-outside {
    background: #4d4d4d;
    font-size: 18px;
    width: 90px;
    text-align: center;
    padding: 6px!important;
    margin: 0 auto;
    height: 21px;
    color: #f27c21;
    cursor: pointer;
}