﻿.textaligncenter {
    text-align: center !important;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf') format('truetype');
}


.font {
    font-family: Inter !important;
}

.fontsizenormal {
    font-size: 16px;
    line-height: 19.36px;
}

.fontsizesmall {
    font-size: 12px !important;
    line-height: 19.2px !important;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize8 {
    font-size: 8px;
}

.fontsize24 {
    font-size: 24px;
}

.bgBlue {
    background-color: #0B8AFF !important;
}

.bgWhite {
    background-color: #FFFFFF !important;
}

.bgLightBlue {
    background-color: #97CDFF !important;
}

.bgGreen {
    background-color: #00B12C !important;
}

.bgLightGray {
    background-color: #BBE1C5 !important;
}

.bgOrange {
    background-color: #FFAC2F !important;
}

.bgLightOrange {
    background-color: #FFD698 !important;
}

.bgRed {
    background-color: #FF0F00 !important;
}

.bgLightPink {
    background-color: #FFBDBD !important;
}

.bgGray {
    background-color: #707070 !important;
}

.bgBlack {
    background-color: #000000 !important;
}

.bgGrayWhite {
    background-color: #E7E7E7 !important;
}

.bgBlue80 {
    background-color: rgba(11, 138, 255, 0.8) !important;
}

.borderBlue {
    border: 1px solid #0B8AFF !important;
}

.borderWhite {
    border: 1px solid #FFFFFF !important;
}

.borderLightBlue {
    border: 1px solid #97CDFF !important;
}

.borderGreen {
    border: 1px solid #00B12C !important;
}

.borderLightGray {
    border: 1px solid #BBE1C5 !important;
}

.borderOrange {
    border: 1px solid #FFAC2F !important;
}

.borderLightOrange {
    border: 1px solid #FFD698 !important;
}

.borderRed {
    border: 1px solid #FF0F00 !important;
}

.borderLightPink {
    border: 1px solid #FFBDBD !important;
}

.borderGray {
    border: 1px solid #606060 !important;
}

.borderBlack {
    border: 1px solid #000000 !important;
}

.borderGrayWhite {
    border: 1px solid #E7E7E7 !important;
}

.borderBlue80 {
    border: 1px solid rgba(11, 138, 255, 0.8) !important;
}

.txtBlack {
    color: #000000 !important;
}

.txtGray {
    color: #606060 !important;
}

.txtRed {
    color: #FF0000 !important;
}

.txtWhite {
    color: #FFFFFF !important;
}

.txtGrayWhite {
    color: #E7E7E7 !important;
}

.txtBlue {
    color: #0B8AFF !important;
}

.txtLightBlue {
    color: #97CDFF !important;
}

.txtOrange {
    color: #FFAC2F !important;
}

.txtGreen {
    color: #00B12C !important;
}

.btn_greenborder {
    background-color: white;
    border: 1px solid #00B12C !important;
    color: #00B12C;
}

.btn_blueborder {
    background-color: white;
    border: 1px solid #0B8AFF !important;
    color: #0B8AFF;
}

.btn_borderRadius {
    border-radius: 10px !important;
}

.btn_hover:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.PopupScrollDiv {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.PopupModalBackground {
    background-color: #b6b6b6;
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.2;*/
    width: 100%;
    height: 100%;
}

.PopupModalBackgroundLightGray {
    background-color: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.DisplayNone {
    display:none !important;
}


/*-----------------------------------確認メッセージmodal start -----------------------------------*/
.modalwidth {
    width: calc(100vw - 4px) !important;
    max-width: 640px !important;
    height: 320px !important;
}



.modalbody {
    height: 192px !important;
}

.modalbodytext {
    padding: 10.5px 8px 10.5px 8px;
}

.modalfwidth {
    width: calc(100vw - 28px) !important;
    max-width: 616px !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    height: 72px !important;
    padding-bottom: 0px !important;
}

@media only screen and (max-width:540px) {
    .modalwidth {
        width: calc(100vw - 4px) !important;
        height: 190px !important;
        margin-left: 2px;
        margin-right: 2px;
    }



    .modalbody {
        height: 84px !important;
    }

    .modalbodytext {
        margin: 16px 8px 16px 8px;
        padding: 10.5px 8px 10.5px 8px;
    }



    .modalfwidth {
        width: calc(100vw - 28px) !important;
        padding: 0px;
        margin-left: 12px;
        margin-right: 12px;
        height: 60px !important;
    }
}

@media only screen and (min-width:320px) and (max-width:355px) {


    .modalfwidth {
        width: 93% !important;
        margin-left: 10px;
        margin-right: 0px !important;
        height: 60px !important;
    }
}

/*-----------------------------------確認メッセージmodal end -------------------------------------*/

/*-----------------------------------DisplayLoadingModal Start -------------------------------------*/
.DialogInnerDiv {
    overflow: hidden !important;
    padding: 4px 10px !important;
    text-align: center;
    height: 80px !important;
    background-color: transparent !important;
}

.DialogStyle {
    background-color: transparent !important;
    border: none !important;
    outline-width: 0px !important;
    width: 100px !important;
    height: 100px !important;
    z-index: 103 !important;
    position: absolute !important;
}
/*-----------------------------------DisplayLoadingModal End -------------------------------------*/

/*-----------------------------------DropDownList Start -----------------------------------*/
.custom-select {
    position: relative;
    width: 100px;
    height: 32px;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 10px;
    width: 0px;
    height: 0px;
    border: solid #606060;
    /*border: solid purple;*/
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border: solid #606060;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
}
/*style the items (options), including the selected item:*/
.select-items div {
    border: 1px solid transparent;
    border-color: transparent transparent #E7E7E7 transparent;
    cursor: pointer;
    user-select: none;
    height: 48px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px 0px 5px !important;
}

.lastitem {
    border-color: transparent !important;
}

.select-selected {
    border: 1px solid transparent !important;
    cursor: pointer;
    user-select: none;
    height: 32px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px !important;
    padding-left: 16px !important;
    /*color: #606060 !important;*/
}


/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 101;
    width: 152px;
    color: #606060;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    text-align: center;
    line-height: 48px;
}

.select-items1 {
    width: 269px !important;
}

.select-items2 {
    width: 348px !important;
}

.select-items3 {
    width: 332px !important;
}

.select-items-scroll {
    overflow: auto;
    overflow-x: hidden;
    max-height: 290px;
}

.select-items-scroll_3 {
    overflow: auto;
    overflow-x: hidden;
    max-height: 147px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select-items div:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.select-items div:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.select-items div:hover, .same-as-selected {
    background-color: #E7E7E7;
    /*background-color: orange;*/
}

/*-----------------------------------DropDownList End -----------------------------------*/
