@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/PT_Sans/PT_Sans-Web-Regular.ttf") format("truetype"); }
@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/PT_Sans/PT_Sans-Web-Italic.ttf") format("truetype"); }
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/PT_Sans/PT_Sans-Web-Bold.ttf") format("truetype"); }
@font-face {
    font-family: "PT Sans";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/PT_Sans/PT_Sans-Web-BoldItalic.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Rubik/Rubik-Light.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Rubik/Rubik-LightItalic.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Rubik/Rubik-Italic.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Rubik/Rubik-MediumItalic.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Rubik/Rubik-BoldItalic.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Rubik/Rubik-Black.ttf") format("truetype"); }
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/Rubik/Rubik-BlackItalic.ttf") format("truetype"); }

.ot_msg_info {
    display: inline-block;
    width: 250px;
    margin-top: 77px;
    padding: 20px 25px 10px 25px;
    border-color: #b8a3e8;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #fafcff, #edf4fe);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: PT Sans, sans-serif;
    color: #535254;
}
.ot_msg_info_reply {
    display: inline-block;
    width: 250px;
    height: 310px;
    margin-top: 385px;
    padding: 20px 25px 20px 25px;
    border-color: #b8a3e8;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    border-radius: 8px;
    background-image: linear-gradient(to right, #fafcff, #edf4fe);
    background-repeat: no-repeat;
    background-position: center bottom;
    font-family: PT Sans, sans-serif;
    color: #535254;
}
.ot_msg_info .user-balance, .ot_msg_info_reply .user-balance,
.ot_msg_info #char_count_display, .ot_msg_info_reply #char_count_display {
    font-family: Rubik, sans-serif;
    color: #242126;
}
.ot_msg_info div.remark, .ot_msg_info_reply div.remark {
    font-size: 70%;
    display: inline;
    float: left;
    margin: 0px 5px 10px 0;
}
.ot_msg_info div.login_btn, .ot_msg_info_reply div.login_btn {
    display: inline;
    float: left;
    margin: 0px 5px 10px 0;
}
.ot_msg_info div.login_btn_tr, .ot_msg_info_reply div.login_btn_tr {
    font-size: 90%;
    display: inline;
    float: left;
    margin: 3px 5px 0px 0px;
    min-width: 95px;
}
.ot_msg_info div.login_btn_first, .ot_msg_info_reply div.login_btn_first {
    display: inline;
    float: left;
    margin: 0px 105px 10px 0;
}
.ot_msg_info div.login_btn a.button, .ot_msg_info_reply div.login_btn a.button {
    background-color: transparent;
    border: solid 1px #b8a3e8;
    color: #1B2B32;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px !important;
    line-height: 1;
}
.ot_msg_info div.login_btn.user-discount a.button, .ot_msg_info_reply div.login_btn.user-discount a.button,
.ot_msg_info div.login_btn a.button.order-create, .ot_msg_info_reply div.login_btn a.button.order-create {
    background-color: #643ac5;
    border: none;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 25px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px !important;
    line-height: 1;
}
.ot_msg_info div.login_btn a:hover, .ot_msg_info_reply div.login_btn a:hover {
    border: solid 1px #643ac5;
    color: #1B2B32 !important;
}
.ot_msg_info div.login_btn.user-discount a:hover, .ot_msg_info_reply div.login_btn.user-discount a:hover,
.ot_msg_info div.login_btn a.order-create:hover, .ot_msg_info_reply div.login_btn a.order-create:hover {
    color: #ffffff !important;
    box-shadow: 0 2px 6px 0 #1c105a;
    border: none;
}
.ot_msg_info div.login_btn a.no-style:hover {
    background: none !important;
    color: #1B2B32 !important;
    text-decoration: none !important;
    font-size: 100% !important;
    display: inline-block;
    font-weight: normal !important;
    padding: 0 !important;
    border: none;
}
.ot_msg_info select {
    background: white;
    color: #535254;
    font-family: PT Sans, sans-serif;
}

.ot_msg_info select.hide_select { 
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-indent: 5px;
    text-overflow: '';
    width: auto;
    height: 22px;
    border: none;
    outline: none;
    color: #000;
    padding-right: 20px;
}
