﻿
    .MenuBar

{
    height: 60px;
    font-size: 20px;
    width: 150px;
    height: 100px;
    color: #03045E;
    position: absolute;
    margin-top: -10px;
    margin-left: 270px !important;
    font-family: Poppins, sans-serif !important;
    color: white !important;
}

.MenuBar:active {
    height: 60px;
    font-size: 20px;
    width: 150px;
    height: 100px;
    color: #03045E;
    position: absolute;
    margin-right: 10px;
    font-family: Poppins, sans-serif;
    color: white !important;
}

/*
.Drawer-button {
    height: 70px;
    background-color: transparent;
    border: none;
    font-size: 150px;
}

    .k-button:hover {
    background-color: transparent;
    border: none !important;
}

.k-button-solid-base:active {
    height: 70px;
    background-color: transparent;
    border-color: blueviolet !important;
}
    */

.k-drawer-item.k-selected {
    background-color: #3387DD;
}

    .k-drawer-item.k-selected:hover {
        background-color: #3387DD;
    }

.k-menu-link-text {
    font-family: Poppins, sans-serif !important;
    color: #3387DD !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.k-menu-link {
    transition: transform 0.3s ease;
}

.k-menu-link:hover {
    transform: scale(1.1);
}

.k-menu-link:active {
    transform: scale(.9);
}
.span {
    font-family: Poppins Medium, sans-serif !important;
    color: white !important;
    font-size: 22px !important;
    font-weight: bold !important;
}

body {
    font-family: Poppins, sans-serif;
    background-color: #38c6e6 !important;
    font-weight: 500 !important;
}

