.table {
    color: #313133;
}

._select {
    border: 1px solid #aaa;
    border-radius: 2px;
    background-color: transparent;
    padding: 1px 7px;
    margin: 0px 4px;
}

._input {
    padding: 0.4em;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
}

.flex-1 {
    flex: 1;
}

.text-rem {
    font-size: .96rem;
}

/* argon overwrite */

.table td, .table th {
    font-size: 0.9rem;
}

.table thead th {
    /* font-size: .72rem; */
    font-size: .8rem;
}

.btn-sm {
    font-size: .92rem !important
}

.pagination .page-link {
    border-radius: 6% !important;
    width: 40px;
    height: 33px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e4f1ff4d;
}

/* argon overwrite */

/* font-size */
.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

/* font-size */


fieldset {
    margin: 20px;
    padding: 0 10px 10px;
    border: 1px solid #666;
    border-radius: 8px;
    padding-top: 10px;
}

legend {
    padding: 2px 4px;
    background: #fff;
    /* For better legibility against the box-shadow */
}

fieldset>legend {
    float: left;
    margin-top: -20px;
}

fieldset>legend+* {
    clear: both;
}



#checkbox-container small {
    font-size: 100%;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

input[type='radio'] {
    transform: scale(1.3);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-width: 5px;
    background-color: #fff;
    border-color: #448BFA !important;
}


input[type='radio'] {
    transform: scale(1.3);
}


/* print */
@media print {

    #ticket-card-body {
        height: 100%;
        padding: 20rem;
    }
    .print-mt-2 {
        margin-top: 2rem;
    }
    .td-action, .th-action {
        display: none;
    }

    table {
        /* table-layout: fixed; */
        width: 100%;

    }

    table td,
    table th {
        font-size: 0.73rem!important;
        border: 1px solid gray;
        /* text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; */
    }
}

/*@page {*/
/*    size: 5.5in 8.5in;*/
/*}*/

/*@page {*/
/*    size: A4;*/
/*}*/
.mouse-pointer {
    cursor: pointer;
}

.dropdown-removal {
    background-color: unset !important;
    box-shadow: unset !important;
}
/* print */
/* print */



::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(170, 170, 170, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #dadada;
}

.clearable {
    text-decoration: underline;
    cursor: pointer;
}

.Toastify__toast-icon {
    display: inline !important;
  }

.btn-seat {
    background-color: transparent!important;
    border: 1px solid transparent!important;
    padding: 0!important;
    box-shadow: none!important;
    color: #6c757d!important;
    margin: 0!important;
}
.btn-seat:hover {
    transform: unset!important;
}
.arrow.popover-arrow{
    left: calc(-0.5rem - 8px)!important
}

.react-tel-input .form-control {
    width: auto!important;
    min-width: 260px!important;
}

small.clickable {
    cursor:pointer;
    text-decoration:underline;
}
.sweet-alert-select {
    font-size: 1rem;
    border-radius: 4px;
    border-color: #bdbdbd;
}



/* google-map */

#map {
    height: 100%;
  }
  
  /* 
   * Optional: Makes the sample page fill the window. 
   */
  html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
  }
  
  #infowindow-content .title {
    font-weight: bold;
  }
  
  #infowindow-content {
    display: none;
  }
  
  #map #infowindow-content {
    display: inline;
  }
  
  .pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    font-family: Roboto;
    padding: 0;
  }
  
  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
  }
  
  .pac-controls {
    display: inline-block;
    padding: 5px 11px;
  }
  
  .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
  }
  
  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
  }
  
  #pac-input:focus {
    border-color: #4d90fe;
  }
  
  #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
  }

/* google-map */

.table-right > tbody > tr > td {
    text-align: right !important;
}
.table-right > thead> tr  > th {
    text-align: right !important;
}
.reschedule-mark  {
    position: fixed;
    right: 15px;
    z-index: 2000;
    width: 13%;
}

/*.my-invoice {*/
/*    height: 220mm;*/
/*    width: 80mm*/
/*}*/