@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'aller_regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/aller_rg-webfont.eot'); /* IE9 Compat Modes */
    src: local('aller'), local('aller_regular'), url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/aller_rg-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/aller_rg-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/aller_rg-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/aller_rg-webfont.svg#aller_regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'aller_light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/aller_lt-webfont.eot'); /* IE9 Compat Modes */
    src: local('aller'), local('aller_light'), url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/aller_lt-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/aller_lt-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/aller_lt-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/aller_lt-webfont.svg#aller_light') format('svg'); /* Legacy iOS */
}
:root {
    --Turquoise: #21957F;
    /*Text Color*/
    --txt-white: #ffffff;
    --txt-turquoise: #21957F;
    --txt-footer: #757e82;
    --txt-black: #414142;
    --txt-red: #dc3545;
    /*Background Color*/
    --bg-white: #ffffff;
    --bg-dark-grey: #232323;
    --bg-light-turquoise: #bcead9;
    --bg-light-grey: #E9E9E9;
    --bg-grid-alternet-gery: #f8f8f8;
    --bg-sidebar: #ffffff;
    --bg-sidebar-hover: #399DB7;
    --bg-sidebar-grey: #d4d4d4;
    --bg-light-green: #14CA89;
    /*Border Color*/
    --border-white: #ffffff;
    --border-gray: #cccccc;
    --border-whisper: #d4d4d4;
    --border-turquoise: #21957F;
    --border-light-green: #14CA89;
    /*Sidebar Color*/
    --txt-sidebar-icon: #ABA9A9;
    --txt-sidebar-grey: #d4d4d4;
    --txt-grid-header: #575757;
    /*Link Color*/
    --link-dark-blue: #145CA9;
}
.align-right {
   text-align:right;
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    background-color: #f2f2f2;
    color: #414142;
}
header{
    background-color: #fff;
}
footer {
    background-color: #E9E9E9;
    border-top: #BBBBBB solid 1px;
    color: #7C7B80;
}
main{
    min-height: 83.2vh;
}
a{
    color: #399DB7;
}
    a:hover {
        color: #227085;
    }
.text-primary{
    color: #399DB7!important;
}
.text-yellow{
    color: #F3AE00!important;
}
.text-bold{
    font-weight:bold!important;
}
.username{
    color: #375873!important;
    font-weight: bold;
}
.powerby{
color: #ABA9A9;
font-size: 10px;
font-weight: bold;
}
.btn-primary{
    background-color: #399DB7;
    border-color:#399DB7;
}
    .btn-primary i{
        font-weight:bold!important;
    }
    .btn-primary:hover, .btn-primary:active {
        background-color: #21758a;
        border-color: #21758a;
    }
.bg-primary{
    background-color: #375873!important; 
    color: #fff!important;
}
.btn-sm {
    padding: 0.18rem 0.4rem!important;
    font-size: .870rem!important;
}
.btn-clear {
    color: #21758a !important;
    border-color: #21758a!important;
    font-weight:bold;
}
    .btn-clear i{
        font-weight:bold!important;

    }
    .btn-clear:hover {
        color: #fff !important;
    }

.btn-outline-primary {
    border-color: #399DB7;
    color: #399DB7;
}

    .btn-outline-primary i {
        font-weight: bold !important;
    }

    .btn-outline-primary:hover {
        background-color: #21758a;
        border-color: #21758a;
    }
.bg-body-tertiary {
    background-color: #ffffff !important;
}
.powerbylogo {
    border-right: #ABA9A9 solid 1px;
    padding-right: 10px;
}
.apptitle{
    border-left:#ABA9A9 solid 1px;
    padding-left: 10px;
    color: #ABA9A9;
    font-family: 'aller_light', sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
}

.fnt-14{
    font-size: 14px;
}
.fnt-12 {
    font-size: 12px;
}
.nav-link{
    color: #000!important;
}
    .nav-link.active {
        color: #21758a !important;
        border-bottom: #21758a solid 2px;
        font-weight:bold!important;
    }

.pd-t-0{
    padding-top: 0px!important;
}

.text-center {
    text-align: center !important;
}
.form-horizontal .col-form-label {
    text-align: right !important;
}
.form-check-input:checked {
    background-color:#375873!important;
    border-color: #375873;
}
.greybox {
    background: #f4f4f4;
    border: #BBBBBB dotted 1px;
    padding:20px;
    text-align:center;
    border-radius:4px;
}
.dropZoneElement  {
    background: #f4f4f4!important;
    border: #BBBBBB dotted 1px!important;
    padding: 20px!important;
    text-align: center!important;
    border-radius: 4px!important;
}
    .dropZoneElement .k-upload {
        background: transparent !important;
        border: 0px !important;
        padding: 0px !important;
        text-align: center !important;
        border-radius: 0px !important;
    }