.teksti {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

    @media only screen and (min-width: 650px) {
        .image-pad {
            margin-right: 10px;
        }
    }

    .top-right {
        position: absolute;
        right: 24px;
        top: 21px;
    }
.k-button-flat-primary {
    color: #38c6e6 !important;
}
.k-appbar-primary {
    color: white !important;
    background-color: rgb(218, 248, 255) !important;
    font-size: 20px;
}

.footer-nav-icon{
    background-color: transparent !important;
    border: none !important;
    padding: 0px 0px 0px 0px !important;
    background-image: none !important;
    transition: none !important;
}

.footer-nav-icon::after {
    background-color: transparent !important;
    border: none !important;
    padding: 0px 0px 0px 0px !important;
    background-image: none !important;
    transition: none !important;
}

.footer-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-nav-text {
    font-size: 12px;
    margin-top: 4px;
    color: #3387DD !important;
}

.k-button-solid-base:focus {
    box-shadow: none !important;
}
.k-item:focus {
    box-shadow: none !important;
}

p {
    font-size: 16px;
    font-weight: 500;
}

a {
    font-family: Poppins, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    color: black !important;
}

.k-cell-inner {
    /*background-color: antiquewhite !important;*/
    font-weight: bold !important;
}

.k-item-text{
    font-weight: 500 !important;
}

.chat-image-margin {
    margin-right: 80px;
}

@media only screen and (max-width: 360px) {
    .chat-image-margin {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 400px) {
    .chat-messages-margin {
        padding-left: 10px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 430px) {
    .chat-messages-margin {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .chat-messages-margin {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .chat-messages-margin {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media only screen and (min-width: 1350px) {
    .chat-messages-margin {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media only screen and (min-width: 1550px) {
    .chat-messages-margin {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media only screen and (min-width: 1750px) {
    .chat-messages-margin {
        padding-left: 350px;
        padding-right: 350px;
    }
}

@media only screen and (min-width: 1900px) {
    .chat-messages-margin {
        padding-left: 450px;
        padding-right: 450px;
    }
}

@media only screen and (min-width: 2100px) {
    .chat-messages-margin {
        padding-left: 550px;
        padding-right: 550px;
    }
}

@media only screen and (min-width: 2300px) {
    .chat-messages-margin {
        padding-left: 650px;
        padding-right: 650px;
    }
}
@media only screen and (min-width: 2600px) {
    .chat-messages-margin {
        padding-left: 750px;
        padding-right: 750px;
    }
}

@media only screen and (min-width: 2800px) {
    .chat-messages-margin {
        padding-left: 850px;
        padding-right: 850px;
    }
}

@media only screen and (min-width: 3000px) {
    .chat-messages-margin {
        padding-left: 1000px;
        padding-right: 1000px;
    }
}


.omaChat {
    padding: 3px 8px;
    text-align: right;
}

.toisenChat {
    padding: 3px 8px;
    text-align: left;
}

@media only screen and (min-width: 360px) {
    .omaChat {
    padding: 3px 2px;
    text-align: right;
    }
    .toisenChat {
        padding: 3px 1px;
        text-align: left;
    }
}

@media only screen and (min-width: 374px) {
    .omaChat {
        padding: 3px 2px;
        text-align: right;
    }

    .toisenChat {
        padding: 3px 6px;
        text-align: left;
    }
}

@media only screen and (min-width: 400px) {
    .omaChat {
        padding: 3px 10px;
        text-align: right;
    }

    .toisenChat {
        padding: 3px 10px;
        text-align: left;
    }
}

@media only screen and (min-width: 390px) {
    .omaChat {
        padding: 3px 10px;
        text-align: right;
    }

    .toisenChat {
        padding: 3px 10px;
        text-align: left;
    }
}

@media only screen and (max-width: 361px) {
    .div-leveys {
        width: 310px !important;
    }
}

.k-toolbar {
    background-color: white !important;
}

.header-teksti{
    font-weight: 700;
    font-size: 14px;
}

.k-grid-header{
    padding-inline-end: 0px !important;
}

.file {
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    position: absolute;
}

.ChooseFileButton {
    display: block;
    position: relative;
    width: 75px;
    height: 40px;
    border-radius: 25px;
    background-color: rgb(231, 245, 57);
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease-out;
}

.k-grid .center-wrap {
    justify-content: center;
    text-align: center;
    white-space: normal;
    vertical-align: middle !important;
    /*background-color: antiquewhite;*/
}

    .k-grid .center-wrap .k-column-title {
        white-space: normal;
    }

.ButtonClass {
    background-color: rgb(231, 245, 57) !important;
    display: block;
    min-width: 120px;
    max-width: 260px;
    min-height: 40px;
    border-radius: 25px;
    border: none;
    color: black !important;
    font-weight: 400;
    width: 100%;
    transition: transform 0.3s ease;
}

.ButtonClassDisabled {
    background-color: #e1e1e1 !important;
    display: block;
    min-width: 120px;
    max-width: 260px;
    min-height: 40px;
    border-radius: 25px;
    border: none;
    color: black !important;
    font-weight: 400;
    width: 100%;
}
.ButtonClass a {
    text-decoration: none !important;
}

.info-box {
    background-color: white;
    margin-bottom: 30px;
    border-radius: 20px;
    max-width: 640px;
    padding: 40px 30px 40px 30px !important;
    text-align: center;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2) !important;
    width: 100%;
}

.info-box-padding {
    padding: 20px 8px 8px 12px;
}
.iconPadding {
    padding-left: 20px;
    padding-right: 15px;
}
@media only screen and (max-width: 380px) {
    .iconPadding {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*@media only screen and (min-width: 500px) {
    .info-box-padding {
        padding: 20px 8px 25px 12px;
    }
}
    */

.k-grid .k-grouping-row .k-icon {
    color: #424242 !important;
    cursor: pointer;
}

.grid-no-scroll .k-grid-content {
    overflow-y: auto;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0;
    border-bottom: none !important;
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0;
}

.text-box {
    width: 270px;
    text-align: center;
    height: 35px;
    padding: 10px;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid gainsboro;
}
.NextPaymentDiv {
    background-color: white;
    max-height: 280px;
    margin-bottom: 30px;
    border-radius: 22px;
    width: 100%;
    max-width: 640px;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2);
}

.PaymentButton {
    margin-right: 0px;
    width: 260px;
    background-color: #3387DD !important;
    color: white !important;
    font-weight: 400;
}

.PaymentButton:disabled {
    background-color: #cccccc !important; /* Gray background */
    color: #666666 !important; /* Gray text color */
    border: 1px solid #999999; /* Gray border */
    cursor: not-allowed; /* Change cursor to not-allowed */
    opacity: 0.6; /* Make the button semi-transparent */
    pointer-events: none;
}

@media only screen and (min-width: 600px) {
    .spacer-div {
        height: 30px;
    }
}
/*
@media only screen and (min-width: 600px) {
    .PaymentButton {
        margin-left: 26% !important;
    }
}
*/

.cell-class {
    width: 285px !important;
}
@media only screen and (max-width: 600px) {
    .cell-class{
        width: 155px !important;
    }
}

/*
@media only screen and (min-width: 600px) {
    .PaymentButton{
        margin-right: 23%;
    }
}
*/

.delete-button{
    background-color: red !important;
    margin-left: 0px !important; 
    max-width: 250px;
}

.Navigation-Button {
    background-color: rgb(231, 245, 57) !important;
    color: black !important;
}


.accordion {
    /*background-color: antiquewhite;*/
    padding: 15px;
    padding-bottom: 15px;
    width: 100%;
    border: none !important;
    border-radius: 25px;
    padding-top: 0px;
}

.accordion-header {
    cursor: pointer;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: none !important;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 10px; /* Set initial padding to 0 */
    border-top: none !important;
}

.accordion table{
    width: 100%;
    text-align: left;
    table-layout: fixed;
}

.send-button, .send-button:hover {
    color: white;
    background-color: #3387DD;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    border-radius: 25px;
    border: none;
    height: 40px !important;
    display: inline-block;
    cursor: pointer;
}

/*
.edit-button, .edit-button:hover {
    color: white;
    background-color: #3387DD;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    border: none;
    height: 40px !important;
    display: inline-block;
    cursor: pointer;
}
    */

.AddLoan-Button {
    width: 150px !important;
    margin-left: 0px !important
}

.k-input-inner {
    text-align: center !important;
}

.k-calendar-nav {
    display: none !important;
}

button.telerik-blazor.k-button.k-calendar-title.k-button-flat.k-rounded-md.k-button-md.k-button-flat-primary,
button.telerik-blazor.k-button.k-calendar-title.k-button-flat.k-rounded-md.k-button-md.k-button-flat-primary:hover {
    height: 28px !important;
}

button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button:hover,
button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button:active {
    height: 28px !important;
}


.disabled-calendar {
    background-color: rgba(239, 239, 239, 0.3) !important;
    pointer-events: none;
}

.sticky-footer {
    position: fixed;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    background-color: rgb(218, 248, 255) !important;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.fixed-notification {
    position: fixed;
    height: 65px;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(218, 248, 255) !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3387DD !important;
    z-index: 1000;
}


/* Hover and focus states */
.custom-datepicker .k-picker-wrap:hover,
.custom-datepicker .k-picker-wrap.k-state-focused {
    border-color: #38c6e6 !important;
}

/* Calendar icon */
.custom-datepicker .k-select {
    color: #38c6e6 !important;
}

/* Calendar popup */


.k-calendar .k-svg-icon {
    color: rgb(61, 61, 61) !important;
}

/* Today's date */
.k-calendar .k-today {
    color: #38c6e6 !important;
}

/* Selected date */
.k-calendar .k-state-selected,
.k-calendar .k-state-selected:hover,
.k-calendar .k-state-selected:focus {
    background-color: #38c6e6 !important;
    border-color: #38c6e6 !important;
}

.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button.k-button:hover {
    background-color: rgb(235, 235, 235);
}

/* Navigation arrows */
.k-calendar .k-nav-fast,
.k-calendar .k-nav-prev,
.k-calendar .k-nav-next {
    color: #38c6e6 !important;
}

/* Other elements that might use the default red color */
.k-primary {
    background-color: #38c6e6 !important;
    border-color: #38c6e6 !important;
}

/* Disabled state */
.custom-datepicker.k-state-disabled {
    opacity: 0.65 !important;
    pointer-events: none !important;
}

.k-calendar .k-calendar-table .k-state-selected .k-link,
.k-calendar .k-calendar-table td.k-state-selected .k-link,
.k-calendar .k-calendar-table .k-calendar-td.k-state-selected .k-link {
    background-color: #38c6e6 !important;
    color: white !important;
}



/* Today's date k-link in the calendar */
.k-calendar .k-calendar-table .k-today .k-link,
.k-calendar .k-calendar-table td.k-today .k-link,
.k-calendar .k-calendar-table .k-calendar-td.k-today .k-link {
    color: #38c6e6 !important;
}

/* Ensure no red background appears in the calendar */
.k-calendar .k-calendar-table .k-link {
    background-color: transparent !important;
}


.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected .k-link {
    color: #38c6e6 !important;
}

.input-label {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
    color: black;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-align: center;
}

.k-grid-header .k-sort-icon, .k-grid-header .k-sort-order{
    color: black !important;
}

.custom-datagrid.k-grid td, .custom-datagrid.k-grid .custom-datagrid.k-table-td {
    background-color: white;
    border-left: none;
    border: none !important;
    border-bottom: none !important;
    border-color: gainsboro;
}

.k-listview {
    border-radius: 20px !important;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2);
}

.edit-myloans-button, .edit-myloans-button:hover {
    color: white !important;
    background-color: #3387DD;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 25px;
    height: 40px !important;
    display: inline-block;
    width: 260px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Custom CSS for Telerik DataGrid */

.custom-datagrid.k-grid {
    border-top: none !important; /* Remove the top border of cells */
    border-left: none !important; /* Remove left border for clean look */
    border-right: none !important; /* Remove right border for clean look */
    border-bottom: none !important;
}

.custom-datagrid.k-grid .k-grid-header .k-table-th {
    border-left: none !important;
}

.custom-datagrid .k-table-thead{
    background-color: white !important;
}

.k-card{
    border: none !important;
}

.telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-chart-line-stacked-markers svg, .telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-calendar-date svg, .telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-calendar svg, .telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-clock svg {
    height: 45px !important;
    fill: rgb(61, 61, 61);
}
.telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-arrows-swap svg, .telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-user svg {
    height: 40px !important;
    fill: rgb(61, 61, 61);
}

.telerik-blazor.k-icon-xxxl.k-icon.k-svg-icon.k-svg-i-x-outline svg{
    height: 25px !important;
    cursor: pointer;
}

.section-title {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600 !important; 
    color: rgb(61, 61, 61); 
    display: inline; 
    padding-left: 8px; 
    vertical-align: sub;
}

.section-title-container {
    padding-left: 10px;
    margin-bottom: 10px;
}


.welcome-section {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    max-width: 640px;
}

@media only screen and (min-width: 700px) {
    .menu-container {
        justify-content: center; 
    }
}

.navigation-component {
    background-color: transparent;
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
}

    .navigation-component svg {
        height: 100% !important;
        height: 16px !important;
    }

.navigation-component-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px;
    border: 1px solid darkgray;
    background-color: white;
    border-radius: 5px;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.2)
}

.navigation-arrow {
    display: flex;
    align-items: center;
}

.k-panelbar > .k-panelbar-header > .k-link.k-selected, .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover, .k-panelbar > .k-panelbar-header > .k-link, .k-panelbar > .k-panelbar-header > .k-link:hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link:hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-hover, .k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    background-color: white !important;
    color: rgb(61, 61, 61) !important;
    border: none !important;
    box-shadow: none !important;
}

.k-panelbar-header > .k-link > .k-panelbar-item-text{
    font-weight: 700 !important;
}

.custom-send-button, .custom-send-button:hover{
    width: 150px !important;
    margin-left: 0px !important;
}

.k-appbar.Nav-Footer{
    z-index: 1000 !important;
}

@media only screen and (min-width: 700px) {
    .upcoming-payments {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .button-align{
        justify-content: start;
    }
}

.table-responsive{
    background-color: white !important;
}

.table-responsive td{
    padding: 10px;
    min-width: 100px;
}

.k-popup {
    border-radius: 20px;
    padding: 20px;
}

@media only screen and (min-width: 600px) {
    .button-align {
        justify-content: start !important;
    }
}

.k-list-item.k-selected.k-focus {
    color: #38c6e6 !important;
}

.k-list-optionlabel.k-selected.k-focus {
    background-color: #38c6e6 !important;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    background-color: #38c6e6 !important;
    background-color: rgba(239, 239, 239, 0.3) !important;
}

.k-picker-solid {
    background-color: white;
}

.disabled-dropdown {
    background-color: rgba(239, 239, 239, 0.3) !important;
    pointer-events: none !important;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: rgb(51, 135, 221);
    color: rgb(51, 135, 221);
    background-color: rgb(51, 135, 221);
}

.k-radio:checked:focus, .k-radio.k-checked.k-focus{
    box-shadow: none;
}

.responsive-dialog {
    width: calc(100% - 50px);
    max-width: 600px;
    margin: auto;
}

.menu-container .telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-menu,
.menu-container .telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-x {
    color: #3387DD !important;
    width: 20px !important;
}

.responsive-dialog .k-dialog-actions {
    justify-content: center;
}

.NextPaymentDiv .telerik-blazor.k-icon.k-svg-icon.k-svg-i-x-outline {
    color: #3387DD !important;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
}

.footer-nav-item svg {
    height: 20px !important;
    fill: #3387DD !important;
}

.navigation-component svg {
    fill: #3387DD;
}
.navigation-arrow svg {
    fill: rgb(61, 61, 61) !important;
}

.strikethrough-row {
    position: relative;
}

.strikethrough-row td {
    position: relative;
}

.strikethrough-row td:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid black; /* Adjust the thickness and color of the line */
    transform: translateY(-50%);
}

.custom-datagrid .k-grid-toolbar {
    justify-content: center;
    padding: 0px;
    border: none;
}

.loan-details {
    width: 100%;
    border-collapse: collapse;
}

.loan-details td {
    padding: 4px 16px;
    font-size: 12px;
}

.loanDiv .k-panelbar > .k-panelbar-header + .k-panelbar-header, .k-link.k-focus.k-selected, .k-panelbar {
    border: none !important;
    box-shadow: none !important;
}

.loanDiv .k-link.k-focus.k-selected {
    box-shadow: none !important;
}

.loanDiv .k-panelbar-header > .k-link > .k-panelbar-item-text {
    font-weight: 600 !important;
}

.loanDiv .k-panelbar {
    margin-bottom: 30px !important;
}

.bold {
    font-weight: bold;
}

.UKK-navigation-div svg{
    height: 27px !important; 
}

.k-panelbar > .k-panelbar-header{
    border: none !important;
}

.BookTimeSection svg {
    fill: #3387DD;
}

.k-panelbar > .k-panelbar-header > .k-link {
    cursor: pointer;
}

.alert.info {
    background-color: rgb(218, 248, 255) !important;
}

@media (max-width: 650px) {
    .k-drawer-container .k-drawer-content {
        margin-bottom: 70px; /* Match the mobile footer height */
    }
}

.ButtonClass:hover {
    transform: scale(1.1) !important;
}

.ButtonClass:active {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.bg-primary {
    background-color: #3387DD !important;
}

.text-primary {
    color: #3387DD !important;
}

.telerik-blazor.k-icon-lg.k-icon.k-svg-icon.k-svg-i-logout svg {
    fill: rgb(51, 135, 221) !important;
}

.p-4 {
    padding: 40px 30px 40px 30px !important;
    border-radius: 20px !important;
}

@media only screen and (min-width: 700px) {

    .loan-details {
        margin-left: 20px;
    }

    .loand-details-link{
        margin-left: 20px;
    }
}

.btn.btn-lg{
    padding: 0px;
}

.card-body{
    padding: 20px;
}

.card-header {
    padding: 40px 30px 40px 30px !important;
    border-radius: 20px 20px 0px 0px !important;
}

.card{
    border-radius: 20px !important;
}

@media only screen and (max-width: 700px){
    .message-button {
        max-width: 185px !important;
    }
}


@media only screen and (min-width: 700px) {
    .card-body {
        padding: 40px 30px 40px 30px;
    }
}

.k-dialog-titlebar {
    border-radius: 20px 20px 0px 0px !important;
}

.info-box p {
    font-weight: 400;
}