.dropZoneElement .k-dropzone {
    justify-content: center;
   
}
    .dropZoneElement .k-dropzone .k-upload-button {
        background-color: #399DB7 !important;
        border-color: #399DB7 !important;
        color: #fff !important;
        margin:0px;
    }
    .deleteicon {
        color: #D95234;
        font-size: 60px;
    }
.fnt-60{
    font-size:60px!important;
}
/*Keno Style Update Start*/
.k-grid-header th.k-header {
    background-color: #375873 !important;
    color: #fff !important;
}
.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grouping-header .k-link{
    color:#fff!important;
}
.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff!important;
    background-color: #375873 !important;
    border-color: #375873 !important;
}
.k-pager-wrap .k-link {
    color: #375873!important;
}
/*Keno Style Update END*/
.cpointer {
    cursor: pointer;
}
.sidebar {
    min-height: calc(100vh - 106px);
    background: var(--bg-sidebar);
    padding: 0;
    width: 255px;
    z-index: 11;
    transition: width .25s ease,background .25s ease;
    -webkit-transition: width .25s ease,background .25s ease;
    -moz-transition: width .25s ease,background .25s ease;
    -ms-transition: width .25s ease,background .25s ease;
    box-shadow: 2px 2px 10px rgba(0,0,0,.01);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.01);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.01);
    -ms-box-shadow: 2px 2px 10px rgba(0,0,0,.01);
    position: relative;
}

    .sidebar .nav {
        overflow: hidden;
        flex-wrap: nowrap;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 60px;
        width: 255px;
    }

.sidebar ul li a.active {
    background: var(--bg-sidebar-hover);
    color: #fff !important;
    border-bottom: 0px !important;
}
.sidebar-icon-only .sidebar ul li a.active {
    background: none;
    color: var(--txt-sidebar-icon)!important;
    border-bottom: 0px !important;
}

  
    .sidebar-icon-only .sidebar ul li a.active i {
        color: var(--txt-sidebar-icon) !important;
    }
    .sidebar-icon-only .sidebar ul li a.active:hover i, .sidebar-icon-only .sidebar ul li a.active:hover  {
        color: #fff !important;
    }
        .sidebar .nav .nav-item .collapse {
            z-index: 999
        }

        .sidebar .nav .nav-item .collapse.show {
            display: block
        }

        .sidebar .nav .nav-item .collapse.show, .sidebar .nav .nav-item .collapsing {
            background: var(--bg-dark-grey);
        }

    .sidebar .nav .nav-item .nav-link {
        align-items: center;
        display: flex;
        padding: 0.625rem 1.125rem !important;
        white-space: nowrap;
        height: 40px;
        font-weight: 400;
        color: var(--txt-white);
    }

        .sidebar .nav .nav-item .nav-link i.menu-arrow:before {
            content: "\f105";
            font-family: "FontAwesome";
            font-size: 18px;
            line-height: 1;
            font-style: normal;
            vertical-align: middle;
            color: rgba(199,199,199,.5)
        }

        .sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
            background: var(--bg-dark-grey)
        }

            .sidebar .nav .nav-item .nav-link[aria-expanded="true"] i.menu-arrow {
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

        .sidebar .nav .nav-item .nav-link .menu-icon {
            margin-right: 0.75rem;
            width: 1.563rem;
            min-width: 1.563rem;
            line-height: 0;
            text-align: center;
        }

.rtl .sidebar .nav .nav-item .nav-link .menu-icon {
    margin-right: 0;
    margin-left: 1.25rem
}

.sidebar .nav .nav-item .nav-link i {
    font-size: 1.75rem;
    color: var(--txt-sidebar-icon);
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    vertical-align: middle;
    margin-left:10px;
}

.sidebar .nav .nav-item.active > .nav-link {
    color: var(--txt-white);
}

    .sidebar .nav .nav-item.active > .nav-link .menu-title, .sidebar .nav .nav-item.active > .nav-link i {
        color: inherit
    }

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    background: var(--bg-sidebar-hover);
    color: var(--txt-white)!important;
}

.sidebar .nav.sub-menu {
    margin-bottom: 0;
    padding: 0 0 0 2.25rem
}

    .sidebar .nav.sub-menu .nav-item .nav-link {
        color: #c7c7c7;
        padding: .75rem 1rem;
        font-size: 13px;
        line-height: 1;
        height: auto
    }

        .sidebar .nav.sub-menu .nav-item .nav-link.active {
            color: #fff!important;
            
        }

            .sidebar .nav.sub-menu .nav-item .nav-link.active:before {
                background: var(--bg-white);
            }

    .sidebar .nav.sub-menu .nav-item:hover > .nav-link {
        background: initial;
        color: var(--txt-sidebar-grey);
    }

        .sidebar .nav.sub-menu .nav-item:hover > .nav-link:before {
            background: var(--bg-sidebar-grey);
        }

.slide-btn {
    background-color: var(--txt-sidebar-icon);
    color: var(--txt-white);
}
.sw-maindiv {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.sidebar .nav .nav-item .collapse.show, .sidebar .nav .nav-item .collapsing {
    background: var(--bg-dark-grey);
}

.sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-profile) > .nav-link {
    background: var(--bg-sidebar-hover);
    color: var(--txt-white);
}

.sidebar .nav.sub-menu .nav-item:hover > .nav-link {
    background: initial;
    color: var(--txt-sidebar-grey);
}

    .sidebar .nav.sub-menu .nav-item:hover > .nav-link:before {
        background: var(--bg-sidebar-grey);
    }

.sidebar .nav .nav-item .nav-link.active i, .sidebar .nav .nav-item .nav-link:hover i {
    color: var(--txt-white);
}

.main-panel {
    transition: width .25s ease,margin .25s ease;
    min-height: calc(100vh - 106px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0px 15px;
   /* width: 100%;*/
    width: calc(100% - 285px)
}
.login-panel {
    transition: width .25s ease,margin .25s ease;
    min-height: calc(100vh - 106px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0px 15px;
    width: 100%;
}
.sidebar-icon-only .sidebar .che_lft {
    display: none;
}

.sidebar-icon-only .sidebar .che_rht {
    display: block;
}

.sidebar .che_rht {
    display: none;
}
.sidebar-icon-only .sidebar {
    width: 67px;
    
}
.sidebar-icon-only .main-panel {
    width: calc(100% - 106px);
}

    .sidebar-icon-only .sidebar .menu-title {
        display: none !important;
    }
    .sidebar-icon-only .sidebar a:hover .menu-title {
        display:inline-block !important;
    }


.container-login {
    min-height: 350px;
    position: relative;
    height: 80vh;
}

.loginbox {
    position: absolute;
    width: 410px;
    height: 315px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    margin: auto;
}

.login-btn {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

/*BT-5 Custom*/
.jumbotron {
    background: var(--bg-white);
}

.nav-link.disabled {
    color: #6c757d !important;
    pointer-events: none;
    cursor: default;
}
.navbar-toggler{
    padding:2px 4px!important;
    line-height:0px!important;
}
.pd-30 {
    padding: 30px !important;
}
.toast {
    border-radius: 8px;
    background: #fff;
}

.toast {
    width: 400px!important;
}
.toast-header {
    border-bottom: 0px;
    padding: 5px 10px 0px 10px !important;
}
    .toast-header .btn-close {
        margin-right: 0px !important;
    }
    .toast-body {
        padding: 0.15rem 0.50rem !important;
    }
.toast-header, .toast-body {
    background-color: transparent !important;
}
#toastIcon{
    font-size:36px!important;
}
.toast-success {
    border-left: #0F9468 solid 15px;
    
}
    .toast-success #toastIcon {
        color: #0F9468!important;
    }
    .toast-danger {
        border-left: #D95234 solid 15px;
    }
        .toast-danger #toastIcon {
            color: #D95234 !important;
        }
.toast-warning {
    border-left: #ffc107 solid 15px;
}

    .toast-warning #toastIcon {
        color: #ffc107 !important;
    }
/*Multiselect CSS Start*/
.fs-wrap {
    cursor: pointer;
    line-height: 1;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fs-label-wrap {
    position: relative;
    cursor: default;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d1d1;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fs-dropdown, .fs-label-wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fs-label-wrap .fs-label {
        padding: 5px 20px 5px 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #2FBCC5;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    max-width: 500px;
    z-index: 999;
}

    .fs-dropdown .fs-options {
        max-height: 200px;
        overflow: auto;
        width:100%;
    }

.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: 0;
    padding: 4px 0;
    width: 100%;
}

.fs-optgroup-label, .fs-option, .fs-search {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

    .fs-option:last-child {
        border-bottom: none;
    }

.fs-search {
    padding: 0 4px;
}

.fs-option {
    cursor: pointer;
}

    .fs-option.disabled {
        opacity: .4;
        cursor: default;
    }

    .fs-option.hl {
        background-color: #f5f5f5;
    }

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color:#399DB7;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
}

.fs-optgroup-label {
    font-weight: 700;
    text-align: center;
}

.fs-selectall {
    margin: 5px;
}

.fs-closebutton {
    margin: 5px;
}

    .fs-selectall .btn, .fs-closebutton .btn {
        padding: 0px 3px !important;
    }
.fs-disabled {
    background-color: #f5f5f5;
}
    .fs-disabled .fs-arrow {
        border-top: 6px solid #bcbebe!important;
    }
.hidden {
    display: none !important
}
.btn-default, #btnExpColl, #btnExpColl, #btnExpColl.active {
    color: #333;
    border-color: #adadad !important;
    background-color: #fff !important;
}
/*Multiselect CSS END*/
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #399db7;
    border-color: #399db7;
    cursor:not-allowed;
    pointer-events:inherit !important;
}
.vmiddle{
    vertical-align:middle!important;
}
.breakword{
    word-break:break-all;
}
.wordbreak {
    word-break: break-word!important;
}
.form-check-input[readonly="readonly"], .form-check-input[disabled="disabled"], .form-check-input[disabled], .form-check-input:disabled {
    cursor: not-allowed !important;
    pointer-events: inherit !important;
    filter: none;
    opacity: .5;
    background-color: #414142 !important;
    border-color: #BBBBBB;
}
.form-check-inline label, .form-check-input {
    cursor: pointer;
    pointer-events:inherit!important;
}
    .form-check-inline input:disabled + label {
        cursor: not-allowed !important;
        pointer-events: inherit !important;
    }
.k-state-disabled, .form-control:disabled, .form-select:disabled {
    cursor: not-allowed !important;
    pointer-events: inherit !important;
}

@media (max-width: 1600px) {
    .k-grid-header .k-link .k-icon{
        height:13px;
    }
}

@media (min-width: 767px) {

    .sidebar-icon-only .sidebar {
        width: 70px
    }

        .sidebar-icon-only .sidebar .nav {
            overflow: visible;
            width: 70px;
        }

            .sidebar-icon-only .sidebar .nav .nav-item {
                position: relative
            }

                .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
                    display: block;
                    text-align: center;
                    width: 70px;
                }

                    .sidebar-icon-only .sidebar .nav .nav-item .collapse, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge, .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title, .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow, .sidebar-icon-only .sidebar .nav .nav-item .sidebar-sticker, .sidebar-icon-only .sidebar .nav .nav-item.nav-profile {
                        display: none
                    }

                    
                .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
                    display: -webkit-flex;
                    display: flex;
                    -webkit-align-items: center;
                    align-items: center;
                    background: var(--bg-sidebar-hover);
                    color: #fff;
                    padding: .5rem 1.25rem;
                    left: 60px;
                    position: absolute;
                    text-align: left;
                    top: 0;
                    width: 200px;
                    z-index: 1;
                    height: 40px;
                    line-height: 1.8;
                    border-top-right-radius: 5px;
                    border-bottom-right-radius: 5px
                }

               
   

    .sidebar-icon-only .sidebar .nav.sub-menu {
        padding: 0 0 0 1.5rem
    }

        .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
            text-align: left;
           
        }

            .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:hover {
                color: #ccc
            }

    .sidebar-icon-only .main-panel {
        width: calc(100% - 100px)
    }

    .sidebar-hidden .main-panel {
        width: 100%
    }

    .sidebar-absolute .main-panel {
        width: 100%;
        transition: none
    }

    .sidebar-fixed .main-panel {
        margin-left: 240px
    }

    .sidebar-fixed.sidebar-icon-only .main-panel {
        margin-left: 70px
    }
}

.mg-t-50 {
    margin-top: 50px !important;
}
.w-90 {
    width: 90% !important;
}
.w-95{
    width:95%!important;
}

.stepper {
    display: flex;
    justify-content: space-between;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
}

    .step::before {
        content: '';
        position: absolute;
        top: 30%;
        left: 0;
        height: 5px;
        width: 100%;
        background: #dee2e6;
        z-index: 0;
    }

    .step .circle {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: #808080 solid 1px;
        border-radius: 50%;
        line-height: 40px;
        z-index: 1;
        position: relative;
        margin: 0 auto 5px;
        color: #808080;
    }

    .step.active .circle {
        background-color: #0089af;
        border: #0089af solid 1px;
        color: white;
    }

    .step:first-child::before {
        width: 50%;
        left: 50%;
    }

    .step:last-child::before {
        width: 50%;
    }

    .step.active::before,
    .step.completed::before {
        background-color: #dee2e6;
    }

.tabCard {
    border: 2px solid #399DB7;
}
.feedback {
    width: 115px;
    height: 30px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    border-radius: 4px 4px 0px 0px;
    background: #399DB7;
    position: fixed;
    top: 120px;
    right: -40px;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    z-index: 999;
    border: 1px solid #399DB7;
    font-size: 12px;
}
    .feedback:hover {
        cursor: pointer;
        background: #21758a;
        color: #FFF;
        border-color: #21758a;
    }

.tooltip-inner {
    white-space: normal;
}

.bootbox-body h6{
    font-size:12px;
}